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


/* ヘッダー 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{
	width:200px;
	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: 115px;
	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;
}
.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: 1050px;
}
@media (max-width: 1000px) {
     .header {
          float: none;
          margin: 0;
          width: auto;
     }
}
#header_waku1{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
	max-width: 1400px;
	margin: 0 auto;
}
#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:340px;
	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;
	line-height:30px;
	color:#999;
	padding:3px;
	padding-top:1px;
}
#header_free_text{
	height:25px;
	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;
	line-height:30px;
	padding:3px;
}
#header_free_submit{
	width:50px;
	margin-left:10px;
	height:32px;
}
/*フリー検索　end*/
/* 【投資】クイック検索 */

.header_quick {
	font-size:13px;
	overflow: hidden;
}
.header_quick ul {
	overflow: hidden;
	float: left;
}
.header_quick li {
	float: left;
}
.header_quick span {
	line-height: 30px;
	margin: 0 5px;
}
.header_quick select, .header_quick input {
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	padding:2px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #ddd;
}
.header_quick a {
	float: left;
	margin-left: 10px;
}
.header_quick input {
	border: 1px solid #ccc;
	padding: 3px 15px;
	margin-left: 10px;
	
}



/* 【投資】クイック検索 end */


#header_icons{
	float:right;
	width:230px;
	margin-top:15px;
}
#header_icons ul{
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
}
#header_icons li{
	width:33%;
	float:left;
	list-style:none;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
#header_icons li a:link{
	display:block;
	color:#644725;	
}
#header_icons li a:visited{
	color:#644725;	
}
.header_menu{
	width:1100px;
	margin:auto;
	font-size:12px;
}
.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_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{
	width:282px;
	float:left;
	margin-right:12px;
}
.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{
	width:155px;
	float:left;
	margin-right:12px;
}
.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{
	width:148px;
	float:left;
	margin-right:12px;
}
.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{
	width:83px;
	float:left;
	margin-right:12px;
}
.header_menu_category4 li{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category5{
	width:124px;
	float:left;
	margin-right:12px;
}
.header_menu_category5 li{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category5 li:last-child{
	border-left:0px;
	border-right:1px dotted #300000;
}
.header_menu_category6{
	width:74px;
	float:left;
	margin-right:12px;
}
.header_menu_category6 li{
	width:70px;
	text-align:center;
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category7{
	width:69px;
	float:left;
	margin-right:12px;
}
.header_menu_category7 li{
	border-left:1px dotted #300000;
	border-right:1px dotted #300000;
}
.header_menu_category8{
	width:81px;
	float:left;
}
.header_menu_category8 li{
	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:15px;
	margin-bottom: 10px;
	color:#300000;
}
/* メイン大枠 end---------------------*/
/* メインコンテンツ start-------------*/
.contents_wrap{
	width:680px;
	float:left;
	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;
}
/* メインコンテンツ 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:98% 50%;
	background-repeat:no-repeat;
	border-bottom:1px dotted #666666;
	padding:1px;
	overflow:hidden;
	font-weight:bold;
}
.side_waku li img {
	float: left;
	margin-right: 5px;
	width: 50px;
	height: auto;
}
.side_waku li:last-child{
	border:0px;
}
.side_waku li a {
	color:#0000B2;
	text-decoration:none;
	display:block;
	padding: 10px 20px 10px 10px;
	overflow:hidden;
}
.side_waku li a span {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.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:50px;
	padding:8px;
}
.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:22px;
	position: relative;
	overflow: hidden;
}
.side_waku_ranking li:last-child{
	border:0px;
}
.side_waku_ranking li a{
	color:#0000B2;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:44px;
	z-index: 10;
	position: relative;
}
.side_waku_ranking li:hover{
	background-color:#E2F5CD;
}
.side_waku_ranking li a:visited{
	color:#0000B2;
}
.side_waku_title{
	border-bottom:1px solid #CCC;
	background-color:#85B200;
	color:#FFF;
	font-weight:bold;
	line-height:30px;
	text-indent:10px;
}
.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_bnr_form {
	background: url(/img/common/formbnr_300_on.png) no-repeat 0 0;
	display: block;
}
.side_bnr_form:hover img {
	visibility: hidden;
}

.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:right;
	width:50px;
	padding:8px;
}
.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:#0000B2;
	text-decoration:none;
	display:block;
	padding:10px;
	min-height:44px;
	z-index: 10;
	position: relative;
}
.side_waku2 li:hover{
	background-color:#E2F5CD;
}
.side_waku2 li a:visited{
	color:#0000B2;
}

/* サイド iframe物件枠 */
.side_bukken {
	margin-top: 15px;
}
.side_bukken iframe {
	border: 1px solid #ddd;
	width: 298px;
	height: 248px;
	background: #fff;
	overflow: hidden;
}
/* サイド iframe物件枠 */
.side_userregist {
	position: relative;
	margin-top: 15px;
	background: url(/img/side/user_regist.gif) no-repeat;
	height: 150px;
	width: 300px;
}
.side_userregist:hover {
	background-position: 0 -150px;
}
.side_userregist a {
	display: block;
	height: 150px;
	width: 300px;
	position: relative;
	z-index: 10;
}
.side_userregist span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 85px 0 0 60px;
}
.side_userregist a:hover span {
	padding-top: 88px;
}
.side_userregist img {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}

/* サイドバー 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;
}
.footer_waku{
	width:1000px;
	margin:auto;
	padding-top:15px;
	content:"";
	clear:both;
	display:block;
	overflow:hidden;
	height:auto;
}
.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_toushi {
	float: left;
	width: 80%;
	margin-top: -60px;
	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;}

/*フリーワード検索＆注目キーワード*/
.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;
}
.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;
}
/* フッター 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_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;
}
.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: 34%;
	float: right;
	display: block;
	margin: 0 2% 2% 2%;
}
.contents_inbox img.left{
	width: 34%;
	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: 24px;
	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%;
}
/*キーワードタグ*/

