@charset "utf-8";
/* CSS Document */

/*=================================
index.html
===================================*/
.font_bigger {
	font-size: 16px;
}
.rec_top_info h2{
	font-size: 120%;
	font-weight: bold;
	border-bottom: double 6px #009245;
}

.rec_top_info p {
	line-height: 1.5;
	margin-top: 1em;
}
.rec_info h2 {
	font-weight: bold;
}
.rec_info p {
	width: 680px;
	line-height: 1.5;
}

/*募集職種羅列の句点を制御*/
.rec_info ul li {
	display: inline-block;
	margin-bottom: 0.3em;
}
.rec_info ul li::after {
	content: "、";
}
.rec_info ul li:last-child::after {
	content: none;
}

.rec_info {
	margin-top: 1.8em;
}
.list_link_space li{
	padding-bottom: .5em;
}
.rec_info h2 {
	font-size: 110%;
	color: #009245;
	border-left: solid 6px #009245;
	padding-left: .75em;
	margin-bottom: .5em;
}
.rec_info ul {
    padding-left: 0;
}
.contact {
	margin-top: 50px;
	margin-bottom: 30px;
}

.contact dt {
	font-size: 120%;
	font-weight: bold;
	color: #009245;
	border-left: solid 6px #009245;
	padding-left: .75em;
	margin-bottom: .5em;
}

/*休暇アナウンス用*/
.holiday_announce {
	margin-top: 10px;
	margin-bottom: 10px;
}
.holiday_announce p {
	font-weight: bolder;
}
	

/*▼ナビゲーションで使用。*/
.nav-re {
	height: auto;
	width: 200px;
	margin-top: 30px;
	float: left;
}
.nav-re dl {
	margin-bottom: 10px;
}
.nav-re dt {
	border-bottom: #006837 solid 2px;
}

.nav-re li {
	line-height: 1.8;
}
.nav-re li::before {
	content: url(../../img/sankaku.gif);
	padding-right: 3px;
}


/*▼右コンテンツ*/
.contents-right {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
}

.contents-right dl {
	margin-bottom: 20px;
}

.contents-right dt {
	font-size: 120%;
	font-weight: bold;
	border-bottom: #009245 solid 2px;
	color: #009245;
}

.contents-right dd {
	line-height: 1.8;
}

.contents-right dd > dl dt {
	font-size: 100%;
	font-weight: bold;
	border-bottom: none;
	color: #333;
}

.working_hours table{
    width: 400px;
    margin: 10px;
}
.working_hours th {
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    text-align: center;
}
.working_hours td {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    padding: 3px;
    text-align: center;
}
.working_hours tr>td:first-child {
    text-align: left;
}
.working_hours tr:nth-child(odd){
    background: whitesmoke;
}

.working_hours ol {
	counter-reset: timeList;
}
.working_hours ol li {
	padding-left: 35px;
	text-indent: -35px;
}
.working_hours ol li::before {
	counter-increment: timeList;
	content: counter(timeList);
	display: inline-block;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-indent: 0;
	background: #009245;
	border-radius: 100%;
}


/*▼採用エントリーリンクボタン*/
.button {
	display: block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color:#009245;
	border: 2px solid #009245;
	border-radius: 4px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button,
.button::before,
.button::after {
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #009245;
	color: #009245;
}
.button a {
	color: #fff;
	display: block;
	box-sizing: border-box;
}
.button a:link,
.button a:visited {
	color: #fff;
}

.button a:hover,
.button a:active {
	color: #009245;
}


/* ▼採用エントリーフォーム (tein_5.css継承)*/
.formstyle {
   
  border: solid 1px  #0070EB;
  background-color: #FFF;
}

.form_h { padding: 5px 0px 5px 5px;}
.form_ex { color: #999;}


.dist_country { font-size:18px; color:#FFFFFF; line-height:20px; font-weight:bold;}
.owabi { font-size:24px; color:#FF0000; font-weight:bold; line-height:25px;}

/*▼受付は行っておりませんのページ*/
.no_reception {
	width:300px;
	height:480px;
	background:url(/img/ayamari_pachi.gif) no-repeat center; 
	text-align:center;
	margin-left:255px;
	margin-top:30px;
	padding-top:30px;
}
