@charset "utf-8";
/* CSS Document */

#contact { background: url(../images/menu/contact_on.gif) no-repeat left bottom; }


/* プライバシーポリシーページの設定
-------------------------------------------------------------------------------------------- */

#contact-privacy h3{
	font-size: 13px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #9fa0a0;
	font-weight: bold;
}

#contact-privacy h4{
	font-size: 12px;
	font-weight: bold;
}

.contact-box{
	margin: 10px 0 30px 0;
}

.last-box{
	margin-bottom: 0 !important;
}

.contact-box dt{
	margin: 5px 0 0 0;
	font-weight: bold;
	border-left: solid 5px #aaaaaa;
	padding: 0 0 0 10px;
}

.contact-box dd{
	margin: 5px 0 0 15px;
}

.last-box dl{
	margin: 5px 0 0 0;
}

.last-box dt{
	float: left;
	width: 65px;
	clear: left;
	margin: 0 !Important;
	border: none !important;
	padding: 0 !important;
}

.last-box dd{
	margin: 0 !important;
}

#agree-box{
	margin: 50px auto 0 auto;
	text-align: center;
}

#agree-box ul{
	width: 480px;
	margin: 10px auto 0 auto;
	list-style-type: none;
}

#agree-box li{
	display: block;
	width: 230px;
	height: 40px;
}



/* 応募フォームの設定
-------------------------------------------------------------------------------------------- */

#contact-form h3{
	margin: 0 0 15px 0;
}

.attention{
	color: #e52d8a;
}


#contact-form table{
	width: 675px;
	border-collapse: collapse;
	margin: 15px 0 0 0;
}

#contact-form th,#contact-form td{
	padding: 15px 20px;
	border-bottom: 1px dotted #9fa0a0;
}

.txtBox01{
	width: 250px;
}

.txtBox02{
	width: 450px;
}

#contact-form td textarea{
	width: 450px;
}

#contact-form th{
	width: 135px;
	font-weight: bold;
	background-color: #f7f7f7;
}

#contact-form th span{
	color: #e52d8a;
}

#button{
	margin: 30px auto 0;
	text-align: center;
	width: 480px;
}


#button-left{
	width: 230px;
	float: left;
}

#button-right{
	width: 230px;
	float: right;
}


#error-text{
	border: dashed 1px #e52d8a;
	padding: 10px;
	color: #e52d8a;
	margin: 15px 0 15px 0;
}

#thanks-text{
	margin: 50px 0 0 0;
	text-align: center;
}

