#page_title {
	background: url('../images/recruit/h2.jpg') no-repeat top center;
}
#contents h3 {
	background: url('../images/common/h3_5.png') no-repeat center;
}

#contents section h4 {
	font-size: 20px;
	text-align: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fceeff+100&0+0,1+61 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(253, 245, 255, 1) 61%, rgba(252, 238, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(253, 245, 255, 1) 61%, rgba(252, 238, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(253, 245, 255, 1) 61%, rgba(252, 238, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fceeff', GradientType=1);
	/* IE6-9 */
	padding: 3px 10px;
	line-height: 1.5em !important;
	font-weight: normal;
}

#contents section h4 .yakushoku {
	font-size: 13px !important;
}

#contents section h5 {
	color: #c27cce;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px 0;
}

#staff_nav {
	display: flex;
	flex-wrap: wrap;
	padding: 0 25px 20px;
}

#staff_nav dl {
	width: calc(100% / 2 - 120px);
	margin: 0 60px 20px;
	border: 1px solid #c27cce;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

#staff_nav dt img {
	width: 100%;
	height: auto;
	max-width: none !important;
	display: block;
}

#staff_nav dd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #fff;
	z-index: 999;
}

#staff_nav dd a {
	color: #95639e;
	display: block;
	text-decoration: none;
}

.staff_main {
	text-align: center;
	padding: 0 0 20px 0;
}
.staff_main img{
width:100%;
height:auto;
}

.staff dl {
	border-left: 5px solid #f0cdf6;
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
}

.staff dt {
	font-size: 20px;
	color: #d83a4d;
}

