@charset "shift_jis";

/*------------------------------------------------------
 h2
------------------------------------------------------*/
h2#titleBelt {
	width: 100%;
	height: 40px;
	background: url(../img/h2_bg.png) repeat-x;
	text-align: center;
	padding-top: 10px;
}

/*------------------------------------------------------
 本日のオススメ
------------------------------------------------------*/
h3#osusume {
	-webkit-border-image: url(../img/osusume_title.png) 10 14 20 64 / 10px 14px 20px 64px;
	width: 70%;
	height: 21px;
	text-align: left;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

/*------------------------------------------------------
 賃貸コーナー
------------------------------------------------------*/
div#rentCorner {
	/* [disabled]width: 100%; */
	border: #9EDCF3 5px solid;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
 	height: 230px;
}

div#rentCorner h2 {
	-webkit-border-image: url(../img/info_bg.png) 1 11 1 11 / 1px 11px 1px 11px;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
}

div#rentCorner p img {
	vertical-align: top;
}

div#rentCorner div.contents {
	width: 100%;
	text-align: center;
}


/*------------------------------------------------------
 検索・リクエスト
------------------------------------------------------*/
h3.loupe {
	background-image: url(../img/loupe.png);
	background-size: 15px 15px;
}

h3.loupe ,
h3.envelope {
	text-align: left;
	color: #2799D1;
	font-size: 90%;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

h3.envelope {
	background-image: url(../img/envelope.png);
	background-size: 16px 15px;
}

p.reqBtn {
	-webkit-border-image: url(../img/request_bg.png) 6 6 6 6 / 6px;
    width: 90%;
	height: 23px;
	margin: 0 auto 10px;
}

p.reqBtn a {
	display: block;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFF;
	text-decoration: none; 
}

div#mainArea select {
    font-size: 120%;
    text-align: center;
    width: 90%;
	margin-bottom: 10px;
}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #999;
   height: 1px;
}
