﻿/* CSS Document */

#container{
width:100%;
}
.pc_off {display: none!important;}
/* レスポンシブ用★ 消さないこと */

* {
	margin: 0;
}
body {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 14px!important;
	line-height: 1.7em!important;
	background: #FCFFF0!important;
	position: relative;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ヘッダー start---------------------*/
.header_fixed {
	width: 100%;
	position: fixed;
	top: 0;
	background: #006600;
	height: 25px;
	color: #fff;
	z-index: 100;
	text-align:left;
}
.header_fixed a {
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	border-right:1px dotted #FFF;
}
.header_loginchange{
	position: fixed;
	z-index: 101;
	top: 0px;
	right: 3%;
}
.header_loginchange div{
	display:block;
}
.header_loginchange1{
	float:left;
	background:url(/img/title_login.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	color:#FFF;
	margin-right:10px;
	padding-left:30px;
	padding-right:15px;
}
.header_loginchange1 a{
	color:#FFF;
}
.header_loginchange2{
	float:left;
	background:url(/img/title_owner_agree.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	color:#FFF;
	padding-left:30px;
	padding-right:15px;
}
.header_loginchange2 a{
	color:#FFF;
}

.header_logout{
	width:250px;
	position: fixed;
	z-index: 101;
	top: 0px;
	right: 3%;	
}
.header_logout1{
	float:left;
}
.header_logout1 a{
	background:url(/img/title_mypage.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	color:#FFF;
	margin-right:10px;
	padding-left:40px;
	padding-right:22px;
	display:block;
}
.header_logout2{
	float:left;
	margin-right:10px;
}
.header_logout2 a{
	color:#FFF;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	color:#FFF;
}
.header_logout2 span img{
	float:right;
	padding-left:5px;
	padding-top:4px;
}



h1 {
	position: fixed;
	top: 0;
	left: 145px;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	z-index: 150;
	width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 20px 20px;
}
/*20160218 masubuchi*/
.h2_icon {
	overflow:hidden;
	margin: 18px;
	}
.h2_icon img {
	width:150px;
	margin-right:13px;
	display: inline-block;
	vertical-align: middle;
	}
.h2_icon h2 {
	width:470px;
	margin:0;
	display: inline-block;
	vertical-align: middle;
	}
/*20160218 masubuchi*/
.header{
	width: 100%;
	background:url(/img/title_bg.jpg);
	background-position:bottom;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	padding-bottom:15px;
	min-width: 1250px;
}
#header_waku1{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	width: 1080px;
	margin: 0 auto;
}
#header_waku1 p{
	font-size:12px;
	color:#006600;
	text-align:center;
}
#header_logo{
	float:left;
	width:240px;
	margin-top:15px;
}
#header_chara{
	float:left;
	width:120px;
	margin-left:10px;
	margin-right:10px;
}
/*フリー検索 start*/
#header_free{
	float:left;
	width:345px;
	font-size:15px;
	font-weight:bold;
	background-color:#F7F3E8;
	border:1px solid #F7F3E8;
	padding:10px;
	display:inline-flex;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	margin-top:15px;
}
#header_free_category{
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	height:33px;
	font-size:13px;
	color:#666;
	padding:3px;
}
#header_free_text{
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	width:140px;
	font-size:13px;
	padding:9px;
}
#header_free_submit{
	width:50px;
	margin-left:10px;
	height:32px;
}

#footer_free_text{
	color:#666;
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	width:140px;
	font-size:13px;
	padding:3px;
    margin-top: 5px;
}
/*フリー検索　end*/
#header_icons{
	float:right;
	width:310px;
	margin-top:15px;
}
#header_icons ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
}
#header_icons li{
	width:25%;
	float:left;
	list-style:none;
	font-size:11px;
	text-align:center;
}
#header_icons li a:link{
	display:block;
	color:#644725;	
}
#header_icons li a:visited{
	color:#644725;	
}
.header_menu{
    margin: 0 auto;
	font-size:12px;
    width: fit-content;
}
.header_menu ul{
	margin:0px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
}
.header_menu li{
	margin:0px;
	font-size:12px;
	line-height:30px;
	float:left;
	list-style:none;
	padding:1px;
}
.header_menu li a{
	display:block;
	color:#644725;
	padding-left:8px;
	padding-right:8px;
}
.header_menu li a:hover{
	color:#FFF;
	background:#99B23F;
}
.header_menu_category{
	color:#300000;
	height:20px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-bottom:2px solid #300000;
	margin-bottom:5px;
	text-align:left;
}
.header_menu_category a {
	color: #333;
	text-decoration: none;
}

