﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, section, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {font-size: 14px;line-height: 160%;font-family: '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---------------*/                                                                                                                   
#main_wrapper{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1200px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a {color: #ef7840;}                                                                                                                   
a:hover {text-decoration: none;color: #42abf5;}                                                                                                                   
h1 {                                                                                                                   
	margin: 0 auto;                                                                                                                   
	padding: 10px 0 10px 0px;                                                                                                                   
	font-size: 13px;                                                                                                                   
	clear: both;                                                                                                                   
	text-align: center;                                                                                                                   
	width: 1200px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {
	padding: 8px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #2d6892;
	position: relative;
	clear: both;
	font-weight: bold;
	background: #f0f8fd;
	line-height: 140%;
	border: 1px solid #c49783;
	border-bottom: 1px solid #d2967b;
	border-left: 5px solid #d2967b;
	}                                                                                                                   
                                                                                                                   
h3 {
	font-size: 17px;
	color: #285c82;
	padding-bottom: 15px;
	font-weight: bold;
	}                                                                                                                   
.frame_main_image{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .inner_frame,                                                                                                                   
#content_article_frame .inner_frame,                                                                                                                   
#main_footer .inner_frame{                                                                                                                   
	margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
#content_article_frame {                                                                                                                   
  position: relative;                                                                                                                     
}                                                                                                                   
                                                                                                                   
#main_header,                                                                                                                   
#content_article_frame,                                                                                                                   
#main_footer .inner_frame {                                                                                                                   
	display:block;                                                                                                                   
	width: 1200px;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control {                                                                                                                   
	margin : 0;                                                                                                                   
	padding : 0;                                                                                                                   
	width: 865px;                                                                                                                   
	float: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame {                                                                                                                   
	margin: 0;                                                                                                                   
	width: 300px;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------links_subnavBlock---------------*/                                                                                                                   
                                                                                                                   
.links_subnavBlock {                                                                                                                   
    margin: 0px auto 40px;                                                                                                                   
}                                                                                                                    
.links_subnavBlock ul{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.links_subnavBlock ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  margin-bottom: 0px;                                                                                                                   
  background: url(../images/nav_t.png) no-repeat left;                                                                                                                   
  background-position: 0px 5px !important;                                                                                                                   
  background-size: 20px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/nav_c.png) no-repeat left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/nav_r.png) no-repeat left center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li a {
  display : block;
  padding: 4px 0px 4px 25px;
  font-size: 13px;
  border-bottom: 1px dashed #b8d2e4;
  text-decoration: none;
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin : 0 0 1px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li ul {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li ul li a {
  padding: 4px 0px 4px 25px;
  text-decoration: none;
  border: 0;
}                                                                                                                   
                                                                                                                   
.links_subnavBlock ul li a:hover {                                                                                                                   
    /* color: #f00; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .generate_normalLink{                                                                                                                   
	margin:0 auto 40px;                                                                                                                   
}                                                                                                                   
#side_frame .generate_normalLink .box_frame_control{                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
#side_frame .interfaceButtonLink{                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
#side_frame .interfaceButtonLink .box_frame_control{                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .availableImgLink {                                                                                                                   
    display: block;                                                                                                                   
    border-bottom: 0;                                                                                                                   
    padding: 0;                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .availableImgLink .box_frame_control {                                                                                                                   
    float: none;                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
#side_frame .linkDynamic{                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
#side_frame .linkDynamic .box_frame_control{                                                                                                                   
	margin:0 auto 20px;                                                                                                                   
                                                                                                                   
}                                                                                                                   
#side_frame .generate_normalLink{                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
#side_frame .generate_normalLink .box_frame_control{                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
#side_frame .interfaceButtonLink{                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
#side_frame .interfaceButtonLink .box_frame_control{                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.linkDynamic{                                                                                                                   
	margin:auto;                                                                                                                   
	margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.linkDynamic .box_frame_control {
    border: 1px solid #b9dbe9;
    padding: 15px;
    margin-bottom: 25px !important;
}                                                                                                                   
                                                                                                                   
.linkDynamic .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.linkDynamic .box_frame_control h3 {
    background: url(../images/h3_bg.png) no-repeat left top;
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0px 0 0px 30px;
    line-height: 150%;
}                                                                                                                   
                                                                                                                   
.availableImgLink {                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control {                                                                                                                   
  width: 48.8%;                                                                                                                   
  float : left;                                                                                                                   
  margin: 0px 20px 25px 0px !important;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control:before {
    content: "PR";
    background: #4986b1;
    padding: 5px;
    position: absolute;
    color: #fff;
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control:nth-of-type(even) {                                                                                                                   
  margin-right: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink {                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink .box_frame_control {
  margin-bottom: 25px !important;
  border: 1px solid #b9dbe9;
  padding: 15px;
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink .box_frame_control p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink h3 {                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
  background: none !important;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink a {
  margin: 10px auto 0;
  padding : 10px;
  text-align : center;
  text-decoration : none;
  background: #eba573;
  color: #fff;
  display: block;
}                                                                                                                   
.interfaceButtonLink a:hover {
  background: #8fbbda;
  color: #f9f9f9;
}                                                                                                                   
.generate_normalLink{                                                                                                                   
	margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.generate_normalLink .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.generate_normalLink .box_frame_control {
  border: solid 1px #b9dbe9;
  padding : 10px;
  margin-bottom: 25px !important;
  background: #fff5f0;
}                                                                                                                   
                                                                                                                   
.generate_normalLink h3 {                                                                                                                   
	padding-bottom: 0;                                                                                                                   
	margin: 0 auto 5px;                                                                                                                   
	border-bottom: 0px !important;                                                                                                                   
	text-align: left !important;                                                                                                                   
	background: none !important;                                                                                                                   
	padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#main_header {                                                                                                                   
	padding: 0 0;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.blog_title {                                                                                                                   
	left: 0px;                                                                                                                   
	top: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	position: relative;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
.data_template_head{                                                                                                                   
	display:block;                                                                                                                   
	margin:0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.prbn_temp {
    margin: 0 0 40px;
    display: block;
    text-align: center;
}                                                                                                                   
                                                                                                                   
#side_frame .prbn_temp img {                                                                                                                   
    margin: 0 0 25px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .prbn_temp img:last-child {                                                                                                                   
    margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
                                                                                                                   
.prolog {
	box-sizing: border-box;
	margin: 0px auto 40px;
	border: 1px solid #a1a6a9;
	width: 1200px;
	background: #fff;
	position:  relative;
	box-shadow: 0 0 1px 0 #c8c8c6;
}                                                                                                                   
                                                                                                                   
.prolog h2 {
    background: #e7f5ff;
    border: 0;
    border-bottom: 3px double #c88b6e;
}                                                                                                                   
                                                                                                                   
.prolog .inner_frame {                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prolog p {                                                                                                                   
	margin : 0px;                                                                                                                   
	padding: 0 15px 15px 15px;                                                                                                                   
}                                                                                                                   
#main_header .bl_news {                                                                                                                   
	margin: 0px auto 40px;                                                                                                                   
	border: 1px solid #d3d3d3;                                                                                                                   
	width: 1200px;                                                                                                                   
	background: #fff;                                                                                                                   
	position:  relative;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#main_header .bl_news .inner_frame {                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news h2{                                                                                                                   
	background: #cdcdcd;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height: 100px;                                                                                                                   
	padding: 15px;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news ul li{                                                                                                                   
margin: 0 0 15px 0;                                                                                                                        
}                                                                                                                   
                                                                                                                   
#main_header .bl_news ul li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side_frame .bl_news {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 40px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#side_frame  .bl_news ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height : 125px;                                                                                                                   
	list-style-type: none;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame  .bl_news ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.controller_pankuzu {                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controller_pankuzu span.wrp_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#main_blog_control .bl_news,                                                                                                                   
.ranking,                                                                                                                   
.question,                                                                                                                   
.frame_sentence,                                                                                                                   
.flow,                                                                                                                    
.topics,                                                                                                                    
.FR_main_1block,                                                                                                                   
.Main_2b_main,                                                                                                                   
.best_kuchikomiBlock,                                                                                                                   
.popular_categorypostBlock,                                                                                                                   
.Main_3b_main,                                                                                                                   
.FR_main_block4,                                                                                                                   
.blg_campare_5,                                                                                                                   
.Box_ListstyleBlock,                                                                                                                   
.detailed_PointBlock,                                                                                                                    
.prbn_temp.square,                                                                                                                   
.prbn_temp.horizontal,                                                                                                                   
.Article_Block_Style,                                                                                                                    
#side_frame .topics {                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_1block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_2b_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_3b_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_block4 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.FR_main_block4 p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .bl_news {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#main_blog_control  .bl_news ul {                                                                                                                   
    display: block;                                                                                                                   
    overflow-y: scroll;                                                                                                                   
    height: 120px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control  .bl_news ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.ranking{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .inner_frame:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.ranking .box_frame_control {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 20px 25px 0px;                                                                                                                   
	width: 48.7%;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.ranking .box_frame_control:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.ranking .box_frame_control:after {                                                                                                                          
clear: both;                                                                                                                   
display: block;                                                                                                                   
content:"";                                                                                                                   
}                                                                                                                   
.ranking img {                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	width: 40px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 10px 5px 0px;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking img.module_IcatchImage {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.ranking .box_frame_control h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 12px 0 10px 0;                                                                                                                   
	margin-bottom: 5px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.frame_sentence {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
section.frame_sentence.sentencebox {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: inline-block;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.frame_sentence .inner_frame {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.frame_sentence img.module_IcatchImage {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.frame_sentence .box_frame_control {                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.frame_sentence .box_frame_control h3 {
	background : url(../images/h3_bg.png) no-repeat left top;
	position:relative;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0 0 0px 34px;
	line-height: 150%;
	}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.topics{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.topics .inner_frame:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.topics .box_frame_control {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 0px 25px 0px;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.topics .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_frame_control:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.topics .box_frame_control img {                                                                                                                   
    width: 50%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0px 15px 5px 0px;                                                                                                                   
    display: block;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.topics .box_frame_control h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.topics .box_frame_control a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.topics .box_frame_control a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .topics {                                                                                                                   
	padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .topics:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#side_frame .topics .box_frame_control {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .topics .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side_frame .topics .box_frame_control:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#side_frame .topics .box_frame_control img {                                                                                                                   
	width: 100%;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .topics .box_frame_control h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	clear: both;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.blg_campare_5 {display:block;margin: 0 auto 40px;}                                                                                                                   
                                                                                                                   
.blg_campare_5 h3 {
	border-bottom: 1px solid #d2967b;
	margin-bottom: 10px;
	line-height: 150%;
	padding-bottom: 10px;
}                                                                                                                   
                                                                                                                   
.blg_campare_5 .inner_frame:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.blg_campare_5 .box_frame_control {                                                                                                                   
	width: 48.8%;                                                                                                                   
	float: left;                                                                                                                   
	margin: 0 20px 0px 0;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_campare_5 .box_frame_control:last-child {
    margin-bottom: 0px;
    float: right;
}                                                                                                                   
                                                                                                                   
.blg_campare_5 .box_frame_control:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Box_ListstyleBlock {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_ListstyleBlock ul.box_frame_control {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_ListstyleBlock ul.box_frame_control 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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_ListstyleBlock ul.box_frame_control li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.detailed_PointBlock {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.detailed_PointBlock h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.detailed_PointBlock .inner_frame {                                                                                                                   
	padding: 15px;                                                                                                                   
	border: 1px solid #bdbaba;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Article_Block_Style {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Article_Block_Style h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Article_Block_Style .inner_frame {                                                                                                                   
	background: #eeebeb;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Article_Block_Style .inner_frame p {                                                                                                                   
	padding: 15px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.flow{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.flow .inner_frame:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.flow img.module_IcatchImage {
  margin: 0 auto 20px;
  clear : both;
  float : none;
  display : block;
  width: 100%;
  border: 1px solid #ededed;
  box-sizing: border-box;
}                                                                                                                   
.flow .box_frame_control {                                                                                                                   
	padding: 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.flow .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.flow .box_frame_control:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.flow .box_frame_control p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow .box_frame_control h3 {
	float : none;
	width : auto;
	padding: 15px 50px;
	position:relative;
	background-size: 40px !important;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}                                                                                                                   
                                                                                                                   
.flow .box_frame_control:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center left;}                                                                                                                   
.flow .box_frame_control:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center left;}                                                                                                                   
.flow .box_frame_control:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center left;}                                                                                                                   
.flow .box_frame_control:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center left;}                                                                                                                   
.flow .box_frame_control:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center left;}                                                                                                                   
                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.question {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.question:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question img.module_IcatchImage {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_frame_control {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0px 20px 25px 0px;                                                                                                                   
	width: 48.7%;                                                                                                                   
	float: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.question .box_frame_control:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.question .box_frame_control h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 10px 0px 15px 50px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	background-position: 0px 0px;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
.question .box_frame_control p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 0px 0 10px 50px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
	background-position: 0 4px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
/*---------------side---------------*/                                                                                                                   
p.title_side_main{
  font-size: 20px;
  color : #333;
  margin : 0 0 10px;
  font-weight : bold;
  background: #eef8ff;
  padding: 10px;
  border: 1px solid #efa684;
}                                                                                                                   
                                                                                                                   
.blog_navigation {
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
	position:  relative;
	background: url(../images/mainimage.jpg) no-repeat center top;
	background-position: 50% 0;
	min-height: 483px;
}                                                                                                                   
                                                                                                                   
.sub .blog_navigation {                                                                                                                   
    background: url(../images/subimage.jpg) no-repeat center top;                                                                                                                   
    min-height: 453px;                                                                                                                   
    background-position: 50% 0px;                                                                                                                   
    margin: 0px auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_navigation ul {
	display: flex;
	position:  absolute;
	width: 100%;
	justify-content:  center;
	bottom: 0;
	background: #e7f5ff;
}                                                                                                                     
.blog_navigation ul li {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_navigation ul li a {                                                                                                                   
	display : block;                                                                                                                   
	text-decoration : none;                                                                                                                   
	padding: 18px 45px 14px 45px;                                                                                                                   
	text-align : center;                                                                                                                   
	font-size: 13px;                                                                                                                   
	background-position: 10px 15px !important;                                                                                                                   
	border-right: 1px solid #fff;                                                                                                                   
}                                                                                                                   
.blog_navigation ul li:nth-of-type(2) a{                                                                                                                   
    background: url(../images/nav_t.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.blog_navigation ul li:nth-of-type(3) a{                                                                                                                   
    background: url(../images/nav_c.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.blog_navigation ul li:nth-of-type(4) a{                                                                                                                   
    background: url(../images/nav_r.png) no-repeat left;                                                                                                                   
}                                                                                                                   
.blog_navigation ul li:first-child a {
	background: url(../images/home.png) no-repeat center left;
	border-left: 1px solid #fff;
	}                                                                                                                   
                                                                                                                   
.blog_navigation ul li:last-child a {                                                                                                                   
    margin: 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_navigation ul li a:hover {
	\: #a2a1a1;
	color: #42abf5;
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.popular_categorypostBlock {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock h1,                                                                                                                   
.frame_sentence h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 15px 0 !important;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock h1 {
    padding: 10px;
    display: block;
    text-align: left;
    margin: 0;
    background: #e2f2fd;
    box-sizing: border-box;
}                                                                                                                   
.popular_categorypostBlock .box_frame_control{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.popular_categorypostBlock .box_frame_control:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.popular_categorypostBlock .box_frame_control:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock .box_frame_control img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock .box_frame_control h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.popular_categorypostBlock .box_frame_control p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.best_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock .inner_frame:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.best_kuchikomiBlock .box_frame_control{
  display:block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  border: solid 1px #ebd5c5;
  padding : 20px;
}                                                                                                                   
.best_kuchikomiBlock .box_frame_control:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.best_kuchikomiBlock .box_frame_control h3 {
  float : none;
  width : auto;
  color: #4b87b1;
  padding-bottom: 10px;
  }                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock .box_frame_control p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#main_footer {
	background: #ecf7ff;
	margin-top: 20px;
	position: relative;
	clear: both;
	width: 100%;
	border-top: 2px solid #d4a482;
}                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 20px 0;                                                                                                                   
	font-size: 13px;                                                                                                                   
	}

p.copy a {
    color: #ef7840;
}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
#side_frame .pr {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
#side_frame .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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock h1,                                                                                                                   
 .frame_sentence h1 {
    display: block;
    padding: 10px;
    margin: 10px 0;
}                                                                                                                   
h2{
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
	border: 0;
	line-height: 150% !important;
	background: #e7f5ff;
	}                                                                                                                   
                                                                                                                   
.prolog h2 {
    border-radius: 0;
    border: 0;
    padding: 9px 10px;
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock .box_frame_control h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #b5b0ff;                                                                                                                   
    text-align: left;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
    line-height: 150% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock .box_frame_control h3 {
    text-align: left;
    margin-bottom: 0;
    border: 0;
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  display: block !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prolog p {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.title_side_main{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.master_head_design {                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.frame_main_image{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
}                                                                                                                   
#main_wrapper{                                                                                                                   
width: 100%;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .inner_frame,                                                                                                                   
#content_article_frame .inner_frame,                                                                                                                   
#main_footer .inner_frame{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto !important;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.data_template_head {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news {                                                                                                                   
	padding: 20px 20px 0px 20px;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	float: none;                                                                                                                   
	border: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_title img {                                                                                                                   
  margin: 10px auto 10px;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_title .prbn_temp img.bn {                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    float: none;                                                                                                                   
    border: 0px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
.prbn_temp img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
.blog_navigation {
  padding: 0 0 35% 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 .blog_navigation {                                                                                                                   
  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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_navigation ul {                                                                                                                   
	display: block;                                                                                                                   
	position:  static;                                                                                                                   
	width:  auto;                                                                                                                   
	background: none;                                                                                                                   
}                                                                                                                   
.blog_navigation ul li{
  float : none;
  display : block;
  width : 100%;
  border-bottom: 1px solid #bad2e3;
}                                                                                                                   
.blog_navigation ul li a{
  text-align: center;
  display : block;
  border: 0;
  padding: 8px 0;
  margin: 0;
  color: #ef7840;
  background: none !important;
}                                                                                                                       
                                                                                                                   
.bl_news ul li{                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
.bl_news h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .bl_news h2 {                                                                                                                   
    border-radius: 0;                                                                                                                   
}                                                                                                                   
#main_header .prolog .inner_frame {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header,                                                                                                                   
#content_article_frame,                                                                                                                   
#main_footer{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	}                                                                                                                        
                                                                                                                   
#main_blog_control{                                                                                                                   
	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;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.controller_pankuzu {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_categorypostBlock {                                                                                                                   
    display: block;                                                                                                                   
    width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .bl_news,                                                                                                                   
.ranking,                                                                                                                   
.question,                                                                                                                   
.frame_sentence,                                                                                                                   
.flow,                                                                                                                    
.topics,                                                                                                                    
.FR_main_1block,                                                                                                                   
.Main_2b_main,                                                                                                                   
.Main_3b_main,                                                                                                                   
.FR_main_block4,                                                                                                                   
.blg_campare_5,                                                                                                                   
.Box_ListstyleBlock,                                                                                                                   
.best_kuchikomiBlock,                                                                                                                   
.detailed_PointBlock,                                                                                                                   
.Article_Block_Style,                                                                                                                    
#side_frame .topics {                                                                                                                   
	display: block;                                                                                                                   
	width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section.frame_sentence.sentencebox {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .bl_news .inner_frame,                                                                                                                   
.ranking .inner_frame,                                                                                                                   
.topics .inner_frame,                                                                                                                   
.question .inner_frame,                                                                                                                   
.frame_sentence .inner_frame,                                                                                                                   
.flow .inner_frame,                                                                                                                   
.prolog .inner_frame,                                                                                                                   
.FR_main_1block .inner_frame,                                                                                                                   
.Main_2b_main .inner_frame,                                                                                                                   
.Main_3b_main .inner_frame,                                                                                                                   
.FR_main_block4 .inner_frame {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
#main_blog_control .bl_news {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
#side_frame{                                                                                                                   
  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_frame .bl_news {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.links_subnavBlock {                                                                                                                   
    display: block;                                                                                                                   
    position: static;                                                                                                                   
    width: auto;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.links_subnavBlock ul{                                                                                                                   
	position: static;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
#main_header{                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.blog_title{                                                                                                                   
	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;                                                                                                                   
	}                                                                                                                       
                                                                                                                   
.prolog{                                                                                                                   
  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;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.ranking img{                                                                                                                   
  width: 11%;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking img.module_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .box_frame_control{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .box_frame_control h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0 0;                                                                                                                   
  border: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.frame_sentence img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 15px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.frame_sentence .box_frame_control{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink .box_frame_control {                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.generate_normalLink .box_frame_control {                                                                                                                   
    margin-bottom: 25px;                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
.frame_sentence .box_frame_control h3{
  padding: 0;
  background-position: 0;
  margin-bottom: 10px;
  font-size: 16px;
  background: none;
  border: 0;
  float: none;
  width: auto;
  color: #285c82;
  clear: both;
  text-align: left;
}                                                                                                                        
                                                                                                                   
.topics .box_frame_control{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_frame_control h3{                                                                                                                   
  display: block;                                                                                                                   
  text-align: left;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.topics .box_frame_control img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 15px !important;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_frame_control a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	display: block;                                                                                                                   
	width: 140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_campare_5{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.blg_campare_5 .box_frame_control{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_campare_5 .box_frame_control:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.blg_campare_5 .box_frame_control h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.linkDynamic{                                                                                                                   
	width:  auto;display:  block;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.linkDynamic .box_frame_control {
    border: 1px solid #b9dbe9;
    padding: 15px;
    margin-bottom: 25px;
}                                                                                                                   
                                                                                                                   
.linkDynamic .box_frame_control h3 {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    text-align:  left;                                                                                                                   
    border: none !important;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.generate_normalLink {                                                                                                                   
  display: block;                                                                                                                   
  width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.generate_normalLink h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink {                                                                                                                   
    display: block;                                                                                                                   
    width:  auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink h3 {
    padding: 0 0 0px 0 !important;
    border: 0;
}                                                                                                                   
                                                                                                                   
.availableImgLink {                                                                                                                   
    width:  auto;                                                                                                                   
    display:  block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control h3 {
    padding: 0 0 5px 0;
    border: 0;
}                                                                                                                   
                                                                                                                   
.interfaceButtonLink .box_frame_control {                                                                                                                   
    margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.availableImgLink .box_frame_control {                                                                                                                   
    float: none;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    width: auto;                                                                                                                   
    border: 0;                                                                                                                   
    margin: 0 auto 25px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableImgLink .box_frame_control img {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_ListstyleBlock{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Box_ListstyleBlock ul.box_frame_control li{                                                                                                                   
background:none;                                                                                                                   
padding:0;                                                                                                                        
margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
.detailed_PointBlock{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.detailed_PointBlock .inner_frame{                                                                                                                   
	background:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Article_Block_Style{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
.Article_Block_Style .inner_frame{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow img.module_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow .box_frame_control{                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 25px 0;                                                                                                                   
}                                                                                                                   
.flow .box_frame_control h3{                                                                                                                   
  padding: 50px 0 0 0;                                                                                                                   
  text-align: center;                                                                                                                   
  border: 0;                                                                                                                   
  background-size: 40px !important;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question img.module_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.question .box_frame_control{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
.question .box_frame_control 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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_frame_control p{                                                                                                                   
  background-size: 40px;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 50px 0 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_footer{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
#side_frame .pr img{                                                                                                                   
	height: auto;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
}                                                                                                                    
.FR_main_1block p,                                                                                                                   
.Main_2b_main p,                                                                                                                   
.Main_3b_main p,                                                                                                                   
.FR_main_block4 p{                                                                                                                   
  padding: 0;                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
