@charset "UTF-8";
/* CSS Document */
.jirei_spn_top {
}
.jirei_spn_top .img_hero {
	margin-bottom:18px;
	position:relative;
}
.jirei_spn_top .img_hero img {
	width:100%;
	display:block;
	height:auto;
}
.jirei_spn_top h1 {
	float:none;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.2em;
	border:1px solid #fff;
	display:inline-block;
	background-color:#222;
	padding:12px 12px 12px 12px;
	position:absolute;
	top:4px;
	left:4px;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/* select
-------------------------------------------*/
.jirei_spn_top .select_box {
	padding-bottom:12px;
}
.jirei_spn_top .select_box dt {
	border-left:4px solid #00a0c6;
	font-size:14px;
	padding:2px 3px;
	line-height:1;
	margin-bottom:6px;
}
.jirei_spn_top .select_box dd {
	margin-bottom:4px;
	position:relative;
}
.jirei_spn_top select {
	width:100%;
	font-size:16px;
	border: 1px solid #008EB0;
	padding: 10px 18px;
	height:43px;
	font-size: 14px;
	background-color:#00a0c6;
	color: #fff;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent: .01px;
	text-overflow: "";
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jirei_spn_top .select_box dd:before {
	width:1px;
	height:41px;
	content:"";
	display:block;
	position:absolute;
	top:1px;
	right:38px;
	background-color:#00a0c6;
	border-left:1px solid #008EB0;
	z-index:10;
}
.jirei_spn_top .select_box dd:after {
	width:5px;
	height:5px;
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:16px;
	margin-top:-4px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	background-color:#00a0c6;
	-webkit-transform:rotate(225deg);
}
.jirei_spn_top .btn_box {
	text-align:center;
	padding:0 0 12px 0;
}
.jirei_spn_top input[type^="reset"] {
	-webkit-appearance:none;
	display:inline-block;
	font-size:17px;
	padding:8px 12px;
	background-color:#cacaca;
	color:#fff;
	text-align:center;
	border:1px solid #cacaca;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-right:8px;
}
.jirei_spn_top input[type^="submit"] {
	-webkit-appearance:none;
	display:inline-block;
	background-color:#3f70cd;
	color:#fff;
	font-size:17px;
	padding:8px 28px;
	text-align:center;
	border:1px solid #cacaca;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jirei_spn_top .numuber_search {
	text-align:center;
	font-size:16px;
	padding:0 0 12px 0;
}
.jirei_spn_top .numuber_search span {
	font-size:24px;
	color:#D86C00;
}
