  @charset "utf-8";
/* ----採用情報 - ニュース詳細---- */

/* ----パンくず---- */

#breadcrumb li:last-child {
	width: auto;
}

#breadcrumb li:last-child a {
	width: auto;
}


/* ----本文---- */
#singleWrap p{
    margin-bottom:1.5em;
}

#wrap #main {
	border-right: 1px solid #e5e5e5;
}

#main h2 {
	font-size: 18px !important;
	line-height: 180%;
	margin: 40px 0px 8px 0px !important;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

#main div {
	margin: 0px;
	padding: 0px;
}

/*#main div p {
	float: left;


#main div div {
	float: right;
	margin-bottom: 40px;
}}*/

#main p {
	clear: both;
	line-height: 200%;
}

.addthis_sharing_toolbox {
	float: right;
	/*width: 90px;
	height: 18px;*/
}

.bottom {
	clear: both;
	margin-bottom: 80px !important;
}

.infoDate{
    float:left;
	margin-bottom: 40px;
}

/* ----sub---- */

#wrap #sub ul {
	margin: 0px 0px 0px -1px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#recruit {
		position: relative;
	}
	#main h2 {
		margin-top: 0!important;
    line-height: 130%;
	}
	#main p {
		line-height: 150%;
	}
	#singleWrap p {
		margin-bottom: 20px;
	}
	#recruit #sub.news-sub {
    height: 35px;/*メニューの縦幅*/
    background-color: #fff;/*メニューの背景色*/
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		position: absolute;
    top: 138px;
	}
	#recruit #sub.news-sub ul {
	list-style-type: none;
    width: 450px;/*メニューの横幅*/
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
		display: block!important;
	}
	#recruit #sub.news-sub li {
    float: left;
    height: 100%;
	  width: 150px;
		background-color: #f2f2f2;
		border-right: 1px solid #ddd;
		box-sizing: border-box;
	}
	#recruit #sub.news-sub a {
    display: block;
    height: 100%;
    color: #333;/*文字色*/
    text-decoration: none;
    line-height: 35px;/*メニューの縦幅*/
		font-size: 12px;
	}
	#recruit #sub.news-sub .current {
	  background-color: #fff;
		border-bottom: 2px solid #f19716;
	}
	#recruit #sub.news-sub ul li:last-child {
		border-bottom: 0;
		border-right: 0;
	}
		#tab {
		    margin-bottom: 70px;
	}
	#main #atstbx2 {
		margin-top: 20px;
	}
	.bottom{
		margin-bottom:40px!important;
	}
	.infoDate {	
		margin-bottom: 20px;
	}
	.addthis_sharing_toolbox {
	 margin-top: -40px!important;
	}
}


