@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	1. Common Format

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ==============================================================================

	1.1 Reset

============================================================================== */
html ,body ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,div ,p ,ul ,ol ,li ,dl ,dt ,dd ,table ,th ,td ,form {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

ul ,ol {
	list-style: none;
}

img {
	text-decoration: none;
	border: 0;
	vertical-align: bottom;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption ,th ,td {
	text-align: left;
	vertical-align: top;
}

button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

article ,aside ,details ,figcaption ,figure ,footer ,header ,hgroup ,nav ,section {
	display: block;
}

audio ,canvas ,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

/* ==============================================================================

	1.2 global

============================================================================== */
body, th, td, textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	color: #333333;
}
body {
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.content {
	margin-bottom: 20px;
	padding: 25px;
}
.content_ttl {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #555;
	color: #555;
	font-size: 18px;
}

.section {
	display: inline-block;
	margin-bottom: 30px;
}
.section:after { clear: both; display: block; content: "."; visibility: hidden; height: 0; }
/* Hides from IE-mac \*/
* html .section { height: 1%; }
.section { display: block; }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	2. Page Layout

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ==============================================================================

	2.0 home

============================================================================== */

/* topics
------------------------------------------------------------------------------ */

#topics {
	margin-bottom: 30px;
	text-align: center;
}

.ques {
	cursor: pointer;
	background-color:#f8f6f6;
	width:520px;
	padding:20px;
	text-align:center;
	font-weight:bold;
	color:#555555;
	margin-top: 20px;
	font-size: medium;
}

#ans {
	border:0px solid #cccccc;
	background: #fff;
	width:520px;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow:hidden;
	display:none;
	color:#555555;
	font-size:80%;
	line-height:150%;
}
.table_news {
	text-align:left;
}
.table_news p {
	margin-bottom: 25px;
	padding: 20px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	text-align: left; 

}
.news th {
	text-align: left; 
	padding-top: 10px;
}
.news td {
	text-align: left; 
	padding-top: 10px;
}
 
.news table {
	width: 100%;
}

.table_rest {
	margin: 0px 20px 20px 20px;
	text-align:center;
}

.rest th {
	text-align: center; 
	padding-top: 10px;
}
.rest td {
	text-align: center; 
	padding-top: 10px;
}
 
.rest table {
	width: 100%;
}


/* menu 
------------------------------------------------------------------------------ */

#tab-container-1 {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 25px;
}

#tab-container-1-nav {
	margin-bottom: 30px;
}
#tab-container-1-nav li {
	float: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	width: 245px;
	text-align: center;
}
#tab-container-1-nav .tab1,
#tab-container-1-nav .tab2 {
	margin-right: 10px;
}

#tab-container-1-nav li a {
	color: #ccc;
	text-decoration: none;
}

#tab-container-1 ul li a {
	color: #ccc;
	text-decoration: none;
	}
 
#tab-container-1 ul li a span {
	font-size: 7px;
	-webkit-text-size-adjust: none;
	}

#tab-container-1 ul li a:hover,
#tab-container-1 ul li.activeli a {
	color: #333;
	}


.menu_subtitle {
	position: relative;
	margin-bottom: 25px;
	padding: 25px 20px;
	background-color: #f9f9f9;
	color: #888;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
}
.menu_subtitle strong {
	position: absolute;
	top: 10px;
	left: 20px;
	font-weight: normal;
	font-size: 45px;
	font-family: 'Tangerine', cursive;
}

.menu_table {
	margin-bottom: 30px;
	padding-top: 20px;
}
.menu_table h4 {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 17px;
	font-weight: normal;
}

.menu_table table {
	width: 100%;
}
.menu_table th {
	width: 480px;
	background: url(../images/menu_table_line.gif) no-repeat right 8px;
	padding: 0 180px 18px 0;
	line-height: 1.5;
	font-weight: normal;
}
.menu_table td {
	padding: 0 0 18px 0;
	text-align: right;
	line-height: 1.5;
}
.menu_french {
	color: #ccc;
}
.menu_text {
	font-size: 12px;
	margin-top: 5px;
}
.note {
	background: #f8f6f6;
	padding: 20px;
	text-align: center;
}
.menu_table .price_none th {
	width: 100%;
	background: none;
	padding: 0 0 18px 0;
}


