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

/* 社員・社風紹介ページ設定 */

#contents #title h1 {
	background-image: url(../img/staff/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f0c0";
}
#contents #contents_menu li:nth-child(3) a h6 {
	color: #FFF;
	background-color: #016bba;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #staff {
	padding:60px 0px;
}
#contents #staff h4 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 12px;
	padding-bottom:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016BBA;
}
#contents #staff h4 small {
	font-weight: normal;
	padding-right:1em;
}

/* 先輩からのメッセージ */
#contents #staff #voice {}
#contents #staff #voice dl {
	margin-bottom:30px;
	border: 1px solid #CCC;
	padding: 30px;
}
#contents #staff #voice dt {
	width:16%;
	float:left;
}
#contents #staff #voice dt img {
	width:100%;
}
#contents #staff #voice dd {
	margin-left:20%;
}

/* レクリエーション */
#contents #staff #recreation {}
#contents #staff #recreation dl {
	margin-bottom:30px;
}
#contents #staff #recreation dt {
	width:65%;
	float:right;
}
#contents #staff #recreation dd {
	width:30%;
	float:left;
}
#contents #staff #recreation dd img {
	width:100%;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#contents #staff {
	padding:20px 0px;
	padding-top:0px;
}
#contents #staff h4 {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016BBA;
}
#contents #staff h4 small {
	font-weight: normal;
}

/* 先輩からのメッセージ */
#contents #staff #voice {}
#contents #staff #voice dl {
	margin-bottom:15px;
	border: 1px solid #CCC;
	padding: 15px;
}
#contents #staff #voice dt {
	width:35%;
	float:left;
	padding-right:1em;
}
#contents #staff #voice dt img {
	width:100%;
}
#contents #staff #voice dd {
	margin-left:0px;
}

/* レクリエーション */
#contents #staff #recreation {}
#contents #staff #recreation dl {
	margin-bottom:30px;
}
#contents #staff #recreation dd {
	width:80%;
	float:none;
	margin:0px auto;
}
#contents #staff #recreation dd img {
	width:100%;
}
#contents #staff #recreation dt {
	width:auto;
	float:none;
	margin-bottom:20px;
}

}