.taguwaku1{
	width:96%;
	margin: 5px 2%;
	padding: 5px 0;
	border-top: 1px dotted #999;
	border-bottom: 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;
}
/*キーワードタグ　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;
}

.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;
	margin-top: 30px;
	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;
}


/* contents_bottom iframe物件枠 */
.bottom_bukken {
	padding-bottom: 5px!important;
}
.bottom_bukken iframe {
	width: 650px;
	height: 270px;
	background: #fff;
	overflow: hidden;
}
/* 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: 30px 0 30px 0;
	text-align:center;
	margin:
	width:90%;
	line-height:45px;
}
.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);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
/* ページャー end---------------------*/

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

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#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-------*/
/*一覧ページページャー　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*/

/* 投資博士用 submenu */
.h_submenu_wrap {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.h_submenu {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
}
.h_submenu a {	color: #006DD9;}
.h_submenu a:hover {	color: #999;}
.h_ad {
	float: left;
	width: 580px;
	height: 23px;
}
.h_ad p {
}
.h_ad span {
	font-size: 11px;
	background: #dd0000;
	color: #fff;
	padding: 0 5px;
	margin-right: 5px;
}
.h_ad {
}
.h_submenu ul {
	float: right;
}
.h_submenu li {
	float: left;
	margin-left: 15px;
}
.h_submenu a {
}

/* 投資博士用 submenu
.h_submenu_wrap {
	overflow: hidden;
	width: 990px;
	margin: 10px auto;
	padding: 5px;
	background: url(/img/common/h_submenu_bg.gif) repeat;
}
.h_submenu_wrap ul {
	overflow: hidden;
}
.h_submenu_wrap li {
	float: left;
	height: 40px;
	width: 130px;
}
.h_submenu_wrap a {
	display: block;
	height: 40px;
	width: 130px;
	color: #333;
	text-decoration: none;
}
.h_submenu {
	float: left;
}
.h_submenu li {
	background: #fff;
	margin-right: 1px;
}
.h_submenu a {
	background: url(/img/common/h_submenu_arrow.jpg) no-repeat 5px 50%;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 12px;
	text-align: center;
}
.h_submenu li:hover {
	background: #99B23F;
}
.h_submenu li:hover a {
	background: url(/img/common/h_submenu_arrow_on.jpg) no-repeat 5px 50%;
	color: #fff;
}
.h_sub_ad {
	float: right;
}
.h_sub_ad li {
	margin-left: 5px;
}
.h_sub_ad img {
	width: 130px;
	height: 40px;
}
.h_sub_ad a:hover img {
	opacity: 0.8;
}
.h_sub_ad_pr {
	width: 45px!important;
}
.h_sub_ad li span {
	display: block;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
 */

/* wide formbnr */
.wide_formbnr_wrap {
	margin: 0 auto 20px;
	width: 1000px;
}
.wide_formbnr_wrap a {
	display: block;
	background: url(/img/common/formbnr_1000_on.png) no-repeat;
}
.wide_formbnr_wrap img {
}
.wide_formbnr_wrap a:hover img {
	visibility: hidden;
}

/* bottom_adbnr */
.bottom_adbnr_wrap {
	width: 1000px;
	margin: 0 auto 20px;
}
.bottom_adbnr_wrap ul {
	overflow: hidden;
}
.bottom_adbnr_wrap li {
	float: left;
	width: 200px;
	margin-left: 10px;
	text-align: right;
}
.bottom_adbnr_wrap a {	display: block;}
.bottom_adbnr_wrap a:hover {	opacity: 0.8;}
.b_adbnr_title {
	line-height: 53px;
	margin: 0!important;
	text-align: center!important;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #999;
	height: 53px;
	width: 158px!important;
}
/* 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;}



/* ＣＭ広告　ＣとＤ */
.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:170px;
	margin-top:30px;
}
.cm4{
}
.cm4 ul{
}
.cm4 li{
	display: inline-block;
	padding:5px auto;
}
/* new_mark */
.new_mark {
	font-size: 11px;
	color: #ff0000;
}

/* common_bottom */
.while_link {
	margin: 0 14px;
	font-size: 13px;
}
.while_link a {	color: #006DD9;}
.while_link a:hover {	color: #999;}

}/* 消さない */