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


h2 {
	margin: 14px 0 -5px;
}

.contents_box {
	padding: 13px 11px 0;
}



/* メッセージ
////////////////////////////////////*/

#message .contents_box {
	padding: 0 11px;
}

#message p {
	margin: 31px 0 0;
}

#message .message_idea {
	margin: 25px 0 0;
	text-align: center;
	font-size: 0px;
}


/* 募集要項
////////////////////////////////////*/

#main_point h3 {
	margin: 45px 0 -30px;
}

#main_point h4 {
	font-weight: bold;
	background: url(../common/img/ico_third_title.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
	margin: 30px 0 0;
}

#main_point table {
	width: 668px;
	margin: 8px 0 0;
	border-top: #e1dfd5 solid 1px;
	border-right: #e1dfd5 solid 1px;
}

#main_point th {
	background: url(../common/img/bg_table.gif);
	width: 124px;
	padding: 7px 0 7px 10px;
	border-left: #e1dfd5 solid 1px;
	border-bottom: #e1dfd5 solid 1px;

}

#main_point td {
	padding: 7px 0 7px 18px;
	border-bottom: #e1dfd5 solid 1px;
}

#main_point table p a {
	background: url(../common/img/bg_more_info.gif) no-repeat 0 bottom;
	padding: 0 0 3px 10px;
}

#main_point table p a:hover {
	background: url(../common/img/bg_more_info.gif) no-repeat 0 bottom #d9f3fe;
	padding: 0 0 3px 10px;
}

.works {
	padding: 0 0 0 5px;
	background: url(../recruit/img/ico_list_marker.gif) no-repeat 0 50%;
}


/* 採用ステップ
////////////////////////////////////*/

#step dt {
	font-weight: bold;
}

#step ol {
	overflow: hidden;
}

#step li {
	width: 153px;
	padding: 0 19px 0 0;
	float: left;
	background: url(../recruit/img/bg_step_arrow.gif) no-repeat right 50%;
}

#step .last_step {
	padding: 0;
	background: none;
}



/* 応募方法
////////////////////////////////////*/

#application .contents_box div {
	background: url(../recruit/img/bg_application_bottom.gif) no-repeat 0 bottom;
	padding: 0 0 15px;
	margin: 15px auto 0;
	width: 504px;
}


#application .contents_box div dl {
	overflow: hidden;
	padding: 6px 0 0 9px;
}

#application .contents_box div dt {
	font-weight: bold;
	float: left;
}

#application .contents_box div dt span {
	display: inline-block;
	width: 7em;
}

#application .contents_box div dd {
	padding: 0 0 0 95px;
}

#application .contents_box div dd img {
	padding: 5px 0 0;
}

.application_top {
	background: url(../recruit/img/bg_application_top.gif) no-repeat 0 0;
}