@charset "utf-8";



/*------------------------------------------------------

 ビッグボタン

------------------------------------------------------*/

p#bBtn01 {

	-webkit-border-image: url(../img/rent_bg.png) 3 3 3 3 / 3px;

}



p#bBtn02 {

	-webkit-border-image: url(../img/sale_bg.png) 3 3 3 3 / 3px;

}



p.bBtn {

	height: 65px;

	text-align: center;

	margin-bottom: 5px;

}



p.bBtn img {

	margin-bottom: 5px;

}



p.bBtn a {

	display: block;

	width: 100%;

	height: 55px;

	padding-top: 10px;

	color: #FFF;

	font-size: 60%;

	font-weight: bold;

	text-decoration: none;

	background: url(../img/rent_triangle.png) no-repeat center bottom;

}



/*------------------------------------------------------

 ダイアリー

------------------------------------------------------*/

div#diary {

	width: 90%;

	border: #9EDCF3 5px solid;

	margin: 0 auto 10px;

	padding: 10px;

	padding-bottom: 0px;

}



div#diary h2 {

	-webkit-border-image: url(../img/info_bg.png) 1 11 1 11 / 1px 11px 1px 11px;

	color: #FFF;

	font-size: 100%;

}



div#diary p img {

	vertical-align: top;

}



p#dInner {

	height: 110px;

	overflow: hidden;

}

.toyamaLogo{
	padding-top: 10px;
}


/*------------------------------------------------------

リンク集

------------------------------------------------------*/

li {
	margin-bottom: 5px;
}

li:last-child {
	margin-bottom: 10px;
}


/*------------------------------------------------------
おすすめ売買コーナー
------------------------------------------------------*/
div#saleCorner {
	/* [disabled]width: 100%; */
	border: #facfcf 5px solid;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
 	height: 230px;
}

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

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


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

/*Youtube動画埋め込み*/
.movieBox {
  margin-bottom: 5px;
}