﻿@charset "UTF-8";                                                                                                                                                                                                                               
/*---------------reset---------------*/                                                                                                                                                                                                                             
html, body, div, span, applet, object, iframe,                                                                                                                                                                                                                             
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                                                                                                                             
a, abbr, acronym, address, big, cite, code,                                                                                                                                                                                                                             
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                                                                                                                             
small, strike, strong, sub, sup, tt, var,                                                                                                                                                                                                                             
b, u, i, center,                                                                                                                                                                                                                             
dl, dt, dd, ol, ul, li,                                                                                                                                                                                                                             
fieldset, form, label, legend,                                                                                                                                                                                                                             
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                                                                                                                             
article, aside, canvas, details, embed,                                                                                                                                                                                                                             
figure, figcaption, footer, header, hgroup,                                                                                                                                                                                                                             
menu, nav, output, ruby, section, summary,                                                                                                                                                                                                                             
time, mark, audio, video {                                                                                                                                                                                                                             
margin: 0;                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
border: 0;                                                                                                                                                                                                                             
font: inherit;                                                                                                                                                                                                                             
font-size: 100%;                                                                                                                                                                                                                             
vertical-align: baseline;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
ol, ul {                                                                                                                                                                                                                             
list-style: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
table {                                                                                                                                                                                                                             
border-collapse: collapse;                                                                                                                                                                                                                             
border-spacing: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
caption, th, td {                                                                                                                                                                                                                             
text-align: left;                                                                                                                                                                                                                             
font-weight: normal;                                                                                                                                                                                                                             
vertical-align: middle;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
q, blockquote {                                                                                                                                                                                                                             
quotes: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
a img {                                                                                                                                                                                                                             
border: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
html, body {                                                                                                                                                                                                                             
font-size: 15px;                                                                                                                                                                                                                             
font-family: "Hiragino Maru Gothic ProN", HGMaruGothicMPRO, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;                                                                                                                                                                                                                             
line-height: 160%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
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;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
section, article, header, footer {                                                                                                                                                                                                                             
position: relative;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
input, textarea, select, button {                                                                                                                                                                                                                             
-moz-box-sizing: border-box;                                                                                                                                                                                                                             
-webkit-box-sizing: border-box;                                                                                                                                                                                                                             
box-sizing: border-box;                                                                                                                                                                                                                             
font-size: 15px;                                                                                                                                                                                                                             
margin: 0 auto 0;                                                                                                                                                                                                                             
outline: none;                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
/*---------------all---------------*/                                                                                                                                                                                                                             
#wrapper {                                                                                                                                                                                                                             
	width: 100%;                                                                                                                                                                                                                             
	padding : 0;                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
	min-width: 1060px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
p {                                                                                                                                                                                                                             
margin: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
a {color: #f22a2a;}                                                                                                                                                                                                                             
a:hover {                                                                                                                                                                                                                             
text-decoration: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
h1 {                                                                                                                                                                                                                             
	margin : 0;                                                                                                                                                                                                                             
	padding: 35px 0;                                                                                                                                                                                                                             
	font-size: 24px;                                                                                                                                                                                                                             
	float: none;                                                                                                                                                                                                                             
	background: url(../images/h1.png) no-repeat left top;                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
	color: #fff;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
h2 {                                                                                                                                                                                                                             
	padding: 10px 0;                                                                                                                                                                                                                             
	margin: 0 0 20px 0;                                                                                                                                                                                                                             
	font-size: 21px;                                                                                                                                                                                                                             
	color: #ffffff;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	font-weight: bold;                                                                                                                                                                                                                             
	border-bottom: 2px solid #dd837f;                                                                                                                                                                                                                             
	background: #fbb7a7;                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h2:before {                                                                                                                                                                                                                             
    content: "";                                                                                                                                                                                                                             
    width: 20px;                                                                                                                                                                                                                             
    height: 20px;                                                                                                                                                                                                                             
    background: #ff9981;                                                                                                                                                                                                                             
    position: absolute;                                                                                                                                                                                                                             
    left: 10px;                                                                                                                                                                                                                             
    top: 10px;                                                                                                                                                                                                                             
    box-shadow: 4px 4px #efdbd4;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h2:after {                                                                                                                                                                                                                             
    content: "";                                                                                                                                                                                                                             
    width: 20px;                                                                                                                                                                                                                             
    height: 20px;                                                                                                                                                                                                                             
    background: #ff9981;                                                                                                                                                                                                                             
    position: absolute;                                                                                                                                                                                                                             
    right: 10px;                                                                                                                                                                                                                             
    top: 10px;                                                                                                                                                                                                                             
    box-shadow: 4px 4px #efdbd4;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h3 {                                                                                                                                                                                                                             
	font-size: 17px;                                                                                                                                                                                                                             
	color: #363636;                                                                                                                                                                                                                             
	padding-bottom: 15px;                                                                                                                                                                                                                             
	font-weight: bold;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .inner_column,                                                                                                                                                                                                                             
#articlebody .inner_column,                                                                                                                                                                                                                             
#footerarea .inner_column                                                                                                                                                                                                                             
{                                                                                                                                                                                                                             
margin : 0 auto 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#articlebody {                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.loading_main_article {                                                                                                                                                                                                                             
    margin: 0 auto 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.loading_main_article:after {                                                                                                                                                                                                                             
    display: block;                                                                                                                                                                                                                             
    clear: both;                                                                                                                                                                                                                             
    content: "";                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#headarea,                                                                                                                                                                                                                             
#articlebody,                                                                                                                                                                                                                             
#footerarea {                                                                                                                                                                                                                             
	display:block;                                                                                                                                                                                                                             
	width: 1080px;                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea {padding : 0;width: 760px;float: left;}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea {margin: 0 auto 60px;float: right;width: 300px;}                                                                                                                                                                                                                              
/*---------------headarea---------------*/                                                                                                                                                                                                                             
#headarea {                                                                                                                                                                                                                             
	padding: 0 0 0 0;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	margin: 0 auto 60px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                 
                                                                                                                                                                                                                             
.titlearea {                                                                                                                                                                                                                             
    left: 0px;                                                                                                                                                                                                                             
    top: 0px;                                                                                                                                                                                                                             
    box-sizing: border-box;                                                                                                                                                                                                                             
    margin: 0 auto 0;                                                                                                                                                                                                                             
    position: relative;                                                                                                                                                                                                                             
    z-index: 99;                                                                                                                                                                                                                             
    background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                                                                                                                             
    min-height: 500px;                                                                                                                                                                                                                             
    background-size: 70% !important;                                                                                                                                                                                                                             
    background-position: 0 100px !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.sub .titlearea {                                                                                                                                                                                                                             
	background: url(../images/subimage.jpg) no-repeat center top;                                                                                                                                                                                                                             
	min-height: 490px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.titlearea img {                                                                                                                                                                                                                             
width: 100px;                                                                                                                                                                                                                             
height: auto;                                                                                                                                                                                                                             
margin: 0 auto 0;                                                                                                                                                                                                                             
border: 1px solid #ffffff;                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.imgarea {                                                                                                                                                                                                                             
margin: 0 auto 0;                                                                                                                                                                                                                             
top: 0;                                                                                                                                                                                                                             
position: relative;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                 
                                                                                                                                                                                                                             
.imgarea .inner_column {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.site_FRhead1Block {                                                                                                                                                                                                                             
	margin: 60px 0 0 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.site_FRhead1Block .inner_column {                                                                                                                                                                                                                             
margin : 0;                                                                                                                                                                                                                             
width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.site_FRhead1Block .inner_column p {                                                                                                                                                                                                                             
    background: #ffe4d4;                                                                                                                                                                                                                             
    padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.site_FRhead1Block p {                                                                                                                                                                                                                             
margin : 0px;                                                                                                                                                                                                                             
padding : 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#headarea .popular_news_blg {                                                                                                                                                                                                                             
	margin: 60px auto 60px;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .popular_news_blg .inner_column {                                                                                                                                                                                                                             
padding: 0px;                                                                                                                                                                                                                             
border: 0px;                                                                                                                                                                                                                             
background: rgba(255, 255, 255, 0.64);                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .popular_news_blg h2{                                                                                                                                                                                                                             
margin-bottom: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .popular_news_blg ul {                                                                                                                                                                                                                             
overflow-y:scroll;                                                                                                                                                                                                                             
height : 150px;                                                                                                                                                                                                                             
padding-top: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .popular_news_blg ul li{                                                                                                                                                                                                                             
margin: 0 0 15px 0;                                                                                                                                                                                                                                  
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*---------------mainArea---------------*/                                                                                                                                                                                                                             
#contentsarea .popular_news_blg,                                                                                                                                                                                                                             
.rankBlock_info,                                                                                                                                                                                                                             
.looking_aqBlock,                                                                                                                                                                                                                             
.bg_articleBlock,                                                                                                                                                                                                                             
.automatically_flowBlock,                                                                                                                                                                                                                              
.reviewBlock_main,                                                                                                                                                                                                                             
.format_recommendBlock,                                                                                                                                                                                                                              
.Frmain_oneblog,                                                                                                                                                                                                                             
.Block2_FRmain,                                                                                                                                                                                                                             
.Block3_FRmain,                                                                                                                                                                                                                             
.Frmain_oneblog4,                                                                                                                                                                                                                             
.campare_blg,                                                                                                                                                                                                                             
.Liststyle_Block_Show,                                                                                                                                                                                                                             
.point_Block_features,                                                                                                                                                                                                                              
.positioning_BlockStyle,                                                                                                                                                                                                                              
#contentsarea .pr,                                                                                                                                                                                                                             
#subarea .format_recommendBlock {                                                                                                                                                                                                                             
margin: 0 auto 60px;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Frmain_oneblog {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Frmain_oneblog p {                                                                                                                                                                                                                             
    background: #ffe4d4;                                                                                                                                                                                                                             
    padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Block2_FRmain {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Block3_FRmain {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Frmain_oneblog4 {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.Frmain_oneblog4 p {                                                                                                                                                                                                                             
margin-bottom: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .popular_news_blg {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-popular_news_blg-*/                                                                                                                                                                                                                             
#contentsarea  .popular_news_blg ul {                                                                                                                                                                                                                             
overflow-y:scroll;                                                                                                                                                                                                                             
height : 150px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea  .popular_news_blg ul li{                                                                                                                                                                                                                             
margin: 0 0 20px 0;                                                                                                                                                                                                                             
text-align: left;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#subarea  .popular_news_blg {                                                                                                                                                                                                                             
   margin:0 0 60px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#subarea  .popular_news_blg ul {                                                                                                                                                                                                                             
    overflow-y: scroll;                                                                                                                                                                                                                             
    height: 150px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#subarea  .popular_news_blg ul li {                                                                                                                                                                                                                             
    margin: 0 0 20px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
                                                                                                                                                                                                                               
/*-rankBlock_info-*/                                                                                                                                                                                                                             
.rankBlock_info {                                                                                                                                                                                                                             
padding : 0px 0px 0px 0px;                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.rankBlock_info .inner_column:after {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
content: "";                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info img {                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	margin: 0 auto 20px;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info p {                                                                                                                                                                                                                             
text-align: justify;                                                                                                                                                                                                                             
padding-bottom: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .inner_column {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock {                                                                                                                                                                                                                             
	float: left;                                                                                                                                                                                                                             
	width: 48.6%;                                                                                                                                                                                                                             
	margin: 0 20px 30px 0;                                                                                                                                                                                                                             
	box-sizing: border-box;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock:nth-of-type(2),                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock:nth-of-type(4) {                                                                                                                                                                                                                             
    margin-right: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock:after {                                                                                                                                                                                                                                    
clear: both;                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock:last-child {margin-right:0;width: auto;}                                                                                                                                                                                                                                  
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock h3 {overflow: hidden;clear: both;text-align: center;}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock:nth-child(5) h3 {                                                                                                                                                                                                                             
    text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-#sentenceBlock#-*/                                                                                                                                                                                                                             
.bg_articleBlock {                                                                                                                                                                                                                             
	display: inline-block;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .inner_column {                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                
                                                                                                                                                                                                                             
.bg_articleBlock img {                                                                                                                                                                                                                             
	display:block;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	float: left;                                                                                                                                                                                                                             
	margin: 5px 20px 20px 0;                                                                                                                                                                                                                             
	width: 50%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock {                                                                                                                                                                                                                             
margin-bottom: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock:last-child {                                                                                                                                                                                                                             
width: auto;                                                                                                                                                                                                                             
margin-right: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock:nth-child(3),                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock:nth-child(5) {                                                                                                                                                                                                                             
margin-right: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock h3 {                                                                                                                                                                                                                             
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                                                                                                                             
	position:relative;                                                                                                                                                                                                                             
	margin-bottom: 10px;                                                                                                                                                                                                                             
	overflow: hidden;                                                                                                                                                                                                                             
	padding: 5px 0 5px 50px;                                                                                                                                                                                                                             
	background-position: 0 0px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-format_recommendBlock-*/                                                                                                                                                                                                                             
.format_recommendBlock {                                                                                                                                                                                                                             
		padding : 0;                                                                                                                                                                                                                             
		display:block;                                                                                                                                                                                                                             
		}                                                                                                                                                                                                                             
.format_recommendBlock .inner_column{                                                                                                                                                                                                                             
      margin:0 auto 0;                                                                                                                                                                                                                             
    }                                                                                                                                                                                                                             
		.format_recommendBlock .inner_column:after{                                                                                                                                                                                                                             
			display: block;                                                                                                                                                                                                                             
			clear: both;                                                                                                                                                                                                                             
			content: "";                                                                                                                                                                                                                             
		}                                                                                                                                                                                                                             
		.format_recommendBlock .box_ArticleBlock {                                                                                                                                                                                                                             
  box-sizing: border-box;                                                                                                                                                                                                                             
  margin: 0px 20px 30px 0px;                                                                                                                                                                                                                             
  float: left;                                                                                                                                                                                                                             
  width: 48.6%;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  }                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea .format_recommendBlock .box_ArticleBlock {                                                                                                                                                                                                                             
    float: none;                                                                                                                                                                                                                             
    width: auto;                                                                                                                                                                                                                             
    margin: 0 0 30px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea .format_recommendBlock .box_ArticleBlock img {                                                                                                                                                                                                                             
    float: none;                                                                                                                                                                                                                             
    width: 100%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock:nth-of-type(even){                                                                                                                                                                                                                             
  margin-right:0px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock:after {                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  clear: both;                                                                                                                                                                                                                             
 content: "";                                                                                                                                                                                                                              
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock img {                                                                                                                                                                                                                             
    width: 48%;                                                                                                                                                                                                                             
    height: auto;                                                                                                                                                                                                                             
    display: block;                                                                                                                                                                                                                             
    float: left;                                                                                                                                                                                                                             
    padding: 0px;                                                                                                                                                                                                                             
    box-sizing: border-box;                                                                                                                                                                                                                             
    margin: 5px 20px 15px 0px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock h3 {                                                                                                                                                                                                                             
  overflow: hidden;                                                                                                                                                                                                                             
  border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
  padding: 0 0 5px 0;                                                                                                                                                                                                                             
  margin-bottom: 10px;                                                                                                                                                                                                                             
  text-align: left;                                                                                                                                                                                                                             
  }                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock a {                                                                                                                                                                                                                             
	padding: 10px;                                                                                                                                                                                                                             
	color: #fff;                                                                                                                                                                                                                             
	text-decoration : none;                                                                                                                                                                                                                             
	float: right;                                                                                                                                                                                                                             
	background: #f00;                                                                                                                                                                                                                             
	margin-top: 20px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock a:hover {                                                                                                                                                                                                                             
background: #333;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
/*-campare_blg-*/                                                                                                                                                                                                                             
.campare_blg {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
overflow: hidden;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.campare_blg h3 {                                                                                                                                                                                                                             
border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
margin-bottom: 10px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.campare_blg .inner_column:after {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
content: "";                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                 
.campare_blg .box_ArticleBlock {width: 46.5%;float: left;margin-right: 13px;padding: 10px;background: #fff0e8;}

.campare_blg .box_ArticleBlock:nth-of-type(1) {
    height: 289px;
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.campare_blg .box_ArticleBlock:nth-of-type(2) {                                                                                                                                                                                                                             
margin-right: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                               
                                                                                                                                                                                                                             
  .sub .campare_blg .box_ArticleBlock:nth-of-type(1){
  	height: 193px;
  }                                                                                                                                                                                                                           
/*-Liststyle_Block_Show-*/                                                                                                                                                                                                                             
.Liststyle_Block_Show {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
overflow: hidden;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Liststyle_Block_Show ul.box_ArticleBlock {                                                                                                                                                                                                                             
list-style-type : none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Liststyle_Block_Show ul.box_ArticleBlock li {                                                                                                                                                                                                                             
	margin : 0 0 15px 0;                                                                                                                                                                                                                             
	background: url(../images/list.png) no-repeat left top;                                                                                                                                                                                                                             
	padding : 2px 0 5px 40px;                                                                                                                                                                                                                             
	font-weight : bold;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-point_Block_features-*/                                                                                                                                                                                                                             
.point_Block_features {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
border: 1px solid #333;                                                                                                                                                                                                                             
padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                 
                                                                                                                                                                                                                             
.point_Block_features .inner_column {                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-positioning_BlockStyle-*/                                                                                                                                                                                                                             
.positioning_BlockStyle {                                                                                                                                                                                                                             
display:block;                                                                                                                                                                                                                             
background: #eee;                                                                                                                                                                                                                             
padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                               
                                                                                                                                                                                                                             
.positioning_BlockStyle .inner_column {                                                                                                                                                                                                                             
background : none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.positioning_BlockStyle .inner_column p {                                                                                                                                                                                                                             
padding-top : 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-reviewBlock_main-*/                                                                                                                                                                                                                             
.reviewBlock_main {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.reviewBlock_main .inner_column:after {                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
content: "";                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                
                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock{                                                                                                                                                                                                                             
	display:block;                                                                                                                                                                                                                             
	background: url('../images/men.png') no-repeat left top;                                                                                                                                                                                                                             
	background-position: 0;                                                                                                                                                                                                                             
	box-sizing: border-box;                                                                                                                                                                                                                             
	padding-top: 150px;                                                                                                                                                                                                                             
	background-position: 50% 0;                                                                                                                                                                                                                             
	float: left;                                                                                                                                                                                                                             
	width: 48.6%;                                                                                                                                                                                                                             
	margin: 0 20px 30px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock:nth-of-type(2),                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock:nth-of-type(4) {                                                                                                                                                                                                                             
    margin: 0 0 0 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock h3 {                                                                                                                                                                                                                             
	float : none;                                                                                                                                                                                                                             
	width : auto;                                                                                                                                                                                                                             
	color: #333;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock p {                                                                                                                                                                                                                             
float : none;                                                                                                                                                                                                                             
width : auto;                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-automatically_flowBlock-*/                                                                                                                                                                                                                             
.automatically_flowBlock {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock:after {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
content: "";                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .inner_column {                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock {
	padding: 0;
	box-sizing: border-box;
	/* width: 48.6%; */
	float: left;
	/* margin: 0px 20px 30px 0px; */
	margin-bottom: 20px;
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:last-child {                                                                                                                                                                                                                             
    width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(even){                                                                                                                                                                                                                             
	margin-right:0px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock p {                                                                                                                                                                                                                             
position: relative;                                                                                                                                                                                                                             
padding-bottom: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock h3 {
	float : none;
	width : auto;
	padding: 26px 0px 30px 100px;
	position:relative;
	border-bottom: 2px solid #fbb7a7;
	background-size: 10% !important;
	margin: 0px 0px 10px 0px;
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:last-child h3 {                                                                                                                                                                                                                             
    background-size: 11% !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(1) h3 {                                                                                                                                                                                                                             
background: url(../images/bg-flow-01.png) no-repeat left top;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(2) h3 {                                                                                                                                                                                                                             
background: url(../images/bg-flow-02.png) no-repeat left top;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(3) h3 {                                                                                                                                                                                                                             
background: url(../images/bg-flow-03.png) no-repeat left top;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(4) h3 {                                                                                                                                                                                                                             
background: url(../images/bg-flow-04.png) no-repeat left top;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(5) h3 {                                                                                                                                                                                                                             
background: url(../images/bg-flow-05.png) no-repeat left top;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-looking_aqBlock-*/                                                                                                                                                                                                                             
.looking_aqBlock {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.looking_aqBlock:after {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
content: "";                                                                                                                                                                                                                             
}                                                                                                                                                                                                                               
.looking_aqBlock .box_ArticleBlock {                                                                                                                                                                                                                             
	box-sizing: border-box;                                                                                                                                                                                                                             
	background: #fff;                                                                                                                                                                                                                             
	padding: 0;                                                                                                                                                                                                                             
	margin: 0px 20px 40px 0px;                                                                                                                                                                                                                             
	width: 48.6%;                                                                                                                                                                                                                             
	float: left;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:last-child {                                                                                                                                                                                                                             
    width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                              
.looking_aqBlock .box_ArticleBlock:nth-of-type(even){                                                                                                                                                                                                                             
	margin-right:0px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                
.looking_aqBlock .box_ArticleBlock h3 {                                                                                                                                                                                                                             
	float : none;                                                                                                                                                                                                                             
	width : auto;                                                                                                                                                                                                                             
	color: #363434;                                                                                                                                                                                                                             
	padding: 15px 0px 24px 100px;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                                                                                                                             
	background-size: 23%;                                                                                                                                                                                                                             
	background-position: 0px 0px;                                                                                                                                                                                                                             
	margin-bottom: 16px;                                                                                                                                                                                                                             
	border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:nth-child(5) h3 {                                                                                                                                                                                                                             
    background-size: 12%;                                                                                                                                                                                                                             
    padding: 36px 0px 24px 100px;                                                                                                                                                                                                                             
    /* padding: 27% 3% 3% 2%; */                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock p{                                                                                                                                                                                                                             
	position:relative;                                                                                                                                                                                                                             
	padding: 0px 0 0px 100px;                                                                                                                                                                                                                             
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                                                                                                                             
	background-size: 23%;                                                                                                                                                                                                                             
	background-position: 0 0px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:last-child p {                                                                                                                                                                                                                             
    background-size: 12%;                                                                                                                                                                                                                             
    padding: 15px 0 0px 100px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
p {}                                                                                                                                                                                                                             
/*---------------subarea---------------*/                                                                                                                                                                                                                             
.top_menu {                                                                                                                                                                                                                             
    margin: 0 auto 60px;                                                                                                                                                                                                                             
    padding: 0;                                                                                                                                                                                                                             
    z-index: 99;                                                                                                                                                                                                                             
    width: 27%;                                                                                                                                                                                                                             
    float: right;                                                                                                                                                                                                                             
    position: absolute;                                                                                                                                                                                                                             
    top: 230px;                                                                                                                                                                                                                             
    right: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.sub .top_menu {                                                                                                                                                                                                                             
    margin: 0 0 0 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.top_menu ul {display: block;}                                                                                                                                                                                                                               
.top_menu ul li {display: block;/* border-bottom: 1px solid #ccc; */}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.top_menu ul li a {                                                                                                                                                                                                                             
	display : block;                                                                                                                                                                                                                             
	text-decoration : none;                                                                                                                                                                                                                             
	font-weight : bold;                                                                                                                                                                                                                             
	padding: 15px 15px;                                                                                                                                                                                                                             
	color: #ffffff;                                                                                                                                                                                                                             
	background: #e2b7b5;                                                                                                                                                                                                                             
	box-shadow: 4px 4px #ffa58f;                                                                                                                                                                                                                             
	margin-bottom: 10px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.top_menu ul li a:hover {                                                                                                                                                                                                                             
	color: #fff;                                                                                                                                                                                                                             
	background: #e5c7b0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*---------------footerarea---------------*/                                                                                                                                                                                                                             
#footerarea {                                                                                                                                                                                                                             
	background: #fbb7a7;                                                                                                                                                                                                                             
	margin-top: 20px;                                                                                                                                                                                                                             
	padding-bottom: 10px;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	width: 100%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
footer#footerarea a {                                                                                                                                                                                                                             
    color: #fff;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*-main_FBlock-*/                                                                                                                                                                                                                             
.main_FBlock {                                                                                                                                                                                                                             
	margin: 0 0 20px 0;                                                                                                                                                                                                                             
	padding: 20px 0;                                                                                                                                                                                                                             
	text-align : center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.pr {                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.pr p {                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
	padding: 0;                                                                                                                                                                                                                             
	margin: 0 0 12px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.pr h3 {                                                                                                                                                                                                                             
text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.main_FBlock ul li {                                                                                                                                                                                                                             
  margin : 0;                                                                                                                                                                                                                             
  display: inline-block;                                                                                                                                                                                                                             
  position:relative;                                                                                                                                                                                                                             
  background: url(../images/ft_icon.png) no-repeat left;                                                                                                                                                                                                                             
  background-position: 7px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.main_FBlock ul li a {                                                                                                                                                                                                                             
	margin: 0 4px;                                                                                                                                                                                                                             
	position: relative;                                                                                                                                                                                                                             
	font-size: 14px;                                                                                                                                                                                                                             
	padding-left: 25px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                              
                                                                                                                                                                                                                             
.copy {                                                                                                                                                                                                                             
	text-align : center;                                                                                                                                                                                                                             
	margin: auto;                                                                                                                                                                                                                             
	padding: 20px 0 20px 0;                                                                                                                                                                                                                             
	font-size: 13px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*---------------PR---------------*/                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.titlearea .pr {                                                                                                                                                                                                                             
width : 234px;                                                                                                                                                                                                                             
float : right;                                                                                                                                                                                                                             
min-height : 60px;                                                                                                                                                                                                                             
padding : 10px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.titlearea .pr img {                                                                                                                                                                                                                             
display : block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.titlearea .pr p {                                                                                                                                                                                                                             
margin-top :  20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .pr,                                                                                                                                                                                                                             
#subarea .pr {                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	margin: 0 auto 60px;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	background: #fff0e8;                                                                                                                                                                                                                             
	padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .pr p,                                                                                                                                                                                                                             
 #subarea .pr p {                                                                                                                                                                                                                             
    text-align: left;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea .pr img {                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	width: 100%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.pr img {                                                                                                                                                                                                                             
display : block;                                                                                                                                                                                                                             
margin: 0 auto 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
/*---------------version---------------*/                                                                                                                                                                                                                             
@media (max-width: 480px) { /*--mobile--*/                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h1{                                                                                                                                                                                                                             
  padding: 15px 20px;                                                                                                                                                                                                                             
  margin: 0 auto 0;                                                                                                                                                                                                                             
  text-align: center;                                                                                                                                                                                                                             
  font-size: 18px;                                                                                                                                                                                                                             
  float : none;                                                                                                                                                                                                                             
  width : auto;                                                                                                                                                                                                                             
  position : relative;                                                                                                                                                                                                                             
  left : auto;                                                                                                                                                                                                                             
  top : auto;                                                                                                                                                                                                                             
  color: #f79994;                                                                                                                                                                                                                             
  background: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
h2{                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
	padding: 10px;                                                                                                                                                                                                                             
	margin-bottom: 15px;                                                                                                                                                                                                                             
	background: #ffb8b5 !important;                                                                                                                                                                                                                             
	border: 0;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h2:before, h2:after {                                                                                                                                                                                                                             
    display: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
p{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  display: block !important;                                                                                                                                                                                                                             
}

.campare_blg .box_ArticleBlock:nth-of-type(1) {
    height: auto;
}                                                                                                                                                                                                                             
#wrapper{                                                                                                                                                                                                                             
width: 100%;                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
height: auto;                                                                                                                                                                                                                             
min-width: inherit;                                                                                                                                                                                                                             
max-width: inherit;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
background: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .inner_column,                                                                                                                                                                                                                             
#articlebody .inner_column,                                                                                                                                                                                                                             
#footerarea .inner_column{                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	min-width: inherit;                                                                                                                                                                                                                             
	max-width: inherit;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	width: auto !important;                                                                                                                                                                                                                             
	position: static;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea .popular_news_blg {                                                                                                                                                                                                                             
    margin: 0 auto 20px;                                                                                                                                                                                                                             
    padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.titlearea img {                                                                                                                                                                                                                             
  margin: 0 auto 5px;                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  position: static;                                                                                                                                                                                                                                      
  border-color: #333;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.top_menu {                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  position: static;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  margin: 0 0 30px 0 !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.top_menu ul {                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.top_menu ul li{                                                                                                                                                                                                                             
  float : none;                                                                                                                                                                                                                             
  display : block;                                                                                                                                                                                                                             
  width : 100%;                                                                                                                                                                                                                             
  border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.top_menu ul li a{                                                                                                                                                                                                                             
  text-align: center;                                                                                                                                                                                                                             
  display : block;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  color: #fff;                                                                                                                                                                                                                             
  padding: 15px 0;                                                                                                                                                                                                                             
  font-size: 16px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                 
.top_menu ul li a:hover{                                                                                                                                                                                                                             
  background: #ffc8bc;                                                                                                                                                                                                                             
  color: #fff;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.popular_news_blg ul li{                                                                                                                                                                                                                             
  text-align: center !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.popular_news_blg h2{                                                                                                                                                                                                                             
  margin-bottom: 20px !important;                                                                                                                                                                                                                             
  text-align: center !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#headarea .site_FRhead1Block .inner_column {                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#articlebody{                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
	padding: 20px 20px 0px 20px;                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	min-width: inherit;                                                                                                                                                                                                                             
	max-width: inherit;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	float: none;	                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#headarea,                                                                                                                                                                                                                             
#footerarea{                                                                                                                                                                                                                             
	margin: 0 auto 0;                                                                                                                                                                                                                             
	padding: 20px;                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	min-width: inherit;                                                                                                                                                                                                                             
	max-width: inherit;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	float: none;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                                  
#contentsarea .inner_column,                                                                                                                                                                                                                             
#subarea .inner_column{                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
  margin: 0 auto 0;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  height: auto;                                                                                                                                                                                                                             
  min-width: inherit;                                                                                                                                                                                                                             
  max-width: inherit;                                                                                                                                                                                                                             
  clear: both;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea{                                                                                                                                                                                                                             
	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;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .popular_news_blg,                                                                                                                                                                                                                             
.rankBlock_info,                                                                                                                                                                                                                             
.looking_aqBlock,                                                                                                                                                                                                                             
.bg_articleBlock,                                                                                                                                                                                                                             
.automatically_flowBlock,                                                                                                                                                                                                                              
.reviewBlock_main,                                                                                                                                                                                                                             
.format_recommendBlock,                                                                                                                                                                                                                              
.Frmain_oneblog,                                                                                                                                                                                                                             
.Block2_FRmain,                                                                                                                                                                                                                             
.Block3_FRmain,                                                                                                                                                                                                                             
.Frmain_oneblog4,                                                                                                                                                                                                                             
.campare_blg,                                                                                                                                                                                                                             
.Liststyle_Block_Show,                                                                                                                                                                                                                             
.point_Block_features,                                                                                                                                                                                                                             
.positioning_BlockStyle,                                                                                                                                                                                                                              
#contentsarea .pr,                                                                                                                                                                                                                             
#subarea .format_recommendBlock {                                                                                                                                                                                                                             
	margin: 0 0 60px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .popular_news_blg .inner_column,                                                                                                                                                                                                                             
.rankBlock_info .inner_column,                                                                                                                                                                                                                             
.format_recommendBlock .inner_column,                                                                                                                                                                                                                             
.looking_aqBlock .inner_column,                                                                                                                                                                                                                             
.bg_articleBlock .inner_column,                                                                                                                                                                                                                             
.automatically_flowBlock .inner_column,                                                                                                                                                                                                                             
.reviewBlock_main .inner_column,                                                                                                                                                                                                                             
.site_FRhead1Block .inner_column,                                                                                                                                                                                                                             
.Frmain_oneblog .inner_column,                                                                                                                                                                                                                             
.Block2_FRmain .inner_column,                                                                                                                                                                                                                             
.Block3_FRmain .inner_column,                                                                                                                                                                                                                             
.Frmain_oneblog4 .inner_column {                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                              
                                                                                                                                                                                                                             
#contentsarea .popular_news_blg {                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#subarea{                                                                                                                                                                                                                             
  margin: 0 auto 0;                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  height: auto;                                                                                                                                                                                                                             
  min-width: inherit;                                                                                                                                                                                                                             
  max-width: inherit;                                                                                                                                                                                                                             
  clear: both;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  float : none;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  background: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.pr_img img {                                                                                                                                                                                                                             
    width: 100%;                                                                                                                                                                                                                             
    margin-bottom: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea .pr {                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#headarea{                                                                                                                                                                                                                             
margin: 0 auto 0;                                                                                                                                                                                                                             
padding: 0;                                                                                                                                                                                                                             
display: block;                                                                                                                                                                                                                             
height: auto;                                                                                                                                                                                                                             
min-width: inherit;                                                                                                                                                                                                                             
max-width: inherit;                                                                                                                                                                                                                             
clear: both;                                                                                                                                                                                                                             
width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.titlearea{                                                                                                                                                                                                                             
	padding: 0 0 29% 0;                                                                                                                                                                                                                             
	margin : 0 auto 0;                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	height: auto;                                                                                                                                                                                                                             
	min-width: inherit;                                                                                                                                                                                                                             
	max-width: inherit;                                                                                                                                                                                                                             
	clear: both;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	float: none;                                                                                                                                                                                                                             
	background: none;                                                                                                                                                                                                                             
	position: static;                                                                                                                                                                                                                             
	background: url(../images/sp-mainimage.jpg) no-repeat left top;                                                                                                                                                                                                                             
	background-size: 100% !important;                                                                                                                                                                                                                             
	background-position: 50% 90% !important;                                                                                                                                                                                                                             
	min-height: inherit;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                                 
.sub .titlearea {                                                                                                                                                                                                                             
  padding: 0 0 29% 0;                                                                                                                                                                                                                             
  background: url(../images/sp-subimage.jpg) no-repeat left top;                                                                                                                                                                                                                             
  background-size: 100%;                                                                                                                                                                                                                             
  position: static;                                                                                                                                                                                                                             
  background-position: 50% 90%;                                                                                                                                                                                                                             
  min-height: inherit;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.imgarea,                                                                                                                                                                                                                             
.imgarea .inner_column{                                                                                                                                                                                                                             
  padding : 0px;                                                                                                                                                                                                                             
  width : auto;                                                                                                                                                                                                                             
  background : none;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  position: static;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.imgarea {                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.sub .imgarea {                                                                                                                                                                                                                             
    padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.site_FRhead1Block{                                                                                                                                                                                                                             
  height : auto;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 auto 40px;                                                                                                                                                                                                                             
  padding: 20px;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  background: none;                                                                                                                                                                                                                             
  text-align: left;                                                                                                                                                                                                                             
  box-shadow: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                     
                                                                                                                                                                                                                             
.rankBlock_info img{                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  margin: 0 auto 0px;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock{                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 auto 30px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.rankBlock_info .box_ArticleBlock h3 {                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  padding: 10px 0;                                                                                                                                                                                                                             
  border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
  margin-bottom: 10px;                                                                                                                                                                                                                             
  text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock img{                                                                                                                                                                                                                             
	width: 100% !important;                                                                                                                                                                                                                             
	height: auto !important;                                                                                                                                                                                                                             
	border-radius: 0;                                                                                                                                                                                                                             
	float: none !important;                                                                                                                                                                                                                             
	margin: 0 0 20px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock{                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 0 30px 0 !important;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.bg_articleBlock .box_ArticleBlock 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_ArticleBlock{                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 auto 30px !important;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock:before {                                                                                                                                                                                                                             
  display: none ;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock h3{                                                                                                                                                                                                                             
  margin: 0 auto 10px;                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  padding: 10px 0;                                                                                                                                                                                                                             
  border-bottom: 1px solid #ccc;                                                                                                                                                                                                                                     
  text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock img{                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  margin: 0 auto 16px;                                                                                                                                                                                                                             
  clear: both;                                                                                                                                                                                                                             
  float: none !important;                                                                                                                                                                                                                             
  width: 100% !important;                                                                                                                                                                                                                             
  height: auto !important;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock a{                                                                                                                                                                                                                             
	margin: 15px auto 0;                                                                                                                                                                                                                             
	text-align: center;                                                                                                                                                                                                                             
	float: none !important;	                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	width: 180px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.format_recommendBlock .box_ArticleBlock a:hover {                                                                                                                                                                                                                             
background: #333 !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.campare_blg{                                                                                                                                                                                                                             
margin: 0 auto 40px;                                                                                                                                                                                                                                
}                                                                                                                                                                                                                             
.campare_blg .box_ArticleBlock{                                                                                                                                                                                                                             
	float:none;                                                                                                                                                                                                                             
	width:auto;                                                                                                                                                                                                                             
	height:auto;                                                                                                                                                                                                                             
	margin: 0 0 30px 0;                                                                                                                                                                                                                             
}

.campare_blg .box_ArticleBlock:nth-of-type(1) {
    height: auto;
}                                                                                                                                                                                                                             
.campare_blg .box_ArticleBlock h3{                                                                                                                                                                                                                             
	margin-bottom: 10px;                                                                                                                                                                                                                             
	text-align: left;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.Liststyle_Block_Show{                                                                                                                                                                                                                             
margin: 0 auto 40px;                                                                                                                                                                                                                                  
}                                                                                                                                                                                                                             
.Liststyle_Block_Show ul.box_ArticleBlock li{                                                                                                                                                                                                                             
background:none;                                                                                                                                                                                                                             
padding:0;                                                                                                                                                                                                                                  
margin-bottom: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.point_Block_features{                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.point_Block_features .inner_column{                                                                                                                                                                                                                             
padding:0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.point_Block_features .inner_column{                                                                                                                                                                                                                             
padding:0;                                                                                                                                                                                                                             
background:none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.positioning_BlockStyle{                                                                                                                                                                                                                             
	display: block;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
.positioning_BlockStyle .inner_column{                                                                                                                                                                                                                             
	padding:0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock{                                                                                                                                                                                                                             
	padding: 30% 0 0 0;                                                                                                                                                                                                                             
	background-position: 50% 0px !important;                                                                                                                                                                                                                             
	width: auto;                                                                                                                                                                                                                             
	float: none;                                                                                                                                                                                                                             
	background-size: 30%;                                                                                                                                                                                                                             
	margin: 0 0 30px 0px;                                                                                                                                                                                                                             
	}                                                                                                                                                                                                                             
.reviewBlock_main .box_ArticleBlock h3{                                                                                                                                                                                                                             
  text-align: center;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  border-radius: 0;                                                                                                                                                                                                                             
  padding: 10px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h3 {                                                                                                                                                                                                                             
    background: none;                                                                                                                                                                                                                             
    border-bottom: 1px solid #ccc !important;                                                                                                                                                                                                                             
    text-align: center;                                                                                                                                                                                                                             
    padding: 0 0 10px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
h3:before,h3:after {                                                                                                                                                                                                                             
    display: none !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                   
.reviewBlock_main .box_ArticleBlock p{                                                                                                                                                                                                                             
  padding: 10px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 0 30px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock h3{                                                                                                                                                                                                                             
  padding: 25% 2% 2% 2%;                                                                                                                                                                                                                             
  border-bottom: 1px solid #ccc;                                                                                                                                                                                                                             
  margin: 0 0 20px 0;                                                                                                                                                                                                                             
  background-position: 50% 0 !important;                                                                                                                                                                                                                             
  background-size: 25% !important;                                                                                                                                                                                                                             
  text-align: center;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:last-child h3 {                                                                                                                                                                                                                             
    background-size: 25% !important;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(1) h3:before,                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(2) h3:before,                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(3) h3:before,                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock:nth-of-type(4) h3:before,                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock: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;                                                                                                                                                                                                                             
                                                                                                                                                                                                                              
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.automatically_flowBlock .box_ArticleBlock h3:after {                                                                                                                                                                                                                             
  display: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                  
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  float: none;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  margin: 0 auto 30px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock 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;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:nth-child(5) h3 {                                                                                                                                                                                                                             
    padding: 0;                                                                                                                                                                                                                             
    padding: 24% 2% 3% 2%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock p{                                                                                                                                                                                                                             
  background-size: 23%;                                                                                                                                                                                                                             
  background-position: 50% 0;                                                                                                                                                                                                                             
  padding: 25% 0% 3% 0%;                                                                                                                                                                                                                             
  border: 0;                                                                                                                                                                                                                             
  margin-bottom: 31px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:last-child p {                                                                                                                                                                                                                             
    background-size: 22%;                                                                                                                                                                                                                             
    padding: 0;                                                                                                                                                                                                                             
    padding: 25% 0% 3% 0%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock:last-child p {position: static;}                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock h3:before{                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  top: 0;                                                                                                                                                                                                                             
  left: 35%;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.looking_aqBlock .box_ArticleBlock p:before{                                                                                                                                                                                                                             
  position: absolute;                                                                                                                                                                                                                             
  left: 35%;                                                                                                                                                                                                                             
  top: 5px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                               
#footerarea{                                                                                                                                                                                                                             
  margin-top: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.main_FBlock{                                                                                                                                                                                                                             
  clear: both;                                                                                                                                                                                                                             
  padding: 0 0;                                                                                                                                                                                                                             
  margin: 0 auto 15px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.pr{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.pr p{                                                                                                                                                                                                                             
  padding: 20px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.pr img {                                                                                                                                                                                                                             
  width: 100%;                                                                                                                                                                                                                             
  height: auto;                                                                                                                                                                                                                             
  margin: 0 auto 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#subarea .pr img {                                                                                                                                                                                                                             
    width: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.main_FBlock ul li a{                                                                                                                                                                                                                             
  display: -webkit-inline-box;                                                                                                                                                                                                                             
  padding: 12px 0;                                                                                                                                                                                                                             
  margin: auto;                                                                                                                                                                                                                             
  font-size: 16px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.main_FBlock ul li{                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  background: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
.copy{                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  margin: 0 auto 0;                                                                                                                                                                                                                             
  padding: 10px 0;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                              
                                                                                                                                                                                                                             
.titlearea .pr{                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  width : 90%;                                                                                                                                                                                                                             
  margin : 0 auto 0;                                                                                                                                                                                                                             
  float : none;                                                                                                                                                                                                                             
  height : auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.titlearea .pr img{                                                                                                                                                                                                                             
width : 100%;                                                                                                                                                                                                                             
height : auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#contentsarea .pr,                                                                                                                                                                                                                             
#subarea .pr,                                                                                                                                                                                                                             
#footerarea .pr{                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
#footerarea .pr img{                                                                                                                                                                                                                             
  display: block;                                                                                                                                                                                                                             
  width: auto;                                                                                                                                                                                                                             
  height : auto;                                                                                                                                                                                                                             
  margin : 0 auto 20px;                                                                                                                                                                                                                             
  float : none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
                                                                                                                                                                                                                             
#footerarea .pr:nth-of-type(2) img {                                                                                                                                                                                                                             
  width: 100%;                                                                                                                                                                                                                             
  height: auto;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.Frmain_oneblog {                                                                                                                                                                                                                             
  margin-top: 10px;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
.Frmain_oneblog p,                                                                                                                                                                                                                             
.Block2_FRmain p,                                                                                                                                                                                                                             
.Block3_FRmain p,                                                                                                                                                                                                                             
.Frmain_oneblog4 p,                                                                                                                                                                                                                             
.FRfooter_five_main p{                                                                                                                                                                                                                             
  padding: 0;                                                                                                                                                                                                                             
  border:0px;                                                                                                                                                                                                                             
  background: none;                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
}                                                                                                                                                                                                                             
