@CHARSET "UTF-8";


/* 検索ページ共通
 ----------------------------------------------*/
.search_tab {
	overflow: hidden;
	zoom: 1;
}
.search_tab ul li {
	list-style: none;
	margin-right: 3px;
	float: left;
}
.search_tab ul li:last-child {
	margin-right: 0px;
}
.search_tab ul li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
}
.search_well {
	margin-top: 5px;
	padding: 32px 28px;
	background: #eeefef;
}
.search_well_default {
	margin-top: 43px;
	margin-bottom: 80px;
}
.search_well dl dd {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #bebfbf;
}
.search_well dl dd ul {
	overflow: hidden;
	zoom: 1;
}

.main.common {
	margin-bottom: 80px;
}
.search_well select {
	width: 140px;
}

.search_well .btn,
.sidebar_search .btn {
	text-align: center;
}
.search_well .btn button,
.sidebar_search .btn button {
	display: inline-block;
	text-decoration: none;
	border: none;
}
.search_well .btn button:hover,
.sidebar_search .btn button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
}
.search_well .btn button img,
.sidebar_search .btn button img{
	display: block;
	margin: 0 auto;
	padding: 0;
}


/* -------------------------------------------------------------------- */
/* こだわり条件から探す */
.search_well dl dd ul li {
	list-style: none;
	margin-top: 10px;
}

.search_well dl.area dd ul li {
	width: 25%;
	float: left;
}
.search_well dl.type dd ul li {
	width: 25%;
	float: left;
}
.search_well dl.type dd ul li:last-child{
	width: 50%;
}
.search_well dl.plan dd ul li {
	width: 25%;
	float: left;
}
.search_well dl.fee dd {
	margin-top: 10px;
	/*margin-left: 30px;*/
}
.search_well dl.utility dd ul li {
	width: 25%;
	float: left;
}


/* -------------------------------------------------------------------- */
/* ライフスタイルから探す */
.search_well_default ul li {
	list-style: none;
}
.search_well_default ul li {
	margin-right: 3px;
	margin-bottom: -2px;
	float: left;
}
.search_well_default ul li:nth-of-type(3n) {
	margin-right: 0px;
}
.search_well_default form ul li a img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
}



/* -------------------------------------------------------------------- */
/* エリアから探す */
.map {
	margin-top: 40px;
}
#gmap {
	width: 774px;
	height: 480px;
}


/* インフォボックス */
.infoBox {
	min-width: 240px !important;
	padding-bottom: 20px;
	background: #fff;
}

.infoBox h1 {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #9a3231;
	line-height: 25px;
	text-indent: 5px;
	margin: 5px 34px 10px 5px;
}

.infoBox ul {
	list-style: none;
	font-size: 14px;
	font-size: 1.4rem;
}
.infoBox > ul > li{
	float:left;
}
.infoBox ul li img {
	width: 180px;
	margin: 0 5px 5px 5px;
}
.infoBox ul li > ul {
	display: flex;
	align-items: center;
	margin:0 5px 5px 5px;
	overflow: hidden;
	zoom: 1;
}
.infoBox ul li > ul > li {
	float: left;
}
.infoBox ul li > ul > li:first-child{
	/*display: inline-block;*/
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #312f30;
	text-align: center;
	width: 40px;
	padding: 5px 4px;
}
.infoBox ul li > ul > li:nth-child(2) {
	margin-left:5px;
	width:170px;
	line-height: 17px;
}

.infoBox ul li ol {
	background: #eeefef;
	list-style: none;
	margin:0 5px 5px 5px;
	overflow: hidden;
	zoom: 1;
}
.infoBox ul li ol li {
	margin: 3px 0;
	border-left: 1px solid #bbb;
	float: left;
}
.infoBox ul li ol li:nth-child(1){
	text-align: center;
	width: 40px;
	border-left: none;
}
.infoBox ul li ol li:nth-child(2){
	text-align: center;
	width: 60px;
}
.infoBox ul li ol li:nth-child(3){
	text-align: right;
	padding-right:7px;
	width: 60px;
}
.infoBox ul li ol li:nth-child(4){
	text-align: center;
	font-weight: bold;
	width: 60px;
}




