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

table.price{
	width: 100%;
	margin:5px 0 5px 0;
	line-height:1.5;
	border:1px solid #666;
	border-collapse:collapse;
	text-align: right;
	}
	
table.price th{
	font-size:95%;
	font-weight:normal;
	text-align:left;
	padding:8px 10px;
	color:#333;
	background:#E9E1D1;
	border:1px solid #CCC;
	}
	
table.price td{
	border:1px solid #CCC;
	font-size:95%;
	background:#FFFFFF;
	text-align:center;
	padding:8px 1px;
	color:#666;
	}
	
table.range{
	width: calc(50% - 10px);
	float:left;
	margin:0 0 20px 0;
}

table.range#range_right{
	float:right;
}

table.price th.title_price{
	font-weight:bold;
	
}

table.price th.title_price02{
	color:#735A4A;
	font-weight:bold;
}

span.notice{
	margin:5px 0 0 0;
	display:block;
	font-size:80%;
	font-weight:normal;
	color:#666;
}

p.text_notice{
	width:720px;
	clear:both;
	margin:0 0 40px 0;
}







