@charset "Shift_JIS";

/***************************
		おすすめプラン
***************************/

/*　おすすめプラン　*/

.plan {
	position: relative;
	width: 363px;
	margin-bottom: 20px;
	padding: 20px 20px 0 405px;
	border: solid 5px #D3CAB6;
	background: #EFE9E3 url(../images/box-bg.jpg);
	min-height: 295px;
	height: auto !important;
	height: 295px;
}

#content .plan h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #7C0200;
	color: #7C0200;
	font-size: 120%;
	line-height: 1.2;
}

#content .plan h4 {
	margin-bottom: 5px;
	font-size: 110%;
	line-height: 1.2;
}

.plan .button {
	margin: 10px 0 0 -5px;
}

.plan .pic {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 357px;
	height: 266px;
	padding: 14px;
	background: url(frame-l.jpg) no-repeat;
}


/*　スタンダードプラン　*/

.plan2 {
	position: relative;
	float: left;
	width: 228px;
	margin-right: 12px;
	margin-bottom: 20px;
	padding: 192px 10px 5px;
	border: solid 5px #D3CAB6;
	background: #EFE9E3 url(../images/box-bg.jpg);
}

#content .plan2 h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #7C0200;
	color: #7C0200;
	font-size: 120%;
	line-height: 1.2;
}

#content .plan2 h4 {
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 1.2;
}

.plan2 .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 219px;
	height: 161px;
	padding: 14px;
	background: url(frame-s.jpg) no-repeat;
}

.plan2 .button {
	margin: 10px 0 0 0;
}
