﻿/* CSS Document */

#container {
 width: 100%;
}

.pc_off {
 display: none !important;
}

/* レスポンシブ用★ 消さないこと */

* {
 margin: 0;
}

body {
 color: #333 !important;
 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;
}

.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;
}

/* ヘッダー 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: 150;
 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: 150;
 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;
 background-color: #006600;
 padding: 0px 10px;
 height: 24px;
}

.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: 150px;
 line-height: 25px;
 font-size: 11px;
 color: #fff;
 z-index: 150;
}

h2 {
 font-size: 30px;
 line-height: 40px;
 margin: 20px 20px;
}

.contents h2 a.text {
 color: #333;
 text-decoration: underline;

}

.contents h2 a.text:hover {
 color: #FF7F00;

}

.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;
}

#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: 1080px;
 margin: 0 auto;
 min-width: 1100px;
}

#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: 300px;
 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: 100px;
 font-size: 13px;
 padding: 9px;
}

#header_free_submit {
 width: 50px;
 margin-left: 5px;
 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: 385px;
 margin-top: 20px;
}

#header_icons ul {
 content: "";
 clear: both;
 display: block;
 overflow: hidden;
 height: auto;
}

#header_icons li {
 width: 20%;
 float: left;
 list-style: none;
 font-size: 11px;
 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: fit-content;*/
 margin: auto;
 font-size: 12px;
 width: 1080px;

}

.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 .header_menu_category5 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: 16px;
}

.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: 16px;
}

.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: 16px;
}

.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: 16px;
}

.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: 17px;
}

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

.header_menu_category6 li {
 width: px;
 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: 13px;
}

.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: 30px;
 color: #300000;
 overflow: hidden;
 margin-top: 5px;
 margin-bottom: 10px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.pan_wrap div {
 float: left;
 font-size: 12px;
 color: #999;
 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;
}

/* メインコンテンツ end---------------*/
/* サイドバー start-------------------*/

.side_wrap {
 /* style.cssにて同じ記述あり*/
 width: 300px;
 float: left;
 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: 5% 15px;
 background-repeat: no-repeat;
 border-bottom: 1px dotted #666666;
 padding: 1px;
}

.side_waku li:last-child {
 border: 0px;
}

.side_waku li a {
 color: #0000B2;
 text-decoration: none;
 display: block;
 padding: 10px 22px 10px 40px;
}

.side_waku li a:hover {
 position: relative;
 top: 1px;
 left: 1px;
}

.side_waku li a:visited {
 color: #0000B2;
}

.side_waku .s_cate li {
 height: px;
 background: none;
 position: relative;
 border-bottom: 0px dotted #666666;
}

.side_waku .s_cate li a {
 padding: 0px 0px 0px 60px;
}

.side_waku .s_cate li span {
 position: absolute;
 top: 44%;
 left: 40px;
}

.side_waku .s_cate li .sankaku-1::before {
 left: 4px;
 box-sizing: border-box;
 width: 5px;
 height: 5px;
 border: 3px solid transparent;
 border-left: 6px solid #ff5c60;
}








.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: left;
 width: 70px;
 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: #000;
 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: #000;
}

.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_banner a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
 /*transition: .3s;*/
}

.side_banner_mini {
 font-size: 12px;
 line-height: 15px;
}

.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: 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: #000;
 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: #000;
}

/*サイドアドバイザー*/

.side_ad1_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_ad1_waku span {
 float: right;
 width: 50px;
 padding: 8px;
}

.b_bottom {
 border-bottom: 1px dotted #666666;
}

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

.side_ad1_waku2 li {
 float: left;
 width: 98px;
 border-right: 1px dotted #666666;
 position: relative;
 text-align: center;
}

.side_ad1_waku2 p {
 font-size: 12px;
 line-height: 18px;
 height: 50px;
 margin-top: 5px;
 text-align: left;
}

.side_ad1_waku2 li:last-child {
 border-right: 0px;
}

.side_ad1_waku2 li a {
 color: #0000B2;
 text-decoration: none;
 display: block;
 padding: 5px;
 min-height: 44px;
 z-index: 10;
 position: relative;
}

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

.side_ad1_waku2 li a:visited {
 color: #0000B2;
}

.side_ad1_waku2 img {
 height: 50px;
 width: auto;
}

/* サイド iframe物件枠 */
.side_bukken {
 margin-top: 15px;
}

.side_bukken iframe {
 border: 1px solid #ddd;
 width: 298px;
 height: 248px;
 background: #fff;
 overflow: hidden;
}

.new_mark {
 font-size: 11px;
 color: #ff0000;
}

/* サイドバー 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;
}

.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: 1100px;
 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: 7px;
 padding-right: 7px;
}

.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 a {
 font-size: 13px;
 height: 18px;
 line-height: 18px;
 color: #0000B2;
 text-decoration: none;
 display: inline-block;
 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用 */
}

