﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, div, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, div, summary {display: block;}                                                                                                                   
                                                                                                                   
html, body {font-size: 16px;line-height: 160%;font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;}                                                                                                                   
                                                                                                                   
html {overflow-y: scroll;}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
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---------------*/                                                                                                                   
#wrap{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1140px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a {color: #d85f76;}                                                                                                                   
a:hover {                                                                                                                   
text-decoration: none;                                                                                                                   
}                                                                                                                   
h1 {                                                                                                                   
	margin: 0 auto;                                                                                                                   
	padding: 10px 0 5px 0px;                                                                                                                   
	font-size: 15px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
	padding: 5px 10px 5px 33px;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	font-size: 20px;                                                                                                                   
	color: #333;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	font-weight: bold;                                                                                                                   
	background: #bfdef1;                                                                                                                   
	line-height: 140%;                                                                                                                   
	background-size: 38px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h2:before {content: "";width: 15px;height: 15px;position: absolute;background: #eb8e8e;top: 5px;left: 5px;}                                                                                                                   
                                                                                                                   
h2:after {                                                                                                                   
    content: "";                                                                                                                   
    width: 10px;                                                                                                                   
    height: 10px;                                                                                                                   
    position: absolute;                                                                                                                   
    background: rgba(235, 142, 142, 0.43);                                                                                                                   
    top: 22px;                                                                                                                   
    left: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
	font-size: 17px;                                                                                                                   
	color: #333;                                                                                                                   
	padding-bottom: 15px;                                                                                                                   
	font-weight: bold;                                                                                                                   
	}                                                                                                                   
.static_imageBlock{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0px auto 20px;                                                                                                                   
	padding: 0;                                                                                                                   
	clear: both;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .inner_frameBlock,                                                                                                                   
#contents .inner_frameBlock,                                                                                                                   
#D_footBlock .inner_frameBlock{                                                                                                                   
	margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
#contents {                                                                                                                   
  position: relative;                                                                                                                     
}                                                                                                                   
                                                                                                                   
#header,                                                                                                                   
#contents,                                                                                                                   
#D_footBlock .inner_frameBlock {                                                                                                                   
	display:block;                                                                                                                   
	width: 1140px;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main {                                                                                                                   
	margin : 0;                                                                                                                   
	padding : 0;                                                                                                                   
	width: 810px;                                                                                                                   
	float: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side {                                                                                                                   
	margin: 0;                                                                                                                   
	width: 300px;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------subnavBlock_Site---------------*/                                                                                                                   
                                                                                                                   
.subnavBlock_Site {                                                                                                                   
    margin: 0px auto 50px;                                                                                                                   
}                                                                                                                    
.subnavBlock_Site ul{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.subnavBlock_Site ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  margin-bottom: 0px;                                                                                                                   
  background: url(../images/m_icon.png) no-repeat left center;                                                                                                                   
  background-position: -5px 8px;                                                                                                                   
  background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li a {                                                                                                                   
  display : block;                                                                                                                   
  padding: 7px 0px 7px 33px;                                                                                                                   
  font-size: 13px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  background: url(../images/nav_t.png) no-repeat left;                                                                                                                   
  background-position: 0 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li:nth-of-type(2) a {                                                                                                                   
    background: url(../images/nav_c.png) no-repeat left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li:nth-of-type(3) a {                                                                                                                   
    background: url(../images/nav_r.png) no-repeat left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin : 0 0 1px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li ul {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li ul li a {                                                                                                                   
  padding: 7px 0px 7px 0px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  border-bottom: 1px dotted #bfdef1;                                                                                                                   
  background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site ul li a:hover {                                                                                                                   
    color: #2d92d0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .additional_normalLink{                                                                                                                   
	margin:0 auto 40px;                                                                                                                   
}                                                                                                                   
#side .additional_normalLink .Popular_boxArticle{                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
#side .additionButtonLink{                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
#side .additionButtonLink .Popular_boxArticle{                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .TypicallyImageLink {                                                                                                                   
    display: block;                                                                                                                   
    border-bottom: 0;                                                                                                                   
    padding: 0;                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .TypicallyImageLink .Popular_boxArticle {                                                                                                                   
    float: none;                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
#side .articleLink{                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
#side .articleLink .Popular_boxArticle{                                                                                                                   
	margin:0 auto 20px;                                                                                                                   
                                                                                                                   
}                                                                                                                   
#side .additional_normalLink{                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
#side .additional_normalLink .Popular_boxArticle{                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
#side .additionButtonLink{                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
#side .additionButtonLink .Popular_boxArticle{                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink{                                                                                                                   
	margin:auto;                                                                                                                   
	margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink .Popular_boxArticle {                                                                                                                   
    border: 1px solid #cbe9fb;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 25px !important;                                                                                                                   
    background: #fff8f8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink .Popular_boxArticle h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 27px;                                                                                                                   
    line-height: 150%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink {                                                                                                                   
  margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle {                                                                                                                   
  width: 48.5%;                                                                                                                   
  float : left;                                                                                                                   
  margin: 0px 25px 25px 0px !important;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #fb8484;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
    border-right: 3px double #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle:nth-of-type(even) {                                                                                                                   
  margin-right: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink {                                                                                                                   
  margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink .Popular_boxArticle {                                                                                                                   
  margin-bottom: 25px !important;                                                                                                                   
  border: 1px solid #bfdef1;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink .Popular_boxArticle p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink h3 {                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
  background: none !important;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink a {                                                                                                                   
  margin: 10px auto 0;                                                                                                                   
  padding : 10px;                                                                                                                   
  text-align : center;                                                                                                                   
  text-decoration : none;                                                                                                                   
  background: #d85f76;                                                                                                                   
  color: #fff;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.additionButtonLink a:hover {                                                                                                                   
  background: #84b9e3;                                                                                                                   
}                                                                                                                   
.additional_normalLink{                                                                                                                   
	margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
.additional_normalLink .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.additional_normalLink .Popular_boxArticle {                                                                                                                   
  border: solid 1px #cae7f9;                                                                                                                   
  padding : 10px;                                                                                                                   
  margin-bottom: 25px !important;                                                                                                                   
  background: #fff8f8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additional_normalLink h3 {                                                                                                                   
	padding-bottom: 0;                                                                                                                   
	margin: 0 auto 5px;                                                                                                                   
	border-bottom: 0px !important;                                                                                                                   
	text-align: left !important;                                                                                                                   
	background: none !important;                                                                                                                   
	padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#header {                                                                                                                   
	padding: 0 0;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.top_titleBlock {                                                                                                                   
	right: 0px;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
.first_headerBlock{                                                                                                                   
	display:block;                                                                                                                   
	margin:0 auto 0;                                                                                                                   
	position: relative;                                                                                                                   
	width: 1140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.wrp_prbn {                                                                                                                   
    margin: 0 0 25px;                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_prbn.banner04 {                                                                                                                   
    margin: 0 auto 50px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .wrp_prbn img {                                                                                                                   
    margin: 0 0 25px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .wrp_prbn img:last-child {                                                                                                                   
    margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	background: #c1dff1;                                                                                                                   
	margin: 0px auto 30px;                                                                                                                   
	width: 1140px;                                                                                                                   
	padding: 15px;                                                                                                                   
	position: relative;                                                                                                                   
	overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1:before {content: "";width: 38px;height: 15px;position: absolute;top: -5px;left: -12px;transform: rotate(142deg);background: #5e96b7;box-shadow: 5px 3px 14px 2px #ffffff;}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1:after {                                                                                                                   
    content: "";                                                                                                                   
    width: 38px;                                                                                                                   
    height: 15px;                                                                                                                   
    position: absolute;                                                                                                                   
    bottom: -5px;                                                                                                                   
    right: -12px;                                                                                                                   
    transform: rotate(142deg);                                                                                                                   
    background: #5e96b7;                                                                                                                   
    box-shadow: 5px 2px 14px -3px #ffffff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 h2 {                                                                                                                   
    border: 0;                                                                                                                   
    background: none;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
    border-bottom: 1px solid #e7f6ff;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 h2:before,.blg_mArea_FRhead1 h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 .inner_frameBlock {                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 p {                                                                                                                   
	margin : 0px;                                                                                                                   
}                                                                                                                   
#header .best_news_blg {                                                                                                                   
	margin: 0px auto 30px;                                                                                                                   
	border: 1px solid #d3d3d3;                                                                                                                   
	width: 1200px;                                                                                                                   
	background: #fff;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#header .best_news_blg .inner_frameBlock {                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg h2{                                                                                                                   
	background: #cdcdcd;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height: 100px;                                                                                                                   
	padding: 15px;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg ul li{                                                                                                                   
margin: 0 0 15px 0;                                                                                                                        
}                                                                                                                   
                                                                                                                   
#header .best_news_blg ul li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side .best_news_blg {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 40px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#side  .best_news_blg ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height : 125px;                                                                                                                   
	list-style-type: none;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side  .best_news_blg ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_side {                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_side span.Block_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#main .best_news_blg,                                                                                                                   
.dynamic_rankblock,                                                                                                                   
.base_qaBlock,                                                                                                                   
.main_blockSentence,                                                                                                                   
.model_flowblock,                                                                                                                    
.recommendBlock_bg,                                                                                                                    
.oneblock_main,                                                                                                                   
.Main2_blockFR,                                                                                                                   
.control_kuchikomiBlock,                                                                                                                   
.module_categorypostBlock,                                                                                                                   
.Main3_blockFR,                                                                                                                   
.oneblock_main4,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.Display_Point_Block,                                                                                                                    
.wrp_prbn.square,                                                                                                                   
.wrp_prbn.horizontal,                                                                                                                   
.Content_Sumup_Frame,                                                                                                                    
#side .recommendBlock_bg {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.oneblock_main {display: block;background: #e1f4ff;border-left: 3px solid #98c6e3;}                                                                                                                   
                                                                                                                   
.oneblock_main h2 {                                                                                                                   
    padding: 5px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.oneblock_main p {                                                                                                                   
    padding: 0 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.oneblock_main h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.oneblock_main h2:before, .oneblock_mainh2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main2_blockFR {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main3_blockFR {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.oneblock_main4 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.oneblock_main4 p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .best_news_blg {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#main  .best_news_blg ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main  .best_news_blg ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.dynamic_rankblock{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock .inner_frameBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.dynamic_rankblock .Popular_boxArticle {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	overflow: hidden;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	float: none;                                                                                                                   
	border: 1px solid #d0d0d0;                                                                                                                   
	padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.dynamic_rankblock .Popular_boxArticle:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.dynamic_rankblock .Popular_boxArticle:after {                                                                                                                          
clear: both;                                                                                                                   
display: block;                                                                                                                   
content:"";                                                                                                                   
}                                                                                                                   
.dynamic_rankblock img {                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	width: 40px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock img.lookIcatch_image {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.dynamic_rankblock .Popular_boxArticle h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	text-align: center;                                                                                                                   
	padding: 10px 0 5px 0;                                                                                                                   
	margin-bottom: 5px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.main_blockSentence {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
div.main_blockSentence.sentencebox {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: inline-block;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.main_blockSentence .inner_frameBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.main_blockSentence img.lookIcatch_image {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_blockSentence .Popular_boxArticle {                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_blockSentence .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.sub .main_blockSentence .Popular_boxArticle {                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_blockSentence .Popular_boxArticle h3 {                                                                                                                   
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
	position:relative;                                                                                                                   
	margin-bottom: 8px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0 0 0px 25px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.recommendBlock_bg{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.recommendBlock_bg .inner_frameBlock:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.recommendBlock_bg .Popular_boxArticle {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle img {                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.recommendBlock_bg .Popular_boxArticle h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .recommendBlock_bg {                                                                                                                   
	padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .recommendBlock_bg:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#side .recommendBlock_bg .Popular_boxArticle {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .recommendBlock_bg .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side .recommendBlock_bg .Popular_boxArticle:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#side .recommendBlock_bg .Popular_boxArticle img {                                                                                                                   
	width: 100%;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .recommendBlock_bg .Popular_boxArticle h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	clear: both;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.CampareBlock_Frame {display:block;margin: 0 auto 50px;}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame h3 {                                                                                                                   
	border-bottom: 1px solid #fdeaea;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	padding-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .inner_frameBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.CampareBlock_Frame .Popular_boxArticle {                                                                                                                   
	width: 48.7%;                                                                                                                   
	float: left;                                                                                                                   
	margin: 0 20px 0px 0;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .Popular_boxArticle:nth-of-type(2) {margin-right: 0;float: right;}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Show_ListstyleBlock {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.Popular_boxArticle {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.Popular_boxArticle li {                                                                                                                   
	margin: 0 0 5px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 0px 0 7px 28px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 3px;                                                                                                                   
	color: #333;                                                                                                                   
	background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock ul.Popular_boxArticle li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Display_Point_Block {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Display_Point_Block h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Display_Point_Block .inner_frameBlock {                                                                                                                   
	padding: 10px;                                                                                                                   
	border: 1px solid #bdbaba;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Content_Sumup_Frame {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Sumup_Frame h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Content_Sumup_Frame .inner_frameBlock {                                                                                                                   
	background: #eeebeb;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Sumup_Frame .inner_frameBlock p {                                                                                                                   
	padding: 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.model_flowblock{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.model_flowblock .inner_frameBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.model_flowblock img.lookIcatch_image {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.model_flowblock .Popular_boxArticle {                                                                                                                   
	padding: 10px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	display: block;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	border: 1px solid #bfdef1;                                                                                                                   
	background: #f7fdff;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
.model_flowblock .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.model_flowblock .Popular_boxArticle p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.model_flowblock .Popular_boxArticle h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	padding: 50px 0px 0px 0px;                                                                                                                   
	position:relative;                                                                                                                   
	background-size: 40px !important;                                                                                                                   
	margin: 0px 0px 7px 0px;                                                                                                                   
	text-align: center;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat top center;}                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat top center;}                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat top center;}                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat top center;}                                                                                                                   
.model_flowblock .Popular_boxArticle:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat top center;}                                                                                                                   
                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.base_qaBlock {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.base_qaBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_qaBlock img.lookIcatch_image {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_qaBlock .Popular_boxArticle {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 10px;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	border: 1px solid #ddd;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.base_qaBlock .Popular_boxArticle:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_qaBlock .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.base_qaBlock .Popular_boxArticle h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 50px 0px 10px 0px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat top center;                                                                                                                   
	background-position: 50% 0px;                                                                                                                   
	margin-bottom: 2px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	text-align: center;                                                                                                                   
	}                                                                                                                   
.base_qaBlock .Popular_boxArticle p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 55px 0 5px 0px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat top center;                                                                                                                   
	background-position: 50% 6px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
/*---------------side---------------*/                                                                                                                   
p.Blg_Title{                                                                                                                   
  font-size: 20px;                                                                                                                   
  color : #333;                                                                                                                   
  margin : 0 0 10px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background: #fff5f5;                                                                                                                   
  padding: 5px 10px;                                                                                                                   
  border: 1px solid #bfdef1;                                                                                                                   
  border-bottom: 3px solid #bfdef1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu {                                                                                                                   
	margin: 5px auto 20px;                                                                                                                   
	padding: 0;                                                                                                                   
	clear: both;                                                                                                                   
	position:  relative;                                                                                                                   
	display: block;                                                                                                                   
	background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                   
	background-position: 50% 0px;                                                                                                                   
	min-height: 523px;                                                                                                                   
	width: 1140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .static_menu {                                                                                                                   
    background: url(../images/subimage.jpg) no-repeat center top;                                                                                                                   
    min-height: 478px;                                                                                                                   
    background-position: 50% 0px;                                                                                                                   
    margin: 10px auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu ul {                                                                                                                   
	display: flex;                                                                                                                   
	position: absolute;                                                                                                                   
	bottom: 0;                                                                                                                   
	left: 0;                                                                                                                   
	right: 0;                                                                                                                   
}                                                                                                                     
.static_menu ul li {display: block;width: 50%;margin: 0 5px 0 0;background-color: #fff5f5;}                                                                                                                   
                                                                                                                   
.static_menu ul li:hover {                                                                                                                   
    background-color: #ffe6e6;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu ul li:last-child {                                                                                                                   
    margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu ul li a {                                                                                                                   
	display : block;                                                                                                                   
	text-decoration : none;                                                                                                                   
	padding: 33px 45px 0px 45px;                                                                                                                   
	text-align : center;                                                                                                                   
	font-size: 13px;                                                                                                                   
	background-position: 50% 5px !important;                                                                                                                   
	border: 1px solid #b6e4ff;                                                                                                                   
}                                                                                                                   
.static_menu ul li:nth-of-type(2) a{                                                                                                                   
    background: url(../images/nav_t.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.static_menu ul li:nth-of-type(3) a{                                                                                                                   
    background: url(../images/nav_c.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.static_menu ul li:nth-of-type(4) a{                                                                                                                   
    background: url(../images/nav_r.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.static_menu ul li:first-child a {                                                                                                                   
	background: url(../images/home.png) no-repeat center left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.static_menu ul li:last-child a {                                                                                                                   
    margin: 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu ul li a:hover {                                                                                                                   
	\: #a2a1a1;                                                                                                                   
	color: #f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-------footnav------------*/                                                                                                                   
.footnav {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                    
.sub .footnav{                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.footnav  ul li{                                                                                                                   
  background: url(../images/nav_icon.png) no-repeat left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
  overflow: hidden;                                                                                                                   
  background-position: 15px 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li ul li:first-child {                                                                                                                   
    background: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul li:hover {                                                                                                                   
    overflow: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul li ul li:hover {                                                                                                                   
    box-shadow: none;                                                                                                                   
    background: #ffefef;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul {                                                                                                                   
    display: flex;                                                                                                                   
    justify-content: center;                                                                                                                   
    background: #ebf6ff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li:last-child ul li {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul li a {                                                                                                                   
  display : block;                                                                                                                   
  padding: 8px 35px 8px 40px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  text-align: left;                                                                                                                   
  font-size: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul li ul li{                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  border: 1px solid #c0def7;                                                                                                                   
  width: max-content;                                                                                                                   
  background: #fff;                                                                                                                   
  position: absolute;                                                                                                                   
  bottom: 43px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
    /* position: absolute; */                                                                                                                   
}                                                                                                                   
.footnav  ul li ul li a {                                                                                                                   
  display: block;                                                                                                                   
  padding: 5px 10px 5px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*------------end footnav-----------*/                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.module_categorypostBlock {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock h1,                                                                                                                   
.main_blockSentence h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 15px 0 !important;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .Popular_boxArticle{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .Popular_boxArticle:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .Popular_boxArticle:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .Popular_boxArticle img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .Popular_boxArticle h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.module_categorypostBlock .Popular_boxArticle h2:before,.module_categorypostBlock .Popular_boxArticle h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .Popular_boxArticle p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.control_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.control_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.control_kuchikomiBlock .inner_frameBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.control_kuchikomiBlock .Popular_boxArticle{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 25px 0;                                                                                                                   
  border: solid 1px #ffdbdb;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.control_kuchikomiBlock .Popular_boxArticle:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.control_kuchikomiBlock .Popular_boxArticle h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #4489b3;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.control_kuchikomiBlock .Popular_boxArticle p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#D_footBlock {                                                                                                                   
	background: #69b9e7;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	width: 100%;                                                                                                                   
	border-top: 1px solid #96bfe1;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 15px 0px 20px 0px;                                                                                                                   
	font-size: 16px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p.copy a {                                                                                                                   
    color: white;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
#side .pr {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner02 {                                                                                                                   
    margin: 0 auto 50px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
#side .pr img {                                                                                                                   
display : block;                                                                                                                   
margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
h1{                                                                                                                   
  padding: 15px 20px 5px 20px;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  text-align: left;                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  position : relative;                                                                                                                   
  left : auto;                                                                                                                   
  top : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub h1 {                                                                                                                   
    padding: 15px 20px 5px 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock h1,                                                                                                                   
 .main_blockSentence h1 {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 10px 0;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 10px !important;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
	border: 0;                                                                                                                   
	line-height: 150% !important;                                                                                                                   
	background: #def1fd !important;                                                                                                                   
	border-bottom: 1px solid #add1e8 !important;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 h2 {                                                                                                                   
    border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .Popular_boxArticle h2 {                                                                                                                   
    display: block;                                                                                                                   
    background: none !important;                                                                                                                   
    border: 0 !important;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #ccc;                                                                                                                   
    text-align: left;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
    line-height: 150% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.control_kuchikomiBlock .Popular_boxArticle h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  display: block !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1 p {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.Blg_Title{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.area_headbg {                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.static_imageBlock{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
	background: none;                                                                                                                   
	min-height: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .static_imageBlock {                                                                                                                   
    background: none;                                                                                                                   
    min-height: inherit;                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
    position: static;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
#wrap{                                                                                                                   
width: 100%;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .inner_frameBlock,                                                                                                                   
#contents .inner_frameBlock,                                                                                                                   
#D_footBlock .inner_frameBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto !important;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.first_headerBlock {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg {                                                                                                                   
	padding: 20px 20px 20px 20px;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	float: none;                                                                                                                   
	border: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_titleBlock img {                                                                                                                   
  margin: 10px auto 10px;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_titleBlock .wrp_prbn img.bn {                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    float: none;                                                                                                                   
    border: 0px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
.wrp_prbn img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
.static_menu {                                                                                                                   
  padding: 0 0 32% 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  background: url(../images/sp-mainimage.jpg) no-repeat left bottom;                                                                                                                   
  background-size: 100%;                                                                                                                   
}                                                                                                                   
.sub .static_menu {                                                                                                                   
  padding: 0 0 32% 0;                                                                                                                   
  background: url(../images/sp-subimage.jpg) no-repeat left bottom;                                                                                                                   
  background-size: 100%;                                                                                                                   
  position: static;                                                                                                                   
  min-height: inherit;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_menu ul {                                                                                                                   
	display: block;                                                                                                                   
	position:  static;                                                                                                                   
	width:  auto;                                                                                                                   
	background: none;                                                                                                                   
}                                                                                                                   
.static_menu ul li{                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width : 100%;                                                                                                                   
  border-bottom: 1px solid #bfdef1;                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
.static_menu ul li a{                                                                                                                   
  text-align: center;                                                                                                                   
  display : block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 8px 0 !important;                                                                                                                   
  margin: 0;                                                                                                                   
  background: none !important;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.best_news_blg ul li{                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
.best_news_blg h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header .best_news_blg h2 {                                                                                                                   
    border-radius: 0;                                                                                                                   
}                                                                                                                   
#header .blg_mArea_FRhead1 .inner_frameBlock {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header,                                                                                                                   
#contents,                                                                                                                   
#D_footBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	}                                                                                                                        
                                                                                                                   
#main{                                                                                                                   
	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;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.pankuzu_side {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock {                                                                                                                   
    display: block;                                                                                                                   
    width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .best_news_blg,                                                                                                                   
.dynamic_rankblock,                                                                                                                   
.base_qaBlock,                                                                                                                   
.main_blockSentence,                                                                                                                   
.model_flowblock,                                                                                                                    
.recommendBlock_bg,                                                                                                                    
.oneblock_main,                                                                                                                   
.Main2_blockFR,                                                                                                                   
.Main3_blockFR,                                                                                                                   
.oneblock_main4,                                                                                                                   
.CampareBlock_Frame,                                                                                                                   
.Show_ListstyleBlock,                                                                                                                   
.control_kuchikomiBlock,                                                                                                                   
.Display_Point_Block,                                                                                                                   
.Content_Sumup_Frame,                                                                                                                    
#side .recommendBlock_bg {                                                                                                                   
	display: block;                                                                                                                   
	width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.main_blockSentence.sentencebox {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .best_news_blg .inner_frameBlock,                                                                                                                   
.dynamic_rankblock .inner_frameBlock,                                                                                                                   
.recommendBlock_bg .inner_frameBlock,                                                                                                                   
.base_qaBlock .inner_frameBlock,                                                                                                                   
.main_blockSentence .inner_frameBlock,                                                                                                                   
.model_flowblock .inner_frameBlock,                                                                                                                   
.blg_mArea_FRhead1 .inner_frameBlock,                                                                                                                   
.oneblock_main .inner_frameBlock,                                                                                                                   
.Main2_blockFR .inner_frameBlock,                                                                                                                   
.Main3_blockFR .inner_frameBlock,                                                                                                                   
.oneblock_main4 .inner_frameBlock {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
#main .best_news_blg {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
#side{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float : none;                                                                                                                   
  padding: 0;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .best_news_blg {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.subnavBlock_Site {                                                                                                                   
    display: block;                                                                                                                   
    position: static;                                                                                                                   
    width: auto;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.subnavBlock_Site ul{                                                                                                                   
	position: static;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav {                                                                                                                   
    display: block;                                                                                                                   
    position: static;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
.footnav ul{                                                                                                                   
	position: static;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	display: block;                                                                                                                   
	justify-content: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li ul li {                                                                                                                   
    position: static;                                                                                                                   
    border: none;                                                                                                                   
    width: auto;                                                                                                                   
    bottom: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li a {                                                                                                                   
    padding: 8px 15px;                                                                                                                   
    display: block;                                                                                                                   
    border-bottom: 1px solid #b8e5ff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li ul li a {                                                                                                                   
    padding: 5px 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li a:hover {                                                                                                                   
    color: #f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.footnav ul li {                                                                                                                   
    display: block;                                                                                                                   
    background: url(../images/m_icon.png) no-repeat left center;                                                                                                                   
    background-position: -5px 11px;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
#header{                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.top_titleBlock{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0px;                                                                                                                   
	float: none;                                                                                                                   
	background: none;                                                                                                                   
	position: static;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding-bottom: 0;                                                                                                                   
	top: 0;                                                                                                                   
	right: inherit;                                                                                                                   
	}                                                                                                                       
                                                                                                                   
.blg_mArea_FRhead1{                                                                                                                   
  height : auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  padding: 20px 20px 0 20px;                                                                                                                   
  border: 0;                                                                                                                   
  background: none;                                                                                                                   
  text-align: left;                                                                                                                   
  box-shadow: none;                                                                                                                   
  position: static;                                                                                                                   
  border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_mArea_FRhead1:before,.blg_mArea_FRhead1:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.dynamic_rankblock img{                                                                                                                   
  width: 11%;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock img.lookIcatch_image {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock .Popular_boxArticle{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dynamic_rankblock .Popular_boxArticle h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0 0;                                                                                                                   
  border: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_blockSentence img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 15px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_blockSentence .Popular_boxArticle{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink .Popular_boxArticle {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additional_normalLink .Popular_boxArticle {                                                                                                                   
    margin-bottom: 25px;                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
.main_blockSentence .Popular_boxArticle h3{                                                                                                                   
  padding: 0;                                                                                                                   
  background-position: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  color: #333;                                                                                                                   
  clear: both;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                        
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none !important;                                                                                                                   
  margin: 0 auto 25px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle h3{                                                                                                                   
  display: block;                                                                                                                   
  text-align: left;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.recommendBlock_bg .Popular_boxArticle img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 15px !important;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommendBlock_bg .Popular_boxArticle a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	display: block;                                                                                                                   
	width: 140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.CampareBlock_Frame .Popular_boxArticle{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Frame .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.CampareBlock_Frame .Popular_boxArticle h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.articleLink{                                                                                                                   
	width:  auto;display:  block;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.articleLink .Popular_boxArticle {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink .Popular_boxArticle h3 {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    text-align:  left;                                                                                                                   
    border: none !important;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additional_normalLink {                                                                                                                   
  display: block;                                                                                                                   
  width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additional_normalLink h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink {                                                                                                                   
    display: block;                                                                                                                   
    width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink h3 {                                                                                                                   
    padding: 0 0 0px 0 !important;                                                                                                                   
    border: none;                                                                                                                   
    margin-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink {                                                                                                                   
    width:  auto;                                                                                                                   
    display:  block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.additionButtonLink .Popular_boxArticle {                                                                                                                   
    margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.TypicallyImageLink .Popular_boxArticle {                                                                                                                   
    float: none;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    width: auto;                                                                                                                   
    border: 0;                                                                                                                   
    margin: 0 auto 25px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TypicallyImageLink .Popular_boxArticle img {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_ListstyleBlock{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Show_ListstyleBlock ul.Popular_boxArticle li{                                                                                                                   
background:none;                                                                                                                   
padding:0;                                                                                                                        
margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
.Display_Point_Block{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.Display_Point_Block .inner_frameBlock{                                                                                                                   
	background:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Sumup_Frame{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
.Content_Sumup_Frame .inner_frameBlock{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.model_flowblock{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.model_flowblock img.lookIcatch_image {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.model_flowblock .Popular_boxArticle{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 25px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.model_flowblock .Popular_boxArticle:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
.model_flowblock .Popular_boxArticle h3{                                                                                                                   
  padding: 49px 0 0 0 !important;                                                                                                                   
  text-align: center;                                                                                                                   
  border: 0;                                                                                                                   
  background-size: 40px !important;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_qaBlock img.lookIcatch_image {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.base_qaBlock .Popular_boxArticle{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.base_qaBlock .Popular_boxArticle h3{                                                                                                                   
	padding: 50px 0 0 0;                                                                                                                   
	text-align: center;                                                                                                                   
	border: 0;                                                                                                                   
	background-position: 50% 0;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat  center top;                                                                                                                   
	background-size: 40px;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_qaBlock .Popular_boxArticle p{                                                                                                                   
  background-size: 40px;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 50px 0 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#D_footBlock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner02 {                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
#side .pr img{                                                                                                                   
	height: auto;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
}                                                                                                                    
.oneblock_main p,                                                                                                                   
.Main2_blockFR p,                                                                                                                   
.Main3_blockFR p,                                                                                                                   
.oneblock_main4 p{                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
