@charset "UTF-8";
/* CSS Document */

#mapAreaContentBlock {
	width: 740px;
	height: 400px;
}
#maparea {
	background-color: #CCC;
	height: 500px;
	padding: 10px;
}
#listArea #list_number ul li {
	background-image: url(../img/common/list_number_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 25px;
	width: 25px;
	text-decoration: none;
}
#listArea #list_number ul li a span {
	color: #09C;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#listArea #list_number ul li a {
	text-decoration: none;
}
#listArea #list_number ul .next {
	background-image: url(../img/common/list_next_bg.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 27px;
}
#listArea #list_number ul li a:hover {
	text-decoration: underline;
}

#mapListBlock {
	position: relative;
}

#mapSearchForm {
	display: inline;
}
#mapSearchFormError {
	color: #ff0000;
}

div.searchTotal {
	margin-top: 10px;
}
#searchTotalCount {
	font-weight: bold;
	padding: 0 3px;
}
#searchAddress {
	font-weight: bold;
	padding: 0 3px;
}
span.searchAddressContent {
	margin-left: 20px;
}



div.infowindow {
	width: 280px;
	padding: 0 0px 0 0px;
}
div.infowindow div.houseName {
	width: 100%;
	background-color: #e5f4f8;
	margin-top: 10px;
	margin-bottom: 3px;
}
div.infowindow div.title {
	text-align: center;
	float: left;
	width: 240px;
	padding-left: 30px;
}
div.infowindow div.address {
	width: 100%;
	background-color: #eee;
	margin-bottom: 3px;
	text-align: center;
}
div.infowindow div.border {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #333;
}
div.infowindow table {
}
div.infowindow table th.image {
	width: 100px;
	text-align: center;
	font-weight: bold;
}
div.infowindow table th.outline {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
div.infowindow table td.image {
	vertical-align: top;
	text-align: center;
}
div.infowindow table td.image img.itemImage {
	width: 100px;
	height: 70px;
}
div.infowindow table td.image div.roomStatus {
	margin-top: 10px;
}
div.infowindow table td.outline {
	font-size: 85%;
	line-height: 1.6em;
	padding-left: 10px;
	text-align: left;
}

/* Search */
div.mapSearchBlock {
	border: solid 1px #ccc;
	margin: 10px 0;
	padding: 10px;
}
div.mapSearchBlock span.searchItemTitle {
	color: #ff9c3d;
	font-weight: bold;
}
div.mapSearchBlock span.searchItemValue div.checkbox {
/*
	display:inline;
*/
}
div.mapSearchBlock table {
	width: 100%;
}
div.mapSearchBlock table td {
	vertical-align: top;
	padding: 0 10px;
	white-space: nowrap;
}
div.mapSearchBlock table td.address {
}
div.mapSearchBlock table td.address div.address-area {
	height: 30px;
	margin: 0 0 10px 0;
}
div.mapSearchBlock table td.address div.address-area div.input {
	float: left;
	width: 95%;
	height: 100%;
}
div.mapSearchBlock table td.address div.address-area div.input input.address {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: transparent;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
div.mapSearchBlock table td.address div.address-area div.address-button-area {
	position: relative;
	float: left;
	width: 5%;
	height: 100%;
}
div.mapSearchBlock table td.address div.address-area div.address-button-area div.common-search-icon {
	position: absolute;
	top: 7px;
	left: 10px;
	pointer-events: none;
}
div.mapSearchBlock table td.address div.address-area div.address-button-area div.common-search-icon:before {
	width: 8px;
	height: 8px;
	border-color: #fff;
}
div.mapSearchBlock table td.address div.address-area div.address-button-area div.common-search-icon:after {
	left: 11px;
	height: 6px;
	background-color: #fff;
}
div.mapSearchBlock table td.address div.address-area button.address-button {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 0;
}
div.mapSearchBlock table td.gender {
	width: 20%;
}
div.mapSearchBlock table td.room-type {
	width: 20%;
}
div.mapSearchBlock table td.room-status {
	width: 20%;
}
div.mapSearchBlock table td.other {
	width: 20%;
}
div.mapSearchBlock table td.button-area {
	width: 20%;
}
div.mapSearchBlock table td.button-area .btn {
	width: 100%;
}
div.mapSearchBlock table td.button-area button.btn {
	margin: 0 0 10px 0;
}


/*
 * Map Area
 */
div.mapAreaList {
	margin-top: 10px;
}
div.mapAreaList div.imageArea {
	float: left;
}
div.mapAreaList div.imageArea div.image {
}
div.mapAreaList div.imageArea div.image img {
	width: 270px;
	height: 180px;

	border: 3px solid #E0E0E0;
	height: 180px;
	max-width: 270px;
	padding: 5px;
}
div.mapAreaList div.infoArea {
	float: left;
	padding-left: 10px;
}
div.mapAreaList div.infoArea div.title {
	font-weight: bold;
}

/* Map */
#mapAreaContentBlock div.marker {
	position: absolute;
	top: 0;
	left: -10px;
	width: 40px;
	height: 40px;
	background: url('../../img/user/global/house/icon/pin_red_white.png') no-repeat left top;
	cursor: pointer;
}
#mapAreaContentBlock div.marker.item-type-2 {
	background: url('../../img/user/global/house/icon/pin_blue_white.png') no-repeat left top;
}
#mapAreaContentBlock div.marker.item-type-5 {
	background: url('../../img/user/global/house/icon/sharelog_icon.png') no-repeat left top;
	background-size: 70%;
}
#mapAreaContentBlock div.marker.item-type-5 div.marker-inner {
	display: none;
}
#mapAreaContentBlock div.marker div.marker-inner {
	position: relative;
	left: 4px;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
#mapAreaContentBlock div.marker.active {
	background: url('../../img/user/global/house/icon/pin_selected.png') no-repeat left top;
}

/* Filter */
div.map-top.map-wrap table tr.filter td {
	padding: 0;
	white-space: normal;
}
div.filter-area {
	margin: 20px 0 0 0;
}