/*キーワードタグ2　end*/
/*snsアイコン start*/
.sns_iconwaku {
 float: right;
 width: 85%;
 margin-right: 2%;
 overflow: hidden;
 margin-bottom: 5px;
}

.sns_icon1 {
 float: right;
}

.sns_icon1 img {
 vertical-align: top;
}

.sns_icon2 li {
 float: left;
 margin-left: 10px;
 width: 70px;
}

.sns_icon2 img {
 vertical-align: top;
}

/*snsアイコン end*/

.contents_bottom {}

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

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

/* 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: 130px;
 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-------*/
/* 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: 170px;
 margin-top: 30px;
}

.cm4 {}

.cm4 ul {}

.cm4 li {
 display: inline-block;
 padding: 5px auto;
}

.cm4_right {
 padding-right: 8px;
}

.cm4 p {
 font-size: 12px;
}

/*サブメニュー*/
#sub_menu_waku {
 width: 1000px;
 height: 35px;
 margin: auto;
 margin-bottom: 5px;
 font-size: 13px;
 background-color: #006600;
 border-radius: 3px;
 /* CSS3草案 */
 -webkit-border-radius: 3px;
 /* Safari,Google Chrome用 */
 -moz-border-radius: 3px;
 /* Firefox用 */
}

#sub_menu_waku ul li {
 float: left;
 border-right: dotted 1px #CECEB4;
 width: 199px;
 line-height: 35px;
 text-align: center;
}

#sub_menu_waku ul li:last-child {
 border: none;
}

#sub_menu_waku ul li a {
 color: #FFF;
 display: block;
}

#sub_menu_waku ul li a:hover {
 background-color: #85B200;
}

.mb15 {
 margin-bottom: 15px;
}

/*関連記事 start*/
.box_kanren_wrap {
 width: 678px;
 border: 1px solid #CCC;
 background-color: #FFF;
 overflow: hidden;
 margin-top: 20px;
 margin-bottom: 20px;
}

.box_kanren_wrap h3 {
 font-size: 15px;
 line-height: 25px;
 font-weight: bold;
 background-color: #006600;
 color: #FFFFFF;
 margin-bottom: px;
 padding: 0px;
 text-align: left;
 text-indent: 1.0em;
}

.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;
 text-align: left;
}

.box_kanren li span {
 float: left;
 width: 60px;
 max-height: 60px;
 padding: 6px;
}

.box_kanren li span img {}

.box_kanren li p {
 float: right;
 width: 576px;
 padding-top: 34px;
 color: #666666;
 line-height: 18px;
 font-size: 13px;
 text-align: left;
}

/*関連記事 end*/
/* 投資用 フッター記述追加 */
.footer_toushi {
 float: left;
 width: 80%;
 margin-top: -20px;
 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;
}

/*募集用バナー枠small*/
.boshu_banner_small_wrap {
 overflow: hidden;
 margin-top: 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;
}

/*募集用バナー枠small左サイド*/
.boshu_banner_small_leftside_wrap {
 margin-top: 15px;
}

.boshu_banner_small_leftside_wrap ul {
 margin: 0px;
}

.boshu_banner_small_leftside_wrap li {
 margin-bottom: 10px;
}

.boshu_banner_small_leftside_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;
}

/*フェア誘導　event_ink*/
.ninki_event {
 color: #777;
 text-align: left;
 height: 145px;
 margin-bottom: 10px;
 width: 100%;
}

.ninki_event .title {
 font-size: 16px;
 font-weight: bold;
 height: 30px;
 line-height: 32px;
 margin: 10px 0px 10px 0px;
 border-left: 10px solid;
 padding-left: 8px;
 background: rgb(255, 242, 228);
 color: #ff8000;
 border-right: 10px solid;
}

.ninki_event .eventlist {
 background: #fff;
 overflow: hidden;
 box-shadow: 1px 0px 4px 1px #c5c5c5;
 width: 96%;
 padding: 5px 5px;
}

.ninki_event .eventlist ul {}

.ninki_event .eventlist li {
 width: 31%;
 float: left;
 height: 93px;
 background-size: 100%;
 background-repeat: no-repeat;
 font-weight: bold;
 text-align: center;
 margin: 2px;
}

.ninki_event .eventlist li a:link {
 color: #fff;
 font-size: 15px;
 line-height: 17px;
 padding: 11px 0px 0px 0px;
 display: block;
 width: 100%;
 height: 75%;
}

.ninki_event .eventlist li a:hover {
 color: #fff;
 font-size: 15px;
 line-height: 17px;
 padding: 12px 0px 0px 0px;
 display: block;
 width: 100%;
 height: 75%;
}

