@charset "utf-8";
/* CSS Document */

.contents_left .human_box {
	text-align:center;
	margin:45px 0;
	padding:0 20px;
}
.contents_left .human_box dl {
	width:360px;
	text-align:left;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
.contents_left .human_box dl.left_dl {
	border:1px solid #019470;
	float:left;
}
.contents_left .human_box dl.right_dl {
	border:1px solid #940101;
	float:right;
}
.contents_left .human_box dl dt {
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding:10px 0;
	font-size:114.2%;/*16px*/
}
.contents_left .human_box dl.left_dl dt {
	background:#007964;
}
.contents_left .human_box dl.right_dl dt {
	background:#790000;
}
.contents_left .human_box dl dd {
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	padding:15px;
}

.contents_left .recruit_table {
	border-collapse:collapse;
	width:100%;
}
.contents_left .recruit_table th {
	text-align:left;
	border:1px solid #CCC;
	padding:10px;
	width:20%;
	background:#f1f1f1;
}
.contents_left .recruit_table td {
	padding:10px;
	border:1px solid #CCC;
}

/*staff*/
.contents_left .staff_list {
	text-align:center;
}
.contents_left .staff_list dl {
	display:inline-block;
	margin:0 20px;
}
.contents_left .staff_list dl dt {
	margin:0 0 10px;
}
.contents_left .staff_box .staff_name {
	font-size:128.5%;/*18px*/
	border-bottom:1px dotted #333;
	margin:0 0 30px;
	padding:0 0 5px;
	text-align:right;
}
.contents_left .staff_box .staff_name span {
	font-size:76.4%;/*13px*/
	margin:0 0 0 20px;
}
.contents_left .staff_box .staff_img {
	float:right;
	margin:0 0 20px 30px;
}
.contents_left .staff_box .catch {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:200%;/*26px*/
	margin:95px 0 0;
}
.contents_left .staff_box h4 {
	font-size:114.2%;/*16px*/
	margin:0 0 20px;
	background:#003379;
	color:#FFF;
	border-radius: 12px;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
	padding:2px 0;
	width:280px;
	text-align:center;
}
.contents_left .staff_box .article_box {
	margin:30px 0 0;
}
.contents_left .staff_box .article {
	margin:0 0 35px;
	line-height:1.75;
}

/*woman*/
.contents_left .woman_img {
	float:right;
	margin:0 0 20px 40px;
}

@media screen and (min-width: 0px) and (max-width: 1115px) {
.contents_left .staff_list dl {
	width:25%;
	vertical-align:top;
	margin:0 15px;
}
}
@media screen and (min-width: 0px) and (max-width: 1080px) {
.contents_left .human_box dl {
	width:45%;
}
}
@media screen and (min-width: 0px) and (max-width: 1040px) {
.contents_left .staff_box .staff_img {
	float:none;
	text-align:center;
	margin:0 0 0;
}
.contents_left .staff_box .catch {
	margin:40px 0 50px;
}
.contents_left .staff_box .catch br {
	display:none;
}
.contents_left .staff_box h4 {
	margin:0 auto 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 840px) {
.contents_left .human_box dl dt {
	font-size:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
.contents_left .staff_box h4 {
	width:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.contents_left .human_box {
	padding:0;
}
.contents_left .human_box dl {
	width:100%;
	float:none;
	margin:0 0 20px;
}
.contents_left .recruit_table {
	border:1px solid #CCC;
	border-top:none;
}
.contents_left .recruit_table th {
	text-align:center;
	width:100%;
	display:block;
	border-right:none;
	border-left:none;
}
.contents_left .recruit_table td {
	width:100%;
	display:block;
	border:none;
}
.contents_left .woman_img {
	float:none;
	text-align:center;
	margin:0 0 20px 0;
}
}
@media screen and (min-width: 0px) and (max-width: 545px) {
.contents_left .staff_list dl {
	display:block;
	width:100%;
	margin:0 0 30px;
}
}