/* =============================================================================
	2つの納得宿泊プラン CSS
============================================================================= */
@import url("../css/base.css");
@import url("../css/left_menu.css");
@import url("_contents.css");


#Plan {
	width:490px;
	height:auto;
}

/* ホリデープラン・2daysプラン */
#holiday,
#twodays {
	margin:15px 0 0;
	padding:0 0 15px;
	background:#FFF url(img/2days_plan_line.gif) no-repeat 0 100%;
}

#holiday {
	padding-top:16px;
	width:230px;
	height:389px;
	float:left;
}

#twodays {
	width:233px;
	height:405px;
	float:right;
}

#holiday p,
#twodays p {
	margin:0;
	text-align:center;
	font-weight:bold;
}

#holiday table,
#twodays table {
	width:100%;
}

#holiday td,
#twodays td {
	line-height:22px;
	padding:3px 0 3px 110px;
}

#Main #holiday td strong,
#Main #twodays td strong {
	font-size:20px;
}

#holiday th,
#twodays th {
	padding:3px;
	border-top:1px #034EA2 solid;
	border-bottom:1px #034EA2 solid;
	background:#E2F0FF;
	font-size:15px;
	line-height:17px;
}

p.Red {
	margin:0;
	font-weight:bold;
	font-size:14px;
}

img.Line {
	margin-right:15px;
}

p.Check {
	margin-left:60px;
	color:#034EA2;
}

p.Ken {
	text-align:center;
	width:91%;
	font-size:20px;
}

p.Chu {
	width:490px;
	text-align:center;
}

.Small span {
	margin-right:26px;
}

p.ttl {
	height:65px;
}

p.ttl span {
	font-weight:normal;
}