.header_menu_category_orange{
	height:20px;
	margin:0px;
	color:#F60;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-bottom:2px solid #F60;
	margin-bottom:5px;
	text-align:left;
}
.header_menu_category1{
	float:left;
	margin-right:10px;
}
.header_menu_category1 li{
	border-left:1px dotted #300000;
}
.header_menu_category1 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category2{
	float:left;
    margin-right:10px;
}
.header_menu_category2 li{
	border-left:1px dotted #300000;
}
.header_menu_category2 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category3{
	float:left;
    margin-right:10px;
}
.header_menu_category3 li{
	border-left:1px dotted #300000;
}
.header_menu_category3 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category4{
	float:left;
    margin-right:10px;
}
.header_menu_category4 li{
	border-left:1px dotted #300000;
}
.header_menu_category4 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category5{
	float:left;
	margin-right:10px;
}
.header_menu_category5 li{
	border-left:1px dotted #300000;
}
.header_menu_category5 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category6{
	float:left;
	margin-right:10px;
}
.header_menu_category6 li{
	text-align:center;
	border-left:1px dotted #300000;
}
.header_menu_category6 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category7{
	float:left;
	margin-right:10px;
}
.header_menu_category7 li{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category7 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category8{
	float:left;
}
.header_menu_category8 li{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category8 li:last-child{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
/* ヘッダー end-----------------------*/
/* メイン大枠 start-------------------*/
.main_wrap{
	width:1000px;
	margin:auto;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	padding-bottom:15px;
}
.pan_wrap{	
	width:1000px;
	margin:auto;
	text-align:left;
	font-size:12px;
	line-height:17px;
	color:#300000;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pan_wrap > div {
	float: left;
}
.pan_wrap div {
	display: contents;
}
/* メイン大枠 end---------------------*/
/* メインコンテンツ start-------------*/
.contents_wrap{
	width:680px;
	float:right;
	font-size:15px;
	line-height:27px;
	color:#333;
	text-align:left;
}
.contents {
	margin:auto;
	content:"";
	display:block;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #006600;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	padding-bottom:5px;
	background: #fff;
	margin-bottom: 15px;
}

.web_title {
	margin-bottom: 15px;
}
.main_wrap iframe {
    vertical-align: bottom;
}
/* メインコンテンツ end---------------*/
/* サイドバー start-------------------*/ 

.side_wrap{/* style.cssにて同じ記述あり*/ 
	width:300px;
	float:right;
	font-size:13px;
	line-height:22px;
	color:#333333;
}
.side_wrap a{/* style.cssにて同じ記述あり*/ 
	color:#0000B2;
	text-decoration:none;
}

#side-fixed{width:300px;}

.side_waku{
	margin-top:15px;	
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.side_waku ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
}
.side_waku li{
	background:url(/img/side_yaji_icon1.jpg);
	background-position:95% 50%;
	background-repeat:no-repeat;
	border-bottom:1px dotted #666666;
	padding:1px;
	font-weight:bold;
}
.side_waku li:last-child{
	border:0px;
}
.side_waku li a{
	color:#0000B2;
	text-decoration:none;
	display:block;
	padding:10px;
}
.side_waku li a:hover{
    position: relative;
    top: 1px;
    left: 1px;
}
.side_waku li a:visited{
	color:#0000B2;
}
.side_waku_ranking{
	margin-top:15px;
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.side_waku_ranking span{
	float:right;
	width:70px;
	margin:8px;
	max-height: 70px;
	overflow: hidden;
}
.side_waku_ranking b {
	float: left;
	width: 18px;
	margin: 5px;
	padding-top: 5px;
}
.side_waku_ranking ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
}
.side_waku_ranking li{
	border-bottom:1px dotted #666666;
	padding:1px;
	font-size:13px;
	line-height:20px;
	position: relative;
	overflow: hidden;
}
.side_waku_ranking li:last-child{
	border:0px;
}
.side_waku_ranking li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:20px;
	z-index: 10;
	position: relative;
}
.side_waku_ranking li:hover{
	background-color:#E2F5CD;
}
.side_waku_ranking li a:visited{
	color:#000;
}

.imgl span{
	float:left;
}
.side_waku_title{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 18px;
    border-bottom: 1px solid #85B200;
    box-sizing: border-box;
    border-top: 2px solid #85B200;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}
.side_waku_title a:hover{
color:#85B200;

}
.side_waku_title a{
color:#000000;
}



.side_waku dl,dd,dt{
	margin:0px;
}
.side_waku dl {
	width:93%;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
	border-bottom:1px dotted #666666;
	padding:10px;
}
.side_waku dt {
	width:35px;	
	float:left;
	text-align:center;
	margin-right:10px;
}
.side_waku dt img{
	display: inline-block;
	vertical-align: middle;
}
.side_waku dd {
	width:232px;	
	float:left;
	font-size:13px;
	line-height:22px;
}
.side_title1{
	color:#333333;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px dotted #333333;
	margin-top:15px;
}
.side_banner{
	margin-top:15px;
}

.side_banner img{
	margin-bottom: 0px !important;
}
.side_banner_mini{
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.side_text{
	font-size:13px;
	line-height:24px;
	margin-top:10px;
	margin-bottom:-5px;
}
.side_waku2{
	margin-top:15px;
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.side_waku2 span{
	float:left;
	width:70px;
	padding:5px;
	max-height: 70px;
	padding-right: 10px;
}
.side_waku2 ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
}
.side_waku2 li{
	border-bottom:1px dotted #666666;
	padding:1px;
	font-size:13px;
	line-height:22px;
	position: relative;
	overflow: hidden;
}
.side_waku2 li:last-child{
	border:0px;
}
.side_waku2 li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:44px;
	z-index: 10;
	position: relative;
	line-height: 20px;
}
.side_waku2 li:hover{
	background-color:#E2F5CD;
}
.side_waku2 li a:visited{
	color:#000;
}
/* サイド iframe物件枠 */
.side_bukken {
	margin-top: 15px;
}
.side_bukken iframe {
	border: 1px solid #ddd;
	width: 298px;
	height: 248px;
	background: #fff;
	overflow: hidden;
}
/* サイドバー end---------------------*/
/* フッター start---------------------*/
.footer{
	margin-top:-6px;
	width: 100%;
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	color: #644725;
	background-color: #EFFBE1;
	border-top: 6px solid #006600;
	min-width: 1000px;
}
.footer_hakase{
	width:1000px;
	margin:auto;
	text-align:left;
}
.footer_waku{
	width:1000px;
	margin:auto;
	padding-top:15px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	text-align: left;
}
.footer_menu{
	float:left;
	width:642px;
}
.footer_menu2{
	float:left;
	width:80%;
}
.footer_menu2-1{
	content:"";
	display:block;
	overflow:hidden;
	height:auto;
}
.footer_menu3{
	float:left;
	width:20%;
}
.footer_box{
	float:left;
	width:358px;
}
.footer_menu_waku{
	margin-bottom:15px;
}
.footer_menu_waku a:link{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_waku a:visited{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_waku2{
	float:left;
	width:30%;
	padding-right:15px;
	margin-bottom:15px;
}
.footer_menu_waku2 a:link{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_waku2 a:visited{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_waku3{
	float:left;
	width:92%;
	padding-right:15px;
	margin-bottom:15px;
}
.footer_menu_waku3 a:link{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_waku3 a:visited{
	text-decoration:underline;
	color:#644725;
}
.footer_menu_title{
	margin-bottom:5px;
	font-size:13px;
	color:#300000;
	font-weight:bold;
	border-bottom:2px solid #300000;
}
.footer_menu_subtitle{
	color:#300000;
	font-weight:bold;
}
.footer_menu_subtitle a:link{
	color:#300000;
	font-weight:bold;	
}
.foot_mt15{
	margin-top:15px;
}
/*フリーワード検索＆注目キーワード*/
.footer_box_free{
	width:356px;
	border:1px solid #D3C9AF;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.footer_box_free input{
	height:30px;
	line-height:30px;
	color:#999;
	padding:3px;
}
#footer_free_category{
	border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	height:30px;
	line-height:30px;
	color:#999;
	padding:3px;
	margin-bottom:10px;
}
.footer_box_free1{
	padding:15px;
	font-size:15px;
	font-weight:bold;
	color: #030000;/*文字色*/
	background-color: #EBE6DA;/*背景色*/
	margin: 0;
	border-style: solid;
	border-color: #FFFFFF;/*枠の色*/
	border-width: 1px 1px 1px 1px;
}
.footer_box_title{
	font-size:13px;
	color:#300000;
	border-bottom:1px dotted #300000;
	line-height:30px;
	font-weight:bold;
	margin-bottom:15px;
}
.footer_box_key{
	margin-top:15px;
	margin-bottom:15px;
	width:356px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	border:1px solid #D3C9AF;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.footer_box_key1{
	padding:15px;
	color: #030000;/*文字色*/
	background-color: #EBE6DA;/*背景色*/
	margin: 0;
	border-style: solid;
	border-color: #FFFFFF;/*枠の色*/
	border-width: 1px 1px 1px 1px;
}
.footer_box_key2{
	width:100%;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	color: #030000;
}
.footer_box_key1 ul{
	margin:0px;
}
.footer_box_key1 li{
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.footer_box_key1 li a{
	display:block;
	color: #644725;
	white-space: nowrap;
}
.footer_submenu{
	width:100%;
	background-color:#006600;
	color:#FFF;
	line-height:27px;
}
.footer_submenu_waku{
	width:1000px;
	margin:auto;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#006600;
	color:#FFF;
	padding-bottom:10px;
	text-align: left;
}
.footer_submenu_title{
	color:#FFF;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border-left:6px solid #FFF;
	text-indent:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.footer_submenu_waku ul{
	margin:0px;
}
.footer_submenu_waku li{
	font-size:12px;
	float:left;
	border-left:1px dotted #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
.footer_submenu_waku li:last-child{
	border-left:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	padding-left:10px;
	padding-right:10px;	
}
.footer_submenu_waku li a:link{
	display:block;
	color:#FFF;
}
.footer_submenu_waku li a:visited{
	color:#FFF;
}
.footer_copy {
	font-size:10px;
	height: 30px;
	line-height:30px;
	width: 100%;
	min-width: 1000px;
	background:rgba(3,59,3,1);
	color:#FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.footer_sns_icon img{
	width: 20px;
	margin-right: 5px;
}

.footer_sns_icon li{
	height: 25px;
}

/* 2019/4/18 assiette */
#footer_iframe_wrap {
	height: 0;
}
#footer_iframe_wrap iframe {
	width: 0 !important;
	height: 0 !important;
	border: none;
}

/* フッター end-----------------------*/
/* コンテンツ共通 start---------------*/
.contents_inbox{
	width:640px;
	margin-right:20px;
	margin-left:20px;
	margin-top:10px;
	border-top:1px solid #CCC;
	padding-bottom: 5%;
	clear: both;
}
.contents_inbox2{
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px dotted #cccccc;
}

.contents_inbox h3{
	background-color:#F1F6E0;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	clear:both;
	padding: 0.5em 0.7em;
	margin-top:10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.contents_inbox h4{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	border-left:4px solid #006600;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin-top:20px;
	padding-left: 0.6em;
	margin-bottom:10px;
	overflow: hidden;
}
.contents_inbox h5{
	background-image:url("/img/pochi2.png");
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#006600;
	margin-top:5px;
	padding-left: 1.6em;
	margin-bottom:5px;
	clear:both;
	overflow: hidden;
}
.contents_inbox ul{
	list-style-type:none;
	margin:10px 0 20px 0;
	clear:both;;
}
.contents_inbox li{
	background-image:url("/img/pochi.png");
	background-repeat:no-repeat;
	background-position:0px 5px;
	text-indent:1.4em;
	line-height:27px;
	font-size:15px;
}
.sub_title2{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	border-left:18px solid #85B200;
	clear:both;
	margin-top:20px;
	margin-bottom: 20px;
}
.contents_inbox img{
	/*width: 80%;*/
	margin-right:auto;
	margin-left:auto;
	display: block;
}
.contents_inbox img.right{
	width: 25%;
	float: right;
	display: block;
	margin: 0 2% 2% 2%;
}
.contents_inbox img.left{
	width: 25%;
	display: block;
	float: left;
	margin: 0 2% 2% 2%;
}

.contents_inbox img.hakase-left{
	width: 25%;
	float: left;
	margin: 0 2% 2% 2%;
}

.contents_inbox img.hakase-right{
	width: 25%;
	float: right;
	margin: 0 2% 2% 2%;
}
.point{
	width: 90%;
	background-image:url("/img/yubi.jpg");
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	line-height:35px;
	clear:both;
	margin-top:20px;
	padding-left: 40px;
	margin-bottom:10px;
	overflow: hidden;
	margin-bottom:-5px;
}

.chui{
	width: 90%;
	background-image:url("/img/chui.jpg");
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	line-height:35px;
	clear:both;
	margin-top:20px;
	padding-left: 40px;
	margin-bottom:10px;
	overflow: hidden;
	margin-bottom:-5px;
}

.contents_inbox p{
	line-height: 27px;
	font-size: 15px;
	padding :10px 0 15px 0;
	overflow: hidden;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.waku100{
	width:100%;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	margin:0;
	padding:0;
}

.small1{
	font-size:12px;
	line-height:18px;
}

.small2{
	font-size:13px;
	line-height:18px;
}

.list_left{
	float:left;
	width:60%;
}

.list_right{
	float:right;
	width:60%;
}

/*キーワードタグ1*/

.taguwaku1{
	width:96%;
	margin: 5px 2%;
	padding: 5px 0;
	border-top: 1px dotted #999;
}
.taguwaku1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.taguwaku1 ul li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
}
.taguwaku1 ul li a {
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 0.6em;
	background-color: #99B23F;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.taguwaku1 ul li a::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #99B23F transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.taguwaku1 ul li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
.taguwaku1 ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.taguwaku1 ul li a:hover {
	background-color: #555;
	color: #fff;
}
.taguwaku1 ul li a:hover::before {
	border-right-color: #555;
}
/*キーワードタグ1　end*/
/*キーワードタグ2*/

.taguwaku2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.taguwaku2 ul li {
	display: inline-block;
	margin-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #E7E7E7;
	background-color: #EEEEEE;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
}
.taguwaku2 ul li a {
	position: relative;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	color: #0000B2;
	font-size: 13px;
	text-decoration: none;
}
.taguwaku2 ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*キーワードタグ2　end*/
/*snsアイコン start*/
.sns_iconwaku{
	width:98%;
	margin-right:2%;
	overflow: hidden;
	margin-bottom:5px;
	position: relative;
	margin-top: 10px;
}

.sns_icon1{
	float:right;
}
.sns_icon1 img{vertical-align:top;}
.sns_icon2{
	float:right;
	margin-left:10px;
}
.sns_icon2 img{vertical-align:top;}
/*snsアイコン end*/

.contents_bottom{
}

.contents_bottom h3{
	font-size: 16px;
	line-height:24px;
	margin-top: 20px;
	padding-bottom: 0;
	color:#006600;
}

.box {
	border: 1px solid #ddd;
	border-top: 3px solid #006600;
	padding: 14px;
	margin-bottom: 15px;
	width: 650px;
	overflow: hidden;
	background: #fff;
}

.box_idobata {
	border: px solid #ddd;
	border-top: 3px solid #006600;
	padding: 0px;
	margin-bottom: 15px;
	width: 678px;
	overflow: hidden;
	background: #fff;
}

.box_idobata .side_waku_ranking{
	margin-top: 0px;
}
.box_idobata .side_waku_ranking ul li{
    line-height: 14px;
}
.box_idobata .side_waku_ranking ul li span{
    float: left;
    width: 25px;
    display: inline-block;
    background: #ff6600;
    padding: 1px 5px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    font-style: italic;
}

.onayamibox {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.onayamibox li {
    border-bottom: 1px dotted #666666;
    padding: 1px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

.onayamibox li a {
    color: #0000B2;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 20px;
    z-index: 10;
    position: relative;
    color: #0000B2 !important;
}


/* bottom_info iframeセミナー枠 */
.bottom_info {
	height: 200px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.bottom_info iframe {
	width: 650px;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* コンテンツ共通 end-------------------*/
/* ページャー start---------------------*/
.pagination {
	clear:both;
	position:relative;
	padding: 0 0 30px 0;
	text-align:center;
	margin:
	width:90%;
}
.pagination p {	margin-bottom: 20px;}
.pagination p a {line-height:30px;}
.pagination a:link{
	text-decoration:underline;
}
.pagination a:hover{
	color:orange;
}
.page {
    display: inline-block;
    padding: 3px 18px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    line-height: 45px;
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
    line-height: 45px;
}


.columnpage {
	width:650px;
	height:30px;
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	font-family: "メイリオ"," sans-serif";
	margin-top: 55px;
	background-color: #E5C999;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.columnpage_next_text {
	width:18px;
	height:18px;
	float:left;
	margin-left: 13px;
}

.columnpage_next_text2 {
	width:70px;
	height:30px;
	float:left;
	margin-left:5px;
	line-height:33px;
}

.columnpage_next_text3 {
	width:515px;
	height:30px;
	float:left;
	margin-left:15px;
	line-height:33px;
}

.pagination_column{
	width:;
	margin: 30px 15px;
	overflow: hidden;
}

.pagination_column ul .column_prev{
    width: 297px;
    height: 83px;
        margin-right: 5px;
    padding: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #ddd;
    float: left;
font-size: 15px;
    line-height: 22px;
border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
padding-top: 5px;
}
.pagination_column ul .column_next{
    width: 297px;
    height: 83px;
    margin: px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #ddd;
    float: right;
font-size: 15px;
    line-height: 22px;
border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
padding-top: 5px;
}

.pagination_column .title span{
    left: 10px;
    top: 30px;
    position: absolute;
    width:300px;
}

.pagination_column a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff8e6;
}
.pagination_column a:hover{
	background: #ffedbf;
}
.bdbd1{
	border-bottom: #000 dotted 1px;
	line-height: 18px;
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
    z-index: 1;
    position: absolute;
    width: 94%;
}


.kunoji1::before{
left: 3px;
width: 7px;
height: 7px;
border-top: 2px solid #644725;
border-right: 2px solid #644725;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.kunoji1-2::before{
left: 3px;
width: 7px;
height: 7px;
border-bottom: 2px solid #644725;
border-left: 2px solid #644725;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



/* ページャー end---------------------*/

/* トップへ戻るスクロール start-------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
    z-index:10;
}
#page-top a {
	background:url(/img/pagetop.png);
	background-repeat:no-repeat;
    text-decoration: none;
    color: #fff;
    width: 85px;
    height: 85px;
    padding: 35px 15px 11px 15px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
	background:url(/img/pagetop_on.png);
	background-repeat:no-repeat;
    text-decoration: none;
}
.sankaku {
border:10px solid transparent;
border-bottom-color:#FFF;
border-top-width:0;
top:20px;
content:"";
display:block;
left:47px;
position:absolute;
width:0;
}
/* トップへ戻るスクロール end-------*/
/* web backnumber */
.web_backnumber {
	margin: 0 15px 15px;
	border: 1px solid #E3D5AF;
	padding: 2px;
	clear: both;
}
.web_backnumber p {	background: #F7F3E8;}
.web_backnumber p:hover {	background: #E3D5AF;}
.web_backnumber a {
	background: url(/img/common/web_bn_icon.gif) no-repeat 15px 50%;
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.web_backnumber br {	display: none;}
/* contents_bottom iframe物件枠 */
.bottom_bukken {
	padding-bottom: 5px!important;
}
.bottom_bukken iframe {
	width: 650px;
	height: 270px;
	background: #fff;
	overflow: hidden;
}

/* ＣＭ広告　ＣとＤ */
.cm-cd_wrap{
	width:660px;
	margin-top:30px;
	margin-left:20px;
}
.cm-cd{
}
.cm-cd ul{
}
.cm-cd li{
	display: inline-block;
	padding:5px auto;
}
.cm-cd_right{
	padding-right:30px;
}
.cm-cd p{
	font-size:12px;
}

/* ＣＭ広告④ */
.cm4_wrap{
	width:680px;
	height:200px;
	margin-top:24px;
	margin-bottom:20px;
}
.cm4{
}
.cm4 ul{
}
.cm4 li{
	display: inline-block;
	padding:5px auto;
}
.cm4_right{
	padding-right:8px;
}

/* LPO_運営バナー */

.lpo_banner_wrap{
	width:100%;
	height:120px;
	margin-bottom:15px;
	margin-left:5px;
}
.lpo_banner_left{
	width:50%;
	float:left;
}
.lpo_banner_right{
	width:50%;
	float:right;
}
/*テキストリンク*/
.form_link {
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    height: auto;
    content: "";
    width: 96%;
}
.kanren_text1{
	font-size:15px;
	font-weight:bold;
	border-top:1px dotted #CCC;
	line-height:30px;
	padding-top:15px;
	width:100%;
}
.kanren_text1 a{
	color:#00F;
}
#meerkat-wrap {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 40px;
    bottom: 0px;
    display: block;
}
#meerkat-container {
    height: 40px;
    background: url("img/tui_bg.png") 0% 0% repeat;
}
.meerkat pos-bot{
    display: block;
    color: #FFF;
    display: none;
}
.meerkat {
    color: #FFF;
    display: none;
}
.dont-show {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 10;
}
.pos-bot .dont-show {
    right: 10px;
    top: 10px;
}
.pos-bot .adsense {
    top: 5px;
}
.pos-bot .adsense {
    width: 850px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -420px;
}
.pos-bot .adsense {
    top: 5px;
}
.pos-bot .adsense {
    width: 850px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -420px;
}
.adsense {
    z-index: 5;
}
.adsense {
    z-index: 5;
}
.new_mark {
    font-size: 11px;
    color: #ff0000;
}
/* for SP */
.forsmart {
	background: rgb(251,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,0,0,1) 0%, rgba(180,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,0,0,1)), color-stop(100%,rgba(180,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#b40000',GradientType=0 ); /* IE6-9 */
  
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  height: 182px;
  line-height: 182px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1050px;
}

.forsmart a {
	color: #fff;
  height: 182px;
}

.forsmart a:hover,
.forsmart a:visited {
	color: #fff;
}

/* 20160222 */
.inform_ti{
	border-left:10px green solid;
	3px;
	font-size:14px;
	font-weight:bold;
	color: green;
	line-height: 24px;
	width:94%;
	text-indent:5px;
	margin-left:10px;
	margin-top:10px;
}
/* 20160223 「関連記事コンテンツ」部分 */
.relation{
	margin-top: 10px;
	padding: 10px 0px 0px 15px;
	font-size: 13px;
	overflow: hidden;
	background-color: #F0F0F0;
	clear:both;}
.relation .title{
	font-weight: bold;
	font-size: 16px;
	color: #97ad57;}
.relation .list{}
.relation .list ul{}
.relation .list li {
	background-image:url("/img/pochi2.png");
	background-repeat:no-repeat;
}
.relation .list li a:link{
	font-size:13px;
	text-decoration: none;
	color:#0000B2;}
.relation .list li a:hover{
	text-decoration: underline;
	color:#0000B2;}
.relation .list li a:visited{
	text-decoration: none;
	color:#0000B2;
	}

/* 20160323 「建築会社・管理会社検索」部分 */
.side_corp_search{
	margin-top:15px;
	border:1px solid #CCC;
	border-radius: 3px;    /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
}
.side_corp_search span{
	float:right;
	width:50px;
	padding:8px;
}
.side_corp_search b {
	float: left;
	width: 18px;
	margin: 5px;
	padding-top: 5px;
}
.side_corp_search ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
}
.side_corp_search li{
	border-bottom:1px dotted #666666;
	padding:1px;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	position: relative;
	overflow: hidden;
}
.side_corp_search li:last-child{
	border:0px;
}
.side_corp_search li a{
	color:#0000B2;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:22px;
	z-index: 10;
	position: relative;
}
.side_corp_search li:hover{
	background-color:#E2F5CD;
}
.side_corp_search li a:visited{
	color:#0000B2;
}

/*一覧ページページャー　start*/
.onayami_list_pager1{
	text-align:center;	
	width:640px;
	height:35px;
	margin-bottom:15px;
	margin-left:20px;
}
.onayami_list_pager1-1{
	float:right;
	width:80px;
	font-size:13px;
	background-color:#333;
	color:#FFF;
	font-size:13px;
	line-height:35px;
	text-align:center;
	margin-right:10px;
}
.onayami_list_pager1-1 a{
	display:block;
	color:#FFF;
}
.onayami_list_pager1-2{
	float:right;
}
.onayami_list_pager1-2 li{
	float:left;
	margin-right:10px;
	border:1px solid #CCC;
	color:#333;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
}
.onayami_list_pager1-2 li a{
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	padding:6px;
}
.ifmypage{
	background-color:#EEE;
	padding:6px;
}
.onayami_list_pager1-3{
	float:right;
	width:80px;
	font-size:13px;
	background-color:#333;
	color:#FFF;
	font-size:13px;
	line-height:35px;
	text-align:center;
}
.onayami_list_pager1-3 a{
	display:block;
	color:#FFF;
}

.onayami_iconwaku{
	width:100%;
}

.onayami_icon1{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.onayami_icon1 img{vertical-align:top;}
.onayami_icon2{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.onayami_icon2 img{vertical-align:top;}

.onayamicontents_inbox{
	width:640px;
	margin-right:20px;
	margin-left:20px;
	margin-top:10px;
	border-top:1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 20px;
	clear: both;
}
.search_weblist_text1 {
    width: 640px;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #CCC;
}
.series_list_text1{
    margin-left: 20px;
	margin-bottom:-25px;
	
}
/*一覧ページページャー　end*/
/*関連記事 start*/
.box_kanren_wrap{
	width:px;
	border:1px solid #CCC;
	background-color:#FFF;
	overflow:hidden;
}
.box_kanren_wrap h3{
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	border-bottom: 2px solid #006600;
	margin-bottom: 5px;
	padding:0px;
}
.box_kanren{
	border-top: 3px solid #006600;
}
.box_kanren ul{
	padding:0px;
}
.box_kanren li{
	border-bottom:1px dotted #CCC;
	font-size:14px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	padding: 5px;
	height:80px;
}
.box_kanren li:hover {
	background:#E2F5CD;
}
.box_kanren li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
}
.box_kanren li a b {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 580px;
	height: 30px;
	overflow: hidden;
	color: #09c;
	font-size: 15px;
}
.box_kanren li span{
	float: left;
	width: 68px;
	max-height:68px;
	padding:6px;
	overflow: hidden;
}
.box_kanren li span img{
}
.box_kanren li p {
	float: right;
	width: 576px;
	padding-top: 36px;
	color: #666666;
	line-height: 18px;
	font-size: 13px;
}
/*関連記事 end*/
/* 投資用 フッター記述追加 */
.footer_toushi {
	float: left;
	width: 80%;
	margin-top: -10px;
	overflow: hidden;
}
.footer_toushi table {
	float: left;
}
.footer_toushi p {
	float: left;
	width: 270px;
	padding-top: 20px;
	margin-left: 10px;
}
.footer_toushi p a {
	font-weight: bold;
	color: #006DD9;
}
.footer_toushi p a:hover {color: #999;}
.bnr_f_bukken_hp a {
	margin-right:10px;
}
/* 大家インフォページャー */
.current {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
    background-color:#333333;
    color:#FFFFFF;
}
/*募集用バナー枠*/
.boshu_banner_wrap{
	overflow:hidden;
	margin-bottom:10px;
}
.boshu_banner_wrap ul{
	margin:0px;
}
.boshu_banner_wrap li{
	float:left;
	margin-right:10px;
}
.boshu_banner_wrap li:last-child{
	margin-right:0px;
}

/*募集用バナー枠small*/
.boshu_banner_small_wrap{
	overflow:hidden;
	margin-bottom:15px;
}
.boshu_banner_small_wrap ul{
	margin:0px;
}
.boshu_banner_small_wrap li{
	float:left;
	margin-right:10px;
}
.boshu_banner_small_wrap li:last-child{
	margin-right:0px;
}

/*書籍誘導リンク20161006*/
.book_link{
	margin-top:10px;
	margin-bottom:10px;
}
.book_link a:link{
	font-size:18px;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#FF0000;
}
.book_link a:hover{
	color:#B20000;
}
.book_link a:visited{	
	color:#FF0000;
	text-decoration:underline;
}
.book_link img{
	float: left;
	width:36px;
	margin-right:10px;
}
.book_link p{
    float: right;
    width: 626px;
    line-height: 36px;
}
.sumitomo-bunner640{
	margin: 15px 0px;
	height: 100px;
	clear: both;}
.sumitomo-bunner640 img{width:100%}
.sumitomo-bunner640 a:link{
	border-radius: 3px;
	display: block;}
.sumitomo-bunner640 a:hover{
	border: 1px solid #42a2d7 !important;
	position:relative;
	top:1px;
	border-radius: 3px;
	display: block;}
.sumitomo-bunner640 a:visited{
	border-radius: 3px;
	display: block;}


/*トピックス　20170202*/

.a_topics_wrap{ 
	margin-top:20px;
	margin-right:10px;
	margin-bottom:20px;
	width:98%;
	overflow:hidden;
}

.a_topics {
}

.a_topics ul {
        border-left:6px solid #ff3978;
}

.a_topics lii {
	height:auto;
	border-bottom:1px dotted #CCCCCC;
}

.a_topics li a{
	width:80%;
	margin-right:2%;
	font-size:13px;
	line-height:22px;
	padding-bottom: 10px;
	margin-bottom:30px;
	color:#666666;
}

.a_topics li a hover{
	text-decoration: none;
	color:#ff3978;
}

.a_topics li img{
	max-width:40px;
	float:left;
	padding-left:12px;
	padding-right:12px;
}

.a_topics li span{
	background-color:#ff3978;
	color:#FFFFFF;
	text-align:center;
	border-radius:100px;
	font-size:11px;
	margin-top:10px;
}

.h2_icon-no {
	overflow:hidden;
	margin: 18px;
	}
.h2_icon-no h2 {
	width:auto;
	margin:0;
	display: inline-block;
	vertical-align: middle;
	}
.fair_text_induction1{
    background: #fff;
    width: 99%;
    box-shadow: 0px 0px 2px 1px #ababab;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 10px;}
.fair_text_induction1 a:link{
    display: block;
    width: 100%;
    /*height: 100%;*/
  color:#000;
text-decoration: none;
}
.fair_text_induction1 a:visited{
    display: block;
    width: 100%;
    /*height: 100%;*/
  color:#000;
text-decoration: none;}
.fair_text_induction1 a:hover{
    display: block;
    width: 100%;
    /*height: 100%;*/
  color:#000;
text-decoration: none;}
.fair_text_induction1 .box1{
    border-bottom: 3px solid #ffca08;
    padding: 8px 5px 5px 9px;
    font-weight: bold;
    line-height: 19px;
    font-size: 15px;
    text-decoration: none;
}
.fair_text_induction1 .box2{
    padding: 6px;
    font-size: 13px;
    overflow: hidden;}
.fair_text_induction1 .box2 .left{
    float: left;
    width: 30%;
    margin-right: 5px;
    height: 80px;
    overflow: hidden;
}
.fair_text_induction1 .box2 .right{
    float: right;
    width: 68%;
    line-height: 20px;}
.fair_text_induction1 .box2 .right .title{
    position: relative;
    top: -6px;
    background: #ffca08;
    font-weight: bold;
    padding: 0 9px;
    width: 105px;}
.fair_text_induction1 .box2 .subtext{}
.fair_text_induction1 .box2 span{}
.fair_text_induction1 .box2 .bold{
    display: block;
    text-decoration: underline;
    font-weight: bold;}
#asahi_header_logo {
    float: left;
    width: 480px;
    margin-top: 15px;
}

#company_header_logo {
    float: left;
    width: 480px;
    margin-top: 15px;
}

#asahi_top_tel{
    width: 300px;
    float: right;
    margin-top: 12px;
}

#company_top_tel{
    width: 300px;
    float: right;
    margin-top: 18px;
}

.asahi_main_wrap {
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
    background: #fff;
}

.company_main_wrap {
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
    background: #fff;
}


#howstation_header_logo {
    float: left;
    width: 480px;
    margin-top: 15px;
}
#howstation_top_tel{
    width: auto;
    float: right;
    margin-top: 12px;
}

#keisei_header_logo {
    float: left;
    width: 480px;
    margin-top: 15px;
}
#keisei_top_tel{
    width: 300px;
    float: right;
    margin-top: 12px;
}
.keisei_main_wrap {
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
    background: #fff;
}

.keisei_lp_main_wrap {
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
}

#pana_header_logo {
    float: left;
    width: 480px;
    margin-top: 15px;
}
#pana_top_tel{
    float: right;
    margin-top: 12px;
}
.pana_main_wrap {
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    background: #fff;
	margin-bottom: 65px;
}
.asahi_tour_main_wrap {
	margin: auto;
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	height: auto;
}





/*リニューアル20170516 サイド*/

.side_genre{
	font-size:15px;
	margin-bottom: 20px;
	width: 300px;
}

.side_genre dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #85B200;
	box-sizing:border-box;
}

.side_genre .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #85B200;
    box-sizing: border-box;
    color: #000;
}

.side_genre dt{
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    font-size:13px;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
}
.side_genre dt:hover{
    background-color: #F6F6F6;
}
.side_genre dt span{
    font-size:12px;
    color:#85B200;
}
.side_genre4{
	font-size:15px;
	margin-bottom: 20px;
	width: 300px;
}

.side_genre4 dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #85B200;
	box-sizing:border-box;
}

.side_genre4 .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre4 .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #85B200;
    box-sizing: border-box;
    color: #000;
}

.side_genre4 dt{
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    font-size:13px;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
}
.side_genre4 dt:hover{
    background-color: #F6F6F6;
}
.side_genre4 dt span{
    font-size:12px;
    color:#85B200;
}


.side_genre2 dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #85B200;
	box-sizing:border-box;
}

.side_genre2 .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre2 .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #85B200;
    box-sizing: border-box;
}

.side_genre2 dt {
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    width: 298px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    color: #000;
}

.side_genre2 dt:hover{
    background-color: #F6F6F6;
}

.side_genre2 li{
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 17px;
    font-size:13px;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
    color: #000;
}

.side_wrap2 .side_genre2 li{
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    width: 298px;
    position: relative;
}

.side_genre2 li:hover{
    background-color: #F6F6F6;
}

.side_genre2 li .sankaku-1{
    position: absolute;
    top: 50%;
    left: 7px;
}
.side_genre2 li .sankaku-2{
    position: absolute;
    top: 50%;
    left: 7px;
}
.side_genre2 li span{
    font-size:12px;
    color:#85B200;
}

.side_genre2 dt .sankaku-1 {
    position: absolute;
    top: 50%;
    left: 7px;
}
.side_genre2 dt .sankaku-2 {
    position: absolute;
    top: 50%;
    left: 7px;
}
.side_genre3{
	font-size:15px;
	margin-bottom: 20px;
	width: 300px;
}

.side_genre3 dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #FF9326;
	box-sizing:border-box;
}

.side_genre3 .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre3 .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #FF9326;
    box-sizing: border-box;
}
.side_genre3 dt{
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
    font-size:13px;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
}
.side_genre3 dt:hover{
    background-color: #F6F6F6;
}
.side_genre3 dt span{
    font-size:12px;
    color:#85B200;
}

/*リニューアル20170516 サイド*/
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-bottom: -4px;
}

.sankaku-1::before {
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 9px solid #7a0;
}
.sankaku-2::before {
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 9px solid #f17900;
}
.side_genre2{
	font-size:15px;
	margin-bottom: 20px;
	width: 300px;
	margin-top: 15px;
}

.side_genre2 dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #77aa00;
	box-sizing:border-box;
}

.side_genre2 .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre2 .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #77aa00;
    box-sizing: border-box;
}
.side_genre2 li{
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    width: 298px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.side_genre2 li:hover{
    background-color: #F6F6F6;
}
.side_genre2 li span{
    font-size:12px;
    color:#85B200;
}


.side_genre2 li .sankaku-1 {
    position: absolute;
    top: 50%;
    left: 7px;
}
.side_genre2 li .sankaku-2 {
    position: absolute;
    top: 50%;
    left: 7px;
}

.side_genre3{
	font-size:15px;
	margin-bottom: 20px;
	width: 300px;
}

.side_genre3 dl{
	border:1px solid #DDDDDD;
	border-top:2px solid #FF9326;
	box-sizing:border-box;
}

.side_genre3 .titli{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}
.side_genre3 .dai{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom:1px solid #FF9326;
    box-sizing: border-box;
}
.side_genre3 dt{
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
    font-size:13px;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
}
.side_genre3 dt:hover{
    background-color: #F6F6F6;
}
.side_genre3 dt span{
    font-size:12px;
    color:#85B200;
}


 /* コラムLPO */  
.colum_list {
    position: relative;
    display: inline-block;
}

.left-area {
    float: left;
    width: 304px;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px dashed #DDD;
}
.right-area {
    float: right;
    width: 305px;
    padding-left: 15px;
}

.colum_list {
	position: relative;
	display: inline-block;
}
.colum_list ul li {
	background: #FFFFFF;
	width: 304px;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}
.colum_list li img {
}
.colum_list div.cont {
	position: relative;
	overflow: hidden;
	height: 60px;
}
.colum_list div.cont a {
	background: rgba(0,0,255,0);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-decoration: none;
}
.colum_list div.cont a:hover {
	text-decoration: underline;
}
.colum_list li img.rank{
	width: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	margin: 0;
	padding: 0;
}
.colum_list li p.title {
	color: #555;
	display: block;
	position: relative;
	left: 73px;
	top: 5px;
	width: 230px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.colum_list li p.date {
	color: #BBB;
	display: block;
	position: absolute;
	left: 240px;
	top: 41px;
	font-size: 12px;
	font-weight: normal;
}
.colum_list li div.info {
	clear: both;
	display: block;
	overflow: hidden;
	line-height: 20px;
}

.pr1575 {
    padding-right: 15.750px;
}
.colum_list h4{
    line-height: 29px;
}
.colum_list h4 img {
    margin-right: 10px;
}

.column_img1{
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.column_img1 img {
    max-width: 100%;

}

.colum_list li div.write {
    float: left;
    font-size: 11px;
    padding-left: 10px;
}

.colum_list .cat {
    width: 60px;
    height: 17px;
    font-size: 11px;
    color: #FFF;
    position: ;
    top: ;
    line-height: 16px;
    text-align: center;
    float: left;
}

 /* コラムLPO ↑*/  
 /* TOPスライド ↓*/  
#carousel {
    margin: 0 auto;
    width: 632px;
    height: 220px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#carousel_prev,
#carousel_next {
    top: 0;
    width: 20px;
    height: 225px;
    background: #000;
    cursor: pointer;
    position: absolute;
    line-height: 210px;
}
#carousel_prev {
    left: -12px;
    background:transparent url(../img/prev.jpg) no-repeat top left;
}
#carousel_next {
    right: -20px;
    background:transparent url(../img/next.jpg) no-repeat top left;
}
 
