@charset "utf-8";

@import "yadvance_common/format/default/recommend/a01/style.css";



/* main_contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main_contents {
	clear: both;
	width: 720px;
}


/* pankuzu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pankuzu {
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pankuzu a {
	text-decoration: none;
}


/* sub_menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_menu {
	width: 720px;
	margin-bottom: 20px;
	overflow: hidden;
}
.sub_menu li {
	float: left;
}


/* bottom_reserve_menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#bottom_reserve_menu {
	height: 55px;
	width: 720px;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
}
#bottom_reserve_menu li {
	float: left;
}


/* pagetop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pagetop {
	width: 100%;
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.pagetop a {
	color: #999999;
	text-decoration: none;
	background-image: url(../themes/default/link_icon_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.pagetop a:hover {
	background-image: url(../themes/default/link_icon_2_o.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #51223D;
}


/* article
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.article {
	clear: both;
}
.article:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.article {display: inline-table;}
* html .article {height: 1%;}
.article {display: block;}
.article {zoom:1;}


/* section
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.section {
	margin-bottom: 40px;
	clear: both;
}
.section:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.section {display: inline-table;}
* html .section {height: 1%;}
.section {display: block;}
.section {zoom:1;}


/* top_border
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


/* padding margin
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.mb1em { margin-bottom: 1em; }
.mb2em { margin-bottom: 2em; }
.mb3em { margin-bottom: 3em; }
.mb4em { margin-bottom: 4em; }
.mb5px { margin-bottom: 5px; }
.mb10px { margin-bottom: 10px; }
.mb15px { margin-bottom: 15px; }
.mb20px { margin-bottom: 20px; }
.mb25px { margin-bottom: 25px; }
.mb30px { margin-bottom: 30px; }
.mb35px { margin-bottom: 35px; }
.mb40px { margin-bottom: 40px; }

.fs_indent {
	text-indent: -1em;
	margin-left: 1em;
}


/* ex_box
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ex_box {
	border: 1px solid #E0E0E0;
	padding: 1px;
}
.ex_box .inner {
	background-color: #F1EDE7;
	padding: 10px;
}
.ex_box .inner:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ex_box .inner {display: inline-table; display: block; zoom:1;}
* html .ex_box .inner {height: 1%;}


/* color
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.red {
	color: #CC0000;
}


/* link_style
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.link_style1 {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../themes/default/link_icon_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.link_style1:hover {
	background-image: url(../themes/default/link_icon_1_o.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/* 予約確認・キャンセル */
body.reserve_info #first_column #member-main {
	margin-top: 30px;
}
body.reserve_info #first_column #member-main table td table td {
	color: #000;
	font-size: 14px;
	padding: 5px;
}


