@charset "utf-8";

/* CSS Document */

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

	// recruit.html

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


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


div#main dl {
	width: 630px;
	line-height: 20px;
	margin-left: 20px;
}


div#main dl dt {
	color: #FF0066;
	font-weight: bold;
	text-shadow: 1px 1px 0px #e1f4ff;
}


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:#FF0066;
	margin: 5px 0;
}

div#mamaMessage {
	background:url(../images/recruit-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;
}

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

	// recruitForm

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


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

div#recruitForm form {
	width: 570px;
	background: url(../images/contact-form-bg.gif) no-repeat top center;
	padding: 20px 0 0 90px;
}


div#recruitForm form table tr th {
	width: 180px;
	color: #9900FF;
	font-weight: bold;
}


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


div#recruitForm form table tr td input#name {
	width: 280px;
}

div#recruitForm form table tr td input#age {
	width: 280px;
}

div#recruitForm form table tr td input#tall {width: 40px;
margin-left:50px;}

div#recruitForm form table tr td input#kg {
	width: 40px;
	margin-left:85px;
}

div#recruitForm form table tr td select#selectType {width:260px;}

div#recruitForm form table tr { font-weight:bold;}


div#recruitForm form table tr td input#female,
div#recruitForm form table tr td input#male,
div#recruitForm form table tr td input#yes,
div#recruitForm form table tr td input#no {
	vertical-align: middle;
	margin-right: 5px;
}


div#recruitForm form table tr td input#mail {
	width: 280px;
}

div#recruitForm form table tr td textarea#question {
	height: 128px;
	width: 435px;
	margin: 0 0 15px 23px;
}


div#btn {
	width: 216px;
	margin: 0 auto;
}


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


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

	// contactThanks

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

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

	