#carousel ul li {
    width: 158px;
    float: left;
    display: inline;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
#carousel ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#carousel ul {
    display: inline-block;
    overflow: hidden;
}





#carousel dl{
    display: inline-block;
    width: 110px;
    font-size: 12px;
    list-style: none;
    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 10px 23.5px 0px 23.5px;
}
#carousel dl:hover{
    background:#F0F0F0; /*★マウスオーバー時の背景色*/
}

#carousel dl{
    border-right:1px dotted #CCC;
    
}

#carousel dl.last{
    border-right:1px dotted #FFF;
}
#carousel a{
    border-right:1px dotted #CCC;
    display: inline-block;
}
#carousel dl dt{
    text-align:center;
}
dt.slide_bukken_img{
    text-align: center !important;
    margin:0 0 1px 0 !important;
    width: 110px;
    height: 110px;
    overflow: hidden;
}

dt.slide_bukken_img img{
    max-width: 110px;
    width: 100%;
    height: auto;
}

dt.slide_bukken_img a{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
dt.slide_bukken_name{
    font-size:14px;
    font-weight:bold;
}
dt.slide_bukken_name a{
    font-size:14px;
    font-weight:bold;
    text-decoration: underline;
    color:#396600;
}
dt.slide_bukken_yachin span{
    color:#FF0000;
    font-size:14px;
    font-weight:bold;
}
dt.slide_bukken_madoriname span{
    font-size:14px;
    font-weight:bold;
}
dt.slide_bukken_access span{
    color:#FF0000;
    font-size:16px;
    font-weight:bold;
}

.slide_puro_ul .pro_name .name2 {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
}

.sample5-1::before{
left: 3px;
width: 10px;
height: 10px;
border-top: 1px solid #555;
border-right: 1px solid #555;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.sample5-1b::before{
left: 3px;
width: 10px;
height: 10px;
border-bottom: 1px solid #555;
border-left: 1px solid #555;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.pbgc1{
	background-color:rgba(0,116,191,1.0);;
}
.pbgc2{
	background-color:rgba(242,207,1,1.0);;
}
.pbgc3{
	background-color:rgba(86,167,100,1.0);;
}
.pbgc4{
	background-color:rgba(209,107,22,1.0);;
}
.pbgc5{
	background-color:rgba(204,82,139,1.0);;
}
.pbgc6{
	background-color:rgba(201,58,64,1.0);;
}
.pbgc7{
	background-color:rgba(148,96,160,1.0);;
}
.pbgc8{
	background-color:rgba(222,150,16,1.0);;
}
.pbgc9{
	background-color:rgba(160,194,56,1.0);;
}

.bgc1{
	background-color:rgba(0,116,191,1.0);;
}
.bgc2{
	background-color:rgba(242,207,1,1.0);;
}
.bgc3{
	background-color:rgba(86,167,100,0.8);;
}
.bgc4{
	background-color:rgba(209,107,22,0.8);;
}
.bgc5{
	background-color:rgba(204,82,139,0.8);;
}
.bgc6{
	background-color:rgba(201,58,64,0.8);;
}
.bgc7{
	background-color:rgba(148,96,160,0.8);;
}
.bgc8{
	background-color:rgba(222,150,16,0.8);;
}
.bgc9{
	background-color:rgba(160,194,56,0.8);;
}

 /* TOPコラムスライド ↑*/  

 /* コラムいいねコイン説明 ↓*/

.modal-content {
    position:fixed;
    display:none;
    z-index:11;
    width:470px;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:10;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.2);
}

