@charset "UTF-8";

/* .priceArea */
.priceArea{
	width: 600px;
	margin:0 auto 40px auto;
	}
.priceArea .txt01 {
	margin:30px auto;
	font-size:16px;
	line-height: 1.6;
}
.priceArea .txt02 {
	margin-bottom:10px;
	font-weight: bold;
	color: #ff8200;
	font-size: 20px;
}
.priceArea table{
	margin:10px auto 10px auto;
	width:600px;
	border:#999 1px solid;
	font-size:14px;
}
.priceArea table th{
	font-weight:normal;
	text-align:center;
	padding:10px;
	background-color:#FFFFE5;
	border:#999 1px solid;
}
.priceArea table td{
	text-align:center;
	padding:10px;
	border:#999 1px solid;
	vertical-align: middle;
}
.priceArea table .bg{
	background-color:#efefef;
	text-align: left;
}
.indent{
	text-align: left;
padding-left:1em;
text-indent:-1em;	
}
.kome{
	width:600px;
	margin:0 auto 20px auto;	
	font-size: 16px;
	}
.kome02{
	width:575px;
	margin:0 auto 20px auto;	
	border: #000000 1px solid;
	padding: 10px;
	font-size: 16px;
	}
caption{
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
	}
.tab_tit{
	font-weight:bold;
	margin:30px auto 10px;
	font-size:16px;
	background-color: #000;
	padding: 5px;
	color: #FFF;
	width: 590px;
	text-align: center;
	}