/*@import url(https://fonts.googleapis.com/css?family=Nunito);*/
body{
    font-family:"細明體","微軟正黑體", "新細明體",Arial, Helvetica,  sans-serif;
    font-size: 14px;
}
img{
    width: 100%;
    height:auto;
    border: 0;
}
/*layouts_master使用*/
.page_title{
    font-size: 110%;
    padding-left: 30px;
}
.content{
    font-size: 110%;
}
.footer{
    font-size: 110%;
    width:100%;
    text-align:center;
    line-height:180%;
    padding: 1%;
    background-color: #c8cbcf;
    margin-top: 1%;
}
/*layouts_page_nav使用*/
#page_nav_all{
    padding-top:5px
}
.page_nav_left{
    padding-left: 20px;
    font-size: 160%;
    font-weight: bold;
    font-family:新細明體;
    color:#000000;
}
#page_nav_right{
    text-align: right;
}
/*layouts_banner使用*/
.head_banner{
    margin-top: 0;
}
.stores_banner{
    width: 100%;
    height:auto;
    border: 0;
}
#banner_adall{
    background-color: rgba(235,235,235,0.78);
    border-radius: 10px
}
.banner_adtitle{
    color: #343638;
    text-shadow: #ffffff 0.1em 0.1em 0.1em;
    font-size: 200%;
    font-weight: bold
}
.banner_adtext{
    color: #503228;
    text-shadow: #ffffff 0.1em 0.1em 0.1em;
    font-size: 120%;
}
/*管理者後台使用*/
.admin_managers_title{
    font-size: 150%;
    font-weight: bold;
    width: 100%;
    background-color: #f7c6c5;
    border-radius:5px;
    padding:10px;
}
.admin_websitedata_title{
    font-size: 150%;
    font-weight: bold;
    width: 100%;
    background-color: #ffcf14;
    border-radius:5px;
    padding:10px;
}
.admin_aboutme_title{
    font-size: 150%;
    font-weight: bold;
    width: 100%;
    background-color: #ffcf14;
    border-radius:5px;
    padding:10px;
}
.admin_sotres_title{
     font-size: 150%;
     font-weight: bold;
     width: 100%;
     background-color: #ffcf14;
     border-radius:5px;
     padding:10px;
 }
.admin_memebers_title{
    color:#ffffff;
    font-size: 150%;
    font-weight: bold;
    width: 100%;
    background-color: #28a745;
    border-radius:5px;
    padding:10px;
}
.admin_small_comment {
    text-align:left;
    font-size: 80%;
    margin-left:2%;
    color: #727272;
}
#admin_button_submit{
    background-color:#ffcf14;
    color: #05111b;
    font-size:100%;
    text-align: center;
    padding:1%;
}
/*文章頁面使用*/
.articles_marquee{
    font-size:110%;
    text-align: center;
    font-weight: bold;
    letter-spacing:5px;
    line-height: 130%;
}
/*廠商頁面使用*/
/*store_show*/
.stores_at_text{
    width:100%;
    text-align:left;
    line-height: 250%
}
.stores_data_title{
    line-height: 180%;
    text-align: left;
    font-size: 110%;
}
.stores_content{
    font-size: 120%;
    padding:3%;
}
.stores_tag_all{
    font-size: 120%;
    font-weight: bold;
    color: #243980
}
.stores_tag_title{
    background-color: #243980;
    color: #ffffff;
    padding:5px;
}
.stores_tag_text{
    background-color: #93dff5;
    color:#1d1f1f;
    padding:5px;
    letter-spacing:1px;
}
.google_map_title{
    font-size: 130%;
    letter-spacing:5px;
    text-align:center;
    font-weight: bold;
    width: 100%;
    background-color:#d7d7d8;
    border-radius:5px;
    padding:5px;
    margin-top:3%;
}
#stores_ad_pic{
    margin: 3%;
}
.stores_text{
    padding: 1%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing:3px;
    line-height: 300%;
}
/*store_edit*/
.stores_edit_page_title{
    font-size: 150%;
    color: #ffffff;
    text-align:center;
    font-weight: bold;
    width: 100%;
    background-color:#00a3a3;
    border-radius:5px;
    padding:10px;
}
#stores_span_input{
    background-color: #00a3a3;
    color: #ffffff;
}
#stores_span_input_img_title{
    width: 100%;
    background-color: #3d89a3;
    color: #ffffff;
}
#stores_button_submit{
    background-color: #00a3a3;
    color: #ffffff;
    font-size:100%;
    text-align: center;
    padding:1%;
}
.small_comment {
    text-align:left;
    font-size: 80%;
    margin-left:8%;
    color: #727272;
}
.tag_small_comment {
    text-align:left;
    font-size: 80%;
    margin-left:13%;
    color: #727272;
}
/*縣市地區下拉選單*/
.city{
    width: 40%;
    margin: auto;
}
.town{
    width: 60%;
    margin: auto;
}
