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



#member {
	width: 850px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/price_pc_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	padding-top: 120px;
	padding-left: 50px;
	z-index: 10;
	position: relative;
	margin-top: -160px;
}

#member .title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}

#member .txt {
	font-size: 22px;
	line-height: 32px;
}


#pricelist {
	width: 900px;
	height: 1000px;
	background-image: url(../images/price_pc_bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-left: 150px;
	z-index: 10;
	position: relative;
}

#pricelist .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 2px solid #A86461;
	border-bottom: 2px solid #A86461;
	width: 65px;
	
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#pricelist .subtitle {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}


#pricelist .kihon {
	width: 750px;
	border-top: 2px solid #C38B88;
	border-left: 2px solid #C38B88;
	color: #796859;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

#pricelist .kihon td {
	border-right: 2px solid #C38B88;
	border-bottom: 2px solid #C38B88;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


#pricelist .kihonfont {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}

#pricelist .bg {
	width: 350px;
	background-color: #E4D5D4;
}

#pricelist .attention1 {
	margin-top: 40px !important;
	font-size: 20px;
	line-height: 30px;
}

#pricelist .attention2 {
	margin-top: 30px !important;
	font-size: 20px;
	line-height: 30px;
}


