  @charset "utf-8";
/* ----会社情報 common---- */

/* ----メインメニュー---- */

#gNav li:nth-last-child(2) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-last-child(2) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 2px) 100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* ----ヘッダー メニュー---- */

.orgBar {
	border-bottom: 4px solid #f19716;
}

/* ----h1イメージ---- */

#recruit #tit {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/h1_image.jpg);
}

/* ----h2ヘッダー---- */

.type1 {
	margin-top: 64px !important;
}

/* ----タブ(ニュース一覧?詳細用)---- */

#tab {
	width: 100%;
	height: 71px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

#tab div {
	width: 980px;
	margin: 0px auto;
}

#tab div ul {
	float: left;
	width: 604px;
	margin-top: 39px;
	list-style: none;
}

#tab div ul li {
	float: left;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	cursor: pointer;
}

#tab div ul li a {
	display: block;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	color: #000;
}

.select {												/* タブの選択されている項目の背景を変更 */
	background-color:#11357b;
	color: #fff !important;
}

#tab div #rss {
	float: right;
	font-size: 11px;
	color: #444;
	margin-top: 52px;
}

#tab div #rss:before {
    font-family: 'FontAwesome';
    content: "\f09e";									/* FontAwesomeフォントコード */
    margin-right: 10px;									/* アイコンと要素の空き調整 */
	color: #ffa800;
}


/* ----wrap---- */

#wrap {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

#wrap #main {
	float: left;
	width: 720px;
	padding-right: 39px;
	border-right: 1px solid #ededed;
}

#wrap #sub {
	float: right;
	width: 219px;
	min-height: 162px;
}


/* ----sub---- */

#wrap #sub ul {
	list-style: none;
	margin: 0px;
	margin-top: 62px;
	padding: 0px;
}

#wrap #sub ul li {
	width: 219px;
	height: 50px;
	margin-left: 1px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

#wrap #sub ul li:last-child {
	border-bottom: 1px solid #ededed;
}

#wrap #sub ul li a {
	display: block;
	text-decoration: none;
	line-height: 48px;
	width: 197px;
	height: 48px;
	margin: 1px 0px 1px 1px;
	padding: 0px;
	padding-left: 22px;
	color: #333;
}

#wrap #sub #sub_second {
	/*height: 327px !important;*/
  height: auto;
}

#wrap #sub #sub_second ul {
	margin: 0px 0px 0px 1px !important;
	padding: 0px !important;
	background-color: #ededed;
	border-top: 1px solid #ededed;
}

#wrap #sub #sub_second ul li {
	height: auto !important;
	width: 199px !important;
	margin: 0px 0px 0px 20px !important;
	padding: 1px 0;
	border: none !important;
	border-bottom: 1px dashed #ededed !important;
}

#wrap #sub #sub_second ul li:last-child {
	border-bottom: none !important;
}

#wrap #sub #sub_second ul li a {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 52px !important;
	width: 188px !important;
	height: 52px !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
}

#wrap #sub #sub_second ul li:first-child {
	border-top: none !important;
}

#wrap #sub #sub_second .subSecondCurrent {
	background-color: #fcead0;
}

.current {
	vertical-align: middle;
	background-color: #ededed;
	background-image: url(/wp/wp-content/themes/ios/common/img/cpr_current.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 3px 22px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#wrap {
		width: 100%;
	}
	#wrap #sub {
		min-height: auto;
	}
	#wrap #main {
		width: 100%;
		padding-right: 10px;
	}
	.type1 {
		margin-top: 20px!important;
	}
	#recruit #tit {
		background-position: 25%;
	}
	#recruit #sub {
		width: 100%;
		text-align: center;
	}
	#recruit #sub #sub_second ul {
		display: none;
	}
	#recruit #sub ul li a {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: 0;
	}
	#recruit #sub ul li {
		width: 100%;
		height: 40px;
		margin-left: 0;
		border-top: 1px solid #ededed;
	}
	#recruit #sub ul {
		margin-top: 0;
	}
	#recruit #sub ul li:last-child {
		border-bottom: 1px solid #f19716;
	}
	#recruit #sub ul li:first-child a {
		margin-top:0;
	}
	.current {
		background-image: none;
	}
	#tab {
		border-bottom:0;
		overflow: hidden;
		height:auto;
		margin-bottom: 15px;
	}
	#tab div ul{
		width: 100%;
		margin-top: 20px;	
	}
	#tab div ul li {
		width: 33%;
		box-sizing: border-box;
		border: #e5e5e5 1px solid;
    border-left: 0;
		line-height: 40px;
		height: 40px;
	}
	#tab div ul li:last-child {
		width: 34%;
		border-right: 0;
	}
	#tab div ul li a {
		width: 100%;
		height: auto;
		line-height: 40px;
	}
	#tab div {
		width: 100%;
	}
}