@charset "utf-8";
/* CSS Document */

#mPrice img{
	visibility: hidden;
}


.headerTxt{
	margin: 20px 0 0 0;
}


.pageLink{
	/*border-left: solid 1px #ccc;*/
}

.pageLink li{
	display: block;
	float: left;
	padding: 0 10px 0;
	border-left: solid 1px #ccc;
	margin: 0 0 10px 0;
}

.b_R{
	border-right: solid 1px #ccc;
	}


.priceTable{
	width: 680px;
	border-collapse: collapse;
}

.priceTable th,.priceTable td{
	padding: 5px 10px;
	border: solid 1px #cccccc;
}

.priceTable th{
	text-align: center;
	font-weight: bold;
	background: #d9eaf6;
}

.priceTable th.name{
	width: 150px;
}

.priceTable th.time{
	white-space: nowrap;
}

.number,.time{
	text-align: center;
	white-space: nowrap;
}

.priceTable td.price{
	text-align: right;
	white-space: nowrap;
}

.priceTable td.price2{
	text-align: center;
	white-space: nowrap;
}


.priceTable tr.odd td{
	background: #f5f5f5;
}

.glass{
	border-bottom: solid 1px #cccccc;
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}