  @charset "utf-8";
/* ----採用情報 - 社員の声---- */

.displayOff {
    display: none;
}

a { 
    outline: none;
}

/* --- タブボタン --- */
.btnTab {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.btnTab li {
    font-size: 16px;
    float: left;
    width: 50%;
    height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    line-height: 50px;
    cursor: pointer;
}

.btnTab li.select {
    background-color: #f19716;
    color: #fff;
}

/* ----社員の声　サムネイル---- */

#main div {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_diagonal.gif);
	background-repeat: repeat;
}

.itvMenu {
	width: 720px;
}

.member{
    display: none;
}

.member.displayOn {
    display: block;
}

.staff {
	float: left;
	position: relative;
	display: inline;
	text-align: center;
	width: 240px;
	height: 317px;
	padding: 18px 0px 0px 0px;
	background-color: rgba(255,255,255,1.0);
	cursor: pointer;
}

.staff div {
	background-image: none !important;
}

.staff div span {
	margin-bottom: -40px;
}

.staff:hover div span {
	font-weight: bold;
	color: #000;
}

.staff div h3 {
	position: relative;
	top: -15px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 140%;
	text-align: left;
	margin: 0 30px;
	padding: 0px;
    color: #000;
}

#next {
	cursor: auto;
}

#next h3 {
	top: 15px;
	left: 45px;
}

.itvMenu ul li div p:nth-child(4) {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-align: left;
	margin: 0px 30px 15px;
	color: #666;
}

.itvMenu ul li div span {
	position: absolute;
	display: block;
	bottom: 50px;
	margin-left: 104px;
	color: #c1c1c1;
}

.type {
	position: relative;
	top: -40px;
	left: 24px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	width: 160px;
	height: 20px;  
	color: #fff;
}

.type.pink {
	background-color: #f28491;
}

.type.green {
	background-color: #53c57e;
}

.type.blue {
	background-color: #5a83cc;
}

/* ----社員の声　詳細ページ---- */

.detail {
	clear: both;
	/*display: none;*/
	max-width: 720px;
	padding-top: 40px;
    /*padding-right: 15px;*/
    height: 80%;
    overflow: auto;
    text-align: left;
}

#stfDetail4,
#stfDetail5,
#stfDetail6 {
	margin-bottom: 80px;
}

.detail h3 {
	font-size: 20px;
	letter-spacing: 2px;
	/*width: 660px;*/
	margin: 0px auto 44px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.detail dl dt {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 25px 10px;
	border-left: 2px solid rgba(68, 112, 189, 0.3);
	color: #4470bd;
}

.detail dl dd {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px 0px 42px 0px;
	padding-left: 10px;
	border-left: 2px solid rgba(68, 112, 189, 0.3);
}
.detail dl dd span {
	font-size: 12px;
}

.detail img {
	float: right;
	margin: 0px 0px 0px 15px;
}

.detail div {
	clear: both;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}

.close {
    display: block;
    height: 50px;
    background-color: #a7bbc5;
    color: #fff;
    bottom: 20px;
    width: 100%;
    font-size: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

/* ----社員の声　モーダルカスタマイズ---- */

#cboxLoadedContent {
    margin-bottom: 60px;
}

#cboxClose {
    /*display: none;*/
    background: none;
	height: 50px;
	background-color: #a7bbc5;
	color: #fff;
/*    position: fixed;*/
    text-indent: 0;
    font-size: 24px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main div {
		background: none;
	}
	.btnTab li {
		height: 40px;
		line-height: 40px;
	}
	#up {
		width: 100%;
		overflow: hidden;
	}
	.itvMenu {
		width: 100%;
	}
	.member {
		margin-bottom: 40px;
	}
	.staff {
		width: 50%;
		box-sizing: border-box;
		height: auto;
		padding-top: 30px;
	}
	.staff:first-child,
	.staff:nth-child(2) {
		padding-top: 0;
	}
	.staff img {
		width: 100%;
		height: auto;
	}
	.staff div h3 {
		margin-left: 0;
		min-height: 60px;
	}
	.itvMenu ul li div p:nth-child(4) {
		margin: -10px 0 0 ;
		letter-spacing: 0;
	}
	.staff:nth-child(odd) {
		padding-right: 5px;
	}
	.staff:nth-child(even) {
		padding-left: 5px;
	}
	.type {
		width: 100%;
		left: 0;
		top: -20px;    
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1;
		height: auto;
		font-weight: bold;
	}
	.detail {
		text-align: center;
	}
	.detail h3,
	.detail dl dt,
	.detail dl dd {
		text-align: left;
	}
	.detail h3 {
		margin-bottom: 20px;
	}
	.detail img {
		float: none;
		margin: 0;
		margin-bottom: 20px;
		width: 80%;
    height: auto;
	}
	.detail dl dt {
		padding: 0px 0px 10px 10px;
		line-height: 120%;
	}
	.detail dl dd {
		margin-bottom: 40px;
		line-height: 140%;
	}
}
