@charset "utf-8";
/* CSS Document */

.sth{width:110px;}

.tblprice{width:590px; margin:5px auto;}
.tblprice .plan{width:120px;}
.tblprice .own{width:90px;}
.tblprice .price{}
.tblprice .entry{width:50px;}
.tblprice .short{width:50px;}

.tblprice th.plan{text-align:center;}
.tblprice th.own{text-align:center;}
.tblprice th.price{text-align:center;}
.tblprice th.entry{text-align:center;}
.tblprice th.short{text-align:center;}

.tblprice td.plan{text-align:center;}
.tblprice td.own{text-align:center;}
.tblprice td.price{
	text-align:center; color:#F00; font-weight:bold;
}
.tblprice td.entry{text-align:center;}
.tblprice td.short{text-align:center;}

.tblother{width:590px; margin:5px auto;}
.tblother th{width:100px;}

.tblhotel{width:590px; margin:5px auto;}
.tblhotel .item{width:33%; text-align:center;}
.tblhotel th{
	border-bottom:dotted 1px #06F;
	background-color:#FFF;
	padding:2px;
}
.tblhotel td{}

ul.notes{
	font-size:10px; list-style:none;
	width:590px;
	margin:0; padding:0;
}

.red{color:#F00;}
