@charset "utf-8";

/* common
----------------------------------------------------------------*/
html {
	height:auto;
}
body {
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Sans-Serif;
	*font-family:"メイリオ", "ＭＳ Ｐゴシック", Meiryo;
	font-size:8pt;
	color:#000;
	margin:0;
	padding:5px;
	background:none;
	height:auto;
}
h1, h2, h3, h4, h5, h6, p, address, caption {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:9t;
	line-height:100%;
	text-align:left;
}
ul, ol, li, dl, dt, dd, th, td, table, form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	list-style-type:none;
}
table {
	border-collapse:collapse;
}
th {
	font-weight:bold;
}
input {
	display:none;
}


/* decoration style [other]
----------------------------------------------------------------*/
.price {
	color:#F00;
	font-weight: bold;
}
.red {color:#F00;}
.orange {color:#F60;}
.yellow {color:#FF0;}
.green {color:#0F0;}
.blue {color:#00F;}
.deep_blue {color:#009;}
.black {color:#000;}
.white {color:#FFF;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.txt_center {text-align:center;}
.txt_right {text-align:right;}
.f_left {float:left;}
.clear {clear:both;}
.mrg_t10 {margin-top:10px;}
.mrg_b5 {margin-bottom:5px;}

/* wrapper
----------------------------------------------------------------*/
#container {
	padding-bottom:0;
	width: auto;
}
/* header
----------------------------------------------------------------*/
#header,
#navi,
#pankuzu,
#login,
#footer,
.print_none {
	display:none;
}
/* contents ttl
----------------------------------------------------------------*/
.contents h3 {
	font-size:123.1%;
	font-weight:bold;
}

/* contents box
----------------------------------------------------------------*/
.contents_box {
	margin-bottom:10px;
}

/* reserve 
----------------------------------------------------------------*/
#reserve table {
	width:100%;
	margin-top:5px;
	margin-bottom:15px;
}
#reserve th,
#reserve td {
	padding:5px;
	border: 1px solid #666;
}
#reserve th {
	color:#FFF;
	background:#999;
	width:25%;
}
#reserve .print_only {
	display:block;
	margin-bottom:15px;
}