@charset "UTF-8";

/*
 MAP検索吹き出し物件表示 [　#block1 
----------------------------------------------------------- */
img {
	border:0;
}

a img {
 border: none;
 text-decoration: none;
}

.gm-style-iw-d dl{
	padding:0px;
	width:265px;
	font-size:12px;
	height: 105px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.gm-style-iw-d dl a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
.gm-style-iw-d dt{
	margin:0px;
	padding:1px;
	background-color: #FFFFFF;
	width: 90px;
	height: 69px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.gm-style-iw-d dd{
	margin:0px;
	padding: 2px;
}

dd.syubetsu {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	width: 100px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	float: left;
	height: 23px;
	line-height: 20px;
	margin-bottom: 1px;
	padding-left: 0px;
}

dd.syousai {
	height:23px;
	float: left;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
}
dd.hanbai {
	height:20px;
	float: left;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
}

dd.new {
	height:20px;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
	float: left;
}

dd.kakaku {
	font-size: 10px;
	width: 85px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

dd.rosen {
	color: #666666;
	width: 165px;
	font-size: 90%;
	font-weight: normal;
	height: 30px;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

dd.comment{
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 260px;
	clear: both;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	float: left;
	line-height: 1.5em;
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
}
dd.profile {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
#searchWrap .mapArea{
	/*background-image: url(../images/map/map.png);*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
    display: block;
    margin: 0 auto;
    height: 600px;
    max-width: 1080px;
    width: 100%;
}
#searchWrap .zoom{
	display: block;
    font-size: 12px;
    line-height: 2em;
    text-align: right;
    margin: 0 auto 10px;
    padding: 0;
    max-width: 1080px;
    width: 100%;
}
#searchWrap .zoom input[type="radio"],
#searchWrap .zoom input[type="checkbox"]{
	display: inline-block!important;
}

#container #searchWrap .maplist{
	margin: 0 20px 0 0;
}
#container #searchWrap .maplist input[type="submit"]{
	width: 210px;
    padding: 10px 0;
}

@media print, screen and (max-width: 768px) {
#searchWrap .mapArea{
	/*background-image: url(../images/map/map.png);*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 200%;
    display: block;
    margin: 0 auto;
    height: 320px;
    width: 100%;
}
}

