@charset "utf-8";
@import url("/sc/common_hokkaido/css/import.css");
/* ===================================================================
CSS information

 file name  :campaign.css
 style info :campaignページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	ページ内ナビ
----------------------------------------------------------- */
ul.pageNavi {
	margin:5px 0;
}

ul.pageNavi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

ul.pageNavi li {
	float:left;
}


/* -----------------------------------------------------------
	採用情報(ファッション)
----------------------------------------------------------- */
.recruit_info {
	width:523px;
	background:url(../img/recruit/bg_recruit.gif) repeat-y 0% 0%;
}
.info_header {
	color:#fff;
	width:470px;
	padding:12px 38px 12px 15px;
}

.info_header h3 {
	float:left;
	width:250px;
}

.info_header p.time {
	float:right;
	width:180px;
	text-align:right;
}

.info_header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.recruitBottom {
	height:8px;
	background:url(../img/recruit/bg_recruitBottom.gif) no-repeat 0% 100%;
	margin-bottom:10px;
}


/*----------- ファッション -----------*/
.fashion .info_header {
	background:#4e3a8e url(../img/recruit/bg_fashionTop.gif) no-repeat 0% 0%;
}

/*-------------- グッズ --------------*/
.goods .info_header {
	background:#c28e00 url(../img/recruit/bg_goodsTop.gif) no-repeat 0% 0%;
}

/*-------------- フード --------------*/
.food .info_header {
	background:#a02865 url(../img/recruit/bg_foodTop.gif) no-repeat 0% 0%;
}

/*------------- サービス--------------*/
.service .info_header {
	background:#578116 url(../img/recruit/bg_serviceTop.gif) no-repeat 0% 0%;
}




/*	募集要項 
-----------------------------------------------------------*/
.application {
	clear:both;
	padding:15px 30px 15px 30px;
}

.application table th {
	width:110px;
	padding:0 0 1em 10px;
	font-weight:normal;
	vertical-align:top;
	background:url(../img/recruit/bg_border.gif) no-repeat 0% 5px;
}

.application table td {
	padding-bottom:1em;
}

