@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.rent {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #000000;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ ブロック大枠 □□*/
.rent-wrap {
	width: 703px;
	margin: 0px auto 30px auto;
	text-align: center;
}

.rent-wrap h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #363636;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}

.rent-wrap p {
	font-size: 80%;
	line-height: 1.4em;
	text-align: left;
}

.table-wrap {
	width: 663px;
	margin: 0px auto 20px auto;
}

.table-wrap p {
	font-size: 70%;
}

.table-wrap table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.table-wrap caption {
	padding-bottom: 10px;
	font-size: 80%;
	text-align: left;
}

.table-wrap td, th {
	padding: 8px 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 80%;
}

.table-wrap th {
	background: #e1e7ed;
	font-weight: bold;
	color: #1e3349;
}

.table-wrap th.col01 {
	width: 260px;
}

.table-wrap th.col02 {
	width: 200px;
}

.table-wrap td.td-col01 {
	padding-right: 86px;
	text-align: right;
}

.table-wrap td.td-col02 {
	padding-right: 66px;
	text-align: right;
}

.inquiry-wrap {
	width: 663px;
	margin: 0px auto 0px auto;
	padding: 15px 0px;
	background: #f0eaea;
	text-align: left;
}

.inquiry-wrap h5 {
	margin-bottom: 10px;
	padding: 0px 15px;
	font-weight: bold;
	color: #b72339;
	font-size: 80%;
}

.inquiry-wrap p {
	padding: 0px 15px;
	font-size: 70%;
}






