/* CSS Document */

/* 蝓ｺ遉弱�譌｢蟄伜ｾｮ隱ｿ謨ｴ逕ｨ -------------------------------- */

#ui-datepicker-div{
	background:#FFFFFF !important;
	box-shadow:1px 1px 3px #333333;
	border-radius:3px;
}
.ui-widget-content{
	border:none !important;
	background:none !important;
}
nav.pagetop{
	width:100%;
	max-width:1000px;
	margin:auto;
}

.ui-widget-content.questionnaire{
	background:#FFFFFF !important;
	border-radius:2px;
}

.ui-widget-content.questionnaire th{
	font-weight: bold;
}

.ui-widget-content.questionnaire td{
	font-size:0.75em;
}

/* h1繝�く繧ｹ繝亥喧�育ｮ｡逅�判髱｢縺九ｉ蜈･蜉幢ｼ� -------------------------------- */
h1#mainTitle.text{
	max-width:960px;
	margin:15px auto;
	padding:10px;
	font-size:30px;
	line-height:1.5;
	background:none;
	border:none;
}

/* 繝倥ャ繝繝ｼ閾ｪ逕ｱ蜈･蜉帶ｬ�ｪｿ謨ｴ�育ｮ｡逅�判髱｢縺九ｉ蜈･蜉幢ｼ� ---------------------- */
#header{
	max-width:960px;
	margin:0 auto 20px;
	padding:0 10px;
	font-size:14px;
	line-height:1.5;
}

/* 繝｡繧､繝ｳ驛ｨ蛻� ---------------------- */

#body{
	margin:5px auto;
	border-top:3px solid #1F3454;
}
#body #contents{
	width:100%;
	max-width:980px;
	margin:auto;
	padding:0;
}
#body #contents div.info{
	margin:30px 0 20px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}
#body #contents div.info p{
	color:#333333;
	font-size:14px;
	line-height:1.5;
}
#body #contents div.info b.count{
	margin:0 8px;
	color:#E05252;
	font-size:30px;
}
#body #contents fieldset.searchbox{
	width:80%;
	max-width:860px;
	margin:20px auto 30px;
	padding:10px 10px 25px;
	background:#F5F5F5;
	border:1px solid #CCCCCC;
}
#body #contents fieldset.searchbox table{
	width:100%;
	margin:10px auto 10px;
}
#body #contents fieldset.searchbox table th{
	width:150px;
	padding:10px 20px 10px 10px;
	vertical-align:middle;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	background:#F5F5F5;
	border:none;
}
#body #contents fieldset.searchbox table td img{
	margin-top:-5px;
}
#body #contents fieldset.searchbox input{
	min-width:180px;
	margin:5px 5px 5px 0;
	padding:5px;
	height:28px;
	background:#FFFFFF;
	border-radius:2px;
	font-size:16px;
}

#body #contents fieldset.searchbox select{
	min-width:200px;
	margin:5px 5px 0 0;
	padding:5px;
	background:#FFFFFF;
	border-radius:2px;
	font-size:16px;
}
#body #contents fieldset .btn.search{
	width:180px;
	font-size:16px;
	text-indent:0;
	color:#FFFFFF;
	background:#66CCFF;
	border-radius:3px;
	border-left:2px solid #A0DFFF;
	border-top:2px solid #A0DFFF;
	border-right:2px solid #4284A5;
	border-bottom:2px solid #4284A5;
}
#body #contents fieldset .btn.search:hover{
	background:#A0DFFF;
}

#body #contents #chgpgmax{
	border:1px solid #AAAAAA;
	border-radius:2px;
}




/*  髱｢謗･諠��ｱ逕ｨtable ---------------------- */
div.tableWrap{
	margin:auto;
	padding:1px;
	border:2px solid #FFFFFF;
	border-radius:5px;
	box-shadow:1px 1px 3px #CCCCCC;
}
#body #contents table.list.intevewlist{
	margin:0px auto;
	border-collapse:separate;

}
#body #contents table.list.intevewlist th{
	padding:8px 10px;
	vertical-align:middle;
	font-size:14px;
	color:#FFFFFF;
	background:#203046;
}
#body #contents table.list.intevewlist th.center{
	text-align:center;
}
#body #contents table.list.intevewlist td{
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	vertical-align:middle;
	border-right:none;
	line-height:1.5;
}

#body #contents table.list.intevewlist tr:nth-child(even) td{
	background:#F5F5F5;
}
#body #contents table.list.intevewlist tr:nth-child(odd) td{
	background:#FFFFFF;
}
#body #contents table.list.intevewlist tr:hover td,
#body #contents table.list.intevewlist tr:nth-child(odd):hover td,
#body #contents table.list.intevewlist tr:nth-child(odd):hover td{
	background:#FFF9C4;
}
#body #contents table.list.intevewlist tr:last-child td{
	border:none;
}