/* -------------------------------------------------------------------- */
/* 検索結果 */
.search_list table {
	width: 775px;
}
.search_list table thead tr:first-child {
	border: 1px solid #dadada;
}
.search_list table thead tr:first-child th{
	text-align: center;
	border-left: 1px solid #a0a0a0;
	height: 70px;
	background: #efefef;
}
.search_list table thead tr:first-child th:last-child {
	border-right: 1px solid #a0a0a0;
}
.search_list table thead tr th:nth-of-type(1){
	width: 118px;
}
.search_list table thead tr th:nth-of-type(2){
	width: 115px;
}
.search_list table thead tr th:nth-of-type(3){
	width: 115px;
}
.search_list table thead tr th:nth-of-type(4){

}
.search_list table thead tr .spacing{
	height: 16px;
	border: none;
	background: none;
	width: 775px;
}

.search_list table tbody tr.option {
	border: 1px solid #dadada;
}
.search_list table tbody tr.option:hover{
	cursor: pointer;
}
.search_list table tbody tr.name td {
	color: #fff;
	background: #312f30;
	border: 1px solid #312f30;
	line-height: 30px;
	text-indent: 14px;
	font-size:15px;
	font-size:1.5rem;
	letter-spacing: 2px;
}
.search_list table tbody tr.name td span.catchphrase{
	float: right;
	padding-right: 3px;
	color: #fff;
}
.search_list table tbody tr.option td {
	text-align: center;
	border-right: 1px solid #a0a0a0;
	background: #fff;
}
.search_list table tbody tr.option td:first-child {
	/*display: block;*/
	border-left: 1px solid #a0a0a0;
	width: 118px;
	height: 81px;

}
	/* リストの高さを合わせる
	 * Chrome */
	/*.search_list table tbody tr.option td:first-child:before{
		display: block;
		float: left;
		height: 75px;
		content: "";
	}
	*/

.search_list table tbody tr.option td:nth-child(4) {
	text-align: left;
	text-indent: 10px;
}
.search_list table tbody tr.option td img {
	vertical-align:middle;
	width: 116px;
	height: 79px;
}
.search_list table tbody tr.option td span.price {
	color: #9a3231;
	font-size: 16px;
	font-weight: bold;
}
.search_list table tbody tr.spacing {
	line-height: 14px;
	border: none;
}


/* リスト上部 */

.list_nav {
	margin-bottom: 10px;
}
.list_nav p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.list_nav p span {
	font-size: 20px;
	font-size: 2.0rem;
	color: #ae3031;
	letter-spacing: 2px;
}
.list_nav a, .list_nav a:visited {
	color: #000;
	text-decoration: underline;
}
.list_nav a:hover {
	color: #000;
}
.list_nav .active a:hover {
	color: #ae3031;
}
.list_nav ul li.active a {
	color: #ae3031;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------- */
.list_nav ul {
	overflow: hidden;
	zoom: 1;
	list-style: none;
}
.list_nav ul li:first-child {
	width: 80px;
	font-weight: bold;
	float: left;
}
.list_nav ul li {
	margin-top: 10px;
	float: left;
}
.list_nav ul.sort li {
	padding: 0 10px;
	border-right: 1px solid #000;
}
.list_nav ul.sort li:first-child {
	padding: 0;
	border-right: none;
}
.list_nav ul.sort li:nth-child(2) {
	padding-left: 0;
}
.list_nav ul.sort li:last-child {
	border-right: none;
}

/* ------------------- */

.list_nav ul.count{
	width: 50%;
	float: left;
}

/* ------------------- */

.list_nav ul.pagenation{
	float: right;
}
.list_nav ul.pagenation li {
	width: auto;
	padding: 0 10px;
	border-right: 1px solid #000;
}
.list_nav ul.pagenation li:first-child {
	font-weight: normal;
}
.list_nav ul.pagenation li:last-child {
	border-right: none;
}




/* 検索結果画面　サイドバー検索  */
.sidebar .sidebar_search .search_well {
	padding: 14px;
	margin-top: 0px;
}
.sidebar .sidebar_search .search_well ul {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 15px;
}
.sidebar .sidebar_search .search_well ul li {
	margin-left:5px;

}
.sidebar .sidebar_search .search_well .sb-type ul {
	width: 50%;
}
.sidebar .sidebar_search .search_well .dotted-line {
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #a0a0a0;
}
.sidebar .banner {
	margin-top: 40px;
}
.float-left {
	float: left;
}
