@charset "utf-8";
/*------------------------------------
      夏プラン　冬プラン
------------------------------------*/
#season{background: #000000;}
#plan_list{
	background: #000000;
	padding: 30px 30px 20px;
	width: 370px;
}
#plan_list li{
	margin-bottom:10px;
	}
#plan_image{
	margin: 0px;
	padding: 0px;
	width: 440px;
}

/*------------------------------------
           夏冬混合
------------------------------------*/
#both{
	background: #000000 url(../plan/image/both.jpg) no-repeat;
	padding-bottom: 20px;
	}
.plan-left{
	float:left;
	width:370px;
	padding-left:30px;
	padding-right:40px;
	padding-top: 270px;
	}
.plan-left li{
	margin-bottom:10px;
	}
.plan-right{
	float:right;
	width:370px;
	padding-right:40px;
	padding-top: 270px;
	}
.plan-right li{
	margin-bottom:10px;
	}
	
/*------------------------------------
           中ページ
------------------------------------*/

#subnavi {
	width: 140px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}
#subnavi a {
	color: #000000;
	text-decoration: none;
}
#subnavi ul {
	margin:0px;
	width:140px;
	}
#subnavi li {
	display: block;
	border: 1px solid #999900;
	margin-bottom: 10px;
	padding: 5px;
}
#subnavi img{
	margin-bottom:5px;
	}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	background: #999900;
	padding: 10px;
}
h3 {
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	background: #A24A74;
	color: #FFFFFF;
}

#plan {
	float: right;
	width: 710px;
	margin-top: 20px;
}
.p_text {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-top: 20px;
}
.price {
	float: right;
	width: 280px;
	margin-top: 20px;
}
.winterprice {
	clear: both;
	width: 710px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#plan .chusyoku {
	margin-top: 20px;
}
#plan_price {
	margin: 20px 10px 30px;
}
.ryouri_name {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #992F60;
	font-weight: bold;
	display: block;
	width: 300px;
}

#plan_price ul {
	margin-bottom:20px;
}
#plan_price li {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
}

.ryouri{
	color: #902D66;
	font-weight: bold;
	}
.ryouri-text{
	font-weight: normal;
	margin-left: 0px;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	}
	
