@charset "utf-8";
@import url(basic.css);
@import url(inquiry-basic.css);

/*■ページタイトルコンテナ
----------------------------------------------- */
.main-title-container {
	width: 656px;
	clear: both;
	margin-top: 25px;
	overflow: hidden;
}
h3.main-title-plan {
	background-image: url(../img/customer-plan/main-plan-title.gif);
	height: 44px;
	width: 336px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.main-title-container p {
	font-size: 75%;
	margin-top: 10px;
	width: 640px;
}
h4.main-title-tel {
	background-image: url(../img/customer-inquiry/main-inquiry-tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 46px;
	width: 485px;
	clear: both;
	margin-top: 25px;
}
h3.main-title-plan-list {
	background-image: url(../img/customer-plan/main-plan-topic.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 48px;
	width: 656px;
	clear: both;
	margin-top: 35px;
}
p.plan-notice {
	font-size: 80%;
	width: 650px;
	margin-top: 10px;
}

.main-plan-container {
	clear: both;
	margin-top: 25px;
	overflow: hidden;
}
h4.plan-topic {
	height: 33px;
	background-image: url(../img/customer-plan/plan-box-title.gif);
	text-align: center;
	font-size: 90%;
	color: #763c0e;
	font-weight: bold;
	padding-top: 7px;
}
.main-plan-box {
	clear: both;
	width: 656px;
	overflow: hidden;
	margin-top: 3px;
}
.main-plan-box-left {
	display: inline;
	float: left;
	width: 190px;
	margin-top: 2px;
}
.main-plan-box-right {
	float: right;
	width: 455px;
	overflow: hidden;
}
.plan-tr {
	background-image: url(../img/customer-plan/plan-box-tr-back.gif);
	background-repeat: repeat-y;
	width: 455px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 2px;
	overflow: hidden;
}
.plan-th {
	float: left;
	width: 90px;
	padding-left: 10px;
	font-size: 80%;
	font-weight: bold;
	color: #763c0e;
	display: inline;
}
.plan-td {
	float: right;
	width: 340px;
	font-size: 80%;
	display: inline;
}
.plan-td ul {
	margin-left: 1.5em;
}
.plan-btn-box {
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}
.plan-btn-box-l {
	float: left;
	width: 225px;
}
.plan-btn-box-r {
	float: right;
	width: 225px;
}

