@charset "utf-8";                                                                                                          
                                                                                                          
body{                                                                                                          
    padding: 0px;                                                                                                          
    margin: 0px;                                                                                                          
    font-size: 15px;                                                                                                          
    line-height: 160%;                                                                                                          
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;                                                                                                          
}                                                                                                          
.all{                                                                                                          
    width: 1060px;                                                                                                          
    margin: 115px auto 60px;                                                                                                          
}                                                                                                          
.all:after{                                                                                                          
    display: block;                                                                                                          
    clear: both;                                                                                                          
    content: "";                                                                                                          
}                                                                                                          
p{                                                                                                          
    margin: 0 0;                                                                                                          
    text-align: justify;                                                                                                          
}                                                                                                          
                                                                                                          
a{                                                                                                          
    color: #ff8605;                                                                                                          
    text-decoration:none;                                                                                                          
}                                                                                                          
a:hover{                                                                                                          
    text-decoration:underline;                                                                                                          
     transition: all .3s ease-in-out;                                                                                                          
}                                                                                                          
 h1{                                                                                                          
    margin: auto;                                                                                                          
    padding: 15px 0px;                                                                                                          
    font-size: 24px;                                                                                                          
    color: #fff;                                                                                                          
    text-align: center;                                                                                                          
    h2.title: before;                                                                                                          
    h2.title: before;                                                                                                          
    /* box-shadow: 0px 8px 14px -8px #000; */                                                                                                          
}                                                                                                          
                                                                                                          
/* h2 */                                                                                                          
h2 {                                                                                                          
    color: #bf8649;                                                                                                          
    border-bottom: 2px solid #bf8649;                                                                                                          
    text-indent:40px;                                                                                                          
    position:relative;                                                                                                          
    padding:10px;                                                                                                          
    background: rgba(195, 144, 89, 0.25);                                                                                                          
}                                                                                                          
h2:before{                                                                                                          
    content:"";                                                                                                          
    width:25px;                                                                                                          
    height:25px;                                                                                                          
    position:absolute;                                                                                                          
    background-color: #bf8649;                                                                                                          
    left:0;                                                                                                          
    z-index:2;                                                                                                          
    opacity:0.9;                                                                                                          
    top: 0;                                                                                                          
}                                                                                                          
h2:after{                                                                                                          
    content:"";                                                                                                          
    width:25px;                                                                                                          
    height:25px;                                                                                                          
    position:absolute;                                                                                                          
    background-color: #bf8649;                                                                                                          
    left:0;                                                                                                          
    margin-left: 8px;                                                                                                          
    margin-top: 7px;                                                                                                          
    z-index:1;                                                                                                          
    opacity:0.9;                                                                                                          
    top: 0;                                                                                                          
}                                                                                                          
                                                                                                           
                                                                                                          
h2.title {                                                                                                          
    overflow: hidden;                                                                                                          
    padding: 0 0 10px 0;                                                                                                          
    margin: 0 0 5px 0;                                                                                                          
    border: none;                                                                                                          
    text-align: left;                                                                                                          
    text-indent: 0;                                                                                                          
    font-size: 20px;                                                                                                          
    background: none;                                                                                                          
}                                                                                                          
                                                                                                          