.modal-open {
    position: absolute;
    left: 293px;
    font-size: 12px;
    text-decoration: underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color: #FFF;
    background-color: #999;
    padding: 3px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    clear: both;
    display: block;
}

.modal-close:hover {
    cursor:pointer;
    color:#006600;
}

.iine_setumei .daitoha{
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #85b200;
    color: #006600;
    font-weight: bold;
}

.iine_setumei .iine_setumei{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.coin_setumei .daitoha {
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #85b200;
    color: #006600;
    font-weight: bold;
}


.modal-content .naiyo{
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn_ab{
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 140px;
    width: 135px;
}

.btn_ab2{
    display: inline-block;
    position: absolute;
    top: 110px;
    left: 140px;
    width: 135px;
}

.setumei_waku{
    width: 350px;
    float:left;
}

.hakaseimg{
    float:right;
    width:100px;
}

.hakaseimg img{
    width:100%;
    height:auto;
    margin-top: 40px;
}

 /* コラムいいねコイン説明 ↑*/  

 /* 関連全特集 ↓*/ 
.kannrenallkiji_waku {
    width: 680px;
    border: 0px solid #D6D6D6;
    overflow: hidden;
    background-color: #fcfff0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.kannrenallkiji_waku h3 {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #060;
    margin-left: 10px;
    margin-right: 10px;
}


.kannrenallkiji_wrap{
    width: 666px;
    float: left;
    padding: 0px 5px 5px 9px;
}

.kannrenallkiji_wrap li {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    width: 204px;
    line-height: 17px;
    padding-bottom: 5px;
    padding-top: 3px;
    overflow: hidden;
    position: relative;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 4px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
    height: 30px;
    overflow: hidden;
    border-left: 2px solid #060;
    text-overflow: ellipsis;

}
.kannrenallkiji_wrap a{
    vertical-align: middle;
    height: 35px;
    text-decoration: none;
    color:#000;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.kannrenallkiji_wrap li:hover{
    text-decoration: none;
    background: #e2ecc5;
}
.kannrenallkiji_wrap li a:hover{
    text-decoration: none;
    background: #e2ecc5;
}
.kannrenallkiji_wrap li .sannkaku_g {
    color: #9BB341;
}
.kannrenallkiji_wrap li .sankaku-1 {
    position: absolute;
    top: 50%;
    left: 7px;
}
 /* 関連全特集 ↑*/ 


 /* 気になる数　↓*/ 
.sns_iconwaku .kinisuu_wrap{
    font-size: 12px;
    width: 145px;
    height: 24px;
    background: #F6F6F6;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    line-height: 24px;
    float: right;
    margin-right: 10px;
    color: #555555;
    padding-left: 5px;
    padding-right: 5px;
}
.sns_iconwaku .kinisuu_wrap span {
    font-size: 14px;
    float: right;
    color: #FF5C26;
    font-weight: bold;
}
 /* 気になる数　↑*/ 
.naibulink{
    border-bottom: dashed 1px #0000ee;
    display: inline-block;
    height: 22px;
    text-indent: 0;
}

.naibulink a{
text-decoration: none;
}


 /* サイド研究室　↓*/ 
/*トグルになるメニューの初期のデザイン*/
.kenkyuusitu dl dt {
background:url("/img2/toggle_down.png") right center no-repeat; 
    background-position: 90%;
background-color: #FFF;
}
.kenkyuusitu2 dl dt {
background:url("/img2/toggle_down.png") right center no-repeat; 
    background-position: 90%;
background-color: #FFF;
}

/*トグルになるメニューがアクティブ時のデザイン*/
.kenkyuusitu dl dt.active {
background:url("/img2/toggle_up.png") right center no-repeat;
    background-position: 90%;
background-color: #FFF;
}
/*トグルになるメニューがアクティブ時のデザイン*/
.kenkyuusitu2 dl dt.active2 {
background:url("/img2/toggle_up.png") right center no-repeat;
    background-position: 90%;
background-color: #FFF;
}

/*表示切り替えしたい要素は最初は非表示にしておく*/
.kenkyuusitu dl dd{
    display:none; 
    background-color:#FFF;
    padding-left: px;
    padding-right: px;
    width: 298px;
    font-size:13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.kenkyuusitu #slidetoggle_side_genre li{
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 298px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    color: #0000B2;
}
.kenkyuusitu #slidetoggle_side_genre li:hover{
    background-color: #F6F6F6;
}
.kenkyuusitu dd span {
    display: ;
    position: absolute;
    top: 46%;
    left: 7px;
}
.kenkyuusitu #slidetoggle_side_genre li .sankaku-1::before{
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 6px solid #696969;
    margin-bottom: -5px;
}
.kenkyuusitu .circleicn {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #99b23f;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
	margin-right: 5px;
}
.kenkyuusitu .circleicn2 {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #99b23f;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
	margin-right: 5px;
}

