@charset "utf-8";
/*詳細検索--------------------
---------*/
#detail-tab{
	border-bottom:#68b336 6px solid;
	padding-left:10px;
	overflow:hidden;
}
#detail-tab li{
	float:left;
	margin-right:8px;
	border-radius:3px 3px 0px 0px ;
	font-size:108%;
	font-weight:bold;
	min-width:164px;
	box-sizing:border-box;
}
#detail-tab li a{
	background:#5a5a5a;
	color:#fff;
	border-radius:3px 3px 0px 0px ;
	padding:14px 10px 11px;
	display:block;
	text-align:center;
}
#detail-tab li.current a:hover{
	text-decoration:none;
}
#detail-tab li:not(.current) a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
#detail-tab li.current a{
	background:#68b336;
}
#detail-tab li.current a:before{
	content: "";
	background: url(/img/property/search/check.png) no-repeat left top;
	width: 16px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	vertical-align:-2px;
}
/*form部分--------------------
---------*/
#detail{
	background:url(/img/property/search/search-image.jpg) no-repeat right 10px bottom 5px;
}
#detail table{
	width:100%;
	border-collapse:collapse;
}
#detail table tr{
	border-bottom:1px solid #d2d2d2;
}
#detail table th{
	background:#f0f0f0;
	width:20%;
	font-weight:bold;
	padding:12px 10px 12px 15px;
}
#detail table td{
	padding:12px;
}
#detail label{
	display:inline-block;
	width:16%;
	margin-right: 10px;
	margin-bottom: 7px;
}
#detail .koda label{
	width:20%;
}
#detail select{
	width:18%;
}
#detail .labels td{
	padding-bottom:5px;
}
/*沿線*/
.parent_list{
	padding-left: 10px;
	background: url(/img/common/arrow_green.png) no-repeat left 5px;
	margin-bottom:7px;
	margin-right:20px;
	display: inline-block;
}
.parent_list a{
	text-decoration:underline;
}
.parent_list span,#station1_box span{
	display:none;
}

#detail .railway dt {
	display: block;
	box-sizing: border-box;
	width: 100%!important;
	overflow: hidden;
	font-size:108%;
	margin: 10px 0 10px;
	background: #ede7d5;
	padding: 7px 10px;
	color: #685851;
}
#detail .railway dt strong{
	display:inline-block;
	padding-top:4px;
	line-height:1.2;
}
#detail .railway dt a{
	display:inline-block;
	margin-left:6px;
	border-radius:3px;
	background:#685851;
	color:#fff;
	padding:3px 12px;
	font-size:86%;
	text-align:center;
	box-shadow: rgba(89,76,70,1) 0 -2px 0 inset;
}
#detail .railway dt div {
	float:right;
	text-align: right;
	width: 250px;
}
/*検索ボタン*/
#detail .submit{
	position:relative;
	width: 360px;
	height:56px;
	margin:20px auto 0;
}
#detail .submit a{
	display:block;
	background:url(/img/property/search/arrow_submit.png) no-repeat 94% 45% #fcb100;
	color:#fff;
	text-align:center;
	position: absolute;
	font-size: 129%;
	box-shadow: rgba(252,143,13,1) 0 -3px 0 inset;
	border-radius:6px;
	color: #fff;
	font-weight: bold;
	width: 330px;
	height:56px;
	line-height:56px;
}
#detail .submit a:hover{
	text-decoration:none;
	top: 1px;
	box-shadow: rgba(252,143,13,1) 0 -2px 0 inset;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	text-decoration:none;
}
