@charset "utf-8";
/* CSS Document */

/*======================================

	C09.plan

=======================================*/
/*commonWrpper*/
div.listBox{
	margin-bottom:3px;
}

/*contents*/
div.planList{
	margin:0 0 30px 0;
}
div.planList h4{
	margin:0 0 8px 0;
	padding:3px 0 3px 10px;
	background:url(../images/pic_label.gif) left top no-repeat;
	font-size:1.2em;
	font-weight:bold;
	color:#463736;
}

div.planList div.listBox div.text {
	width:580px;
	float: right;
	padding:20px 0 0 0;
}
div.planList div.listBox p.photo {
	float: left;
}

div.planList div.text dd{
	margin:0 0 0 100px;
	padding:9px 0 0 13px;
}
div.planList div.text a{
	padding:0 0 5px 15px;
	background:url(../images/ico_plan.gif) left 2px no-repeat;
	font-weight:bold;
	color:#574843;
}
div.planList div.text p{
	margin:4px 0 13px 0;
	padding:0 15px;
	line-height:1.2em;
}
div.planList div.text a.link{
	margin:0 0 0 14px;
	padding:0;
	background:none;
}


/* plan details
---------------------------------------------*/
h4#detailTitle {
	padding-left:20px;
	height:31px;
	background-image: url(../images/bg_detail_tit_main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:15px;
	font-weight:bold;
}
p.toPlan {
	width:775px;
	margin:0 0 15px 0;
	text-align:right;
}
p.toPlan a {
	background-image: url(../images/ico_to_plan.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	color:#574843;
}
div#planDetail {
	width:775px;
	margin-bottom:40px;
	zoom:1;
}
div#planDetail:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#planDetail div.text {
	width:495px;
	float:right;
}
div#planDetail div.photo {
	width:250px;
	float:left;
}
div#planDetail div.photo p {
	border:1px solid #cacaca;
	padding:4px;
}
div#planDetail div.text p.copy {
	margin:0;
}
div#planDetail div.text h5 {
	margin:15px 0 5px;
	background-image: url(../images/bg_detail_tit.gif);
	background-repeat: no-repeat;
	color: #eee;
	line-height:22px;
	text-indent:10px;
}
div#planDetail div.text p {
	margin-left:12px;
}


div#planReserved div.listBox div.inner {
	padding:0 0 22px 0;
	margin-bottom:15px;
}
div#planReserved div.listBox div.inner dl {
	position:relative;
}
div#planReserved div.listBox div.inner dd#reservedBtn {
	position:absolute;
	width:300px;
	top:0;
	right:0;
}
div#planReserved div.listBox div.inner dd#reservedBtn img.label {
	float:left;
	margin:35px 8px 0 0;
}
div#planReserved div.listBox div.inner dt {
	width:200px;
	float:left;
}
div#planReserved div.listBox div.inner dt img {
	margin:22px 0 0 18px;
}
div#planReserved div.listBox div.inner dd  {
	width:554px;
	float:right;
}
div#planReserved div.listBox div.inner dd img {
	margin-top:20px;
}
