@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#page-tit {
	background: url(../images/rental-images/page-bg.jpg) 0 0 no-repeat;
}

/* ==========================================================================
	CONTENT
	========================================================================== */

/*PRICE*/

.price01 .wrapper {
	padding: 3% 0;
}
.price01 img {
	float: left;
	width: 35%;
}
.price01 .txt {
	float: right;
	width: 60%;
}
.price01 .txt h3 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.price01 .txt h3:before {
	content: "/ ";
}
.price01 .txt p {
	margin-bottom: 5px;
}
.price01 .txt p.price {
	color: #d76b7f;
	font-weight: bold;
}

.price01 .txt p.others {
	font-size: 90%;
	margin-bottom: 0;
}
.price-table01 {
	margin-bottom: 3%;
}
.price-table01 th {
	width: 40px;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 10px;
}
.price-table01 td {
	border-left: solid 1px #dfbca8;
	padding: 0 0 10px 10px;
}
.price-txt {
	color: #d76b7f;
	font-weight: bold;
}

.price02 img {
	display: block;
	width: 100%;
	margin: 0 auto 3% auto;
}

