@charset "UTF-8";

/*
	www.tv-hokkaido.co.jp
	■ /company/recruit/css/index.css
	MarkUp -> Itoseiko:)
	LAST UPDATE
	- 2017.02.16 製作開始 (Itoseiko - MASAYUKI TAKAHASHI)
----------------------------------------------------------------------*/

#recruitWrapperBlock h5 { margin-top: 75px; text-align: center; }

#recruitWrapperBlock h5 img.pc{display:inline-block;}

.headerRecTop {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
.headerRecTop + .headerRecTop { margin: 35px 0 0; }

#recruitHeader + .headerRecTop { margin: 50px 0 0; }

.newsList { margin: 30px 0 0;}
.newsList > li {
	border-color: #b0b0b0;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	padding: 17px 30px;
}

.mainvis{
	margin:25px 0 -25px;
}

.newsList > li:not(:first-child) { border-top: none; }
.newsList > li > span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
.newsList > li > span.newsDate {
	color: #019944;
	font-weight: bold;
	line-height: 1.005em;
	margin-right: 26px;
	width: 70px;
}
.newsList > li > span.newsText { line-height: 24px; }
.newsList > li > span.newsCat {
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	text-align: center;
	width: 95px;
}
.cat001 { background-color: #707070; }
.cat002 { background-color: #009a45; }


#recTopMember { margin: 30px 0 0; position: relative; }
#recTopMember > p {
	bottom: 25px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#recTopMember > ul > li { float: left; }

#recTopFooter { padding-bottom: 100px; }
#recTopFooter > div { width: 364px; }
#recTopFooter > div:first-child { float: left; }
#recTopFooter > div:last-child { float: right; }
#recTopFooter > div > div {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 364px 332px;
	box-sizing: border-box;
	height: 332px;
	margin: 30px 0 0;
}

#recContact {
	background-image: url(../images/top/contact_bg.jpg);
	font-weight: bold;
	padding: 45px 40px 0;
}
#recContact > address {
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
}
#recContact > ul { margin: 25px 0 0;}
#recContact > ul > li {
	border: #FFFFFF solid 2px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: bold;
	height: 70px;
	text-align: center;
}
#recContact > ul > li:not(:first-child) { margin: 10px 0 0; }
#recContact > ul > li:before,
#recContact > ul > li:after,
#recContact > ul > li > span { display: inline-block; vertical-align: middle;}
#recContact > ul > li:before,
#recContact > ul > li:after { content: '';}
#recContact > ul > li:before { background-repeat: no-repeat; background-position: 0 0;}
#recContact > ul > li:first-child:before {
	background-image: url(../images/top/icon_tel.png);
	background-size: 26px 26px;
	height: 26px;
	margin: 0 15px 0 0;
	width: 26px;
}
#recContact > ul > li:after { height: 100%; width: 1px; }
#recContact > ul > li:first-child { font-size: 27px; }
#recContact > ul > li:last-child:before {
	background-image: url(../images/top/icon_mail.png);
	background-size: 26px 21px;
	height: 21px;
	margin: 0 13px 0 0;
	width: 26px;
}
#recContact > ul > li:last-child { font-size: 17px; }


#recInfo {
	background-image: url(../images/top/info_bg.jpg);
	text-align: center;
}
#recInfo:after,
#recInfo > p { display: inline-block; vertical-align: middle; }
#recInfo:after {
	content: '';
	height: 100%;
	width: 1px;
}
#recInfo > p {
	color: #fff100;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.005em;
}
.btnRollOverWhite > span.sp{display:none;}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#recContact { background-image: url(../images/top/contact_bg@2x.jpg);}
	#recInfo { background-image: url(../images/top/info_bg@2x.jpg);}
	#recContact > ul > li:first-child:before { background-image: url(../images/top/icon_tel@2x.png);}
	#recContact > ul > li:last-child:before { background-image: url(../images/top/icon_mail@2x.png);}
}