/* time
------------------------------------------------------------------------------ */
#time_schedule td {
	font-family: 'Helvecica' , 'Arial';
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	padding: 5px 15px 5px 0;
}

.time_wd { width: 120px; white-space: nowrap; }
.time_outline { width: 150px;}
.time_detail { width:  400px;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	3. Other Styles

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------------------------------------------------------

	3.1 font text

------------------------------------------------------------------------------ */
.fs11px { font-size: 11px; }
.fs12px { font-size: 12px; }
.fs14px { font-size: 14px; }
.fs16px { font-size: 16px; }
.fs18px { font-size: 18px; }
.fs20px { font-size: 20px; }
.fs22px { font-size: 22px; }
.fs24px { font-size: 24px; }
.fw_bold { font-weight: bold; }
.fw_normal { font-weight: normal; }
.text_underline { text-decoration: underline; }
.text_none { text-decoration: underline; }
.nowrap { white-space: nowrap; }

/* ------------------------------------------------------------------------------

	3.2 float align

------------------------------------------------------------------------------ */
.clearfix { display: inline-block; }
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear_both { clear: both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

.valign_top { vertical-align: top; }
.valign_middle { vertical-align: middle; }
.valign_bottom { vertical-align: bottom; }

.fl_left { float: left; }
.fl_right { float: right; }
.img_left { float: left; margin: 0 15px 15px 0; }
.img_right { float: right; margin: 0 0 12px 12px; }
html .img_left { float: left; *margin: 0 7px 7px 0; }
html .img_right { float: right; *margin: 0 0 6px 6px; }

/* ------------------------------------------------------------------------------

	3.3 ul ol

------------------------------------------------------------------------------ */
ul.ul_disc {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 1.9em;
}

/* ------------------------------------------------------------------------------

	3.4 width height

------------------------------------------------------------------------------ */
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.w450px { width: 450px; }
.h100px { height: 100px; }
.h150px { height: 150px; }
.h200px { height: 200px; }

/* ------------------------------------------------------------------------------

	3.5 margin padding

------------------------------------------------------------------------------ */
.mgt10px { margin-top: 10px; }
.mgt20px { margin-top: 20px; }
.mgt30px { margin-top: 30px; }
.mgt40px { margin-top: 40px; }
.mgt50px { margin-top: 50px; }
.mgr10px { margin-right: 10px; }
.mgr20px { margin-right: 20px; }
.mgr30px { margin-right: 30px; }
.mgr40px { margin-right: 40px; }
.mgr50px { margin-right: 50px; }
.mgb10px { margin-bottom: 10px; }
.mgb20px { margin-bottom: 20px; }
.mgb30px { margin-bottom: 30px; }
.mgb40px { margin-bottom: 40px; }
.mgb50px { margin-bottom: 50px; }
.mgl10px { margin-left: 10px; }
.mgl20px { margin-left: 20px; }
.mgl30px { margin-left: 30px; }
.mgl40px { margin-left: 40px; }
.mgl50px { margin-left: 50px; }

.pdt10px { padding-top: 10px; }
.pdt20px { padding-top: 20px; }
.pdt30px { padding-top: 30px; }
.pdt40px { padding-top: 40px; }
.pdt50px { padding-top: 50px; }
.pdr10px { padding-right: 10px; }
.pdr20px { padding-right: 20px; }
.pdr30px { padding-right: 30px; }
.pdr40px { padding-right: 40px; }
.pdr50px { padding-right: 50px; }
.pdb10px { padding-bottom: 10px; }
.pdb20px { padding-bottom: 20px; }
.pdb30px { padding-bottom: 30px; }
.pdb40px { padding-bottom: 40px; }
.pdb50px { padding-bottom: 50px; }
.pdl10px { padding-left: 10px; }
.pdl20px { padding-left: 20px; }
.pdl30px { padding-left: 30px; }
.pdl40px { padding-left: 40px; }
.pdl50px { padding-left: 50px; }

/* ------------------------------------------------------------------------------

	3.5 color

------------------------------------------------------------------------------ */
.cl_f00 { color: #f00; }
.cl_666 { color: #666; }


