                                                                                                                   
@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, div, 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, div, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {font-size: 14px;line-height: 160%;font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;}                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div, 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---------------*/                                                                                                                   
#block_wrp_all{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1040px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #e29147;}                                                                                                                   
a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h1 {
	margin: 20px auto 0px;
	padding: 20px 0px;
	font-size: 24px;
	clear: both;
	text-align: center;
	background: #f1d3b9;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 10px 10px 0 0;
}  
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {
    text-decoration: none;
    color: #464444;
}                                                                                                                   
h2{                                                                                                                   
	font-size: 20px;                                                                                                                   
	padding: 10px 0px 10px 0px;                                                                                                                   
	color: #FFFFFF;                                                                                                                   
	margin-bottom: 20px;                                                                                                                   
	position:relative;                                                                                                                   
	background: #dca676;                                                                                                                   
	overflow: hidden;                                                                                                                   
	text-align: center;                                                                                                                   
	border-radius: 6px;                                                                                                                   
	-moz-border-radius: 6px;                                                                                                                   
	-webkit-border-radius: 6px;                                                                                                                   
	box-shadow: 0px 0px 0px 2px #ca874b inset;                                                                                                                   
	-moz-box-shadow: 0px 0px 0px 2px #06C770 inset;                                                                                                                   
	-webkit-box-shadow: 0px 0px 0px 2px #ca874b inset;                                                                                                                   
}                                                                                                                   
h2:before{                                                                                                                   
	content:'\25c6';                                                                                                                   
	position: absolute;                                                                                                                   
	top: 9px;                                                                                                                   
	left: 3px;                                                                                                                   
	height: 25px;                                                                                                                   
	color: #ca874b;                                                                                                                   
	box-shadow: 2px 0px 1px 0px #ca874b;                                                                                                                   
	-moz-box-shadow: 2px 0px 1px 0px #09824B;                                                                                                                   
	-webkit-box-shadow: 2px 0px 1px 0px #ca874b;                                                                                                                   
	font-size: 20px;                                                                                                                   
	padding-bottom: 2px;                                                                                                                   
}                                                                                                                   
h2:after{                                                                                                                   
	content:'\25c6';                                                                                                                   
	position: absolute;                                                                                                                   
	top: 9px;                                                                                                                   
	right: 3px;                                                                                                                   
	height: 25px;                                                                                                                   
	color: #ca874b;                                                                                                                   
	box-shadow: -2px 0px 1px 0px #ca874b;                                                                                                                   
	-moz-box-shadow: -2px 0px 1px 0px #09824B;                                                                                                                   
	-webkit-box-shadow: -2px 0px 1px 0px #ca874b;                                                                                                                   
	font-size: 20px;                                                                                                                   
	padding-bottom: 2px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 {
	font-size: 18px;
	color: #444040;
	padding-bottom: 15px;
	font-weight: bold;
	margin: 10px auto 0;
	}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .static_innerBlock,                                                                                                                   
#Display_contBlock .static_innerBlock,                                                                                                                   
#postlist_footerBlock .static_innerBlock                                                                                                                   
{                                                                                                                   
margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
#Display_contBlock {                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
#headerBlock_tmp,                                                                                                                   
#Display_contBlock,                                                                                                                   
#postlist_footerBlock .static_innerBlock {                                                                                                                   
	display:block;                                                                                                                   
	width: 1110px;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock {                                                                                                                   
margin : 0;                                                                                                                   
padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar {                                                                                                                   
margin: 0 auto 60px;                                                                                                                      
}                                                                                                                    
/*---------------headerBlock_tmp---------------*/                                                                                                                   
#headerBlock_tmp {                                                                                                                   
	padding: 0 0;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: 1110px;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.titleBlock_dynamic {
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	position: relative;
	z-index: 99;
	padding: 0;
	text-align: center;
	background: url(../images/mainimage.jpg) no-repeat center top;
	background-position: 50% 50px;
	min-height: 550px;
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
.titleBlock_dynamic .tmp_prbn img.bn {                                                                                                                   
    display: block;                                                                                                                   
    width: 468px;                                                                                                                   
    height: auto;                                                                                                                   
    float: right;                                                                                                                   
    border: 0px;                                                                                                                   
    position: absolute;                                                                                                                   
    right: 0px;                                                                                                                   
    top: 20px;                                                                                                                   
}                                                                                                                   
.tmp_prbn {                                                                                                                   
    margin: 20px 0 25px;                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
.prtxt_localBlock {                                                                                                                   
    padding: 20px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
}                                                                                                                   
.prtxt_localBlock p{                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
.sub .titleBlock_dynamic {
	background: url(../images/subimage.jpg) no-repeat center top;
	min-height: 551px;
	background-position: 50% 49px;
}                                                                                                                   
.titleBlock_dynamic img {                                                                                                                   
width: 100px;                                                                                                                   
height: auto;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
border: 1px solid #ffffff;                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.thebest_imageBlock {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	top: 0;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.thebest_imageBlock .static_innerBlock {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	width: 1040px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 20px;                                                                                                                   
	background: #cecece;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block h2 {                                                                                                                   
    border: 0;                                                                                                                   
    background: #dcdada;                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block .static_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block p {                                                                                                                   
margin : 0px;                                                                                                                   
padding : 0;                                                                                                                   
}                                                                                                                   
#headerBlock_tmp .news {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	width: 1110px;                                                                                                                   
	background: rgba(255, 255, 255, 0.64);                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news .static_innerBlock {                                                                                                                   
	padding: 0px;                                                                                                                   
	border: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news h2{                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	padding: 12px 20px;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	color: #444040;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height: 100px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news ul li{                                                                                                                   
margin: 0 0 15px 0;                                                                                                                        
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#local_wrpBlock .news,                                                                                                                   
.rank,                                                                                                                   
.qa,                                                                                                                   
.maincontents,                                                                                                                   
.flow_b,                                                                                                                    
.review,                                                                                                                   
.format_recommendBlock,                                                                                                                    
.FRone_main_blog,                                                                                                                   
.Main_FR_Block2,                                                                                                                   
.Block_FR3main,                                                                                                                   
.FR4Block_Main,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.Display_Point_Block,                                                                                                                    
.Content_Sumup_Frame,                                                                                                                    
#local_wrpBlock .pr,                                                                                                                   
.prtxt_localBlock,                                                                                                                   
#local_sidebar .format_recommendBlock {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_main_blog {display: block;padding: 20px;background: #f3e7dd;}                                                                                                                   
                                                                                                                   
.Main_FR_Block2 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_FR3main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR4Block_Main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.FR4Block_Main p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .news {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-news-*/                                                                                                                   
#local_wrpBlock  .news ul {                                                                                                                   
    display: block;                                                                                                                   
    overflow-y: scroll;                                                                                                                   
    height: 120px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock  .news ul li{                                                                                                                   
margin: 0 0 20px 0;                                                                                                                   
text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*-rank-*/                                                                                                                   
.rank img.random_IcatchImage {
  margin : 0 auto 20px;
  clear : both;
  float : none;
  width: 100%;
  box-shadow: 0 0px 1px #756d6d;
}                                                                                                                   
                                                                                                                   
.rank{                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank .static_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.rank .box_article_04 {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0px auto 30px;
}                                                                                                                   
                                                                                                                   
{                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.rank .box_article_04:after {                                                                                                                          
clear: both;                                                                                                                   
display: block;                                                                                                                   
content:"";                                                                                                                   
}                                                                                                                   
.rank img {
	display: block;
	height: auto;
	width: auto;
	float: left;
	box-sizing: border-box;
	margin: 0px 0px 10px -40px;
}                                                                                                                   
                                                                                                                   
.rank .box_article_04 h3 {
	overflow: hidden;
	text-align: left;
	}                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.maincontents {                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .static_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.maincontents img.random_IcatchImage {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	width: 100%;                                                                                                                   
	box-shadow: 0 0px 1px #756d6d;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .box_article_04 {                                                                                                                   
	margin-bottom: 30px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .box_article_04:last-child {                                                                                                                   
width: auto;                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .box_article_04:nth-child(3),                                                                                                                   
.maincontents .box_article_04:nth-child(5) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .box_article_04 h3 {                                                                                                                   
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
	position:relative;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 15px 0 12px 50px;                                                                                                                   
	background-position: 0 5px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-format_recommendBlock-*/                                                                                                                   
.format_recommendBlock{                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
.format_recommendBlock .static_innerBlock:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.format_recommendBlock .box_article_04 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 30px;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
.format_recommendBlock .box_article_04:nth-of-type(2),                                                                                                                   
 .format_recommendBlock .box_article_04:nth-of-type(4){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04 img {                                                                                                                   
    width: 50%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0px 20px 10px 0px;                                                                                                                   
    display: block;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.format_recommendBlock .box_article_04 h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04 a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-CampareBlock_Frame-*/                                                                                                                   
.CampareBlock_Frame {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame h3 {                                                                                                                   
border-bottom: 1px solid #ccc;                                                                                                                   
margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .static_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.CampareBlock_Frame .box_article_04 {                                                                                                                   
	width: 49%;                                                                                                                   
	float: left;                                                                                                                   
	margin-right: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .box_article_04:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                     
                                                                                                                   
/*-Show_ListstyleBlock-*/                                                                                                                   
.Show_ListstyleBlock {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.box_article_04 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.box_article_04 li {                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 7px 0 7px 40px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 5px;                                                                                                                   
	border-bottom: double #f9e5d4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Display_Point_Block-*/                                                                                                                   
.Display_Point_Block {                                                                                                                   
display:block;                                                                                                                   
border: 1px solid #333;                                                                                                                   
padding: 20px;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Display_Point_Block .static_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Content_Sumup_Frame-*/                                                                                                                   
.Content_Sumup_Frame {                                                                                                                   
display:block;                                                                                                                   
background: #eee;                                                                                                                   
padding: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Sumup_Frame h2 {                                                                                                                   
    border: 0;                                                                                                                   
    padding: 10px 0;                                                                                                                   
    border-bottom: 4px double #ccc;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Content_Sumup_Frame .static_innerBlock {                                                                                                                   
background : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Sumup_Frame .static_innerBlock p {                                                                                                                   
padding-top : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-review-*/                                                                                                                   
                                                                                                                   
.review img.random_IcatchImage {
  margin: 0 auto 20px;
  clear : both;
  float : none;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  box-shadow: 0 0px 1px #756d6d;
}                                                                                                                   
                                                                                                                   
.review{                                                                                                                   
    display: inline-block;                                                                                                                   
}                                                                                                                   
.review .box_article_04{
	display:block;
	background: url('../images/men.png') no-repeat center top;
	box-sizing: border-box;
	background-position: 50% 0;
	margin: 0px 0px 30px 0px;
	padding: 132px 0px 0px 0px;
}                                                                                                                   
.review .box_article_04:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.review .box_article_04 h3 {
	float : none;
	width : auto;
	color: #464343;
	text-align: center;
	}                                                                                                                   
                                                                                                                   
/*-flow_b-*/                                                                                                                   
.flow_b img.random_IcatchImage {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width:100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b{                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .static_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .box_article_04 {                                                                                                                   
	padding: 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 0px 30px 0px;                                                                                                                   
	}                                                                                                                   
.flow_b .box_article_04:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.flow_b .box_article_04 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .box_article_04 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	padding: 135px 0px 15px 0px;                                                                                                                   
	position:relative;                                                                                                                   
	border-bottom: 2px solid #b77437;                                                                                                                   
	margin: 0px 0px 15px 0px;                                                                                                                   
	text-align: center;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.flow_b .box_article_04:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.flow_b .box_article_04:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.flow_b .box_article_04:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.flow_b .box_article_04:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.flow_b .box_article_04:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-qa-*/                                                                                                                   
.qa img.random_IcatchImage {                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width:100%;                                                                                                                   
                                                                                                                     
}                                                                                                                   
.qa {display: inline-block;}                                                                                                                   
.qa:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.qa .box_article_04 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #d4d4d4;                                                                                                                   
	float: left;                                                                                                                   
	width: 49%;                                                                                                                   
	margin: 0px 20px 30px 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.qa .box_article_04:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                       
.qa .box_article_04 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 50px 0px 55px 125px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	background-position: 0px 0px;                                                                                                                   
	margin-bottom: 9px;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	}                                                                                                                   
.qa .box_article_04 p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 0px 0 40px 125px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
	background-position: 0 0px;                                                                                                                   
	}                                                                                                                   
/*---------------local_sidebar---------------*/                                                                                                                   
.nav{                                                                                                                   
	margin: 0;                                                                                                                   
	list-style: none;                                                                                                                   
	position: relative;                                                                                                                   
	width: 1150px;                                                                                                                   
	left: -20px;                                                                                                                   
	padding: 0px;                                                                                                                   
	background: #93dc95;                                                                                                                   
	background: linear-gradient(#c4f3c5, #8cd98e);                                                                                                                   
	background: -webkit-linear-gradient(#f1d4bb, #DCA676);                                                                                                                   
	background: -moz-linear-gradient(#c4f3c5, #8cd98e);                                                                                                                   
	background: -o-linear-gradient(#c4f3c5, #8cd98e);                                                                                                                   
	background: -ms-linear-gradient(#c4f3c5, #8cd98e);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav:before{                                                                                                                   
	content:"";                                                                                                                   
	position: absolute;                                                                                                                   
	left: -60px;                                                                                                                   
	bottom: -20px;                                                                                                                   
	border-width: 0px 20px 20px 60px;                                                                                                                   
	border-style: solid;                                                                                                                   
	border-color: transparent;                                                                                                                   
	border-right-color: #DCA676;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav:after{                                                                                                                   
	content:"";                                                                                                                   
	position: absolute;                                                                                                                   
	right: -20px;                                                                                                                   
	bottom: -20px;                                                                                                                   
	border-width: 0px 20px 20px 20px;                                                                                                                   
	border-style: solid;                                                                                                                   
	border-color: transparent;                                                                                                                   
	border-left-color: #DCA676;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul{                                                                                                                   
    width: 920px;                                                                                                                   
    margin: auto;                                                                                                                   
    padding:0;                                                                                                                   
    left: 0;                                                                                                                   
    display: table;                                                                                                                   
}                                                                                                                   
.nav ul li{                                                                                                                   
	display: table-cell;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul li a{                                                                                                                   
	display: block;                                                                                                                   
	padding: 14px 0px;                                                                                                                   
	text-align: center;                                                                                                                   
	font-size: 15px;                                                                                                                   
	text-decoration: none;                                                                                                                   
	color: #464444;                                                                                                                   
	position: relative;                                                                                                                   
	z-index: 0;                                                                                                                   
}                                                                                                                   
.nav ul li a:hover{                                                                                                                   
	background: linear-gradient(#ecffec, #adeaae);                                                                                                                   
	background: -webkit-linear-gradient(#e1b085, #fdeee1);                                                                                                                   
	background: -moz-linear-gradient(#ecffec, #adeaae);                                                                                                                   
	background: -o-linear-gradient(#ecffec, #adeaae);                                                                                                                   
	background: -ms-linear-gradient(#ecffec, #adeaae);                                                                                                                   
	color: #333;                                                                                                                   
}                                                                                                                   
/*---------------postlist_footerBlock---------------*/                                                                                                                   
#postlist_footerBlock {                                                                                                                   
	background: #ca874b;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
footer#postlist_footerBlock a {                                                                                                                   
    color: #fff;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
footer#postlist_footerBlock a:hover {                                                                                                                   
    color: #fbe32b;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#postlist_footerBlock .prtxt_localBlock{                                                                                                                   
	margin:0 auto 0px;                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
/*-Design_FBlock-*/                                                                                                                   
.Design_FBlock {                                                                                                                   
	margin: 0px;                                                                                                                   
	padding: 25px 0;                                                                                                                   
	text-align : center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr p {                                                                                                                   
	text-align: center;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr h3 {                                                                                                                   
text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Design_FBlock ul li {                                                                                                                   
  margin : 0;                                                                                                                   
  display: inline-block;                                                                                                                   
  position:relative;                                                                                                                   
  background: url(../images/ft_icon.png) no-repeat left;                                                                                                                   
  background-position: 7px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Design_FBlock ul li a {                                                                                                                   
	margin: 0 4px;                                                                                                                   
	position: relative;                                                                                                                   
	font-size: 16px;                                                                                                                   
	padding-left: 22px;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 20px 0 20px 0;                                                                                                                   
	}                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.titleBlock_dynamic .pr {                                                                                                                   
width : 234px;                                                                                                                   
float : right;                                                                                                                   
min-height : 60px;                                                                                                                   
padding : 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic .pr img {                                                                                                                   
display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic .pr p {                                                                                                                   
margin-top :  20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .pr,                                                                                                                   
#local_sidebar .pr {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 60px 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .pr:last-child {                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .pr p,                                                                                                                    
#local_sidebar .pr p {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .pr p:last-child, #local_sidebar .pr p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .pr img,                                                                                                                   
#local_sidebar .pr p {height: auto;}                                                                                                                   
                                                                                                                   
.pr img {                                                                                                                   
display : block;                                                                                                                   
margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
h1{                                                                                                                   
  padding: 20px 20px 20px 20px;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  text-align: left;                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  position : relative;                                                                                                                   
  left : auto;                                                                                                                   
  top : auto;                                                                                                                   
  font-size: 18px;                                                                                                                   
  color: #333;                                                                                                                   
  line-height: 140%;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 10px !important;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
	background: #e5bb95 !important;                                                                                                                   
	border: 0;                                                                                                                   
	color: #454242 !important;                                                                                                                   
	line-height: 140%;                                                                                                                   
	font-size: 18px !important;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #ccc !important;                                                                                                                   
    text-align: center;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  padding: 0;                                                                                                                   
  display: block !important;                                                                                                                   
}                                                                                                                   
p.logoimg {                                                                                                                   
    float: none;                                                                                                                   
    margin: 0 auto;                                                                                                                   
    color: #4c4949;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: center;                                                                                                                   
    font-size: 30px;                                                                                                                   
    padding: 30px 20px;                                                                                                                   
}                                                                                                                   
#block_wrp_all{                                                                                                                   
width: 100%;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .static_innerBlock,                                                                                                                   
#Display_contBlock .static_innerBlock,                                                                                                                   
#postlist_footerBlock .static_innerBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto !important;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp .news {                                                                                                                    
padding: 20px 20px 0 20px;                                                                                                                   
width: auto;                                                                                                                   
position: static;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic img {                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                            
  border-color: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic .tmp_prbn img.bn {                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    float: none;                                                                                                                   
    border: 0px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
.tmp_prbn img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.nav {                                                                                                                   
  padding: 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.nav:before,                                                                                                                   
.nav:after {                                                                                                                   
	display:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul {display: block;width: auto;}                                                                                                                   
.nav ul li{                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width : 100%;                                                                                                                   
  border-bottom: 1px solid #e2dede;                                                                                                                   
}                                                                                                                   
.nav ul li a{                                                                                                                   
  text-align: center;                                                                                                                   
  display : block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 15px 0;                                                                                                                   
  font-size: 16px;                                                                                                                   
  margin: 0;                                                                                                                   
  color: #333;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.news h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
#headerBlock_tmp .site_FRhead1Block .static_innerBlock {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp,                                                                                                                   
#Display_contBlock,                                                                                                                   
#postlist_footerBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	}                                                                                                                        
#local_wrpBlock .static_innerBlock,                                                                                                                   
#local_sidebar .static_innerBlock{                                                                                                                   
                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock{                                                                                                                   
	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;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#local_wrpBlock .news,                                                                                                                   
.rank,                                                                                                                   
.qa,                                                                                                                   
.maincontents,                                                                                                                   
.flow_b,                                                                                                                    
.review,                                                                                                                   
.format_recommendBlock,                                                                                                                    
.FRone_main_blog,                                                                                                                   
.Main_FR_Block2,                                                                                                                   
.Block_FR3main,                                                                                                                   
.FR4Block_Main,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.Display_Point_Block,                                                                                                                   
.Content_Sumup_Frame,                                                                                                                    
#local_wrpBlock .pr,                                                                                                                   
#local_sidebar .format_recommendBlock {                                                                                                                   
	margin: 0 0 60px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .news .static_innerBlock,                                                                                                                   
.rank .static_innerBlock,                                                                                                                   
.format_recommendBlock .static_innerBlock,                                                                                                                   
.qa .static_innerBlock,                                                                                                                   
.maincontents .static_innerBlock,                                                                                                                   
.flow_b .static_innerBlock,                                                                                                                   
.review .static_innerBlock,                                                                                                                   
.site_FRhead1Block .static_innerBlock,                                                                                                                   
.FRone_main_blog .static_innerBlock,                                                                                                                   
.Main_FR_Block2 .static_innerBlock,                                                                                                                   
.Block_FR3main .static_innerBlock,                                                                                                                   
.FR4Block_Main .static_innerBlock {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
#local_wrpBlock .news {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
#local_sidebar{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float : none;                                                                                                                   
  padding: 0;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .pr {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#headerBlock_tmp{                                                                                                                   
margin: 0 auto 0;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
.titleBlock_dynamic{
	display: block;
	height: auto;
	min-width: inherit;
	max-width: inherit;
	clear: both;
	min-height: inherit;
	padding: 0 0 45% 0;
	position: static;
	border: 0;
	width: auto;
	float: none;
	margin: 0 auto 20px;
	background: url(../images/sp-mainimage.jpg) no-repeat left top;
	background-size: 100%;
	background-position: 50% 100%;
	}                                                                                                                       
.sub .titleBlock_dynamic {                                                                                                                   
  padding: 0 0 27% 0;                                                                                                                   
  background: url(../images/sp-subimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  position: static;                                                                                                                   
  background-position: 50% 100%;                                                                                                                   
  min-height: inherit;                                                                                                                   
  background-color: white;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.thebest_imageBlock,                                                                                                                   
.thebest_imageBlock .static_innerBlock{                                                                                                                   
  padding : 0px;                                                                                                                   
  width : auto;                                                                                                                   
  background : none;                                                                                                                   
  border: 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
.thebest_imageBlock {                                                                                                                   
  padding: 0;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .thebest_imageBlock {                                                                                                                   
    padding: 0;                                                                                                                   
    background: none;                                                                                                                   
    margin: 0;                                                                                                                   
    min-height: inherit;                                                                                                                   
}                                                                                                                   
.site_FRhead1Block{                                                                                                                   
  height : auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 20px 20px 0 20px;                                                                                                                   
  border: 0;                                                                                                                   
  background: none;                                                                                                                   
  text-align: left;                                                                                                                   
  box-shadow: none;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.rank img{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank img.random_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank .box_article_04{                                                                                                                   
  width: auto !important;                                                                                                                   
  margin: 0 auto 30px !important;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank .box_article_04 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 20px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .box_article_04{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 30px 0 !important;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.maincontents .box_article_04 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: #333;                                                                                                                   
  clear: both;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                        
                                                                                                                   
.format_recommendBlock .box_article_04{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 30px !important;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04:before {                                                                                                                   
  display: none ;                                                                                                                   
}                                                                                                                   
.format_recommendBlock .box_article_04 h3{                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
.format_recommendBlock .box_article_04 img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 16px;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04 a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	width: 180px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.format_recommendBlock .box_article_04 a:hover {                                                                                                                   
background: #333 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame{                                                                                                                   
margin: 0 auto 40px;                                                                                                                      
}                                                                                                                   
.CampareBlock_Frame .box_article_04{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
.CampareBlock_Frame .box_article_04 h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock{                                                                                                                   
margin: 0 auto 40px;                                                                                                                        
}                                                                                                                   
.Show_ListstyleBlock ul.box_article_04 li{                                                                                                                   
background:none;                                                                                                                   
padding:0;                                                                                                                        
margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
.Display_Point_Block{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Display_Point_Block .static_innerBlock{                                                                                                                   
padding:0;                                                                                                                   
}                                                                                                                   
.Display_Point_Block .static_innerBlock{                                                                                                                   
padding:0;                                                                                                                   
background:none;                                                                                                                   
}                                                                                                                   
.Content_Sumup_Frame{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
.Content_Sumup_Frame .static_innerBlock{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.review  img.random_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.review .box_article_04{                                                                                                                   
	padding: 30% 0 0 0;                                                                                                                   
	background-position: 50% 0px !important;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	background-size: 30%;                                                                                                                   
	margin: 0 0 30px 0px;                                                                                                                   
	}                                                                                                                   
.review .box_article_04 h3{                                                                                                                   
  text-align: center;                                                                                                                   
  width: auto;                                                                                                                   
  border-radius: 0;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.review .box_article_04 p{                                                                                                                   
  padding: 10px 0;                                                                                                                   
}                                                                                                                   
.flow_b{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b img.random_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .box_article_04{                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
.flow_b .box_article_04 h3{                                                                                                                   
  padding: 34% 2% 2% 2%;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
  background-size: 30% !important;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .box_article_04:nth-of-type(1) h3:before,                                                                                                                   
.flow_b .box_article_04:nth-of-type(2) h3:before,                                                                                                                   
.flow_b .box_article_04:nth-of-type(3) h3:before,                                                                                                                   
.flow_b .box_article_04:nth-of-type(4) h3:before,                                                                                                                   
.flow_b .box_article_04: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;                                                                                                                   
                                                                                                                    
}                                                                                                                   
.qa img.random_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.qa .box_article_04{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
.qa .box_article_04 h3{                                                                                                                   
	padding: 24% 2% 3% 2%;                                                                                                                   
	text-align: center;                                                                                                                   
	border: 0;                                                                                                                   
	background-position: 50% 0;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat  center top !important;                                                                                                                   
	background-size: 23% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.qa .box_article_04 p{                                                                                                                   
  background-size: 23%;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 25% 0% 3% 0%;                                                                                                                   
  border: 0;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
.qa .box_article_04 h3:before{                                                                                                                   
  width: auto;                                                                                                                   
  top: 0;                                                                                                                   
  left: 35%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.qa .box_article_04 p:before{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 35%;                                                                                                                   
  top: 5px;                                                                                                                   
}                                                                                                                     
#postlist_footerBlock{                                                                                                                   
  padding-bottom: 0px;                                                                                                                   
}                                                                                                                   
.Design_FBlock{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0;                                                                                                                   
  margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
.pr{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr p{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
#local_sidebar .pr img{                                                                                                                   
	margin: 0px 0 0 0;                                                                                                                   
}                                                                                                                   
.Design_FBlock ul li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  margin: auto;                                                                                                                   
  font-size: 16px;                                                                                                                   
}                                                                                                                   
.Design_FBlock ul li{                                                                                                                   
  display: block;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 20px 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.titleBlock_dynamic .pr{                                                                                                                   
  display: block;                                                                                                                   
  width : 90%;                                                                                                                   
  margin : 0 auto 0;                                                                                                                   
  float : none;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
.titleBlock_dynamic .pr img{                                                                                                                   
width : 100%;                                                                                                                   
height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_wrpBlock .pr,                                                                                                                   
#local_sidebar .pr,                                                                                                                   
#postlist_footerBlock .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .pr img{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  height : auto;                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  float : none;                                                                                                                   
}                                                                                                                   
.thebest_imageBlock .tmp_prbn img{                                                                                                                   
	margin: 0px auto 0;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .pr:nth-of-type(2) img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
.FRone_main_blog {                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
.FRone_main_blog p,                                                                                                                   
.Main_FR_Block2 p,                                                                                                                   
.Block_FR3main p,                                                                                                                   
.FR4Block_Main p,                                                                                                                   
.Main_FR_Block p{                                                                                                                   
  padding: 0;                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
