﻿@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, div, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, div, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {font-size: 16px;line-height: 160%;                                                                                                                   
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;}                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                       
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;                                                                                                                     
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div, article, header, footer {                                                                                                                   
position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
#main_wrapper{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1080px;                                                                                                                   
	}                                                                                                                   
.Used_inHeader{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto;                                                                                                                   
}                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a {color: #0072ffc7;}                                                                                                                   
a:hover {                                                                                                                   
text-decoration: none;                                                                                                                   
}                                                                                                                   
h1 {
	margin : 0;
	padding: 10px 0px 20px;
	font-size: 24px;
	clear: both;
	text-align: center;
	background: #9fc0c3;
	/* border: 1px solid#4cbfeb; */
	margin-bottom: 40px;
	box-shadow: 0 20px 20px -20px #000;
}

.sub h1 {
    background: #81b8b8;
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #0c475e;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
    color: #366c70;                                                                                                                   
    border-bottom:3px solid;                                                                                                                   
    padding:10px;                                                                                                                   
    position:relative;                                                                                                                   
    text-align:center;                                                                                                                   
    font-size: 20px;                                                                                                                   
    margin-top: 0;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
h2:before{                                                                                                                   
    width:15px;                                                                                                                   
    height:15px;                                                                                                                   
    content:"";                                                                                                                   
    position:absolute;                                                                                                                   
    background-color: #366c70;                                                                                                                   
    bottom: -8px;                                                                                                                   
    left:0;                                                                                                                   
}                                                                                                                   
h2:after{                                                                                                                   
    width:7px;                                                                                                                   
    height:7px;                                                                                                                   
    content:"";                                                                                                                   
    position:absolute;                                                                                                                   
    background-color: white;                                                                                                                   
    left: 4px;                                                                                                                   
    bottom: -4px;                                                                                                                   
    border-radius: 50%;                                                                                                                   
    -moz-border-radius: 50%;                                                                                                                   
    -webkit-border-radius: 50%;                                                                                                                   
    -o-border-radius: 50%;                                                                                                                   
    -ms-border-radius: 50%;                                                                                                                   
                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                           
                                                                                                                   
h3 {                                                                                                                   
	font-size: 17px;                                                                                                                   
	color: #225264;                                                                                                                   
	padding-bottom: 15px;                                                                                                                   
	font-weight: bold;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#main_header .local_innerBlock,                                                                                                                   
#content_article_frame .local_innerBlock,                                                                                                                   
#main_footer .local_innerBlock                                                                                                                   
{                                                                                                                   
margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
#content_article_frame {                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
#main_header,                                                                                                                   
#content_article_frame,                                                                                                                   
#main_footer .local_innerBlock {                                                                                                                   
	display:block;                                                                                                                   
	width: 1080px;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control {                                                                                                                   
margin : 0;                                                                                                                   
padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame {                                                                                                                   
margin: 0 auto 60px;                                                                                                                      
}                                                                                                                    
/*---------------main_header---------------*/                                                                                                                   
#main_header {                                                                                                                   
	padding: 0 0;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: auto;                                                                                                                   
}

#main_header temp_prbn {
    background: #9fc0c3;
}                                                                                                                       
                                                                                                                   
.blog_title {                                                                                                                   
	left: 0px;                                                                                                                   
	top: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	position: relative;                                                                                                                   
	z-index: 99;                                                                                                                   
	padding: 0;                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_title:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
.imageBlock_style .temp_prbn img.bn {
    display: block;
    width: 468px;
    height: auto;
    position: relative;
    margin: 0px auto 0px;
    /* float: right; */
}                                                                                                                   
.temp_prbn {
    margin: 0px;
    display: block;
    text-align: center;
    padding: 20px;
}

#main_header .temp_prbn {
    background: #c0cecf;
}                                                                                                                   
.temp_prbn img{                                                                                                                   
	margin: 0px 0px 20px 20px;                                                                                                                   
}                                                                                                                   
.content_prtxt {                                                                                                                   
    padding: 20px;                                                                                                                   
    /* border: 1px solid #4cbfeb; */                                                                                                                   
    background: #4cbfeb2e;                                                                                                                   
}                                                                                                                   
.content_prtxt p{                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
.sub .localNav {
	background: url(../images/subimage.jpg) no-repeat center top;
	margin: 30px auto 0px;
	background-position: 52% 53px;
	min-height: 654px;
	background-size: 97%;
	background-color: #81b8b8;
}                                                                                                                   
.blog_title img {                                                                                                                   
width: 100px;                                                                                                                   
height: auto;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
border: 1px solid #ffffff;                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.imageBlock_style {margin: 0 auto;width: 1080px;}                                                                                                                       
                                                                                                                   
.imageBlock_style .local_innerBlock {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.prolog {                                                                                                                   
    margin: 60px 0 0 0px;                                                                                                                   
    padding: 0 0;                                                                                                                   
    position: relative;                                                                                                                   
    border: 2px solid #c0cecf;                                                                                                                   
    margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
.prolog h2 {
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 auto 0;
    color: #638587;
    position: relative;
    top: 0;
    background: #ffffff;
    width: 400px;
    top: -25px;
    text-align: center;
}                                                                                                                   
.prolog h2:after{                                                                                                                   
    content:"";                                                                                                                   
    width:20px;                                                                                                                   
    position:absolute;                                                                                                                   
    border: 3px solid #c0cecf;                                                                                                                   
    background: #fff;                                                                                                                   
    height:20px;                                                                                                                   
    border-radius:50%;                                                                                                                   
    left: 96%;                                                                                                                   
    top: 2px;                                                                                                                   
    margin-top:9px;                                                                                                                   
}                                                                                                                   
.prolog h2:before{content: "";width: 20px;position: absolute;border: 3px solid #c0cecf;background: #fff;height: 20px;border-radius: 50%;right: -1%;top: 2px;margin-top: 9px;}                                                                                                                   
                                                                                                                   
.prolog .local_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
.prolog p {                                                                                                                   
    margin: 0px;                                                                                                                   
    padding: 0  20px 20px 20px;                                                                                                                   
    position: relative;                                                                                                                   
}                                                                                                                   
@media (max-width: 480px){                                                                                                                   
                                                                                                                   
.prolog{                                                                                                                   
    width: auto;                                                                                                                   
    padding: 20px;                                                                                                                   
    margin: 0 auto;                                                                                                                   
}                                                                                                                   
.prolog p {                                                                                                                   
    border-radius: 0;                                                                                                                   
    padding: 0 0;                                                                                                                   
    padding: 0 0;                                                                                                                   
    padding: 0;                                                                                                                   
    padding: 0;                                                                                                                   
    padding:;                                                                                                                   
}                                                                                                                   
.prolog h2{                                                                                                                   
    width: auto;                                                                                                                   
    border-radius: 0;                                                                                                                   
    position: static;                                                                                                                   
    margin: 0 0 20px 0;                                                                                                                   
    border-bottom: 2px solid;                                                                                                                   
}                                                                                                                   
.prolog h2:after,.prolog h2:before{                                                                                                                   
    display:none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prolog h2 {                                                                                                                   
    border: 0;                                                                                                                   
    /* background: #4cbfeb; */                                                                                                                   
    padding: 11px;                                                                                                                   
    /* color: #ffffff; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.prolog .local_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prolog p {margin : 0px;padding: 10px;margin-top: -18px;}                                                                                                                   
#main_header .top_wrp_news {                                                                                                                   
	margin: 0px auto 50px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news .local_innerBlock {                                                                                                                   
	padding: 0px;                                                                                                                   
	border: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news h2{                                                                                                                   
	background: #bebebe;                                                                                                                   
	border: 0;                                                                                                                   
	padding: 12px 20px;                                                                                                                   
	margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height: 140px;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news ul li{                                                                                                                   
margin: 0 0 15px 0;                                                                                                                        
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#main_blog_control .top_wrp_news,                                                                                                                   
.topic_rankBlock,                                                                                                                   
.question,                                                                                                                   
.display_data_sentenceBlock,                                                                                                                   
.display_flowblock,                                                                                                                    
.comment,                                                                                                                   
.topics,                                                                                                                    
.BlogOne_FRmain,                                                                                                                   
.Block_FR2main,                                                                                                                   
.FR_Main3_Block,                                                                                                                   
.Four_FRmainBlock,                                                                                                                   
.CampareBlock_Read,                                                                                                                   
.Pages_Liststyle_Block,                                                                                                                   
.Point_Block_Pages,                                                                                                                    
.Display_Sumup_block,                                                                                                                    
#main_blog_control .pr,                                                                                                                   
.content_prtxt,                                                                                                                   
#side_frame .topics {                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.BlogOne_FRmain {display: block;border: 1px solid#a6dff5;padding: 10px;}                                                                                                                   
                                                                                                                   
.Block_FR2main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_Main3_Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Four_FRmainBlock {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Four_FRmainBlock p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .top_wrp_news {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-top_wrp_news-*/                                                                                                                   
#main_blog_control  .top_wrp_news ul {                                                                                                                   
    display: block;                                                                                                                   
    overflow-y: scroll;                                                                                                                   
    height: 120px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control  .top_wrp_news ul li{                                                                                                                   
margin: 0 0 20px 0;                                                                                                                   
text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*-topic_rankBlock-*/                                                                                                                   
.topic_rankBlock{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.topic_rankBlock img.general_icatchImage {display: block;height: auto;margin: 0 auto 20px;background: #ccd7d97a;padding: 20px 210px;float: none;width: 100%;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.topic_rankBlock .local_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.topic_rankBlock .box_article_02 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: 100%;                                                                                                                   
  float: left;                                                                                                                   
  padding: 0;                                                                                                                   
  margin: 0px 20px 30px 0px;                                                                                                                   
}                                                                                                                   
.topic_rankBlock .box_article_02:nth-of-type(3){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock img {                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0px auto 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_02 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: center;                                                                                                                   
  }                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.display_data_sentenceBlock {                                                                                                                   
	display: inline-block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .local_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.display_data_sentenceBlock img.general_icatchImage {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02 {                                                                                                                   
	margin-bottom: 30px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02:last-child {                                                                                                                   
width: auto;                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02:nth-child(3),                                                                                                                   
.display_data_sentenceBlock .box_article_02:nth-child(5) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02 h3 {
	background : url(../images/h3_bg.png) no-repeat left top;
	position:relative;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 7px 0 0px 33px;
	background-position: -8px 5px;
	}                                                                                                                   
                                                                                                                   
/*-topics-*/                                                                                                                   
.topics{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.topics .local_innerBlock:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.topics .box_article_02 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px 20px 30px 0px;                                                                                                                   
	float: left;                                                                                                                   
	width: 49%;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
.topics .box_article_02:nth-of-type(2),                                                                                                                   
 .topics .box_article_02:nth-of-type(4){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_article_02 img {                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 20px 20px 0;                                                                                                                   
    display: block;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.topics .box_article_02 h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.topics .box_article_02 a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.topics .box_article_02 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-CampareBlock_Read-*/                                                                                                                   
.CampareBlock_Read {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Read h3 {                                                                                                                   
border-bottom: 1px solid #ccc;                                                                                                                   
margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Read .local_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.CampareBlock_Read .box_article_02 {                                                                                                                   
	width: 49%;                                                                                                                   
	float: left;                                                                                                                   
	margin-right: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Read .box_article_02:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                     
                                                                                                                   
/*-Pages_Liststyle_Block-*/                                                                                                                   
.Pages_Liststyle_Block {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Pages_Liststyle_Block ul.box_article_02 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Pages_Liststyle_Block ul.box_article_02 li {                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 7px 0 7px 40px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Point_Block_Pages-*/                                                                                                                   
.Point_Block_Pages {display:block;border: 1px solid #aecedb;padding: 20px;}                                                                                                                       
                                                                                                                   
.Point_Block_Pages .local_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Display_Sumup_block-*/                                                                                                                   
.Display_Sumup_block {display:block;background: #aebabe24;padding: 20px;}                                                                                                                   
                                                                                                                   
.Display_Sumup_block h2 {                                                                                                                   
    border: 0;                                                                                                                   
    padding: 10px 0;                                                                                                                   
    border-bottom: 4px solid #366c70;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Display_Sumup_block .local_innerBlock {                                                                                                                   
background : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Display_Sumup_block .local_innerBlock p {                                                                                                                   
padding-top : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-comment-*/                                                                                                                   
.comment img.general_icatchImage {display: block;height: auto;margin: 0 auto 20px;background: #e4e4e4;padding: 20px 210px;float: none;width: 100%;box-sizing: border-box;}                                                                                                                   
.comment {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .local_innerBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.comment .box_article_02{                                                                                                                   
	display:block;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	float: left;                                                                                                                   
	width: 48.7%;                                                                                                                   
	margin: 0 25px 30px 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
.comment .box_article_02:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.comment .box_article_02 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	background: url(../images/men.png) no-repeat left top;                                                                                                                   
	background-size: 23%;                                                                                                                   
	padding: 43px 0px 43px 121px;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.comment .box_article_02 p {                                                                                                                   
float : none;                                                                                                                   
width : auto;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-display_flowblock-*/                                                                                                                   
.display_flowblock img.general_icatchImage {display: block;height: auto;margin: 0 auto 20px;background: #e4e4e4;padding: 20px 210px;float: none;width: 100%;box-sizing: border-box;}                                                                                                                   
.display_flowblock {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .local_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .local_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 {                                                                                                                   
	margin: 0px 25px 30px 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 0px 20px 20px 115px;                                                                                                                   
	border: 1px solid #ccc;                                                                                                                   
	background-size: auto !important;                                                                                                                   
	float: left;                                                                                                                   
	width: 31.7%;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(3) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	padding: 6px 0px 13px 0px;                                                                                                                   
	position:relative;                                                                                                                   
	font-size: 16px;                                                                                                                   
	border-bottom: 2px solid #f00;                                                                                                                   
	margin: 10px 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 h3:before{                                                                                                                   
font-size: 40px;                                                                                                                   
position:absolute;                                                                                                                   
left: 25%;                                                                                                                   
top: 0;                                                                                                                   
z-index: 0;                                                                                                                   
color: #f00;                                                                                                                   
padding: 60px;                                                                                                                   
background-position: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(1) {                                                                                                                   
background: url(../images/bg-flow-01.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(2) {                                                                                                                   
background: url(../images/bg-flow-02.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(3) {                                                                                                                   
background: url(../images/bg-flow-03.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(4) {                                                                                                                   
background: url(../images/bg-flow-04.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(5) {                                                                                                                   
background: url(../images/bg-flow-05.png) no-repeat left top;                                                                                                                   
}                                                                                                                   
/*-question-*/                                                                                                                   
.question {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.question:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question img.general_icatchImage {display: block;height: auto;margin: 0 auto 20px;background: #e4e4e4;padding: 20px 210px;float: none;width: 100%;box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.question .box_article_02 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	background: #fff;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	}                                                                                                                       
.question .box_article_02 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 50px 0px 37px 105px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	background-size: 9%;                                                                                                                   
	background-position: 0px 18px;                                                                                                                   
	margin-bottom: 9px;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	}                                                                                                                   
.question .box_article_02 p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 0px 0 44px 105px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
	background-size: 9%;                                                                                                                   
	background-position: 0 0px;                                                                                                                   
	}                                                                                                                   
/*---------------side_frame---------------*/                                                                                                                   
.localNav {
	text-align: center;
	padding: 0;
	z-index: 99;
	clear: both;
	margin: 0 auto 0px;
	top: 0;
	position: relative;
	background: url(../images/mainimage.jpg) no-repeat right top;
	background-position: 58% 60px;
	min-height: 658px;
	background-size: 97%;
	background-color: #9fc0c3;
}                                                                                                                   
                                                                                                                   
.localNav ul {margin: 0px;padding: 0px;/* float: left; *//* width: 55.4%; */background: #9fc0c3;/* top: -79px; */position: relative;}                                                                                                                   
                                                                                                                   
.sub .localNav ul {                                                                                                                   
    position: relative;                                                                                                                   
    top: -13px;                                                                                                                   
    width: 100%;                                                                                                                   
    background: #81b8b8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
sub .localNav ul {                                                                                                                   
    position: relative;                                                                                                                   
    top: 9px;                                                                                                                   
}                                                                                                                     
.localNav ul li {display: inline-block;}                                                                                                                   
                                                                                                                   
.localNav ul li a {                                                                                                                   
	display: block;                                                                                                                   
	text-decoration : none;                                                                                                                   
	padding: 17.4px 88px;                                                                                                                   
	text-align : center;                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #ffffff;                                                                                                                   
	background: #81b8b8;                                                                                                                   
	background: url(../images/li.png) no-repeat left top;                                                                                                                   
	background-position: 28px 22px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .localNav ul li a {                                                                                                                   
    /* padding: 20px 23px; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul li:last-child a {                                                                                                                   
    margin: 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul li a:hover {                                                                                                                   
	/* background: #a2a1a1; */                                                                                                                   
	color: #fff;                                                                                                                   
	opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------main_footer---------------*/                                                                                                                   
#main_footer {                                                                                                                   
	background: #b9e5f69c;                                                                                                                   
	margin-top: 20px;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
footer#main_footer a {                                                                                                                   
    /* color: #fff; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_footer .content_prtxt{                                                                                                                   
	margin:0 auto 0px;                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
/*-postlist_FBlock-*/                                                                                                                   
.postlist_FBlock {                                                                                                                   
	margin: 0px;                                                                                                                   
	padding: 25px 0;                                                                                                                   
	text-align : center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr p {                                                                                                                   
	text-align: center;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr h3 {                                                                                                                   
text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postlist_FBlock ul li {                                                                                                                   
  margin : 0;                                                                                                                   
  display: inline-block;                                                                                                                   
  position:relative;                                                                                                                   
  background: url(../images/ft_icon.png) no-repeat left;                                                                                                                   
  background-position: 7px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postlist_FBlock ul li a {                                                                                                                   
	margin: 0 4px;                                                                                                                   
	position: relative;                                                                                                                   
	font-size: 14px;                                                                                                                   
	padding-left: 25px;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 20px 0 20px 0;                                                                                                                   
	font-size: 13px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
                                                                                                                   
.blog_title .pr {                                                                                                                   
width : 234px;                                                                                                                   
float : right;                                                                                                                   
min-height : 60px;                                                                                                                   
padding : 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_title .pr img {                                                                                                                   
display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blog_title .pr p {                                                                                                                   
margin-top :  20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .pr,                                                                                                                   
#side_frame .pr {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 60px 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	border: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .pr:last-child {                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .pr p,                                                                                                                    
#side_frame .pr p {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .pr p:last-child, #side_frame .pr p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .pr img,                                                                                                                   
#side_frame .pr p {height: auto;}                                                                                                                   
                                                                                                                   
.pr img {display : block;margin: 40px auto 20px;}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
h1{                                                                                                                   
  padding: 20px;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  text-align: left;                                                                                                                   
  font-size: 18px;                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  position : relative;                                                                                                                   
  left : auto;                                                                                                                   
  top : auto;                                                                                                                   
  color: #333;                                                                                                                   
  line-height: 30px;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 10px !important;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
	background: #c0cecf !important;                                                                                                                   
	border: 0;                                                                                                                   
	}

.prolog h2 {
    text-align: left;
}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #c5d4d5 !important;                                                                                                                   
    text-align: center;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  padding: 0;                                                                                                                   
  display: block !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_wrapper{                                                                                                                   
width: 100%;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .local_innerBlock,                                                                                                                   
#content_article_frame .local_innerBlock,                                                                                                                   
#main_footer .local_innerBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto !important;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_wrp_news {padding: 20px;width: auto;position: static;margin: 0 auto 20px;}                                                                                                                   
                                                                                                                   
.blog_title img {                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  position: static;                                                                                                                            
  border-color: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.imageBlock_style .temp_prbn img.bn {                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    float: none;                                                                                                                   
    border: 0px;                                                                                                                   
    position: static;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.temp_prbn img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.localNav {                                                                                                                   
  padding: 0 0 30% 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  background: url(../images/sp-mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 96%;                                                                                                                   
  min-height: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul {display: block;float: none;width: auto;top: 0px;}                                                                                                                   
.localNav ul li{                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width : 100%;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
.localNav ul li a{                                                                                                                   
  text-align: center;                                                                                                                   
  display : block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 15px 0 !important;                                                                                                                   
  font-size: 16px;                                                                                                                   
  margin: 0;                                                                                                                   
  color: #fff;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.top_wrp_news ul li{                                                                                                                   
  text-align: center !important;                                                                                                                   
}                                                                                                                   
.top_wrp_news h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
  text-align: center !important;                                                                                                                   
}                                                                                                                   
#main_header .prolog .local_innerBlock {                                                                                                                   
  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 .local_innerBlock,                                                                                                                   
#side_frame .local_innerBlock{                                                                                                                   
                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#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;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#main_blog_control .top_wrp_news,                                                                                                                   
.topic_rankBlock,                                                                                                                   
.question,                                                                                                                   
.display_data_sentenceBlock,                                                                                                                   
.display_flowblock,                                                                                                                    
.comment,                                                                                                                   
.topics,                                                                                                                    
.BlogOne_FRmain,                                                                                                                   
.Block_FR2main,                                                                                                                   
.FR_Main3_Block,                                                                                                                   
.Four_FRmainBlock,                                                                                                                   
.CampareBlock_Read,                                                                                                                   
.Pages_Liststyle_Block,                                                                                                                   
.Point_Block_Pages,                                                                                                                   
.Display_Sumup_block,                                                                                                                    
#main_blog_control .pr,                                                                                                                   
#side_frame .topics {                                                                                                                   
	margin: 0 0 60px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .top_wrp_news .local_innerBlock,                                                                                                                   
.topic_rankBlock .local_innerBlock,                                                                                                                   
.topics .local_innerBlock,                                                                                                                   
.question .local_innerBlock,                                                                                                                   
.display_data_sentenceBlock .local_innerBlock,                                                                                                                   
.display_flowblock .local_innerBlock,                                                                                                                   
.comment .local_innerBlock,                                                                                                                   
.prolog .local_innerBlock,                                                                                                                   
.BlogOne_FRmain .local_innerBlock,                                                                                                                   
.Block_FR2main .local_innerBlock,                                                                                                                   
.FR_Main3_Block .local_innerBlock,                                                                                                                   
.Four_FRmainBlock .local_innerBlock {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
#main_blog_control .top_wrp_news {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
#side_frame{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float : none;                                                                                                                   
  padding: 0;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_frame .pr {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#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;                                                                                                                   
	float: none;                                                                                                                   
	background: none;                                                                                                                   
	position: static;                                                                                                                   
	min-height: inherit;                                                                                                                   
	}                                                                                                                       
.sub .localNav {                                                                                                                   
  padding: 0 0 28% 0;                                                                                                                   
  background: url(../images/sp-subimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  position: static;                                                                                                                   
  background-position: 50% 100%;                                                                                                                   
  min-height: inherit;                                                                                                                   
  background-color: white;                                                                                                                   
  margin: 0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.imageBlock_style {                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prolog{                                                                                                                   
  height : auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 20px;                                                                                                                   
  border: 0;                                                                                                                   
  background: none;                                                                                                                   
  text-align: left;                                                                                                                   
  box-shadow: none;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.topic_rankBlock img{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_02{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_02 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 20px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 30px 0 !important;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.display_data_sentenceBlock .box_article_02 h3{                                                                                                                   
  padding: 0 0 10px 0;                                                                                                                   
  background-position: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  border-bottom: 1px solid #9c9c9c;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  color: #61b1b7;                                                                                                                   
  clear: both;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                        
                                                                                                                   
.topics .box_article_02{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 30px !important;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_article_02:before {                                                                                                                   
  display: none ;                                                                                                                   
}                                                                                                                   
.topics .box_article_02 h3{                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 0;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                           
  text-align: center;                                                                                                                   
}                                                                                                                   
.topics .box_article_02 img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 16px;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_article_02 a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	width: 180px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_article_02 a:hover {                                                                                                                   
background: #333 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.CampareBlock_Read{                                                                                                                   
margin: 0 auto 40px;                                                                                                                      
}                                                                                                                   
.CampareBlock_Read .box_article_02{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
.CampareBlock_Read .box_article_02 h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Pages_Liststyle_Block{                                                                                                                   
margin: 0 auto 40px;                                                                                                                        
}                                                                                                                   
.Pages_Liststyle_Block ul.box_article_02 li{                                                                                                                   
background:none;                                                                                                                   
padding:0;                                                                                                                        
margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
.Point_Block_Pages{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Point_Block_Pages .local_innerBlock{                                                                                                                   
padding:0;                                                                                                                   
}                                                                                                                   
.Point_Block_Pages .local_innerBlock{                                                                                                                   
padding:0;                                                                                                                   
background:none;                                                                                                                   
}                                                                                                                   
.Display_Sumup_block{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
.Display_Sumup_block .local_innerBlock{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .box_article_02{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 0 30px 0px;                                                                                                                   
	border: 0px;                                                                                                                   
	padding: 0px;                                                                                                                   
	}                                                                                                                   
.comment .box_article_02 h3{                                                                                                                   
  text-align: center;                                                                                                                   
  width: auto;                                                                                                                   
  border-radius: 0;                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  background-size: 30% !important;                                                                                                                   
  padding: 33% 0 2% 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .box_article_02 p{                                                                                                                   
  padding: 10px 0;                                                                                                                   
}                                                                                                                   
.question img.general_icatchImage,                                                                                                                   
.comment img.general_icatchImage,                                                                                                                    
.topic_rankBlock img.general_icatchImage,                                                                                                                    
.display_flowblock img.general_icatchImage,                                                                                                                    
.display_data_sentenceBlock img.general_icatchImage {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0px;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
.display_flowblock{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02{                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
  background-size: 30% !important;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02 h3{                                                                                                                   
  padding: 30% 2% 2% 2%;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(1) h3:before,                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(2) h3:before,                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(3) h3:before,                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(4) h3:before,                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(5) h3:before{                                                                                                                   
  position: absolute;                                                                                                                   
  top: 0;                                                                                                                   
  text-align: center;                                                                                                                   
  width: 100%;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  color: #333;                                                                                                                   
  left: 0;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 h3:after {                                                                                                                   
  display: none;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.question .box_article_02{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
.question .box_article_02 h3{                                                                                                                   
	padding: 24% 2% 3% 2%;                                                                                                                   
	text-align: center;                                                                                                                   
	border: 0;                                                                                                                   
	background-position: 50% 0;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat  center top !important;                                                                                                                   
	background-size: 23% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_article_02 p{                                                                                                                   
  background-size: 23%;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 25% 0% 3% 0%;                                                                                                                   
  border: 0;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
.question .box_article_02 h3:before{                                                                                                                   
  width: auto;                                                                                                                   
  top: 0;                                                                                                                   
  left: 35%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_article_02 p:before{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 35%;                                                                                                                   
  top: 5px;                                                                                                                   
}                                                                                                                     
#main_footer{                                                                                                                   
  padding-bottom: 0px;                                                                                                                   
}                                                                                                                   
.postlist_FBlock{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0;                                                                                                                   
  margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
.pr{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr p{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
#side_frame .pr img{                                                                                                                   
	margin:20px 0 0 0;                                                                                                                   
}                                                                                                                   
.postlist_FBlock ul li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  padding: 7px 0;                                                                                                                   
  margin: auto;                                                                                                                   
  font-size: 16px;                                                                                                                   
}                                                                                                                   
.postlist_FBlock ul li{                                                                                                                   
  display: block;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 20px 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.blog_title .pr{                                                                                                                   
  display: block;                                                                                                                   
  width : 90%;                                                                                                                   
  margin : 0 auto 0;                                                                                                                   
  float : none;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
.blog_title .pr img{                                                                                                                   
width : 100%;                                                                                                                   
height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_blog_control .pr,                                                                                                                   
#side_frame .pr,                                                                                                                   
#main_footer .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
#main_footer .pr img{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  height : auto;                                                                                                                   
  margin : 0 auto 20px;                                                                                                                   
  float : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_footer .pr:nth-of-type(2) img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
.BlogOne_FRmain {                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
.BlogOne_FRmain p,                                                                                                                   
.Block_FR2main p,                                                                                                                   
.FR_Main3_Block p,                                                                                                                   
.Four_FRmainBlock p,                                                                                                                   
.FRmain_Blg p{                                                                                                                   
  padding: 0;                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
