@charset "UTF-8";
/*==============================================================================
reservation CSS
==============================================================================*/


header {
	background-image: url(../img/menu/menu_top.jpg);
}

table th, table td{
	padding:1em 0.5em 1em 1em;
}
table th{
	min-width:10em;
}

#price-table table th, #price-table table td{
	text-align:left;
	border:none;
	border-bottom:solid 1px #fff;
}
#price-table table th{
	border-left:solid 1px #fff;
}
#price-table table td{
	border-right:solid 1px #fff;
}
#price-table table .price-caption th, #price-table table .price-caption td{
	border-left:none;
	border-right:none;
}
#price-table table .price-caption th{
	padding:0;
}
#price-table table .price-caption td{
	font-size:12px;
	padding-left:0em;
}


#priceoff-table table th{
	text-align:left;
	border-right:none;
}
#priceoff-table table td{
	text-align:right;
	border-left:none;
}
table#priceoff-gakuwari{
	margin-bottom:2em;
}


#price-table p, #priceoff-table p{
	padding-top:2em;
}

.pc-none{
	display:block;
}

@media print, screen and (min-width:768px) {/*768px以上のCSS PC用*/
table th, table td{
	padding:1em 2em;
}
#price-table table .price-caption td{
	padding-left:2.5em;
}
table#priceoff-gakuwari{
	margin-bottom:100px;
}
#price-table p, #priceoff-table p{
	font-size:12px;
}
.pc-none{
	display:none;
}

}
