@charset "UTF-8";
/* CSS Document */
.crumb {
	margin:0 10px auto;
	min-width: 960px;
	overflow:hidden;
	list-style-type:none;
	font-size:0.875em;
}
#sec1 {
	position: relative;
	background: #fff;
	border: solid 3px #7498CF;
	margin: 0 10px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sec1 h2 {
	color: #fff;
	background: #7498CF;
	margin-bottom: 10px;
	padding-left: 25px;
	height: 56px;
	font-size: 1.375em;
	font-weight: normal;
	line-height: 50px;
	/* 長いタイトルを省略する */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sec1 .result_wrap {
	margin: 0 auto;
/* 	width: 886px; */
	min-width: 886px;
}
.search_map {
	float: left;
	display:table;
	margin: 0 auto;
	width: 50%;
}
.search_map p {
	display: table-cell;
	padding-left: 50px;
	vertical-align: middle;
/* 	float: left; */
	width: 150px;
	text-align: center;
}
.search_map p img {
	vertical-align: sub;
}
dl.search1 {
	display: table-cell;
	position: relative;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	width: 328px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
dl.search1 dt {
}
dl.search1 dt input {
	padding: 0 0 0 10px;
	width: 70%;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}
dl.search1 dd {
	position: absolute;
	top: -1px;
	right: 0;
	width: 30%;
}
dl.search1 dd button {
	display: block;
	background: #666;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 1em;
	letter-spacing: 0.25em;
	border: none;
	border-radius: 0 8px 8px 0;
	opacity: 1.0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
dl.search1 dd button:hover {
	opacity: 0.7;
}
dl.search1 dd button span {
	display: block;
	color: #FFF;
}
div#mapzone {
	width: 100%;
}

/*------------------------------------
  並び順　対応状況タグ
------------------------------------*/
#sec1 #btn_wrap {
	margin-bottom: 15px;
	padding: 10px 30px 0 0;
	font-size: 0.875em;
	overflow: hidden;
}
#status_btn{
	padding: 0.65em 0;
}
