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

#pricetable {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: nomal;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
}
#pricetable tbody tr td {
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid rgba(175,175,175,1.00);
	border-collapse:collapse;
}
#pricetable tbody .kaiin td .spec    {
	width: 208px;
	margin-left: 5px;
	margin-right: 5px;
}
#pricetable tbody .kaiin td .spec tbody tr td {
	padding-left: 5px;
	border-collapse: collapse;
}

#pricetable tbody .kaiin td .spec tbody tr th {
	width: 60px;
	border-collapse: collapse;
}


#pricetable tbody tr th {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid rgba(175,175,175,1.00);
	border-collapse: collapse;
	background-color: rgba(255,255,255,1.00);
	color: rgba(55,55,55,1.00);
}
#pricetable caption {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	width: 640px;
	height: 30px;
	color: rgba(55,55,55,1.00);
}
#pricetable tfoot tr td {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pricetable tfoot tr td ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pricetable tbody tr .time {
	padding-right: 5px;
	padding-left: 5px;
	background-color: rgba(232,232,232,1.00);
}
#pricetable tbody .ippan td {
	background-color: rgba(239,227,227,1.00);
}
#pricetable tbody .kaiin td {

}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