h2.title:before {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
                                                                                                          
h2.title:after {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
h2.title a {                                                                                                          
    border-bottom: 1px solid;                                                                                                          
    /* text-indent: 0 !important; */                                                                                                          
}                                                                                                          
                                                                                                          
h2.title a:hover {                                                                                                          
    text-decoration: none;                                                                                                          
    border: 0;                                                                                                          
}                                                                                                          
                                                                                                            
/***********/                                                                                                          
h3{                                                                                                          
    font-size: 17px;                                                                                                          
    color: #996126;                                                                                                          
    padding: 0 0 0 0;                                                                                                          
    margin: 30px 0 10px 0;                                                                                                          
    position: relative;                                                                                                          
}                                                                                                          
                                                                                                          
ul{                                                                                                          
    list-style:none;                                                                                                          
    padding:inherit;                                                                                                          
}                                                                                                          
.wrp_menuBlock {                                                                                                          
    margin: 0px auto 60px;                                                                                                          
    height: auto;                                                                                                          
    padding: 15px;                                                                                                          
    box-shadow: 0 0 3px #f7c48e;                                                                                                          
}                                                                                                          
.wrp_menuBlock ul {                                                                                                          
    list-style: none;                                                                                                          
    margin: 0px;                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
.wrp_menuBlock li {                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.wrp_menuBlock a {                                                                                                          
    padding: 10px;                                                                                                          
    text-decoration: none;                                                                                                          
    color: #fff;                                                                                                          
    display: block;                                                                                                          
    z-index: 1;                                                                                                          
    border-bottom: 1px DASHED #e0e0e0;                                                                                                          
    font-size: 14px;                                                                                                          
    background: #f7c48e;                                                                                                          
}                                                                                                          
.wrp_menuBlock a:hover {                                                                                                          
    text-decoration: none;                                                                                                          
    transition: all .3s ease-in-out;                                                                                                          
    background: #c58c4e;                                                                                                          
}                                                                                                          
 .local_recommendBlock .base_box_02{                                                                                                          
    width: 48.1%;                                                                                                          
    height: auto;                                                                                                          
    margin: 0 20px 0 0;                                                                                                          
    float: left;                                                                                                          
    box-sizing: border-box;                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.local_recommendBlock .base_box_02:nth-child(even){                                                                                                          
    margin-right:0px                                                                                                          
}                                                                                                          
.local_recommendBlock .base_box_02 h2.title {                                                                                                          
    overflow: inherit;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
.local_recommendBlock .base_box_02 img {                                                                                                          
    width: 100%;                                                                                                          
    border: 0;                                                                                                          
    margin: 0 0 20px 0;                                                                                                          
}                                                                                                          
.sideframe{                                                                                                          
    float: right;                                                                                                          
    width: 325px;                                                                                                          
    clear: right;                                                                                                          
}                                                                                                          
.sideframe .Side_Rightarea img{                                                                                                          
    width: 100%;                                                                                                          
    float: left;                                                                                                          
    margin: 0 0 20px 0;                                                                                                          
}                                                                                                          
                                                                                                          
.sideframe .onebox{                                                                                                          
    margin-bottom: 30px;                                                                                                          
    border-bottom: 1px solid #cacaca;                                                                                                          
}                                                                                                          
                                                                                                          
.sideframe h2{                                                                                                          
    margin-bottom: 20px;                                                                                                          
    font-size: 19px;                                                                                                          
    text-indent: 0;                                                                                                          
    text-align: center;                                                                                                          
    background: #f7c48e;                                                                                                          
    border: none;                                                                                                          
    color: #fff;                                                                                                          
    text-indent: 0;                                                                                                          
    margin-top: 0;                                                                                                          
}                                                                                                          
                                                                                                          
.sideframe h2:after {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
                                                                                                          
.sideframe h2:before {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
.sideframe h2:after {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
                                                                                                          
. h2 title:before {                                                                                                          
    content: none;                                                                                                          
}                                                                                                          
.wp_header_style{                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style h3,                                                                                                          
.local_recommendBlock .base_box_02 h3 {                                                                                                          
    clear: both;                                                                                                          
    margin: 0  0 10px 0;                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style .onebox {                                                                                                          
    margin: 0 20px 30px 0;                                                                                                          
    float: left;                                                                                                          
    width: 48.7%;                                                                                                          
    background: #f0f0f0;                                                                                                          
    padding: 20px;                                                                                                          
    box-sizing: border-box;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style .onebox:nth-of-type(3),.local_recommendBlock.wp_header_style .onebox:nth-of-type(4) {                                                                                                          
    margin-bottom: 0;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style:after {                                                                                                          
    display: block;                                                                                                          
    clear: both;                                                                                                          
    content: "";                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style .onebox:nth-of-type(2),                                                                                                          
 .local_recommendBlock.wp_header_style .onebox:nth-of-type(4),                                                                                                           
 .local_recommendBlock.wp_header_style .onebox:nth-of-type(6),                                                                                                          
 .local_recommendBlock.wp_header_style .onebox:nth-of-type(8) {                                                                                                          
    margin: 0;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style img {                                                                                                          
    width: 100%;                                                                                                          
    height: auto;                                                                                                          
    margin: 0 0 10px 0;                                                                                                          
    float: none;                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
                                                                                                          
.begin_blogMain{                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
                                                                                                          
.centerframe {                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.article_subart{                                                                                                          
    overflow: hidden;                                                                                                          
    background: #fff;                                                                                                          
}                                                                                                          
.Topics1{                                                                                                          
    width:100%;                                                                                                          
    margin: auto;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
/** ======= end ============ **/                                                                                                          
                                                                                                          
.head{                                                                                                          
    margin: 0 auto;                                                                                                          
    padding: 0;                                                                                                          
    background: #f7c48e;                                                                                                          
    position: fixed;                                                                                                          
    top: 0;                                                                                                          
    width: 100%;                                                                                                          
    z-index: 999;                                                                                                          
    border-bottom: 5px double #fff;                                                                                                          
}                                                                                                          
.front_logo{                                                                                                          
    margin: 0 auto 0;                                                                                                          
    padding: 20px 0;                                                                                                          
    position: relative;                                                                                                          
}                                                                                                          
                                                                                                          
.front_logo:after {                                                                                                          
    display: block;                                                                                                          
    clear: both;                                                                                                          
    content: "";                                                                                                          
}                                                                                                          
.titlesite_page{                                                                                                          
    width: 1110px;                                                                                                          
    margin: 0 auto;                                                                                                          
    padding: 0;                                                                                                          
    position: relative;                                                                                                          
    background: rgba(213, 70, 0, 0.34);                                                                                                          
                                                                                                              
}                                                                                                          
                                                                                                          
/**************************/                                                                                                          
.site_sentenceBlock h2,                                                                                                          
.Topics2 h2{
    margin-bottom: 20px;
    margin-top: 0;
}                                                                                                          
.site_sentenceBlock{                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.site_sentenceBlock img,                                                                                                          
.Topics2 img {                                                                                                          
    width: 46%;                                                                                                          
    margin: 8px 0 20px 20px;                                                                                                          
    display : block;                                                                                                          
    float: right;                                                                                                          
}                                                                                                          
.site_sentenceBlock p{                                                                                                          
    margin-bottom: 20px;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock{                                                                                                          
    width: 100%;                                                                                                          
    clear: both;                                                                                                          
    margin-bottom: 60px;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock:after {                                                                                                          
    display: block;                                                                                                          
    clear: both;                                                                                                          
    content: "";                                                                                                          
}                                                                                                          
                                                                                                          
.onebox{                                                                                                          
    width: auto;                                                                                                          
    padding: 0 0;                                                                                                          
    margin: 0 0 30px 0;                                                                                                          
}                                                                                                          
                                                                                                          
.onebox:after {                                                                                                          
    display: block;                                                                                                          
    clear: both;                                                                                                          
    content: "";                                                                                                          
}                                                                                                          
                                                                                                              
.oneboxTopics3{                                                                                                          
    background:none;                                                                                                          
    box-shadow: 0px 0px 1px #f1fff8 inset;                                                                                                          
    margin-bottom: 2px;                                                                                                          
    padding: 0 0 10px 0;                                                                                                          
}                                                                                                          
.oneboxTopics3:before,                                                                                                          
.oneboxTopics3:after{                                                                                                          
    display:none;                                                                                                          
}                                                                                                          
.oneboxTopics3 a{                                                                                                          
    border-bottom:2px solid;                                                                                                          
    font-weight: 100;                                                                                                          
}                                                                                                          
.oneboxTopics3 a:hover{                                                                                                          
    border-bottom: none;                                                                                                          
    text-decoration:none;                                                                                                          
}                                                                                                          
.onebox p{                                                                                                          
    margin: 0 0 20px 0;                                                                                                          
}                                                                                                          
                                                                                                          
p.title a {                                                                                                          
    border-bottom: 1px solid;                                                                                                          
    padding: 0 0 2px 0;                                                                                                          
}                                                                                                          
                                                                                                          
p.title a:hover {                                                                                                          
    text-decoration: none;                                                                                                          
    border-color: transparent;                                                                                                          
}                                                                                                          
.onebox img{                                                                                                          
    width: 42%;                                                                                                          
    margin: 0 auto;                                                                                                          
    padding: 0;                                                                                                          
    border: 1px solid #e8e8e8;                                                                                                          
    float: left;                                                                                                          
    margin: 0 20px 20px 0;                                                                                                          
}                                                                                                          
                                                                                                          
.onebox:nth-child(even) img {                                                                                                          
    float: right;                                                                                                          
    margin: 0 0 20px 20px;                                                                                                          
}                                                                                                          
#layoutframe{                                                                                                          
    width: 710px;                                                                                                          
    height:auto;                                                                                                          
    position:relative;                                                                                                          
    float: left;                                                                                                          
}                                                                                                          
                                                                                                          
/** =========== side page ==========**/                                                                                                          
                                                                                                          
.sideframe1_Mainpage{                                                                                                          
    width: 22%;                                                                                                          
    height:auto;                                                                                                          
    margin:auto;                                                                                                          
    float: left;                                                                                                          
    padding: 0 10px;                                                                                                          
    z-index: 9999;                                                                                                          
}                                                                                                          
.sideframe2_Mainpage{                                                                                                          
    width: 22%;                                                                                                          
    height:auto;                                                                                                          
    margin:auto;                                                                                                          
    padding: 0 10px;                                                                                                          
    float: left;                                                                                                          
    z-index: 9999;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
/** ========= End =========== **/                                                                                                          
                                                                                                          
.Topics2{                                                                                                          
  width: auto;                                                                                                          
  float: none;                                                                                                          
  padding: 0;                                                                                                          
  height: auto;                                                                                                          
  margin: 0  0 0 0;                                                                                                          
}                                                                                                          
                                                                                                          
.Topics1 .Mian_Pr_Link {                                                                                                          
    margin: 60px 0 0 0;                                                                                                          
}                                                                                                          
.Topics2 p{                                                                                                          
    margin-bottom: 20px;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
.Mian_Pr_Link{                                                                                                          
    width: auto;                                                                                                          
    margin: 0 auto 0;                                                                                                          
    clear: both;                                                                                                          
}                                                                                                          
.Mian_Pr_Link ul{                                                                                                          
    padding:0;                                                                                                          
}                                                                                                          
ul li h3{                                                                                                          
    margin: 15px 0 0 0;                                                                                                          
    border-radius: 2px;                                                                                                          
    text-indent: 25px;                                                                                                          
    padding: 10px 15px;                                                                                                          
    background: url(../images/list.png) no-repeat;                                                                                                          
    background-position: 0;                                                                                                          
}                                                                                                          
ul li h3:before{                                                                                                          
    /* content: '✓'; */                                                                                                          
    left: -25px;                                                                                                          
    top: 7px;                                                                                                          
    position: absolute;                                                                                                          
    font-size: 16px;                                                                                                          
    color: #333333;                                                                                                          
    z-index: 99;                                                                                                          
}                                                                                                          
.Mian_Pr_Link ul li{                                                                                                          
    position: relative;                                                                                                          
    margin: 0 0 11px 0;                                                                                                          
}                                                                                                          
                                                                                                          
/**===== readmore========**/                                                                                                          
                                                                                                          
.site_mainCool a{                                                                                                          
    padding: 6px 20px;                                                                                                          
    color: #fff;                                                                                                          
    text-align: center;                                                                                                          
    background: #333;                                                                                                          
    float: right;                                                                                                          
}                                                                                                          
.site_mainCool a:hover{                                                                                                          
    text-decoration: none;                                                                                                          
    background: #CCC;                                                                                                          
    color: #333;                                                                                                          
}                                                                                                          
/************************** Footer Page ***********************************/                                                                                                          
                                                                                                          
.footerframe{                                                                                                          
    margin:auto;                                                                                                          
    color: #fefefe;                                                                                                          
    text-align: center;                                                                                                          
    width: 100%;                                                                                                          
    clear: both;                                                                                                          
    background: #f7c48e;                                                                                                          
}                                                                                                          
.footerframe p{                                                                                                          
    padding: 20px;                                                                                                          
    margin: 0 0;                                                                                                          
    font-size: 18px;                                                                                                          
    text-align: center;                                                                                                          
}                                                                                                          
.footerframe a{                                                                                                          
    color: #fff;                                                                                                          
    text-decoration: underline;                                                                                                          
}                                                                                                          
.footerframe a:hover{                                                                                                          
    text-decoration: none;                                                                                                          
}                                                                                                          
                                                                                                          
/************************** /add/ ***********************************************/                                                                                                          
                                                                                                          
#socialBtn{                                                                                                          
    width:1100px;                                                                                                          
    margin:0 auto 0;                                                                                                          
}                                                                                                          
.social{                                                                                                          
    margin-top: 10px;                                                                                                          
    padding: 5px 0;                                                                                                          
    position: absolute;                                                                                                          
    right: 0;                                                                                                          
    float: right;                                                                                                          
}                                                                                                          
#boxArea{                                                                                                          
    margin: auto;                                                                                                          
}                                                                                                          
div#boxArea div:nth-child(2) {                                                                                                          
    margin-right:12px;                                                                                                          
}                                                                                                          
div#boxArea div:nth-child(3) {                                                                                                          
    margin-right:4px;                                                                                                          
}                                                                                                          
div#boxArea div:nth-child(4) {                                                                                                          
    margin-right:6px;                                                                                                          
}                                                                                                          
div#boxArea div:last-child {                                                                                                          
    margin-right:0px;                                                                                                          
}                                                                                                          
div#boxArea div {                                                                                                          
    margin-right:6px;                                                                                                          
}                                                                                                          
                                                                                                          
/*============= Control ==========*/                                                                                                          
@media screen and (max-width:480px){                                                                                                          
                                                                                                              
body{                                                                                                          
    width: 100%;                                                                                                          
}                                                                                                          
                                                                                                          
.all{                                                                                                          
    width: auto;                                                                                                          
    padding: 20px;                                                                                                          
    margin: 0 auto 20px;                                                                                                          
}                                                                                                          
h1{                                                                                                          
    width: auto;                                                                                                          
    padding: 0;                                                                                                          
    float: none;                                                                                                          
    position: relative;                                                                                                          
    border-radius: 0;                                                                                                          
    background: none;                                                                                                          
    font-size: 18px;                                                                                                          
    text-align: center;                                                                                                          
}                                                                                                          
h2{                                                                                                          
    border-radius:0;                                                                                                          
    background: none;                                                                                                          
    text-align: center;                                                                                                          
    clear: both;                                                                                                          
    margin: 0  0 12px 0;                                                                                                          
    font-size: 20px;                                                                                                          
}                                                                                                          
                                                                                                          
h2.title {                                                                                                          
    background: none;                                                                                                          
    padding: 5px 0 15px 10px;                                                                                                          
    font-size: 20px;                                                                                                          
    text-align: center;                                                                                                          
}                                                                                                          
                                                                                                          
h3 {                                                                                                          
    background: none;                                                                                                          
    border-bottom: 1px solid #ccc;                                                                                                          
    text-indent: 0 !important;                                                                                                          
    padding: 10px 0;                                                                                                          
    clear: both;                                                                                                          
    text-align: left;                                                                                                          
}                                                                                                          
                                                                                                          
.local_recommendBlock.wp_header_style h3,                                                                                                          
 .local_recommendBlock .base_box_02 h3 {                                                                                                          
    padding: 0 0 5px 0;                                                                                                          
}                                                                                                          
                                                                                                          
ul li h3 {                                                                                                          
    text-align: left;                                                                                                          
    background: none;                                                                                                          
    padding: 0 0 4px 0;                                                                                                          
    margin: 15px 0 0 0;                                                                                                          
}                                                                                                          
                                                                                                          
.sideframe h3 {                                                                                                          
    border: 0;                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
                                                                                                          
h3 a {                                                                                                          
    text-align: center;                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
                                                                                                          
h3:before {                                                                                                          
    display: none !important;                                                                                                          
}                                                                                                          
.sideframe{                                                                                                          
    width: auto;                                                                                                          
    padding: 0 0;                                                                                                          
    float: none;                                                                                                          
    margin: 0 0 0 0;                                                                                                          
    clear: both;                                                                                                          
}                                                                                                          
                                                                                                          
/*===== menu top =====*/                                                                                                          
.wrp_menuBlock{                                                                                                          
    width: auto;                                                                                                          
    min-width:auto !important;                                                                                                          
    margin: 0 0 30px 0;                                                                                                          
    border: 0;                                                                                                          
    box-shadow: none;                                                                                                          
    border-radius: 0;                                                                                                          
    position: relative;                                                                                                          
    padding: 0;                                                                                                          
    }                                                                                                          
.wrp_menuBlock ul{                                                                                                          
    text-align: center;                                                                                                          
    width: 100%;                                                                                                          
    padding: 0px;                                                                                                          
}                                                                                                          
.wrp_menuBlock ul li{                                                                                                          
    width: auto;                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.wrp_menuBlock li:first-child a {                                                                                                          
    border-left:none;                                                                                                          
    border-radius:0;                                                                                                          
}                                                                                                          
.wrp_menuBlock li:before,                                                                                                          
.wrp_menuBlock li:after{                                                                                                          
    display:none;                                                                                                          
}                                                                                                          
.wrp_menuBlock li:last-child a {                                                                                                          
    border-right:none;                                                                                                          
    border-radius:0;                                                                                                          
}                                                                                                          
.wrp_menuBlock ul li a{                                                                                                          
    width: auto;                                                                                                          
    display: block;                                                                                                          
    padding: 12px 22px;                                                                                                          
    margin: 0;                                                                                                          
    border-left: none;                                                                                                          
    border-right:none;                                                                                                          
    border-radius: 0;                                                                                                          
    z-index: 1;                                                                                                          
}                                                                                                          
.wrp_menuBlock ul li a:before,                                                                                                          
.wrp_menuBlock ul li a:after{                                                                                                          
    display:none;                                                                                                          
}                                                                                                          
.wrp_menuBlock ul li a:hover{                                                                                                          
    transition: none;                                                                                                          
}                                                                                                          
                                                                                                          
/*===== site title =====*/                                                                                                          
.head{                                                                                                          
    width: 100%;                                                                                                          
    min-width: auto !important;                                                                                                          
    border-radius: 0;                                                                                                          
    margin-bottom: 0;                                                                                                          
    position: static;                                                                                                          
    /* background: #ccc; */                                                                                                          
    border: 0;                                                                                                          
}                                                                                                          
.front_logo{                                                                                                          
    position:relative;                                                                                                          
    width: auto;                                                                                                          
    padding: 20px 20px;                                                                                                          
}                                                                                                          
#socialBtn{                                                                                                          
    width:auto;                                                                                                          
    justify-content: center;                                                                                                          
    display: flex;                                                                                                          
}                                                                                                          
.social{                                                                                                          
    float:none;                                                                                                          
    position: static;                                                                                                          
    font-size: 6px;                                                                                                          
}                                                                                                          
                                                                                                          
                                                                                                          
/*========== contenner page / side-L ==========*/                                                                                                          
#layoutframe{                                                                                                          
    width: 100%;                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
.begin_blogMain{                                                                                                          
    padding: 0 0;                                                                                                          
}                                                                                                          
.sideframe1_Mainpage{                                                                                                          
    width: auto;                                                                                                          
    padding: 0;                                                                                                          
    margin: 0;                                                                                                          
    float: none;                                                                                                          
}                                                                                                          
/*============= content side R ===========*/                                                                                                          
.sideframe2_Mainpage{                                                                                                          
    width: auto;                                                                                                          
    margin: 0;                                                                                                          
    padding: 0;                                                                                                          
    float: none;                                                                                                          
}                                                                                                          
                                                                                                          
/*========= contenner center ==========*/                                                                                                          
.centerframe{                                                                                                          
    width: auto;                                                                                                          
    padding: 0;                                                                                                          
    margin: 0 0 10px 0;                                                                                                          
    float: none;                                                                                                              
}                                                                                                          
/*========= center block =========*/                                                                                                          
.site_sentenceBlock{                                                                                                          
    width: auto;                                                                                                          
    padding:0;                                                                                                          
    margin: 0 0 60px 0;                                                                                                          
    border-radius: 0;                                                                                                          
    box-shadow: none;                                                                                                          
}                                                                                                          
                                                                                                          
.site_sentenceBlock p{                                                                                                          
    padding: 0 0;                                                                                                          
}                                                                                                          
.site_sentenceBlock img{                                                                                                          
    width:100%;                                                                                                          
    margin: 0 0 20px 0;                                                                                                          
    padding: 0;                                                                                                          
    border-left: none;                                                                                                          
    border-right: none;                                                                                                          
    border-radius: 0;                                                                                                          
    float: none;                                                                                                          
    box-shadow: none;                                                                                                          
}                                                                                                          
.local_recommendBlock{                                                                                                          
    width:100%;                                                                                                          
    padding: 0;                                                                                                          
    display: block;                                                                                                          
}                                                                                                          
.onebox{                                                                                                          
    width: auto !important;                                                                                                          
    margin: 0 0 30px 0 !important;                                                                                                          
    padding: 0;                                                                                                          
    border: 0 !important;                                                                                                          
    float: none !important;                                                                                                          
}                                                                                                          
.onebox img{                                                                                                          
    width: 100% !important;                                                                                                          
    padding: 0;                                                                                                          
    margin: 0 0 10px 0 !important;                                                                                                          
    border-radius: 0;                                                                                                          
    border: 0;                                                                                                          
    height: auto;                                                                                                          
    float: none !important;                                                                                                          
}                                                                                                          
.onebox p{                                                                                                          
    padding: 0;                                                                                                          
    margin: 0;                                                                                                          
}                                                                                                          
                                                                                                          
p.title a {                                                                                                          
    display: block;                                                                                                          
    text-align: center;                                                                                                          
    border-bottom: 0;                                                                                                          
    text-decoration: underline;                                                                                                          
}                                                                                                          
                                                                                                          
p.title a:hover {                                                                                                          
    text-decoration: none;                                                                                                          
}                                                                                                          
                                                                                                          
.site_mainCool a {                                                                                                          
    float: none;                                                                                                          
    display: block;                                                                                                          
    margin: 15px auto 0;                                                                                                          
    padding: 10px;                                                                                                          
    width: 34%;                                                                                                          
}                                                                                                          
                                                                                                          
.Mian_Pr_Link{                                                                                                          
    width: auto;                                                                                                          
    border-radius: 0;                                                                                                          
    box-shadow: none;                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
.Mian_Pr_Link ul{                                                                                                          
    padding:0;                                                                                                          
}                                                                                                          
                                                                                                          
/*======== footer ========*/                                                                                                          
                                                                                                          
.footerframe{                                                                                                          
    width: 100%;                                                                                                          
    margin: 0;                                                                                                          
    min-width: auto;                                                                                                          
    padding: 20px 0px;                                                                                                          
}                                                                                                          
/*======= subpage ======*/                                                                                                          
.Topics2{                                                                                                          
    width:100%;                                                                                                          
    margin:0;                                                                                                          
    padding: 0;                                                                                                          
    float: none;                                                                                                          
    border-radius: 0;                                                                                                          
}                                                                                                          
.Topics2 img{                                                                                                          
    width: 100%;                                                                                                          
    padding: 0;                                                                                                          
    border-left: none;                                                                                                          
    border-right: none;                                                                                                          
    float: none;                                                                                                          
    border-radius: 0;                                                                                                          
    margin: 0;                                                                                                          
    box-shadow: none;                                                                                                          
}                                                                                                          
.Topics2 p{                                                                                                          
    padding: 0;                                                                                                          
}                                                                                                          
.Topics2 h3{                                                                                                          
    margin-bottom: 15px;                                                                                                          
}                                                                                                          
                                                                                                          
}                                                                                                          
                                                                                                          
