@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	max-height: 999999px;
}
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	background-color: #F0F0F0;
	background-image: url(/common/img/bg_body.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
em {
	font-style: normal;
	font-weight: bold;
}
sup {
	font-size: 0.8em;
	vertical-align: 25%;
}
sub {
	font-size: 0.8em;
	vertical-align: bottom;
}
#stage {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contents {
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(/common/img/bg_contents.gif);
	background-repeat: repeat-y;
}

/*reception*/
.reception {
    display: block;
}
.reception caption {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}
.reception th {
	vertical-align: top;
	padding-left: 10px;
	white-space: nowrap;
}
.reception td {
	padding-bottom: 10px;
	padding-left: 10px;
}
.others {
	background-image: url(/common/img/list_image.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 1.5;
	padding-left: 10px;
	display: block;
}
.inq {
	background-image: url(/common/img/list_image.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 1.5;
	padding-left: 10px;
	display: block;
}
/*reception end*/

/*totop*/
.totop {
	width: 100%;
	height: 20px;
	clear: both;
}
.totop a {
	display: block;
	right: 20px;
	height: 20px;
	width: 100px;
	position: absolute;
}
.btnClose {
	text-align: center;
}
/*totop end*/

/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*commonclass end*/
.overimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.important {
	color: #CC0000;
	font-weight: normal;
}
