@charset "utf-8";
/*=============================

検索共通_css

=============================*/

.city_show {
	display: block;
}
.city_hide {
	display: none;
}
.top_cts a {
	text-decoration: none;
}
.search_btn:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70)
}
/*③検索軸スペース b.クロス検索 inc/search_area.htm */

.top_cts .search_cross{
	}
.search_cross .tit_default {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 30px;
	color: #666;
}
.search_cross .tit_default p {
	font-size: 13px;
}
.search_cross dl{
	width:100%;
	}
.search_cross dl.area_cross {
	overflow:hidden;
}
.search_cross dl dt {
	color: #FFF;
	padding: 10px;
    line-height: 1;

}
.search_cross .style_check dt, .search_cross .style_pull dt{
	display: none;
}
.search_cross dl dd {
	padding: 15px 15px 15px 15px;
}
.search_cross .style_pull dd, .search_cross .style_check dd{
	border-top:none;
	padding: 0 15px 0 15px;
}
.search_cross .style_check ul{
	margin-top:15px;
	}
.search_cross dl dd select {
	color:#666666;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background-color: #EEE;
	background-image: url("../img/common/ic_search_pull.png");
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-size: 8px 5px;
	font-size: 15px !important;
    line-height:1;
}
.search_cross dl dd select.city_check{
	margin-bottom:15px;
}
.search_cross dl dd .search_check {
    margin: -15px -15px -15px;
}
.search_cross dl dd .area_list{
	margin-bottom:0;
	}
.search_cross dl dd ul {
	display: table;
	width: 100%;
}
.search_cross dl dd ul li {
	display: table-row;
}
.search_cross label {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #EEE;
}
.search_cross li:first-child label{
	border-top: 1px solid #EEE;
}
.search_cross label.label01 {
	width: 50px;
	text-align: center;
}
.search_cross input[type=checkbox] {
	vertical-align: 0.09em;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox\9;
	overflow: hidden;
}
.search_cross label.label02 {
	width : -webkit-calc(100% - 50px);
	width : calc(100% - 50px);
}
.search_cross label.label02 a {
	display: block;
	color:#666666;
	text-decoration: none;
	background-image: url(../img/common/ic_btn_arrow02.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-size: 8px 12px;
	line-height: 1.4;
	padding: 15px 30px 14px 5px;
}
.search_cross .search_btn {
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	height: 42px;
	width: 72%;
	border-radius: 3px;
	letter-spacing: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto 0 auto;
	position: relative;
	display: block;
	text-align: center;
	max-width: 230px;
}
.search_cross .search_btn:hover {
	top: 2px;
	box-shadow: none;
}
#search_BOX .close_search_BOX {
	margin: 20px 0px 0px;
	padding: 10px 0px 0px;
	position: relative;
	height: 45px;
}
#search_BOX .close_search_BOX_wrap {
	position: relative;
	background:#eee;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 20px;
	margin: 0px auto;
	height: 33px;
	width: 92px;
}
#search_BOX .close_search_BOX .close_btn_txt {
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	left: 37px;
}
#search_BOX .close_search_BOX .close_btn_ic {
	background: #FFF;
	width: 19px;
	height: 19px;
	border-radius: 19px;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#search_BOX .close_search_BOX .close_btn_ic span {
	height: 1px;
	width: 13px;
	background: #666666;
	position: absolute;
	top: 9px;
	left: 3px;
}
#search_BOX .close_search_BOX .close_btn_ic span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#search_BOX .close_search_BOX .close_btn_ic span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*④検索軸スペース f.パネル表示 s_load_search_panels.htm*/
.top_cts , .top_cts_left{
	/*margin: 0 0 40px 0;*/
    padding: 35px 0;
}
#search_panels {
	overflow: hidden;
	padding: 30px 5px;
	margin-bottom: -9px;
}
#search_panels .panel_wrap {
	display: table-row;
	width: 50%;
}
#search_panels .panel_box_wrap {
	width: 50%;
	float: left;
}
#search_panels .panel_box {
	margin: 0px 5px 10px 5px;
	font-size: 13px;
	line-height: 1.5;
}
#search_panels .panel_box a {
	display: block;
	width: 100%;
	border-radius: 4px;
	display: table;
}
#search_panels .panel_box a:hover {
}
#search_panels .panel_box .img_box {
	height: 90px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	position: relative;
	background: #fff;
	margin: 10px;
}
#search_panels .panel_box .img_box img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#search_panels .panel_box .txt_box {
	padding: 0px 5px 0px;
	display: table-cell;
	/*border-top: 1px solid #8bb708;*/
	vertical-align: middle;
	height: 60px;
}
#search_panels .panel_box a:hover .txt_box {
	/*border-top:1px solid #fff;*/
	vertical-align: middle;
}
#search_panels .panel_box .txt_box, panel_tit {
	text-align: center;
	font-weight: bold;
}
#search_panels .panel_box hr {
	display: block;
	border: 0 none;
	margin: 0px 5px;
	height: 1px;
}
#search_panels .panel_box a:hover hr {
}


