@charset "utf-8";

/*-------- 全体構造 ------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 500px;
	margin: 0;
	font-family: Verdana, "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
	font-size: 10pt;
	color: #555;
	background-color: #fff;
}


#wrapper {
	padding: 20px 20px 20px 30px;
	background: #fff url(data/contact/bg.gif) repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	width: 480px;
	border-bottom: 2px solid #666;
	color: #555;
}

#category {
}


#contents {
	margin-top: 10px;
	width: 470px;
}

#contents #reservation {
	display: block;
}

#contents #question {
	display: none;
}


/*-------- リンク --------------------------------------------------*/
a {
	color: #f60;
}
a:hover {
	color: #fc0;
}


/*-------- 全体設定 ------------------------------------------------*/
.titlemark {
	color: #900;
	font-weight: normal;
}

.title {
	margin: 20px 0 20px 0;
	font-size: 10pt;
	font-weight: bold;
	color: #555;
}

/*-------- clearfix (exclude IE)------------------------------------*/
.clearfix:after {
	margin: 0;
	padding: 0;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

/*-------- ヘッダ -------------------------------------------------*/
#header .pagetitle {
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
#header .pagesubtitle {
	font-size: 10pt;
	font-weight: bold;
	float: right;
}

/*-------- カテゴリ -----------------------------------------------*/
#category {
}

#category ul {
	width: 400px;
	list-style: none;
}

#category li {
	display: inline;
	margin: 10px;
}


/*-------- コンテンツ ---------------------------------------------*/
.explain {
	width: 470px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 9pt;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted  #999;
}

.comment {
	margin-left: 1em;
	line-height:1.4em;
}

.recept {
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
}

.required {
	font-size: 9pt;
/*
	font-weight: bold;
*/
	color: #f30;
}

.warn {
	margin-left: 1em;
	text-indent: -1em;
	color: #33f;
	font-size: 9pt;
	line-height: 1.4em;
}

#contents table.formtable {
	width: 470px;
	margin: 15px auto;
	padding: 0;
	border: 1px solid #999;
}

#contents table.formtable caption {
	text-align: right;
}

#contents table tr td.leftrow {
	width: 90px;
	padding: 5px;
	background: #999;
	color: #fff;
	font-weight:bold;
}

#contents table tr td.answer {
	padding: 5px;
	background: #fff;
	line-height:1.4em;
}

#contents table select option {
	padding: 0px 2px;
}

#contents #groupname {
	width: 280px;
	margin-right: 5px;
}

#contents .nameform {
	width: 70px;
	margin-right: 5px;
}

#contents .tel {
	width: 30px;
}

#contents .mail {
	width: 210px;
	margin-left: 5px;
}

#contents table textarea.request {
	width: 315px;
}

#contents .questiontitle {
	width: 315px;
}
.imeoff {
	ime-mode: disabled;
}

#contents p.sendbtn {
	margin: 30px auto;
	margin-bottom: 20px;
	text-align: center;
}

