@charset "utf-8";                                                                                                                   
                                                                                                                   
body{                                                                                                                   
	padding: 0px;                                                                                                                   
	margin: 0px;                                                                                                                   
	font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
	font-size: 16px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	color: #333;                                                                                                                   
}                                                                                                                   
.site_wrapper_all{                                                                                                                   
	width: 1200px;                                                                                                                   
	margin: 20px auto 0px;                                                                                                                   
	min-width: 1200px;                                                                                                                   
}                                                                                                                   
.site_wrapper_all:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
p{                                                                                                                   
	margin: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a{                                                                                                                   
	color: #e48c34;                                                                                                                   
	text-decoration:none;                                                                                                                   
}                                                                                                                   
a:hover{                                                                                                                   
	text-decoration:underline;                                                                                                                   
	 transition: all .3s ease-in-out;                                                                                                                   
}                                                                                                                   
 h1{                                                                                                                   
	margin: 0px auto 10px;                                                                                                                   
	padding: 0 0;                                                                                                                   
	font-size: 18px;                                                                                                                   
	color: #2f714f;                                                                                                                   
	line-height: 150%;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/* h2 */                                                                                                                   
h2 {                                                                                                                   
    font-size: 18px;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 8px 10px 8px 45px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background: #ffffff url(../images/h2.png) no-repeat top left;                                                                                                                   
    color: #2f714f;                                                                                                                   
    position: relative;                                                                                                                   
    background-position: 0px -4px;                                                                                                                   
    /* border: 1px solid #bac5d6; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2.title {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/***********/                                                                                                                   
h3{                                                                                                                   
	font-size: 18px;                                                                                                                   
	color: #2f714f;                                                                                                                   
	margin: 0 auto 5px;                                                                                                                   
	overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul{                                                                                                                   
	list-style:none;                                                                                                                   
	padding:inherit;                                                                                                                   
}                                                                                                                   
.site_navbar {                                                                                                                   
	margin: 0px auto 0;                                                                                                                   
}                                                                                                                   
.site_navbar ul {                                                                                                                   
	list-style: none;                                                                                                                   
	padding: 0;                                                                                                                   
	width: 1200px;                                                                                                                   
	margin: auto;                                                                                                                   
	display: flex;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
.site_navbar li {                                                                                                                   
	display: block;                                                                                                                   
	width: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar li.first {width: 14%;}                                                                                                                   
.site_navbar a {                                                                                                                   
	padding: 5px 0px 5px 20px;                                                                                                                   
	text-decoration: none;                                                                                                                   
	display: block;                                                                                                                   
	font-size: 12px;                                                                                                                   
	text-align: left;                                                                                                                   
	margin-right: 1px;                                                                                                                   
	background: #66a585;                                                                                                                   
	color: #fff;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar a:before {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    left: 2px;                                                                                                                   
    top: 0;                                                                                                                   
    z-index: 99;                                                                                                                   
    width: 8px;                                                                                                                   
    height: 35px;                                                                                                                   
    background: #fff;                                                                                                                   
    /* border-radius: 50%; */                                                                                                                   
    /* border: 3px double #7687a2; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar a:after {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    left: 2px;                                                                                                                   
    top: 14px;                                                                                                                   
    z-index: 99;                                                                                                                   
    width: 8px;                                                                                                                   
    height: 7px;                                                                                                                   
    background: #da8e43;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar ul:before {                                                                                                                   
    /* content: ""; */                                                                                                                   
    position: absolute;                                                                                                                   
    right: 0px;                                                                                                                   
    top: 12px;                                                                                                                   
    z-index: 99;                                                                                                                   
    width: 3px;                                                                                                                   
    height: 10px;                                                                                                                   
    /* background: #fff; */                                                                                                                   
}                                                                                                                   
.site_navbar ul:after {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    left: 0px;                                                                                                                   
    top: 12px;                                                                                                                   
    z-index: 99;                                                                                                                   
    width: 3px;                                                                                                                   
    height: 10px;                                                                                                                   
    /* background: #fff; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar ul:before {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    right: 0px;                                                                                                                   
    top: 12px;                                                                                                                   
    z-index: 99;                                                                                                                   
    width: 3px;                                                                                                                   
    height: 10px;                                                                                                                   
    /* background: #fff; */                                                                                                                   
}                                                                                                                   
.site_navbar li:first-child a {display: block;}                                                                                                                   
                                                                                                                   
.site_navbar ul li:last-child a {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
.site_navbar a:hover {                                                                                                                   
	text-decoration: none;                                                                                                                   
	transition: all .3s ease-in-out;                                                                                                                   
	background: #da9857;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ======= end ============ **/                                                                                                                   
                                                                                                                   
.local_headerBlock{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	padding: 0;                                                                                                                   
	bottom: 0;                                                                                                                   
	min-width: 1000px;                                                                                                                   
	background: url(../images/main-image.jpg) no-repeat center bottom;                                                                                                                   
	min-height: 535px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .local_headerBlock{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	padding: 0;                                                                                                                   
	bottom: 0;                                                                                                                   
	min-width: 1200px;                                                                                                                   
	background: url(../images/sub-image.jpg) no-repeat center bottom;                                                                                                                   
	min-height: 530px;                                                                                                                   
}                                                                                                                   
.top_blog_header_template{                                                                                                                   
	display: block;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
.Dynamic_logo{                                                                                                                   
	margin: 10px auto 5px;                                                                                                                   
	width: 1200px;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Dynamic_logo:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.display_article_sidebar{                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_article_sidebar h2{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_inner_main{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_main_wrp {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Topics1{                                                                                                                   
	width:100%;                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**************************/                                                                                                                   
.template_block_sentence h2,                                                                                                                   
.Topics2 h2{display: block;}                                                                                                                   
.template_block_sentence{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.template_block_sentence img {                                                                                                                   
	width: 100%;                                                                                                                   
	display : block;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics2 img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    float: none;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
.template_block_sentence p{                                                                                                                   
	margin-bottom: 20px;                                                                                                                   
	text-align: justify;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_recommendBlock{                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.local_recommendBlock:after{                                                                                                                   
	content:'';                                                                                                                   
	display:block;                                                                                                                   
	clear:both;                                                                                                                   
}                                                                                                                   
.box_article_04{                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_article_04:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
	                                                                                                                   
.box_article_04 p{                                                                                                                   
	margin: 0px;                                                                                                                   
	text-align: justify;                                                                                                                   
}                                                                                                                   
.box_article_04 img{                                                                                                                   
	width: 100%;                                                                                                                   
	display: block;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 0;                                                                                                                   
	border: 1px solid #ecf1f3;                                                                                                                   
}                                                                                                                   
#wrp_blg_cont{                                                                                                                   
	height:auto;                                                                                                                   
	position:relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ========= End =========== **/                                                                                                                   
                                                                                                                   
.Topics2{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics2 h3 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics1 .block_main_link {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics1 .block_main_link h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics1 .block_main_link ul li {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
.Topics2 p{                                                                                                                   
	margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics2 p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.block_main_link{                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.block_main_link ul{                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
ul li h3{                                                                                                                   
	margin: 0 0;                                                                                                                   
	padding: 0px 0px 5px 30px;                                                                                                                   
	background: url(../images/list.png) no-repeat top left;                                                                                                                   
	line-height: 150%;                                                                                                                   
	background-position: 0 3px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_main_link ul li{                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**===== readmore========**/                                                                                                                   
                                                                                                                   
.tmpArea_mainBlock a{                                                                                                                   
	padding: 6px 20px;                                                                                                                   
	text-align: center;                                                                                                                   
	background: #c18e5b;                                                                                                                   
	float: right;                                                                                                                   
	margin: 10px auto 0;                                                                                                                   
	color: #ffffff;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmpArea_mainBlock a:before {content: "";position: absolute;width: 7px;height: 18px;top: 9px;left: -3px;background: #8bdab2;/* border-radius: 50%; */}                                                                                                                   
.tmpArea_mainBlock a:hover{                                                                                                                   
	text-decoration: none;                                                                                                                   
	background: #66a585;                                                                                                                   
	color: #fff;                                                                                                                   
}                                                                                                                   
/************************** Footer Page ***********************************/                                                                                                                   
                                                                                                                   
.Block_footerArea{                                                                                                                   
	margin:auto;                                                                                                                   
	color: #0a0a0a;                                                                                                                   
	text-align: center;                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	background: #66a585;                                                                                                                   
}                                                                                                                   
.Block_footerArea p{                                                                                                                   
	padding: 20px;                                                                                                                   
	margin: 0 0;                                                                                                                   
	font-size: 16px;                                                                                                                   
}                                                                                                                   
.Block_footerArea a{                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration: none;                                                                                                                   
}                                                                                                                   
.Block_footerArea a:hover{                                                                                                                   
	text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/************************** /add/ ***********************************************/                                                                                                                   
                                                                                                                   
#socialBtn{                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	padding: 0;                                                                                                                   
	position: absolute;                                                                                                                   
	right: -15px;                                                                                                                   
	top: 4px;                                                                                                                   
	z-index: 9999;                                                                                                                   
}                                                                                                                   
#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;                                                                                                                   
    line-height: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:last-child {                                                                                                                   
    margin-right:0px;                                                                                                                   
}                                                                                                                   
div#boxArea div {                                                                                                                   
    margin-right:6px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*============= Control ==========*/                                                                                                                   
@media screen and (max-width:480px){                                                                                                                   
	                                                                                                                   
body{                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_wrapper_all{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 15px 20px 0px 20px;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: inherit;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
h1{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	position: static;                                                                                                                   
	border-radius: 0;                                                                                                                   
	background: none;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 10px 20px 10px 20px;                                                                                                                   
	font-size: 13px;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	border-radius:0;                                                                                                                   
	text-align: left;                                                                                                                   
	clear: both;                                                                                                                   
	min-height: inherit;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	border: none;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
	content: "";                                                                                                                   
	display: none;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.display_article_sidebar h2 {width: auto;display: block;}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-indent: 0 !important;                                                                                                                   
    clear: both;                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
 .local_recommendBlock .generate_box_02 h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul li h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 a {                                                                                                                   
    text-align: center;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                   
.display_article_sidebar{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== menu top =====*/                                                                                                                   
.site_navbar{                                                                                                                   
	width: auto;                                                                                                                   
	min-width:auto !important;                                                                                                                   
	margin: 0;                                                                                                                   
	border: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
.site_navbar ul{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0px;                                                                                                                   
	display: block;                                                                                                                   
	position: static;                                                                                                                   
	border: none;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar ul:before,.site_navbar ul:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
.site_navbar ul li{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	border-bottom: 1px solid #ffffff;                                                                                                                   
	background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar li.first {                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.site_navbar li:first-child a {                                                                                                                   
	border-left:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar li:last-child a {                                                                                                                   
	border-right:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
.site_navbar ul li a{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	padding: 8px 0px !important;                                                                                                                   
	margin: 0;                                                                                                                   
	border-left: none;                                                                                                                   
	border-right:none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	z-index: 1;                                                                                                                   
	border: none;                                                                                                                   
	text-align: center;                                                                                                                   
	font-size: 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar a:before, .site_navbar a:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
    clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_navbar ul li a:hover{                                                                                                                   
	transition: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== site title =====*/                                                                                                                   
.local_headerBlock{                                                                                                                   
	width: 100%;                                                                                                                   
	min-width: auto !important;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	box-shadow: none;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding: 0 0 44% 0;                                                                                                                   
	background: url(../images/sp-main-image.jpg) no-repeat center bottom;                                                                                                                   
	background-size: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .local_headerBlock {                                                                                                                   
    background: url(../images/sp-sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: inherit;                                                                                                                   
    background-size: 100%;                                                                                                                   
    padding: 0 0 44% 0;                                                                                                                   
}                                                                                                                   
.top_blog_header_template {                                                                                                                   
    position: static;                                                                                                                   
    background: none;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Dynamic_logo{                                                                                                                   
	position: static;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
#socialBtn{                                                                                                                   
	width:auto;                                                                                                                   
	justify-content: center;                                                                                                                   
	display: flex;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding-bottom: 10px;                                                                                                                   
	position: static;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	float:none;                                                                                                                   
	position: static;                                                                                                                   
	padding: 0px 0 0 0;                                                                                                                   
	right: inherit;                                                                                                                   
	top: inherit;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*========== contenner page / side-L ==========*/                                                                                                                   
#wrp_blg_cont{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.blog_inner_main{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*========= contenner center ==========*/                                                                                                                   
.block_main_wrp{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
	float: none;	                                                                                                                   
}                                                                                                                   
/*========= center block =========*/                                                                                                                   
.template_block_sentence{                                                                                                                   
	width: auto;                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_block_sentence p{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
.template_block_sentence img{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 0 10px 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;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
.box_article_04{                                                                                                                   
	display: block;                                                                                                                   
	padding: 0;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 20px !important;                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.box_article_04:last-child{                                                                                                                   
	margin: 0px !important;                                                                                                                   
}                                                                                                                   
.box_article_04 img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	padding: 0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	border: 0;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
.box_article_04 p{                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmpArea_mainBlock a {                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
    margin: 15px auto 0;                                                                                                                   
    padding: 6px 10px;                                                                                                                   
    width: 140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmpArea_mainBlock a:before {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_main_link{                                                                                                                   
	width: auto;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Topics1 .block_main_link {                                                                                                                   
    width:  auto;                                                                                                                   
}                                                                                                                   
.block_main_link ul{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*======== footer ========*/                                                                                                                   
.Block_footerArea{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
/*======= subpage ======*/                                                                                                                   
.Topics2{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.Topics2 img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
.Topics2 p{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
