@charset "utf-8";


/*section（共通）
--------------------------*/


/*コンテンツ
--------------------------*/
#contents h1{
margin:15px 0 0 40px;
}
#contents .size{
position:absolute;
right:90px;
top:92px;
z-index:3;
}

#contents .giant{
	position:absolute;
	right:30px;
	top: -299px;
}
#contents .link{
width:660px;
text-align:center;
color:#6c5a2f;
position:relative;
z-index:2;
margin-top:8px;
}
#contents .link ul{
}
#contents .link li{
display:inline;
border-left:1px solid #6c5a2f;
margin-left:1.5em;
padding-left:1.5em;
}
#contents .link li:first-child{
border-left:none;
margin-left:0;
padding-left:0;
}
#contents .link li a{
color:#6c5a2f;
}
#contents .balloon:nth-of-type(2){
	position:absolute;
	right:50px;
	top:140px;
	z-index:1;
	}
#contents .balloon:nth-of-type(3){
	position:absolute;
	left:0;
	top:380px;
	z-index:1;
	}


/*価格表
--------------------------*/
#price{
background:url(../parts/price_bg.png) no-repeat center top;
width:966px;
margin: 0 auto;
position:relative;
z-index:3;
}
#price h1{
position:absolute;
top:-48px;
left:46px;
}
#price .contact{
padding: 20px 106px 54px 242px;
font-size:85%;
}
#price .bnr{
position:absolute;
right:60px;
top: 12px;
}
#price .list{
background-color:#ad8d6d;
padding:0 80px 24px 80px;
}
#price .list .price{
width:100%;
}
#price .list .price th,
#price .list .price td{
border:1px solid #ad8d6d;
background-color:#d9c5b3;
padding:4px 12px;
text-align:center;
font-size:105%;
vertical-align:middle;
}
#price .list .price th{
padding:4px 5px;
background-color:#76604a;
color:#fff;
font-weight:normal;
}
#price .list .price tr.even td{
background-color:#ceba9f;
}

#price .topic{
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	padding:10px 0 18px 0;
	}
#price .topic h2{
margin:0 0 6px 0;
color:#fff;
font-size:18px;
text-align:center;
}
#price .topic ul{
	width:560px;
	margin:0 auto 0 auto;
	
	}
#price .topic li{
	float:left;
	text-align:center;
	background-color:#f3ee8a;
	padding:6px 12px;
	border-radius:10px;
	box-shadow:3px 3px 3px 0px #333;
	width:44%;
	}
#price .topic li:last-child{
	float:right;
	background-color:#b1e192;
	}
#price .topic li strong{
	font-size:15px;
	}
#price .topic li span{
	font-size:22px;
	}
#price .topic li p{
	padding:6px 0;
	background-color:#fff;
	border-radius:6px;
	margin-bottom:4px;
	}
#price .topic li p strong{
	color:#F00;
	}

#price .list .comment{
padding:0 36px 0 0;
color:#fff;
margin-top:14px;
}

#price .list .atnt{
color:#fff;
margin:1em 0;
}
#price .list .atnt div{
margin-left:1em;
}
#price .payment{
font-weight:bold;
color:#fff;
font-size:110%;
}
#price .list .form{
text-align:center;
margin:30px 0 0 0;
}


/*バナー*/
#price .list aside {
width:100%;
margin:50px auto 0 auto;
}
#price .list aside .bnrs {
text-align:center;
}