@charset "utf-8";

/* CSS Document */

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

	// reserve.html

==========================================================================================*/
div#main h1 {height:70px;
background:url(../images/reserve-h1.gif) no-repeat;
text-indent:-999999px;}

div#main h2,
div#main h3 {text-indent:-999999px;}


div#main ul {
	width:650px;
	margin-bottom: 10px;
}

div#main ul li{
	list-style:square outside;
	margin: 5px 0 0 40px;
}


div#main ul li span {
	font-size:85%;
	color:#FF0000;
}


div#main dl dd {margin: 10px;}


div#main dl dd span {
	display: block;
	color: #F40CA6;
	font-weight: bold;
}

div#main p {
	text-align:center;
	font-size:123.1%;
	font-weight:bold;
	color:#FF0000;
	margin: 5px 0 20px 0;
}

div#mamaMessage {
	background:url(../images/reserve-message.jpg) no-repeat;
	height:300px;
	margin:20px 0;
	text-align: right;
	padding: 0 0 0 350px;
	width: 290px;
}

div#mamaMessage p {
	font-weight:normal;
	width:250px;
	font-size: 100%;
	line-height: 20px;
	padding-top: 10px;
	text-align: left;
	padding-left: 40px;
}

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

	// reserveForm

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


div#reserveForm h2 {
	width: 650px;
	text-indent: -999999px;
}

div#reserveForm form {
	width: 500px;
	background: url(../images/reserve-form-bg.gif) no-repeat top center;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	padding-left: 30px;
}


div#reserveForm form table tr th {
	width: 210px;
	text-indent: -999999px;
}


div#reserveForm form table tr td {
	overflow: hidden;
	width: 250px;
	color: #000000;
}


div#reserveForm form table tr td input#name,
div#reserveForm form table tr td input#mail,
div#reserveForm form table tr td input#tell,
div#reserveForm form table tr td input#area,
div#reserveForm form table tr td select#select {width: 200px;}


div#reserveForm form table tr td div#questionArea {
	height: 128px;
	width: 428px;
	margin: 23px 0 0 10px;
	text-align: left;
	padding: 23px 10px;
}

div#reserveForm form table tr td textarea#other {
	height: 128px;
	width: 435px;
	margin: 35px 0 0 0;

}


div#reserveForm form table tr td span{ display:block;text-indent:-999999px;}

div#btn {
	width: 216px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

div input#btn-confrim {
	margin:50px 30px 0 0;
	width: 50px;
}


div input#btn-reset {
	margin-top:20px;
	width: 50px;
}

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

	// recruitThanks

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

p#reserveThanks {
	height: 1px;
	width: 600px;
	padding: 400px 20px 0;
	color: #0158A9;
	line-height: 2;
	text-align: center;
	background: url(../images/reserve-thanks-bg.gif) no-repeat center center;
	font-size: 197%;
	font-family: 'メイリオ', Meiryo;
	text-shadow: 1px 1px 2px #e1f4ff;
	font-weight: bold;
}

	
