@charset "utf-8";
/* CSS Document */

/*------- プラン一覧 ---------*/
#plan_list {
	margin: 20px 0 30px 0;
}
#plan_detail {
	width: 100%;
	color: #606362;
}

#plan_list li {
		float: left;
}
#plan_list li p {
	padding: 6px 10px 0 10px;
}
#plan_list li a {
	width: 194px;
	height: 60px;
	display: block;
	background: url(images/btn_list.jpg) left top no-repeat;
	color: #007199;
	text-decoration: none;
}
#plan_list li a:hover,#plan_list li.thisparts a {
	background: url(images/btn_list_o.jpg) left top no-repeat;
	color: #e8383d;
}
#plan_list li img {
	display: block;
	text-decoration: none;
}
#plan_list li span {
		float: right;
	display: block;
}
.back_index {
	margin: 10px 0;
	border-left: #606362 3px solid;
	text-indent: 10px;
}
.to_top {
	margin: 10px 0;
	text-align: right;
	color: #606362;
}

#plan_detail .font_red {
	color: #c9171e;
}
.margin_left30 {
	margin-left: 30px;
}
.margin_left15 {
	margin-left: 15px;
}
.margin_left20 {
	margin-left: 20px;
}


/*------- コンテンツ共通 ---------*/
#plan_detail #plan_opening {
		position: relative;
	height: 380px;
}
#plan_detail h1 {
	margin-bottom: 10px;
}
#plan_detail h2 {
	margin-bottom: 10px;
	border-bottom: #024959 1px solid;
	height: 32px;
}
#plan_detail #mainPhoto {
		position: absolute;
		top: -40px;
		left: 650px;
}
#plan_detail #openingText {
	margin-left: 20px;
	width: 620px;
	line-height: 1.5em;
	font-size: 1.2em;
}
#plan_detail #openingPhoto {
		position: absolute;
		left: 5px;
		top: 120px;
}
#plan_detail #openingPhoto li {
		float: left;
	margin-left: 15px;
	_margin-left: 12px;
	margin-top: 50px;
}

#plan_detail .contents {
		position: relative;
	margin: 40px 20px 0 20px;
	padding-bottom: 20px;
	background-color: #e6e3d5;
}
#plan_detail .contents h3 {
		position: relative;
		top: -10px;
		left: -20px;
	height: 41px;
	background: url(images/mtitle_base.jpg) left top no-repeat;
	text-indent: 20px;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 1.4em;
}
#plan_detail .contents h4 {
	margin-bottom: 10px;
	border-bottom: #024959 1px solid;
}
#plan_detail .contents h4 p {
	margin-bottom: 2px;
	border-left: #024959 3px solid;
	text-indent: 5px;
	font-size: 1.2em;
}

#plan_detail .contents .details {
	margin: 0 30px 20px 30px;
}


/*------- プラン内容 ---------*/
.contents ul.list li {
	list-style-type: disc;
	line-height: 1.4em;
}
.contents .details .price {
	font-weight: bold;
}
#plan_detail .contents #roomPhoto {
		position: absolute;
		top: -10px;
		left: 590px;
}


/*------- お申込みから当日まで ---------*/
.contents dl {
	margin: 0 30px;
}
.contents dt{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: #024959 1px solid;
	font-weight: bold;
	font-size: 1.2em;
}
.contents dt p {  
	display: table-cell;  
	vertical-align: middle;  
	margin: 0;  
}
.contents dt p img {
	margin-right: 5px;
}  

/*for IE6 */  
* html .contents dt p {  
	display: inline;  
	zoom: 1;  
}  
/*for IE7 */  
*:first-child+html .contents dt p {  
	display: inline;  
	zoom: 1;  
}
.contents dd {
	margin: 0 0 20px 15px;
}
.contents dd p {
	font-weight: bold;
	margin-bottom: 10px;
}


/*------- 施設Data ---------*/
#plan_detail #builData {
	height: 780px;
}
#plan_detail #builData2 {
	height: 820px;
}
.contents table {
	width: 600px;
	margin: 0 30px;
	font-size: 1em;
	line-height: 2em;
}
.contents table th {
	width: 8em;
	background-color: #95ccb0;
	border-bottom: #e6e3d5 1px solid;
	text-indent: 10px;
	text-align: left;
	vertical-align: top;
}
.contents table td {
	padding-left: 6px;
	background-color: #f1f1ee;
	border-bottom: #FFFFFF 1px dotted;
}
#plan_detail .contents #builPhoto {
		position: absolute;
		top: -11px;
		left: 670px;
}
#plan_detail .contents #map {
		position: absolute;
		top: 340px;
	width: 870px;
}
#plan_detail .contents #map dt p {
	border-left: #024959 3px solid;
	text-indent: 5px;
}
#plan_detail .contents #map dd #googleMap {
	width: 855px;
	height: 400px;
}
#map p.print {
	margin: 15px auto 0 auto;
	width: 10em;
	text-align: center;
	line-height: 3em;
	border: #95ccb0 1px solid;
}
#map p.print a {
	display: block;
	text-decoration: none;
	background-color: #03a5a7;
	color: #FFFFFF;
}
#map p.print a:hover {
	background-color: #FFFFFF;
	color: #03a5a7;
}
/*------- 注意事項 ---------*/
#plan_detail .contents ul.attention {
	margin: 0 30px 0 65px;
}


/*------- ボタン ---------*/
#plan_detail #busSearch {
	margin: 40px auto;
	width: 366px;
	height: 58px;
}
