@charset "utf-8";

/* 料金表 */
.ryoukinTable{
	margin-top:0;
	
}

.ryoukinTable th,
.ryoukinTable td{
	padding:3px 6px;
	line-height:1.2em;
	text-align:center;
	
	border:1px solid #7b7c86;
	border-width:0 1px 1px 0;
}

.ryoukinTable table{
	margin:0 0 0.75em 0;
	background-color:#fff;

	border:1px solid #7b7c86;
	border-width:1px 0px 0px 1px;
}

.ryoukinTable th.spec,
.ryoukinTable td.spec{
	width:30em;
}
.ryoukinTable td.price{
	text-align:right;
	white-space:nowrap;
}

.ryoukinTable tr.header th{
	color:#fff;
	border-right-color:#e2e1e6;
	background-color:#514e6e;
}
.ryoukinTable tr.header th.last{
	border-right-color:#7b7c86;
}

.ryoukinTable th.item{
	width:15em;
	text-align:left;
	background-color:#e5e7fe;
}

.ryoukinTable tr.typeB td{
	background-color:#eee;
}


ul.ps{
	list-style-type:none;
}