.kenkyuusitu .side_genre dl .dai {
    text-align: center;
    padding-left: 0px;
}
.kenkyuusitu2 .side_genre4 dl .dai {
    text-align: center;
    padding-left: 0px;
}

.kenkyuusitu #slidetoggle_side_genre .souzoku_soudan{
    font-size: 18px;
    font-weight: bold;
}
.kenkyuusitu #slidetoggle_side_genre .souzoku_soudan .point_free{
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
    padding: 0px 10px;
    background: #ec1c1c;
    border-radius: 3px;
    position: unset;
    vertical-align: middle;
}


/* 201708　サイド業者検索 */
.side_type{
	margin-bottom:15px;
	border:1px solid #CCC;
	border-radius: 3px;    /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
}
.side_type span{
	float:right;
	width:50px;
	padding:8px;
}
.side_type b {
	float: left;
	width: 18px;
	margin: 5px;
	padding-top: 5px;
}
.side_type ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
}
.side_type li{
	border-bottom:1px dotted #666666;
	padding:1px;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	position: relative;
	overflow: hidden;
}
.side_type li:last-child{
	border:0px;
}
.side_type li a{
	color:#0000B2;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:22px;
	z-index: 10;
	position: relative;
}
.side_type li:hover{
	background-color:#E2F5CD;
}
.side_type li a:visited{
	color:#0000B2;
}

