@media screen and (min-width: 769px), print{


/*共通項目
-------------------------------------------------- */
.search_wrap {
	text-align: left;
	margin-bottom: 20px;
	font-size: 13px;
}

.search_intro {
	margin-bottom: 20px;
}
.se_box {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}
.se_subtl {
	background: #99CCFF;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.se_box p {
	background: #D0F5FF;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.se_box ul {
	overflow: hidden;
	padding: 5px;
}
.se_box li {
	float: left;
}
.se_box > ul > li {
	width: 25%;
}
.se_box label {
	display: block;
	cursor: pointer;
	padding: 3px 5px;
}
.se_box label:hover {
	background: #ffdfdf;
}
.se_box select {
	cursor: pointer;
}
.se_box_s {
	float: left;
	width: 20%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	height:200px;
}
.se_box_s:nth-child(2),
.se_box_s:nth-child(3) {
	width: 30%;
}
.se_box_s:last-child {
	border-right: none;
}
.se_price,
.se_menseki {
	padding: 20px 15px;
}
.se_price select,
.se_menseki select {
	margin-bottom: 10px;
}
.se_shubetsu li {
	width: 50%;
}
.se_madori li {
	width: 33%;
}

.se_btn {
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.se_btn input {
	margin: 0 auto;
	background: #EC6C00;
	box-shadow: 0 3px #D96D00;
	border: none;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 300px;
	height: 57px;
	font-weight: bold;
	overflow: hidden;
	font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	cursor: pointer;
	border-radius: 3px;
}
.se_btn input:hover {
	box-shadow: none;
	background: #D96D00;
	margin-top: 3px!important;
}
.se_reset {
	text-align: center;
	padding-top: 20px;
}
.se_reset input {
	cursor: pointer;
}


/* エリアから探す　search_eki.php
---------------------------------------- */
.search_area {
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
	width: 46%;
	padding: 0 2%;
}
.se_area_box {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.se_area_box p {
	background: #FE9900;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.se_area_box select {
	width: 100%;
	cursor: pointer;
	height: 250px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.se_area_box select option:hover {
	background: #eee;
}
.se_area_submit {
	padding: 10px 0;
	clear: both;
}
.se_area_submit input[type="submit"] {
	color: #333;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 5px;
	cursor: pointer;
}
.se_area_submit input[type="submit"]:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}
.search_area_txt {
	color: #ff0000;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.search_code {
	width: 400px;
	margin: 0 auto 40px;
}
.search_code input[type="text"] {
	width: 388px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.search_code input[type="submit"] {
	width: 100px;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 5px;
	cursor: pointer;
}
.search_code input[type="submit"]:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}



}