@charset "euc-jp";
/* CSS Document */

h2 {
	margin-bottom:10px;
	}


h3 {
	border-left:4px solid #313131;
	padding-left:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	}

table.entryForm {
	border-top:1px solid #b5b5b5;
	width:100%;
	margin-bottom:30px;
	}

table.entryForm th {
	background:url(/recruit/entry/images/line.gif) no-repeat #eeeeee 0 17px;
	padding:10px;
	padding-left:27px;
	font-weight:bold;
	border-bottom:1px solid #b5b5b5;
	vertical-align:top;
	width:170px;
	}


table.entryForm td {
	border-bottom:1px solid #b5b5b5;
	padding:10px;
	}

table.entryForm td span {
	line-height:1.8em;}
	

.BtnArea input.confirm{
    width:305px;
    height:75px;
    background: url(/recruit/entry/images/confirm_btn.gif) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:75px;
    overflow:hidden;
    display: block;
}

.BtnArea {
	width:500px;
	margin:0 auto;
	height:150px;}

.BtnArea p.return {
		float:left;
	margin-top:11px;
	width:224px;
}

.BtnArea p.return input{
    width:224px;
    height:64px;
    background: url(/recruit/entry/images/return_btn.gif) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:64px;
    overflow:hidden;
    display: block;
}

.BtnArea p.submit {
	width:265px;float:right;
	}


.BtnArea p.submit input{
    width:265px;
    height:75px;
    background: url(/recruit/entry/images/submit_btn.gif) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:75px;
    overflow:hidden;
    display: block;
}




.w50 {
	width:50px;
	}
.w80 {
	width:80px;
	}

.w140 {
	width:140px;
	}


.w200 {
	width:200px;
	}

.w380 {
	width:380px;
	}
	
.error {
	color:red;
	}
	
.attention{
	border:1px solid #666;
	padding:10px;
	margin-bottom:15px;
	}