/* サイドバナー↓ */
.sidebana_waku{
    width: 300px;
    border: 1px solid #D6D6D6;
    overflow: hidden;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top-width: px;
    border-top-color: #;
    position: relative;
}

.sidebana_waku1 {
    width: 268px;
    float: left;
    font-size: 13px;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: px;
    padding-right: 10px;
    padding-left: 5px;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #006600;
}

.sidebana_waku1 h5{
    font-size: 15px;
}
.sidebana_waku1 span{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.sidebana_waku1 p{
    width: 195px;
    float: right;
    padding-top: 23px;
    padding-bottom: 5px;
    line-height: 16px;
    font-size: 13px;
}

.sidebana_waku1 p:hover{
    text-decoration: underline;
}

.sidebana_waku1 a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* サイドバナー↑ */

.cma{
	margin-bottom:10px;
}
.messagelink{
    margin: 15px 0px;
    border: 1px solid #DDDDDD;
    border-top: 2px solid #85B200;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom-width: 0px;
}
.messagelink .hakasekara{
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom: 1px solid #85B200;
    box-sizing: border-box;

    border-bottom: #999 solid 1px;
    display: block;
}
.messagelink p{
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.linkank2{
    position: relative;
    top: -40px;
    display: block;
}

.fuwa {
    top: 204px;
    position: fixed;
    z-index: 99%;
    margin-left: 0%;
    width: 90px;
    padding: 0px 10px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

@media screen and (max-width: 1200px){
.fuwa {
    display:none;
}
#fuwa_banner {
    display:none;
}
}

/* フォーム */


.form_topimg {

}

.form_topimg .img01 {
	width:400px;
	float:left;
}

.q_title {
	background: #bf0f24;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	padding: 3px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.q_box {
    border-bottom: 1px dotted #b7b5b5;
    padding-bottom: 2px;
    display: block;
    clear: both;
}

.q_subtitle {
    width: 162px;
    float: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px;
    font-weight: bold;
}

.must_icon {
    display: block;
    float: left;
    padding: 2px 8px 0px 8px;
    border: 2px solid #bf0f24;
    color: #bf0f24;
    margin-right: 14px;
    border-radius: 4px;
    margin-top: -1px;
    font-size: 15px;
    line-height: 22px;
}

.q_subtitle2 {
    width: 162px;
    float: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px;
    font-weight: bold;
}

.q_box2 {
    border-bottom: 1px dotted #b7b5b5;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 10px 0px;
}

.q_subtitle3 {
    width: 234px;
    float: left;
    font-size: 17px;
    line-height: 27px;
    margin-top: 4px;
    font-weight: bold;
    margin-bottom: 5px;
}


.q_subtitle4 {
    width: 234px;
    float: left;
    font-size: 17px;
    line-height: 27px;
    margin-top: 4px;
    font-weight: bold;
    margin-bottom: 5px;
	    height: 154px;
}

.text4 {
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 5px;
    text-decoration: none;
    clear: both;
    width: 260px;
}

.web-form-asahi-waku{
border: 2px solid #BF0F24;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    height: auto;
    background-color: #FFFFFF;
    clear: both;
    padding: 4% 5%;
}


/*土地活用　LP　*/
.land_h1 {
    position: fixed;
    top: 0;
    left: 145px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    z-index: 101;
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.land_h1 h1{
    position: initial;
    width: initial;
    float: left;
    padding-right: 10px;
}

/* キーワードサイド↓ */
.side_ki-wa-do{
    font-size: 15px;
    margin-bottom: 20px;
    width: 300px;
    margin-top: 15px;
}
.side_ki-wa-do .titli {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #99B23F;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.side_ki-wa-do ul {
    border: 1px solid #DDDDDD;
    border-top: 2px solid #77aa00;
    box-sizing: border-box;
    background: #FFF;
    display: inline-block;
    margin-bottom: 10px;
}
.side_ki-wa-do .dai {
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
    line-height: 36px;
    border-bottom: 1px solid #77aa00;
    box-sizing: border-box;
}
.ki-wa-do_side{
}
.ki-wa-do_side p{
}
.ki-wa-do_side li{
    font-size: 12px;
    float: left;
    margin: 3px 10px;
}

/* キーワードサイド↑ */

.ad_link{
	font-size:13px;
	line-height:14px;
	color:#333;
	text-align:right;
	padding:0px;
	margin-top:-10px;
}
.ad_link a:link{
	border-bottom: 1px #000000 solid;
	display: inline-block;
}
.ad_link a:hover{
	color:orange;
}
/*会社検索ボタン*/
.sagasu_btn{
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f57e0a;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #D26D09;
	border-radius: 3px;
	margin-bottom: ;
}
.sagasu_btn:hover {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}



.i_btm_more {
	background: #EEF4F4;
	height: 38px;
	font-size: 13px;
	line-height: 20px;
}
.i_btm_more a {
	display: block;
	color: #006DD9;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
    text-align: center;
}
.i_btm_more a:hover {
	display: block;
	background: #BBD2D2;
	color: #333;
}
.i_btm_more span {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin-left: 5px;
}
/*プロモーション誘導btn*/
.h_adlink1 a{
    width: 90%;
    padding: 15px 5%;
    display: inline-block;
    text-align: center;
    background: #f90;
    color: #FFF;
    text-decoration: none;
    margin: 10px 0%;
    font-size: 18px;
    transition: .4s;
    font-weight: bold;
}
.h_adlink1 a:hover {
    opacity: 0.8;
}
.h_adlink1 .sankaku-1::before{
    left: -3px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 9px solid transparent;
    border-left: 16px solid #FFF;
    margin-bottom: -7px;
}


/* セミナー記事なしページ特集リンク */
.info_link_waku{
	width:100%;
	margin-bottom:30px;
}
.info_link_waku ul li{
	
}
.info_link_waku li{
	display:block;
	width: 98%;
	border: 1px solid #D96D00;
	border-radius:5px;
	padding:6px;
	margin-top: 6px;
	background-color: #FFFFFF;
}
.info_link_waku a{
	line-height: 15px;
	font-size: 15px;
	color: #D96D00;
	text-indent: 14px;
	text-decoration: none;
}
.info_link_waku span{
	font-weight: bold;
}
.info_link_waku a:hover{
	color: #FF9326;
}


/* 会員登録 -----------------------*/
.owner_touroku_waku{
	float:right;
	width:515px;
	margin-top:15px;
	text-align:left;
}
.owner_touroku_left{
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.mrl15{
	margin-left:15px;
	margin-right:15px;
}
.owner_touroku_waku b{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:30px;
	padding-left:3px;
	padding-right:3px;
	background:#C00;
	border:1px solid #C00;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.owner_touroku_table{
	background-color:#999;
}
.owner_touroku_td{
	background-color:#FFF;
	padding:5px;
	font-size:13px;
	line-height:25px;
}
.owner_touroku_td_text{
	width:69%;
	padding:6px;
}
.owner_touroku_td_text2{
	width:94%;
	padding:6px;
	margin-bottom:5px;
}
.owner_touroku_td_text3{
	font-size:13px;
	line-height:25px;
	height:25px;
	width:98%;
	padding:3px;
	margin-bottom:5px;
}
.owner_touroku_komoku{
	background-color:#EEEEEE;
	border:1px solid #FFF;
	padding:5px;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
}
.check_b{
	font-weight:bold;
}
.floatright{
	float:right;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:3px;
	padding-right:3px;
	background:#C00;
	border:1px solid #C00;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}.formdata {
	margin: 15px 0 15px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 2px 3px;
	width:680px;
	table-layout: fixed;/* tableの列幅を固定レイアウト化し幅を自由に設定 */ 
}

.formdata input:focus{
	background: #FFFFCC;
}

th.label {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #F7FBFA;
	color: black;
	text-align: left;
	width: 148px;
	padding: 10px 12px 10px 14px;
	vertical-align: top;
}
.required {
	background-color: rgb(190, 14, 14);
	float: right;
	height: 20px;
	width: 29px;
	display: block;
	padding-left: 2px;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}

.required p {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.ime_jp {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 15px;
	padding: 9px;
	text-align: left;
	line-height: 1.8;
}

.ime_jp_required {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
	background-color:#FFF;
	padding: 9px;
	vertical-align: top;
}

.section .title{
	position: relative;
	background: #d7e0ea;
	padding: 4px;
	color: #003366;
	font-size: 115%;
	font-weight: bold;
	border-left: 5px solid #37506A;
	margin-top: 10px;
	width:667px;

}

.formdata2 {
	margin: 15px 0 15px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 2px 3px;

	width: 680px;
	table-layout: fixed;
}
/* 会員登録（ログインフォーム用） -----------------------*/
.formdata_login {
	margin: 15px 0 15px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 2px 3px;
	width:470px;
	table-layout: fixed;/* tableの列幅を固定レイアウト化し幅を自由に設定 */ 
}

.formdata_login  input:focus{
	background: #FFFFCC;
}

th.label {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #F7FBFA;
	color: black;
	text-align: left;
	width: 148px;
	padding: 10px 12px 10px 14px;
	vertical-align: top;
}
.required {
	background-color: rgb(190, 14, 14);
	float: right;
	height: 20px;
	width: 29px;
	display: block;
	padding-left: 2px;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}

.required p {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.ime_jp {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 15px;
	padding: 9px;
	text-align: left;
	line-height: 1.8;
}

.ime_jp_required {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
	background-color:#FFF;
	padding: 9px;
	vertical-align: top;
}

/* 本文中リンク -----------------------*/
.link_k{

	padding: 3px;
	margin-bottom:26px;
	margin-top:20px;
}
.link_k ul{}
.link_k li{

}
.link_k a:link{
	font-size:14px;
	line-height:16px;
	color:#333333;
	font-weight: bold;
}
.link_k li a:hover{
	color:red;
}
.link_k li a:visited{
	color:#555555;
}

.link_k ti{
	font-size:12px;
	font-weight:bold;
}

/* 本文中リンク end -----------------------*/


.fair_question{
text-align:center;
}


/* マガジンバナー　マウスオーバー　20180929 -----------------------*/

.fair_question .magazin_hover{
    height: 101px;
    background: url("/img/magazin0929.png") no-repeat;
    display: block;
    text-indent: -9999px;
background-position: 19px 0px;
}
 
.fair_question .magazin_hover:hover {
    background-position: 19px -101px;
}
.fair_question .magazin_hover img{
text-align:center;
}




/* fuwaバナー　Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 1500px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  z-index: 88;
}
.Bnr__img__inner{
  width: 1200px;
  height: 80px;
  box-sizing:border-box;
  padding: 10px;
  background-color: #fafafa;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
    position: absolute;
    right: -20px;
    top: 10px;
}
.Bnr .Bnr__img p.close a{
    display: block;
    width: 20px;
    height: 25px;
    text-align: center;
    text-decoration: none;
}
.Bnr .Bnr__img p.close a span{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #FFF;
    background-color: #d72858;
    font-size: 20px;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

.kenkyuusitu ul {
content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    background-color: #FFF;
}
.kenkyuusitu li.kenkyu_li_style {
    border-bottom: 1px dotted #666666 !important;
    padding: 1px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    position: relative !important;
    overflow: hidden !important;
    height:auto !important;
visibility:hidden !important;

}
.kenkyuusitu .kenkyu_li_style span {
    float: left;
    width: 70px;
    padding: 5px;
    max-height: 70px;
    padding-right: 10px;
    position:static;

}
.kenkyuusitu li.kenkyu_li_style a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    min-height: 44px;
    z-index: 10;
    position: relative;
    line-height: 20px;
}

.kenkyuusitu li.kenkyu_li_style:hover {
    background-color: #E2F5CD;
}

.kenkyuu_span{
    float: left;
    width: 70px;
    padding: 5px;
    max-height: 70px;
    padding-right: 10px;
    position:static !important;

}

.kenkyuusitu #slidetoggle_side_genre2 li{
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 298px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    color: #0000B2;
}
.kenkyuu_span_p{
padding-top:5%;
}


.kenkyuusitu #slidetoggle_side_genre2 li:hover {
    background-color: #E2F5CD;
}
















 /* サイド研究室　↓*/ 
/*トグルになるメニューの初期のデザイン*/
.kenkyuusitu3 dl dt {
background:url("/img2/toggle_down.png") right center no-repeat; 
    background-position: 90%;
background-color: #FFF;
}

/*トグルになるメニューがアクティブ時のデザイン*/
.kenkyuusitu3 dl dt.active {
background:url("/img2/toggle_up.png") right center no-repeat;
    background-position: 90%;
background-color: #FFF;
}

.kenkyuusitu3 .circleicn {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #99b23f;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-right: 5px;
}
.kenkyuusitu3 .side_genre li:hover{
	background-color:#E2F5CD;
}

.kenkyuusitu3 .side_genre ul {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    background-color: #FFF;
}

.kenkyuusitu3 .side_genre li {
    border-bottom: 1px dotted #666666;
    padding: 1px;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}
.kenkyuusitu3 .side_genre li span {
    float: left;
    width: 70px;
    padding: 5px;
    max-height: 70px;
    padding-right: 10px;
}
.kenkyuusitu3 .side_genre li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    min-height: 44px;
    z-index: 10;
    position: relative;
    line-height: 20px;
}

.header_jid {
    width: 100%;
    background-position: bottom;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
    min-width: 1050px;
    background-color: #fff;
}

.question_ooya {
    color: #216136;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
/*----------20190725backnumber_form start---------------*/
.chuuijikou {
}