﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, section, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
	font-size: 14px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	font-family: Meiryo,メイリオ,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,sans-serif;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {color: #3e3c3c;}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section, article, header, footer {                                                                                                                   
position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
#site_wrapper_all{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1050px;                                                                                                                   
	background: #ffffff;                                                                                                                   
	}                                                                                                                   
p.top_logoBlock {                                                                                                                   
    font-size: 23px;                                                                                                                   
    font-weight: bold;                                                                                                                   
    color: #797979;                                                                                                                   
    font-family: 'Lobster-Regular';                                                                                                                   
    padding: 18px 0px 28px 0px;                                                                                                                   
    text-align: center;                                                                                                                   
    float: left;                                                                                                                   
    position: relative;                                                                                                                   
    margin: 0px 0px 0px 16px;                                                                                                                   
}                                                                                                                   
.Blg_design_header {                                                                                                                   
    width: 100%;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    padding: 0px;                                                                                                                   
    clear: both;                                                                                                                   
    position: relative;                                                                                                                   
    background: #d4b99a;                                                                                                                   
    border-bottom: 3px solid #c2a27c;                                                                                                                   
}                                                                                                                   
.Blg_design_header:after {                                                                                                                   
    content: " ";                                                                                                                   
    position: absolute;                                                                                                                   
    top: 106%;                                                                                                                   
    left: 50%;                                                                                                                   
    width: 0;                                                                                                                   
    height: 0;                                                                                                                   
    border-width: 12px;                                                                                                                   
    border-style: solid;                                                                                                                   
    border-color: transparent;                                                                                                                   
    border-top-color: #c2a27c;                                                                                                                   
}                                                                                                                   
.data_header_dynamic{                                                                                                                   
	margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.data_header_dynamic:after {                                                                                                                   
    content:  "";                                                                                                                   
    display:  block;                                                                                                                   
    clear:  both;                                                                                                                   
}                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a {color: #e2a45a;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: underline;}                                                                                                                   
h1 {                                                                                                                   
	margin : 0;                                                                                                                   
	padding: 18px 0px 0px 22px;                                                                                                                   
	font-size: 13px;                                                                                                                   
	text-align: center;                                                                                                                   
	color: #ffffff;                                                                                                                   
	position: relative;                                                                                                                   
	float: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
	padding: 10px 0px 10px 45px;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	font-size: 20px;                                                                                                                   
	color: #4a4848;                                                                                                                   
	position: relative;                                                                                                                   
	font-weight: bold;                                                                                                                   
	text-align: left;                                                                                                                   
	background: url(../images/icon-h2.png) no-repeat left top;                                                                                                                   
	background-position: 0 6px;                                                                                                                   
	background-size: 30px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #3e3c3c;                                                                                                                   
	padding-bottom: 15px;                                                                                                                   
	font-weight: bold;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#local_headerBlock .innerBlg_wrp,                                                                                                                   
#wrp_blg_cont .innerBlg_wrp,                                                                                                                   
#Block_footerArea .innerBlg_wrp                                                                                                                   
{                                                                                                                   
margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrp_blg_cont {                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
#local_headerBlock,                                                                                                                   
#wrp_blg_cont,                                                                                                                   
#Block_footerArea .innerBlg_wrp {                                                                                                                   
	display:block;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: 1050px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp {margin : 0;padding : 0;}                                                                                                                   
                                                                                                                   
#display_article_sidebar {display: block;margin: 0 auto;}                                                                                                                    
                                                                                                                   
/*---------------local_headerBlock---------------*/                                                                                                                   
#local_headerBlock {                                                                                                                   
	padding: 0px 0px 1px 0px;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
.sub #local_headerBlock {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.blg_title_block {margin: 0 auto 0px;width: 960px;z-index: 1;}                                                                                                                   
                                                                                                                   
                                                                                                                   
.blg_title_block img {                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    float: left;                                                                                                                   
    display: block;                                                                                                                   
    padding: 10px 0px 10px 0px;                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
.list_prbn {                                                                                                                   
    margin: 0px;                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
.list_prbn img{                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    text-align: center;                                                                                                                   
    clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .list_prbn img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_prtxt {                                                                                                                   
    padding: 20px;                                                                                                                   
    box-shadow: 0px 0px 2px #9a9a9a;                                                                                                                   
    background: #fff;                                                                                                                   
    border-radius: 5px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.popular_prtxt p{                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
.sub .local_imageBlock {background: url(../images/subimage.jpg) no-repeat center top;background-position: 50% 110px;min-height: 420px;margin: 0 auto 20px;}                                                                                                                   
                                                                                                                   
.local_imageBlock {                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                   
	background-position: 50% 97px;                                                                                                                   
	min-height: 490px;                                                                                                                   
	width: 1050px;                                                                                                                   
	clear:  both;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.local_imageBlock .innerBlg_wrp {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area {margin: 25px 14px 0px 0px;box-sizing: border-box;clear: both;padding: 20px;box-shadow: 0px 0px 3px #969696;border-radius: 0px 0px 5px 5px;background: #d4b99a;width: 45%;float: right;position:  relative;}                                                                                                                   
                                                                                                                   
.Headline_area:before {                                                                                                                   
    position:  absolute;                                                                                                                   
    content:  "";                                                                                                                   
    display:  block;                                                                                                                   
    border-color:  transparent;                                                                                                                   
    border-bottom-color: #b5946e;                                                                                                                   
    border-width: 0px 14px 13px 0px;                                                                                                                   
    border-style:  solid;                                                                                                                   
    top:  0;                                                                                                                   
    right: -14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.Headline_area .innerBlg_wrp {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 10px 45px;                                                                                                                   
}                                                                                                                   
.Headline_area .innerBlg_wrp h2:before{                                                                                                                   
    content:"";                                                                                                                   
    position:absolute;                                                                                                                   
    height:15px;                                                                                                                   
    width:15px;                                                                                                                   
    background: #ab855b;                                                                                                                   
    left: 10px;                                                                                                                   
    top: 14px;                                                                                                                   
    transform:rotate(45deg);                                                                                                                   
    -moz-transform:rotate(45deg);                                                                                                                   
    -webkit-transform:rotate(45deg);                                                                                                                   
    z-index: 10;                                                                                                                   
}                                                                                                                   
.Headline_area .innerBlg_wrp h2:after{                                                                                                                   
    content:"";                                                                                                                   
    position:absolute;                                                                                                                   
    height:15px;                                                                                                                   
    width:15px;                                                                                                                   
    background: #ead2b6;                                                                                                                   
    left: 14px;                                                                                                                   
    top: 14px;                                                                                                                   
    transform:rotate(45deg);                                                                                                                   
    -moz-transform:rotate(45deg);                                                                                                                   
    -webkit-transform:rotate(45deg);                                                                                                                   
    z-index: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area p {                                                                                                                   
margin : 0px;                                                                                                                   
padding : 0;                                                                                                                   
}                                                                                                                   
#local_headerBlock .popular_news_blg {                                                                                                                   
	margin: -20px 14px 0 50px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	clear: both;                                                                                                                   
	width: 400px;                                                                                                                   
	float:  right;                                                                                                                   
	background: #fff;                                                                                                                   
	position:  relative;                                                                                                                   
	}                                                                                                                   
	#local_headerBlock .popular_news_blg:before {                                                                                                                   
    position:  absolute;                                                                                                                   
    content:  "";                                                                                                                   
    display:  block;                                                                                                                   
    border-color:  transparent;                                                                                                                   
    border-bottom-color: #b7b7b7;                                                                                                                   
    border-width: 0px 14px 13px 0px;                                                                                                                   
    border-style:  solid;                                                                                                                   
    top:  0;                                                                                                                   
    right: -14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg .innerBlg_wrp {                                                                                                                   
	border: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg h2{                                                                                                                   
	border: 0;                                                                                                                   
	text-align: left;                                                                                                                   
	margin-bottom: 0;                                                                                                                   
	background-position: 15px 8px;                                                                                                                   
	padding-left: 70px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height: 100px;                                                                                                                   
	padding: 0px 15px 20px 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg ul li{margin: 0 0 15px 0;border-bottom: 1px solid #ccc;padding: 0px 0px 5px 0px;}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#block_main_wrp .popular_news_blg,                                                                                                                   
.rankBlock_info,                                                                                                                   
.main_QAblock,                                                                                                                   
.bg_articleBlock,                                                                                                                   
.automatically_flowBlock,                                                                                                                    
.reviewBlock_main,                                                                                                                   
.Recommend_area,                                                                                                                    
.FRone_main_blog,                                                                                                                   
.Main_FR2block,                                                                                                                   
.Block_FR3main,                                                                                                                   
.FR4Block_Main,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.PointBlock_Main,                                                                                                                    
.Block_Sumup,                                                                                                                    
#block_main_wrp .pr,                                                                                                                   
.popular_prtxt,                                                                                                                   
#display_article_sidebar .Recommend_area {                                                                                                                   
	margin: 0 auto 30px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_main_blog {display: block;background: #f3ede5;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
.FRone_main_blog h2 {                                                                                                                   
    background: none;                                                                                                                   
    box-shadow: 0 0 8px #b9a283 inset;                                                                                                                   
    padding: 10px 20px;                                                                                                                   
}                                                                                                                   
.Main_FR2block {display: block;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.Block_FR3main {display: block;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.FR4Block_Main {display: block;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
.FR4Block_Main p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .popular_news_blg {display: block;background: #fff;border-radius: 5px;padding: 20px;box-shadow: 0px 0px 3px #969696;}                                                                                                                   
                                                                                                                   
/*-popular_news_blg-*/                                                                                                                   
#block_main_wrp  .popular_news_blg ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp  .popular_news_blg ul li{margin: 0 0 20px 0;text-align: left;border-bottom:  1px solid #ddd;}                                                                                                                   
                                                                                                                     
/*-rankBlock_info-*/                                                                                                                   
.rankBlock_info img.makeImage_icatch {                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.rankBlock_info{                                                                                                                   
	   	display:block;                                                                                                                   
	   	border-radius: 5px;                                                                                                                   
	   	box-sizing: border-box;                                                                                                                   
	   	background: #f3ede5;                                                                                                                   
	   	padding: 15px;                                                                                                                   
	   }                                                                                                                   
.rankBlock_info .innerBlg_wrp{                                                                                                                   
	   	display: block;                                                                                                                   
	   }                                                                                                                   
                                                                                                                   
.rankBlock_info .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.rankBlock_info .innerBlg_wrp:after{                                                                                                                   
	content:'';                                                                                                                   
	clear:both;                                                                                                                   
	display:block;                                                                                                                   
}	                                                                                                                      
.rankBlock_info .Box_static_data:nth-of-type(3){margin-right:0px}                                                                                                                   
.rankBlock_info .Box_static_data:nth-of-type(4),                                                                                                                   
.rankBlock_info .Box_static_data:nth-of-type(5){margin-bottom:0px;}                                                                                                                   
.rankBlock_info .Box_static_data {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	overflow: hidden;                                                                                                                   
	margin: 0px 0px 20px 0px;                                                                                                                   
	background: rgb(255, 255, 255);                                                                                                                   
	float: none;                                                                                                                   
	padding: 15px;                                                                                                                   
	border: 3px solid #ffffff;                                                                                                                   
}                                                                                                                   
.rankBlock_info:after {                                                                                                                          
clear: both;                                                                                                                   
display: block;                                                                                                                   
content:"";                                                                                                                   
}                                                                                                                   
.rankBlock_info img {display: block;height: auto;width: 50px;float: left;box-sizing: border-box;margin: 0px 13px 0px 0px;}                                                                                                                   
                                                                                                                   
.rankBlock_info .Box_static_data h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 3px 0 5px 0;                                                                                                                   
	margin-bottom: 2px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	}                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.bg_articleBlock {                                                                                                                   
	display: inline-block;                                                                                                                   
	width: 100%;                                                                                                                   
	background: #f3ede5;                                                                                                                   
	padding: 15px;                                                                                                                   
	border-radius: 5px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock .innerBlg_wrp {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.bg_articleBlock img.makeImage_icatch {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock .Box_static_data {                                                                                                                   
	margin-bottom: 30px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock .Box_static_data:last-child {width: auto;margin-right: 0;margin: 0px;}                                                                                                                   
                                                                                                                   
.bg_articleBlock .Box_static_data h3 {                                                                                                                   
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
	position:relative;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 3px 0 3px 30px;                                                                                                                   
	background-position: 0 2px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-Recommend_area-*/                                                                                                                   
.Recommend_area{                                                                                                                   
	display: block;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 15px;                                                                                                                   
	border-radius: 5px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .innerBlg_wrp                                                                                                                   
 h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.Recommend_area .innerBlg_wrp:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.Recommend_area .Box_static_data {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 0px 25px 0px;                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	display: inline-block;                                                                                                                   
	}                                                                                                                   
.Recommend_area .Box_static_data:last-child{margin:0px;}                                                                                                                   
.Recommend_area .Box_static_data img {                                                                                                                   
    width: 49%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 20px 0px 0;                                                                                                                   
    display: block;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.Recommend_area .Box_static_data h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .Box_static_data a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .Box_static_data a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-CampareBlock_Frame-*/                                                                                                                   
.CampareBlock_Frame {display:block;overflow: hidden;clear: both;background: #f3ede5;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame h3 {margin-bottom: 10px;border-bottom: 3px ridge #ceb596;}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .innerBlg_wrp:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.CampareBlock_Frame .Box_static_data {                                                                                                                   
	width: 48.6%;                                                                                                                   
	float: left;                                                                                                                   
	margin-right: 25px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .Box_static_data:nth-of-type(2) {margin-right: 0;margin-bottom: 0px;}                                                                                                                     
                                                                                                                   
/*-Show_ListstyleBlock-*/                                                                                                                   
.Show_ListstyleBlock {display:block;overflow: hidden;clear: both;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.Box_static_data {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.Box_static_data li {                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 7px 0 7px 42px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 5px;                                                                                                                   
}                                                                                                                   
.Show_ListstyleBlock ul.Box_static_data li:last-child{margin:0px;}                                                                                                                   
/*-PointBlock_Main-*/                                                                                                                   
.PointBlock_Main {display:block;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.PointBlock_Main p {                                                                                                                   
    padding: 20px;                                                                                                                   
    border: 1px solid #ccc;                                                                                                                   
    background: #fff;                                                                                                                   
    border: 2px inset #c2a27c;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.PointBlock_Main .innerBlg_wrp {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PointBlock_Main .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Block_Sumup-*/                                                                                                                   
.Block_Sumup {display:block;background: #fff;padding: 15px;border-radius: 5px;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.Block_Sumup h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_Sumup .innerBlg_wrp {                                                                                                                   
background : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_Sumup .innerBlg_wrp p {                                                                                                                   
    background: #fff;                                                                                                                   
    padding: 15px;                                                                                                                   
    border: 1px solid #dcdcdc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-reviewBlock_main-*/                                                                                                                   
.reviewBlock_main img.makeImage_icatch {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.reviewBlock_main{                                                                                                                   
    display:block;                                                                                                                   
    background:  #fff;                                                                                                                   
    padding: 15px;                                                                                                                   
    border-radius: 5px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewBlock_main .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.reviewBlock_main:after{                                                                                                                   
	content:'';                                                                                                                   
	clear:both;                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
.reviewBlock_main .Box_static_data{                                                                                                                   
	display:block;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 0px 25px 0px;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.reviewBlock_main .Box_static_data:last-child{                                                                                                                   
	margin:0px;                                                                                                                   
}                                                                                                                   
.reviewBlock_main .Box_static_data h3 {                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	color: #333;                                                                                                                   
	text-align: left;                                                                                                                   
	background: url(../images/men.png) no-repeat left top;                                                                                                                   
	background-size: 50px;                                                                                                                   
	padding: 16px 0 13px 65px;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-automatically_flowBlock-*/                                                                                                                   
.automatically_flowBlock img.makeImage_icatch {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .innerBlg_wrp:after{                                                                                                                   
	content:'';                                                                                                                   
	display:block;                                                                                                                   
	clear:both;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock{                                                                                                                   
    display:block;                                                                                                                   
    border-radius: 5px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    background: #f3ede5;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.automatically_flowBlock .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data {                                                                                                                   
	padding: 20px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0px 0px 20px 0px;                                                                                                                   
	background-color: #fff;                                                                                                                   
	box-shadow: 0px 0px 3px #969696;                                                                                                                   
	}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(3){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(5){                                                                                                                   
	margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data p {position: relative;}                                                                                                                   
                                                                                                                   
.automatically_flowBlock .Box_static_data h3 {                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 8px 0 10px 52px;                                                                                                                   
	position: relative;                                                                                                                   
	border-bottom: 1px solid #c2a27c;                                                                                                                   
	background-size: 40px !important;                                                                                                                   
	margin: 0px 0px 12px 0px;                                                                                                                   
	text-align: left;                                                                                                                   
	line-height: 160%;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(1) h3{                                                                                                                   
background: url(../images/bg-flow-01.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(2) h3{                                                                                                                   
background: url(../images/bg-flow-02.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(3) h3{                                                                                                                   
background: url(../images/bg-flow-03.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(4) h3{                                                                                                                   
background: url(../images/bg-flow-04.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(5) h3{                                                                                                                   
background: url(../images/bg-flow-05.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
/*-main_QAblock-*/                                                                                                                   
.main_QAblock img.makeImage_icatch {                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.main_QAblock{                                                                                                                   
    display:block;                                                                                                                   
    border-radius: 5px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    background:  #fff;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_QAblock .innerBlg_wrp h2 {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.main_QAblock .innerBlg_wrp:after{                                                                                                                   
	content:'';                                                                                                                   
	clear:both;                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
.main_QAblock .Box_static_data:nth-of-type(3){margin-right:0px;}                                                                                                                   
.main_QAblock .Box_static_data {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 20px 20px 0px;                                                                                                                   
	width: 31.9%;                                                                                                                   
	float: left;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #dcdcdc;                                                                                                                   
	}                                                                                                                    
.main_QAblock .Box_static_data:nth-of-type(4),                                                                                                                   
.main_QAblock .Box_static_data:last-child{                                                                                                                   
margin-bottom:0px;                                                                                                                   
}                                                                                                                      
.main_QAblock .Box_static_data h3 {                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 54px 0 3px 0px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	margin-bottom: 9px;                                                                                                                   
	background-size: 50px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	background-position: 50% 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
                                                                                                                   
.main_QAblock .Box_static_data p{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
/*---------------display_article_sidebar---------------*/                                                                                                                   
.top_menu{                                                                                                                   
	width: 1050px;                                                                                                                   
	margin: auto;                                                                                                                   
	position: relative;                                                                                                                   
	top: 0;                                                                                                                   
	padding: 0;                                                                                                                   
	overflow:hidden;                                                                                                                   
	margin: 20px auto 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.top_menu ul{                                                                                                                   
	width: 1050px;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 3px 0;                                                                                                                   
	left: 0;                                                                                                                   
	display: block;                                                                                                                   
	text-align: center;                                                                                                                   
	border-bottom: 1px solid #c2a27c;                                                                                                                   
}                                                                                                                   
.top_menu ul li{                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu ul li:last-child a {                                                                                                                   
    margin-right:0;                                                                                                                      
}                                                                                                                   
.top_menu ul li a{                                                                                                                   
	display: block;                                                                                                                   
	text-decoration:none;                                                                                                                   
	padding:15px 26px;                                                                                                                   
	position:relative;                                                                                                                   
	color: #d4b99a;                                                                                                                   
	margin-right: 10px;                                                                                                                   
	z-index: 999;                                                                                                                   
}                                                                                                                   
.top_menu ul li a:before{                                                                                                                   
                                                                                                                    
content:"";                                                                                                                   
                                                                                                                    
width:10px;                                                                                                                   
                                                                                                                    
height:10px;                                                                                                                   
                                                                                                                    
position:absolute;                                                                                                                   
                                                                                                                    
background-color: #c2a27c;                                                                                                                   
                                                                                                                    
left:0;                                                                                                                   
                                                                                                                    
top:0;                                                                                                                   
                                                                                                                    
margin-top:22px;                                                                                                                   
}                                                                                                                   
.top_menu ul li a:hover:before{                                                                                                                   
    content:"";                                                                                                                   
    width:100%;                                                                                                                   
    height:100%;                                                                                                                   
    top:0;                                                                                                                   
    left:0;                                                                                                                   
    margin-top:0px;                                                                                                                   
    z-index:-1;                                                                                                                   
    transition:all 0.3s linear;                                                                                                                   
    -moz-transition:all 0.3s linear;                                                                                                                   
    -webkit-transition:all 0.3s linear;                                                                                                                   
}                                                                                                                   
.top_menu ul li a:hover{                                                                                                                   
	color: #fdfcfc;                                                                                                                   
	/* z-index: 9999; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------Block_footerArea---------------*/                                                                                                                   
#Block_footerArea {background: #d4b99a;position: relative;border-top: 3px solid #c2a27c;}                                                                                                                   
                                                                                                                   
#Block_footerArea a {                                                                                                                   
    color:  #fff;                                                                                                                   
    text-decoration:  underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Block_footerArea a:hover {                                                                                                                   
    text-decoration:  none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr p {                                                                                                                   
	text-align: center;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr h3 {                                                                                                                   
text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 25px 0 25px 0;                                                                                                                   
	font-size: 13px;                                                                                                                   
	color: #fff;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.blg_title_block .pr {                                                                                                                   
width : 234px;                                                                                                                   
float : right;                                                                                                                   
min-height : 60px;                                                                                                                   
padding : 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_title_block .pr img {                                                                                                                   
display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_title_block .pr p {                                                                                                                   
margin-top :  20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .pr,                                                                                                                   
#display_article_sidebar .pr {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 40px 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .pr:last-child {                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .pr p,                                                                                                                    
#display_article_sidebar .pr p {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .pr p:last-child, #display_article_sidebar .pr p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .pr img,                                                                                                                   
#display_article_sidebar .pr p {height: auto;}                                                                                                                   
                                                                                                                   
.pr img {                                                                                                                   
display : block;                                                                                                                   
margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
h1{                                                                                                                   
  padding: 0px 20px 20px 20px;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  text-align: left;                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  position : relative;                                                                                                                   
  left : auto;                                                                                                                   
  top : auto;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	text-align: left !important;                                                                                                                   
	padding: 10px !important;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
	background: #d4b99a !important;                                                                                                                   
	border: 0;                                                                                                                   
	line-height: 140%;                                                                                                                   
	width: auto !important;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #d4b99a !important;                                                                                                                   
    text-align: center;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  padding: 0;                                                                                                                   
  display: block !important;                                                                                                                   
  border-radius:  0 !important;                                                                                                                   
}                                                                                                                   
p.top_logoBlock {                                                                                                                   
    float: none;                                                                                                                   
    margin: 0 auto;                                                                                                                   
    color: #4c4949;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: center;                                                                                                                   
    font-size: 30px;                                                                                                                   
    padding: 20px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
#site_wrapper_all{width: 100%;padding: 0;display: block;height: auto;min-width: inherit;max-width: inherit;clear: both;}                                                                                                                   
                                                                                                                   
#local_headerBlock .innerBlg_wrp,                                                                                                                   
#wrp_blg_cont .innerBlg_wrp,                                                                                                                   
#Block_footerArea .innerBlg_wrp{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto !important;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg {padding: 20px;width: auto;position: static;margin: 0 auto 20px;float:  none;}                                                                                                                   
                                                                                                                   
#local_headerBlock .popular_news_blg .innerBlg_wrp {                                                                                                                   
    padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_prbn img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.top_menu {                                                                                                                   
  padding: 0 0 33% 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  background: url(../images/sp-mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu ul {display: block;float: none;width: auto;border: 0;}                                                                                                                   
.top_menu ul li{                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width : 100%;                                                                                                                   
  border-bottom: 1px solid #c2a27c;                                                                                                                   
}                                                                                                                   
.top_menu ul li a{                                                                                                                   
  text-align: center;                                                                                                                   
  display : block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 15px 0;                                                                                                                   
  margin: 0;                                                                                                                   
  color: #bf9361;                                                                                                                   
}                                                                                                                   
.top_menu ul li a:hover {                                                                                                                   
    color: #383636;                                                                                                                   
    /* z-index: 9999; */                                                                                                                   
}                                                                                                                    
.top_menu ul li a:before,                                                                                                                   
.top_menu ul li a:after{                                                                                                                   
	display:none;                                                                                                                   
}                                                                                                                          
                                                                                                                   
.popular_news_blg h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
#local_headerBlock .Headline_area .innerBlg_wrp {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_headerBlock,                                                                                                                   
#wrp_blg_cont,                                                                                                                   
#Block_footerArea{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                        
#block_main_wrp .innerBlg_wrp,                                                                                                                   
#display_article_sidebar .innerBlg_wrp{                                                                                                                   
                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float : none;                                                                                                                   
	border: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#block_main_wrp .popular_news_blg,                                                                                                                   
.rankBlock_info,                                                                                                                   
.main_QAblock,                                                                                                                   
.bg_articleBlock,                                                                                                                   
.automatically_flowBlock,                                                                                                                    
.reviewBlock_main,                                                                                                                   
.Recommend_area,                                                                                                                    
.FRone_main_blog,                                                                                                                   
.Main_FR2block,                                                                                                                   
.Block_FR3main,                                                                                                                   
.FR4Block_Main,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.PointBlock_Main,                                                                                                                   
.Block_Sumup,                                                                                                                    
#block_main_wrp .pr,                                                                                                                   
#display_article_sidebar .Recommend_area {                                                                                                                   
	margin: 0 0 30px 0;                                                                                                                   
	border-radius: 0!important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankBlock_info {                                                                                                                   
    padding: 0px;                                                                                                                   
    box-shadow: none;                                                                                                                   
    background:  none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .popular_news_blg .innerBlg_wrp,                                                                                                                   
.rankBlock_info .innerBlg_wrp,                                                                                                                   
.Recommend_area .innerBlg_wrp,                                                                                                                   
.main_QAblock .innerBlg_wrp,                                                                                                                   
.bg_articleBlock .innerBlg_wrp,                                                                                                                   
.automatically_flowBlock .innerBlg_wrp,                                                                                                                   
.reviewBlock_main .innerBlg_wrp,                                                                                                                   
.Headline_area .innerBlg_wrp,                                                                                                                   
.FRone_main_blog .innerBlg_wrp,                                                                                                                   
.Main_FR2block .innerBlg_wrp,                                                                                                                   
.Block_FR3main .innerBlg_wrp,                                                                                                                   
.FR4Block_Main .innerBlg_wrp {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
#block_main_wrp .popular_news_blg {padding: 20px;}                                                                                                                   
#display_article_sidebar{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float : none;                                                                                                                   
  padding: 0 20px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .pr {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
#local_headerBlock:before{display:none;}                                                                                                                   
                                                                                                                   
#local_headerBlock{margin: 0 auto 0;padding: 0;display: block;height: auto;min-width: inherit;max-width: inherit;clear: both;width: auto;background: none;}                                                                                                                   
.sub .blg_title_block, .blg_title_block{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	background: none;                                                                                                                   
	position: static;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding: 0px;                                                                                                                   
	}                                                                                                                       
.sub .top_menu {                                                                                                                   
  padding: 0 0 33% 0;                                                                                                                   
  background: url(../images/sp-subimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  position: static;                                                                                                                   
  background-position: 50% 100%;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
.Blg_design_header:after {                                                                                                                   
	display:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_imageBlock,                                                                                                                   
.local_imageBlock .innerBlg_wrp{                                                                                                                   
  padding : 0px;                                                                                                                   
  width : auto;                                                                                                                   
  background : none;                                                                                                                   
  border: 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
.local_imageBlock {                                                                                                                   
  padding: 0;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .local_imageBlock {                                                                                                                   
    padding: 0;                                                                                                                   
    background: none;                                                                                                                   
    margin: 0;                                                                                                                   
    min-height: inherit;                                                                                                                   
}                                                                                                                   
.Headline_area{                                                                                                                   
  height : auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  padding: 20px 20px 10px 20px;                                                                                                                   
  text-align: left;                                                                                                                   
  box-shadow: none;                                                                                                                   
  position: static;                                                                                                                   
  float: none;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.rankBlock_info .Box_static_data img{                                                                                                                   
  width: 11%;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankBlock_info img.makeImage_icatch {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankBlock_info .Box_static_data:nth-of-type(4), .rankBlock_info .Box_static_data:nth-of-type(5),.rankBlock_info .Box_static_data{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
  background: #fff;                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankBlock_info .Box_static_data:nth-of-type(4) {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.rankBlock_info .Box_static_data:nth-of-type(5){margin:0px;}                                                                                                                   
.rankBlock_info .Box_static_data h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
  float: none;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 20px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock .Box_static_data{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.bg_articleBlock .Box_static_data h3{                                                                                                                   
  padding: 0 0 10px 0;                                                                                                                   
  background-position: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  border-bottom: 1px solid #9c9c9c;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  color: #353434;                                                                                                                   
  clear: both;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                        
                                                                                                                   
.Recommend_area .Box_static_data{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 30px !important;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .Box_static_data:before {                                                                                                                   
  display: none ;                                                                                                                   
}                                                                                                                   
.Recommend_area .Box_static_data h3{                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
.Recommend_area .Box_static_data img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .Box_static_data a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	width: 180px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .Box_static_data a:hover {                                                                                                                   
background: #333 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame{margin: 0 auto 0px;}                                                                                                                   
.CampareBlock_Frame .Box_static_data{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.CampareBlock_Frame .Box_static_data h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock{margin: 0 auto 30px;}                                                                                                                   
.Show_ListstyleBlock ul.Box_static_data li{                                                                                                                   
background:none;                                                                                                                   
padding:0;                                                                                                                        
margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
.PointBlock_Main{                                                                                                                   
	display: block;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PointBlock_Main .innerBlg_wrp{                                                                                                                   
padding:0;                                                                                                                   
}                                                                                                                   
.PointBlock_Main .innerBlg_wrp{                                                                                                                   
padding:0;                                                                                                                   
background:none;                                                                                                                   
}                                                                                                                   
.Block_Sumup{                                                                                                                   
	display: block;                                                                                                                   
	padding: 15px;                                                                                                                   
	margin-bottom: 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Block_Sumup h2 {                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.Block_Sumup .innerBlg_wrp{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewBlock_main  img.makeImage_icatch {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewBlock_main .Box_static_data{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 0 20px 0px;                                                                                                                   
	}                                                                                                                   
.reviewBlock_main .Box_static_data h3{                                                                                                                   
  text-align: center;                                                                                                                   
  width: auto;                                                                                                                   
  border-radius: 0;                                                                                                                   
  padding: 14% 0 2% 0;                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  background-size: 11%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewBlock_main .Box_static_data p{                                                                                                                   
  padding: 10px 0;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock{                                                                                                                   
  padding: 0;                                                                                                                   
  background:  none;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.automatically_flowBlock img.makeImage_icatch {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.automatically_flowBlock .Box_static_data{                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
  background-size: 33% !important;                                                                                                                   
  border-radius: 0;                                                                                                                   
}                                                                                                                   
.automatically_flowBlock .Box_static_data h3{                                                                                                                   
  padding: 14% 2% 2% 2%;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
  text-align: center;                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  background-size: 11% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(1) h3:before,                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(2) h3:before,                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(3) h3:before,                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(4) h3:before,                                                                                                                   
.automatically_flowBlock .Box_static_data:nth-of-type(5) h3:before{                                                                                                                   
  position: absolute;                                                                                                                   
  top: 0;                                                                                                                   
  text-align: center;                                                                                                                   
  width: 100%;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  color: #333;                                                                                                                   
  left: 0;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_QAblock img.makeImage_icatch {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.main_QAblock .Box_static_data{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0 !important;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  background-color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_QAblock .Box_static_data:nth-of-type(even) {                                                                                                                   
    padding: 0px;                                                                                                                   
    background-position: 50% 0;                                                                                                                   
}                                                                                                                   
.main_QAblock .Box_static_data h3{                                                                                                                   
	padding: 14% 2% 2% 2%;                                                                                                                   
	text-align: center;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0px auto 10px;                                                                                                                   
	background-position: 50% 0;                                                                                                                   
	background-size: 11% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_QAblock .Box_static_data p{                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.main_QAblock .Box_static_data h3:before{                                                                                                                   
  width: auto;                                                                                                                   
  top: 0;                                                                                                                   
  left: 35%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_QAblock .Box_static_data p:before{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 35%;                                                                                                                   
  top: 5px;                                                                                                                   
}                                                                                                                     
#Block_footerArea{                                                                                                                   
  margin-top: 0;                                                                                                                   
  padding-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_news_blg .innerBlg_wrp,                                                                                                                   
.CampareBlock_Frame .innerBlg_wrp,                                                                                                                   
.Show_ListstyleBlock .innerBlg_wrp,                                                                                                                   
.PointBlock_Main .innerBlg_wrp,                                                                                                                   
.popular_prtxt, .rankBlock_info .innerBlg_wrp,                                                                                                                   
.Recommend_area .innerBlg_wrp,                                                                                                                   
.main_QAblock .innerBlg_wrp,                                                                                                                   
.bg_articleBlock .innerBlg_wrp,                                                                                                                   
.automatically_flowBlock .innerBlg_wrp,                                                                                                                   
.reviewBlock_main .innerBlg_wrp,                                                                                                                   
.FRone_main_blog .innerBlg_wrp,                                                                                                                   
.Main_FR2block .innerBlg_wrp,                                                                                                                   
.Block_FR3main .innerBlg_wrp,                                                                                                                   
.FR4Block_Main .innerBlg_wrp,                                                                                                                   
.FRone_main_blog,.Main_FR2block,.Block_FR3main,.FR4Block_Main,                                                                                                                   
.Block_Sumup .innerBlg_wrp {                                                                                                                   
    width: auto;                                                                                                                   
    border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_prtxt {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.Blg_design_header{box-shadow: none;padding: 0px;}                                                                                                                   
.data_header_dynamic{width: auto;}                                                                                                                   
.pr{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr p{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
#display_article_sidebar .pr img{                                                                                                                   
	margin: 20px 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 20px 0;                                                                                                                   
  padding-top: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.blg_title_block .pr{                                                                                                                   
  display: block;                                                                                                                   
  width : 90%;                                                                                                                   
  margin : 0 auto 0;                                                                                                                   
  float : none;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
.blg_title_block .pr img{                                                                                                                   
width : 100%;                                                                                                                   
height : auto;                                                                                                                   
}                                                                                                                   
.blg_title_block img {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                   
  border-color: #333;                                                                                                                   
  padding: 15px 0 5px 0;                                                                                                                   
}                                                                                                                   
#block_main_wrp .pr,                                                                                                                   
#display_article_sidebar .pr,                                                                                                                   
#Block_footerArea .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
#Block_footerArea .pr img{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  height : auto;                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  float : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Block_footerArea .pr:nth-of-type(2) img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
.FRone_main_blog {                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
.FRone_main_blog p,                                                                                                                   
.Main_FR2block p,                                                                                                                   
.Block_FR3main p,                                                                                                                   
.FR4Block_Main p,                                                                                                                   
.Main_FR_Block p{                                                                                                                   
  padding: 0;                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
#local_headerBlock .popular_news_blg:before,                                                                                                                   
.Headline_area:before{                                                                                                                   
	display: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