.ninki_event .eventlist li a:visited {
 color: #fff;
 font-size: 15px;
 line-height: 17px;
 padding: 12px 0px 0px 0px;
 display: block;
 width: 100%;
 height: 75%;
}

.ninki_event .eventlist .ninki1 {
 background: url(/img/event_list_1.jpg);
 height: 74px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: 101%;
 margin: 0px 2px 2px 4px;
}

.ninki_event .eventlist .ninki2 {
 background: url(/img/event_list_2.jpg);
 height: 70px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: 101%;
 margin: 0px 2px 2px 4px;
}

.ninki_event .eventlist .ninki3 {
 background: url(/img/event_list_3.jpg);
 height: 70px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: 101%;
 margin: 0px 2px 2px 4px;
}

.ninki_event .eventlist .sub_text1 {
 color: #FF9326;
 font-size: 12px;
}

.ninki_event .eventlist .sub_text2 {
 color: #FF9673;
 font-size: 12px;
}

.ninki_event .eventlist .sub_text3 {
 color: #85B200;
 font-size: 12px;
}

.fair_induction2 {
 background: url(/img/fair_industion2.jpg);
 background-repeat: no-repeat;
 height: 46px;
 margin: 5px 0px;
 background-size: 100%;
}

.fair_induction2 a:link {
 width: 85%;
 display: block;
 text-align: left;
 padding: 7px 10px;
 line-height: 17px;
 height: 30px;
 font-weight: bold;
 font-size: 12px;
 color: #000;
 position: relative;
}

.fair_induction2 .red {
 color: #ff0000;
}

.fair_induction2 a:hover {
 text-decoration: none;
 width: 85%;
 display: block;
 text-align: left;
 padding: 7px 10px;
 line-height: 17px;
 height: 30px;
 font-weight: bold;
 top: 1px
}

.top_fair_induction1 {
 margin: 0px 10px 10px 10px;
}

.fair_text_induction1 {
 background: #fff;
 width: 95%;
 box-shadow: 0px 1px 5px 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%;
}

.fair_text_induction1 .box1 {
 border-bottom: 3px solid #ffca08;
 padding: 8px 5px 5px 9px;
 font-weight: bold;
 line-height: 19px;
 font-size: 15px;
}

.fair_text_induction1 .box2 {
 padding: 6px;
 font-size: 13px;
 overflow: hidden;
}

.fair_text_induction1 .box2 .left {
 float: left;
 width: 30%;
 margin-right: 5px;
}

.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: 50%;
}

.fair_text_induction1 .box2 .subtext {}

.fair_text_induction1 .box2 span {}

.fair_text_induction1 .box2 .bold {
 display: block;
 text-decoration: underline;
 font-weight: bold;
}

/*イベント start*/
.fair_event_side_wrap {
 width: 100%;
 overflow: hidden;
 margin: 0px;
 margin-top: 10px;
}

.fair_event_side_wrap ul {
 margin: 0px;
 padding: 0px;
}

.fair_event_side_wrap li {
 padding: 2%;
 float: left;
 margin-bottom: 2%;
 background-color: #3C74AB;
 line-height: 30px;
 text-align: center;
 font-size: 14px;
 color: #FFF;
 font-weight: bold;
 margin-left: 1%;
 margin-right: 1%;
 border-radius: 5px;
 height: 150px;
 box-shadow: 1px 1px 3px 0px #bcbaba;
}

.fair_event_side_wrap li img {
 border-radius: 3px;
}

.fair_event_side_wrap li:last-child {
 margin-right: 0px;
}

.fair_event_side_wrap p {
 font-size: 20px;
 font-weight: bold;
 text-align: left;
 line-height: 35px;
 color: #25A9CD;
}

.fair_event_side_wrap2 {
 width: 100%;
 overflow: hidden;
 margin-top: 2%;
 margin-bottom: 2%;
}

.fair_event_side_wrap_left {
 margin-left: 15px;
 overflow: hidden;
}

.fair_event_side_wrap_right {
 font-size: 15px;
 line-height: 20px;
 overflow: hidden;
}

.fair_event_side_wrap .title {
 display: block;
 font-weight: bold;
 text-align: center;
 font-size: 14px;
 color: #3c74ab;
 border-bottom: 4px double;
 margin-bottom: 8px;
 width: 97%;
 margin-left: 2%;
}

.fair_event_side_wrap .read_more {}

.fair_event_side_wrap .read_more a:link {
 display: block;
 text-align: right;
 margin-right: 2%;
 text-decoration: underline;
 color: #3c74ab;
 position: relative;
}

.fair_event_side_wrap .read_more a:hover {
 display: block;
 text-align: right;
 margin-right: 2%;
 text-decoration: none;
 color: #3c74ab;
 position: relative;
 top: 1px;
}

