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

 ■採用情報ページのCSS

******************************************************************************/


/*ナビゲーションの現在地*/
.nav5 {
	position: relative;
	display: inline-block;
	outline: medium none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	font-size:1.05em;
	height: 50px;

}
.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0E08F;
	padding-right: 11px;
	padding-left:11px;
}

/*メインビジュアル　背景画像　リクルート用*/
.main_visual {
	background-image: url(../img/back02_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: 100% auto;
}

/*募集要項*/

.content_area1 {
    background-image: url("../img/affiliated_back.jpg");
    background-repeat: repeat;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0px;
    border-bottom: solid 2px #fff;
}

.content_area1_inner{
	width: 1240px;
	height: 1580px;
	/* height: 1120px; */
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.recruit{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}
.recruit_title {
	background-image: url(../img/recruit_title2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 60px;
	width: 1024px;
	text-indent: -9999px;
	margin: 1.5em auto;
	border-bottom: solid 1px #EEE;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}


.recruit_sub_title {
	text-align: left;
	height: 30px;
	width: 1024px;
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	padding-left: 10px;
	font-weight:normal;
}
.recruit_sub_title .fa.fa-asterisk {
    color: #B8E0F9;
    margin-right: 0.4em;
    font-size: 120%;
}
.note {
	font-size: 0.8em;
}

.recruit_btn {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}


/*テーブル*/
.tbl01 thead th {
    text-align: center;
    vertical-align: middle;
    background-color:#F3F4FB;
    color: #444;
    font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
}


/*------------------------------------------------------------------------------
 ページ内リンク 
------------------------------------------------------------------------------*/
ul.in-place-nav
{
	margin: 5em 0 3em;
	text-align: center;
}

ul.in-place-nav > li
{
	display: inline-block;
	border-right: 1px solid #999;
}
ul.in-place-nav > li:first-child
{
	border-left: 1px solid #999;
}
ul.in-place-nav > li > a
{
	display: block;
	text-decoration: none;
	padding: .2em 1.5em;
	font-weight: bold;
}
ul.in-place-nav > li > a:hover
{
	text-decoration: underline;
}