/*類似案件css*/
#container .load-related-post{
	margin:50px 0 -60px;
	padding:0 0 60px 0;
	background:#f8f8f8;
}
#container .load-related-post .tit_default{
	font-size:15px;
	color:#fff;
	padding:10px;
	margin:20px 0;
	line-height:1.7;
	position:relative;
}
.load-related-post .arrow_box::after {
    border-style: solid;
    border-width: 0 20px 15px 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    margin-left: 0;
    position: absolute;
    width: 0;
    z-index:1;
}

.load-related-post .related-box{
	margin:0 10px 10px;
	background:#fff;
	box-shadow:0 1px 1px #e5e5e5;
	-moz-box-shadow:0 1px 1px #e5e5e5;
	-o-box-shadow:0 1px 1px #e5e5e5;
	-ms-box-shadow:0 1px 1px #e5e5e5;
	border:none\9; /* 全てのIE */
	overflow:hidden;
	_zoom: 1;
}
.load-related-post .related-box a{
	display:block;
	padding:10px;
	text-decoration:none;
	background:#fff;
}
.load-related-post .related-box a:hover{
	background:#fff;
	opacity:0.7;
}
.load-related-post .related-box .related-img{
	margin:0 15px 0 0;
	background:#fff;
	text-align:center;
	float:left;
	width:90px;
	height:70px;
}
.load-related-post .related-box a:hover .related-img{
	background:#fff;
}
.load-related-post .related-box .related-img img{
	max-width:90px;
	max-height:70px;
}
.load-related-post .related-box .related-wrap{
	overflow:hidden;
	_zoom: 1;
	line-height:1.4;
}
.load-related-post .related-box .related-txt{
	overflow:hidden;
}
.load-related-post .related-box .related-tit{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.load-related-post .related-box .related-form{
	margin:0 0 15px 0;
	display:inline-block;
}
.load-related-post .related-box .related-form dd{
	font-size:12px;
	padding:0 10px;
	margin:0 5px 5px 0;
	display:inline-block;
}
.load-related-post .related-box .related-type{
	clear:both;
	margin:0 0 10px 0;
	overflow:hidden;
}
.load-related-post .related-box .related-type dt{
	background:#eee;
	font-size:11px;
	text-align:center;
	line-height:1;
	display:inline-block;
	margin:0 0 5px 0;
	padding:3px 0;
	width:50px;
}
.load-related-post .related-box .related-type dd{
	font-size:13px;
}
.load-related-post .related-box .related-date{
	font-size:12px;
	clear:both;
	color:#aaa;
	text-align:right;
}
.load-related-post #news-post #News_contents_BOX{
	padding:0;
}
.load-related-post #news-post #News_contents_BOX dl{
	margin:0 10px 10px;
	background:#fff;
}
.load-related-post #news-post #News_contents_BOX a:hover{
	opacity:0.7;
}
.load-related-post .news_spn{
	display:none;
}