.fair_event_side_wrap .read_more a:visited {
 display: block;
 text-align: right;
 margin-right: 2%;
 text-decoration: underline;
 color: #3c74ab;
 position: relative;
}


/* サイド特集20170621↓*/
.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;
}

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

.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;
}

.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;
}

.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 span {
 font-size: 12px;
 color: #85B200;
}

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

/* サイド特集20170621↑*/

/* つぶやき↓*/



/* つぶやき↑*/

.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;
}

/* フェアクエスチョン */



.fair_question {
 line-height: 2;
}

.fair_question a {
 position: relative;
 display: inline-block;
 transition: .3s;
 text-decoration: none;
 text-align: center;
}

.fair_question a::after {
 position: absolute;
 bottom: 8px;
 left: 0;
 content: '';
 width: 0;
 height: 2px;
 background-color: #2ECC71;
 transition: .3s;
}

.fair_question a:hover::after {
 width: 100%;
}

.fair_question a:link {
 color: #3450db;
}

.fair_question a:visited {
 color: #3450db;
}

.fair_question a:hover {
 color: #2ECC71;
}

.fair_question a:active {
 color: #2ECC71;
}


/* フェアサイドスクロール */

.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;
 }
}

/* サイドバナー↓ */
.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: 70px;
 height: 70px;
 margin-right: 10px;
}

.sidebana_waku1 p {
 width: 200px;
 float: right;
 padding-top: 24px;
 padding-bottom: 5px;
 line-height: 18px;
 font-size: 14px;
}

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

.sidebana_waku1 a {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}

/* サイドバナー↑ */


/* 研究室↓ */

.kenkyuusitu {
 margin-top: 20px;
}

.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;
}

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

.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_wrap a {
 text-decoration: none;
 color: #0000B2;
}

.kenkyuusitu dl dt {
 background: url(https://www.chintaikeiei.com/img2/toggle_down.png) right center no-repeat;
 background-position: 90%;
 background-color: #FFF;
}

.side_genre dt {
 background-color: #FFF;
 padding-left: 20px;
 line-height: 36px;
 font-size: 13px;
 border-bottom: 1px solid #DDDDDD;
 box-sizing: border-box;
}

.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;
}

.side_genre dt span {
 font-size: 12px;
 color: #85B200;
}

.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;
}

.kenkyuusitu dd span {
 display: ;
 position: absolute;
 top: 46%;
 left: 7px;
}

/* 研究室↑ */

.footer_sns_icon li {
 height: 25px;
}

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



/* 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: #313A4A;
}

.Bnr .Bnr__img p.close a i {
 font-size: 20px;
 z-index: 888;
 color: #222;
}

.side_box {
 background: #fff;
 border: 1px solid #ccc;
 border-top: 3px solid #006600;
 margin-bottom: 20px;
 margin-top: 20px;
}

.side_box_tl {
 height: 36px;
 border-bottom: 1px dotted #ccc;
}

.side_box_tl span {
 display: block;
 line-height: 36px;
 font-weight: bold;
 padding: 0 10px;
}

.side_article li {
 position: relative;
 overflow: hidden;
 border-bottom: 1px solid #ccc;
 padding: 9px;
 min-height: 60px;
}

.side_article a {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background
 /*\**/
 : #fff\9;
 filter: alpha(opacity=0);
}

.side_article img {
 max-width: 60px;
 max-height: 60px;
}

.side_article a span {
 position: absolute;
 font-size: 11.5px;
 line-height: 20px;
 top: 20px;
 left: 80px;
 width: 215px;
 height: 40px;
 color: #333;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
}

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


.rinnai_bnr {
 text-align: center;
 margin: 4% 0;
}

.rinnai_bnr:hover {
 opacity: 0.8;
}

/******  20210628 追加 ******/

.side_video li {
 position: relative;
 overflow: hidden;
 border-bottom: 1px solid #ccc;
 padding: 9px;
 min-height: 60px;
}

.side_video a {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background
 /*\**/
 : #fff\9;
 filter: alpha(opacity=0);
}

.side_video img {
 max-width: 120px;
 max-height: 60px;
}

.side_video a span {
    position: absolute;
    font-size: 12.5px;
    line-height: 20px;
    top: 10px;
    left: 130px;
    width: 155px;
    height: 60px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

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

.side_bnr_sell{
   width:300px;
  height:225px;
  margin-top: 10px;
  
}
.side_bnr_sell a {
background:url(/img/side/sell_bnr.jpg);
height: 225px;
display: block;
}

.side_bnr_sell a:hover{
  background:url(/img/side/sell_bnr_on.jpg);
}
.middle_satei {
    background-color: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.middle_satei:hover {
    background: #E2F5CD;
}