@charset "utf-8";
.bk{
	color: #000;
}
.mr9{
	margin-right: 9px;
}
.mr18{
	margin-right: 18px;
}

#side,
#main{
	padding-top: 37px;
}
.en{
	ime-mode: inactive;
}

/* side */
#side{
	width: 297px;
	float: left;
	overflow: hidden;
}
#side ul{
	width: 225px;
	margin: 0 auto;
}
#side li{
	height: 60px;
	margin-bottom: 14px;
}



/* main */
#main{
	width: 603px;
	border-left: 1px solid #4ba482;
	padding-left: 37px;
	padding-right: 37px;
	padding-bottom: 50px;
	float: right;
	overflow: hidden;
}
#main h3{
	margin-bottom: 27px;
}

#main h3.offer_ttl{
	margin-bottom: 16px;
	position: relative;
}
#main h3.offer_ttl img.none{
	position: absolute;
	left: 185px;
	top: 0px;
}
#main p.offer_ttl{
	margin-bottom: 19px;
}



/* 募集要項 */
table.points{
	width: 100%;
	border: 1px solid #999899;
	margin-bottom: 54px;
}
table.points th{
	width: 158px;
	font-size: 16px;
	line-height: 1.33em;
	color: #fff;
	background-color: #999899;
	border-bottom: 1px solid #fff;
}
table.points td{
	padding: 20px 23px;
	line-height: 1.75em;
	border-bottom: 1px solid #999899;
}
table.points tr.lst th,
table.points tr.lst td{
	border-bottom: none;
}


/* 応募フォーム */
table.offer{
	width: 100%;
	color: #4c9d7e;
	font-size: 14px;
}
table.offer tr.grn{
	background-color: #e9f0eb;
}
table.offer th{
	width: 205px;
	padding-left: 31px;
	text-align: left;
}
table.offer th span{
	float: right;
	color: #da5424;
}
table.offer td{
	padding: 20px 0;
	padding-left: 50px;
	line-height: 1.9em;
}
table.offer input[type=text]{
	height: 1.8em;
}
table.offer input[type=radio],
table.offer input[type=checkbox],
table.offer input[type=text]{
	margin-right: 4px;
}
table.offer input[type=text]{
	width: 90%;
}
table.offer span.sml{
	color: #000;
	font-size: 12px;
}
table.offer tr.addr img{
	margin-bottom: 10px;
}
table.offer .tal td{
	padding-left: 31px;
}
table.offer .btn td{
	padding-left: 0px;
	text-align: center;	
}
table.offer input.zip{
	width: 4.5em;
}
table.offer tr.phone input[type=text]{
	width: 1.5em;
}
table.offer textarea{
	font-size: 14px;
	width: 90%;
	height: 10em;
}



/* 応募フォーム CGI */
p.txt_grn{
	color: #4c9d7e;
}

table.preview td{
	color: #000;
}
/*table.preview tr.btn input[type=image]{
	margin-bottom: 0;
}*/