#body #contents table.list.intevewlist td.availability,
#body #contents table.list.intevewlist td.map,
#body #contents table.list.intevewlist td.reserve{
	text-align:center;
	vertical-align:middle;
}
#body #contents table.list.intevewlist td span.place,
#body #contents table.list.intevewlist td span.date,
#body #contents table.list.intevewlist td span.address{
	display:block;
}
#body #contents table.list.intevewlist td.info{
	width:360px;
}
#body #contents table.list.intevewlist td.map{
	width:55px;
}
#body #contents table.list.intevewlist td.access{
	width:280px;
}
#body #contents table.list.intevewlist td.availability{
	width:65px;
	color:#2D5DCC;
	font-size:30px;
	font-weight:900;
	text-shadow:1px 1px 0 #2D5DCC;
}
#body #contents table.list.intevewlist td.availability span.hurry{
	display:block;
	color:#FF9900;
	background:none;
	text-shadow:1px 1px 0 #FF9900;
}
#body #contents table.list.intevewlist td.availability span.full{
	background-color: #555;
	color:#FFFFFF;
	text-shadow:none;
	margin:3px;
	padding:0 10px;
}
#body #contents table.list.intevewlist td.availability span.nearing{
	display:block;
	font-size:14px;
	color:#FFFFFF;
	background:#E05252;
	border-radius:3px;
	text-shadow:none;
}
#body #contents table.list.intevewlist td span.place{
	font-size:16px;
}
#body #contents table.list.intevewlist td span.date{
	font-size:20px;
	font-weight:bold;
}
#body #contents table.list.intevewlist td.map a{
	width:30px;
	height:30px;
	padding:5px;
	display:block;
	margin:auto;
	color:#FFFFFF;
	background:#4788F4;
	border-right:1px solid #07337C;
	border-bottom:1px solid #07337C;
	border-radius:3px;
}
#body #contents table.list.intevewlist td.map a:hover{
	background:#85B0F8;
}
#body #contents table.list.intevewlist td.map a img{
	width:16px;
	height:24px;
	margin:2px 0 0 0;
}

#body #contents table.list.intevewlist td.reserve a{
	display:block;
	width:100px;
	margin:auto;
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	background:#FF7900;
	color:#FFFFFF;
	border-radius:5px;
	border-left:2px solid #FF9000;
	border-top:2px solid #FF9000;
	border-right:2px solid #BF4D00;
	border-bottom:2px solid #BF4D00;
}
#body #contents table.list.intevewlist td.reserve a:hover{
	background:#FF9E1C;
}

/* 遒ｺ隱咲判髱｢逕ｨ  -------------------------------------------*/
nav.back.list{
	border:none;
}
nav#back-to-list1.back.list{
	margin:20px 0 0 0;
}
nav#back-to-list2.back.list{
	margin:40px 0 0 0;
}
fieldset.confirm{
	width:80%;
	margin:15px auto;
	padding:10px 20px 20px 20px;
	border:none;
	border:3px solid #CCCCCC;
}
fieldset.confirm legend{
	margin:-5px 0 0 0;
	padding:10px 10px 0 10px;
	font-size:28px;
	font-weight:normal;
}
fieldset.confirm table{
	border-radius:5px;
}
fieldset.confirm table th{
	padding:0 15px;
	color:#FFFFFF;
	background:#203046;
	font-size:18px;
}
fieldset.confirm table td{
	padding:5px 15px !important;
	font-size:20px !important;
	line-height:1.5 !important;
	background:#FFFFFF;
}
fieldset.confirm table tr:hover td{
	background:#FFF9C4;
}
fieldset.confirm table td a.map_link{
	display:inline-block;
	margin:12px auto;
	padding:8px 16px 8px 30px;
	color:#FFFFFF;
	line-height:1.2;
	background:#4788F4;
	border-right:1px solid #07337C;
	border-bottom:1px solid #07337C;
	border-radius:3px;
	position:relative;
}
fieldset.confirm table td a.map_link:hover{
	background:#85B0F8;
}
fieldset.confirm table td a.map_link:before{
	content:url(../img/common/ico_gmap_s.png);
	position:absolute;
	top:8px;
	left:8px;
}
a#button-to-reserve{
	display:block;
	width:200px;
	margin:20px auto;
	padding:15px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background:#E05252;
	border-radius:5px;
	border-left:2px solid #EA8888;
	border-top:2px solid #EA8888;
	border-right:2px solid #C12222;
	border-bottom:2px solid #C12222;
}
a#button-to-reserve:hover{
	background:#EA8888;
}

/* 螳御ｺ�判髱｢逕ｨ ------------------------------ */
#body #contents div#complete.info p{
	width:80%;
	margin:80px auto;
	padding:20px;
	font-size:24px;
	color:#FFFFFF;
	background:#4CAF50;
	border:5px solid #A5D6A7;
	border-radius:10px;
}
