@charset "utf-8";
.subPage {
	background: url(../img/common/bg3.gif) repeat left top;
}

.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}

.fwn {font-weight: normal;}
.fwb {font-weight: bold;}

.mb0 {margin-bottom: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
/* staffBox -------------------------------- */
.staffBox {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
.staffBox_text {
	margin: 30px 0 50px;
	font-size: 20px;
	line-height: 2em;
}
.staffBox_title {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 30px;
}
.staffBox_title span {
	display: block;
	margin: 0 0 10px;
}
.staff {
}
.staff li {
	border: solid 1px #ccc;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 25px;
}
.staff li:last-child {
	margin-bottom: 0;
}
.staff .staff_l {
	float: left;
	width: 30%;
}
.staff .staff_r {
	float: left;
	margin-left: 4%;
	width: 66%;
}
.staff .staff_l .staff_img {
	margin-bottom: 10px;
}
.staff .staff_l .staff_name {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.staff .staff_l .staff_name span.post {
	display: inline-block;
	background: #FFF102;
	margin-bottom: 10px;
	padding: 8px 10px 5px 10px;
	font-size: 15px;
	line-height: 1.4;
	width: 100%;
	vertical-align: text-top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.staff .staff_l .staff_name span.name {
	display: inline-block;
	width: 100%;
}
.staff .staff_r .staff_catch {
	margin-top: 20px;
	margin-left: 3.2em;
	margin-bottom: 5px;
	font-weight: bold;
	text-indent: -3.2em;
}
.staff .staff_r .staff_catch span {
	display: inline-block;
	border: solid 1px #DDDDDD;
	background: #EEEEEE;
	color: #4BB7E4;
	margin-right: 0.5em;
	margin-left: 0;
	padding: 0.3em 0.7em 0.2em;
	font-size: 90%;
	font-weight: normal;
	line-height: 1;
	text-indent: 0;
	vertical-align: top;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.staff .staff_r .staff_catch:first-child {
	margin-top: 0;
}
.staff .staff_r .staff_comment {
	margin-left: 3.2em;
	line-height: 1.9em;
}

/* topSaiyou -------------------------------- */
.topSaiyou {
	background: #fff;
	padding: 42px 0 0;
}
/* All SP & Tablet */
@media screen and (max-width: 1440px) {
	/* staffBox -------------------------------- */
	.staffBox {
    padding: 30px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.staff .staff_l .staff_img img {
		width: 100%;
		max-width: 340px;
		height: auto;
	}
	.staff .staff_l .staff_name span.post {
	}
}
/* All SP & Tablet */
@media screen and (max-width: 1200px) {
	/* topSaiyou -------------------------------- */
	.topSaiyou {
	}
}

/* All SP & Tablet */
@media screen and (max-width: 800px) {
	/* staffBox -------------------------------- */
	.staff .staff_l {
		float: none;
		width: 100%;
		margin: 0 auto 15px;
	}
	.staff .staff_r {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.staff .staff_l .staff_img {
		text-align: center;
	}
	.staff .staff_l .staff_name span.post {
		max-width: 340px;
	}
}

/* All SP */
@media screen and (max-width: 639px) {
	/* staffBox -------------------------------- */
	.staffBox {
		padding: 20px 3%;
	}
	.staffBox_text {
		margin: 40px 0 50px;
		font-size: 15px;
	}
	.staff li {
		border: solid 1px #ccc;
		margin-bottom: 30px;
		padding: 20px 15px;
	}
	.staff .staff_l .staff_name {
		font-size: 17px;
	}
	.staff .staff_l .staff_name span.post {
		font-size: 13px;
	}
	.staff .staff_r .staff_catch {
	}
	.staff .staff_r .staff_comment {
		margin-left: 3.4em;
		font-size: 13px;
	}

	/* topSaiyou -------------------------------- */

	.topSaiyou {
	}
}

/* Portrait */
@media screen and (max-width:479px) {
}
