@charset "utf-8";
/*=============================================================
boxStaff
=============================================================*/
.boxStaff {
	margin-top:-110px;
}
.boxStaffInner {
	padding-top:110px;
	padding-bottom:20px;
}
#staffArea .boxStaff .boxStaffInner h3.surcle {
	margin-bottom:20px;
}
.boxStaffPhoto {
	float:left;
	width:200px;
}
.boxStaffTxt {
	float:left;
	width:520px;
}
.boxStaffTxt h4 {
	padding:0px 16px;
	font-size:30px;
	font-weight:normal;
}
.boxStaffTxt h4 small{
	font-size:14px;
	color:#00a3d9;
	line-height:14px;
}
.boxStaffTxt ul{
	margin-top:10px;
	padding:10px 16px;
	border-top:1px solid #CCC;
	line-height:1.5;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUBLET
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:960px) {
/*=============================================================
LM
=============================================================*/
#localMenu {
	width:auto;
	display:block;
	margin:10px -10px 0;
}
#localMenu dl {
	display:none;
}
#localMenu dl#runner,
#localMenu dl#staff {
	margin-top: 0px;
	display:block;
}
#localMenu dl#runner dt,
#localMenu dl#staff dt,
#localMenu dl#staff ul li{
	display:none;
}
#localMenu dl ul li#lmStaff {
	display:block;
}
#localMenu dd {
	background-color: #fdf2f4;
}
#localMenu dd ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#localMenu dd li {
	float:left;
	width:33.3333%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;	
}
#localMenu dd li:nth-child(3n) {
	border-right:none;
}
#localMenu dd li a {
	display: block;
	padding: 0px 10px 0px 23px;
	font-size: 12px;
	line-height: 36px;
	background: url(../../common/img/arw_red.png) no-repeat 10px center;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
}
#bnrMenu {
	display:none;
}
/*=============================================================
boxStaff
=============================================================*/
.boxStaffPhoto {
	float:left;
	width:25%;
}
.boxStaffPhoto img {
	width:100%;
	height:auto;
}
.boxStaffTxt {
	float:left;
	width:75%;
}


}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 640px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:640px) {
/*=============================================================
boxStaff
=============================================================*/
.boxStaffPhoto {
	float:none;
	width:100%;
}
.boxStaffPhoto img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.boxStaffTxt {
	float:none;
	width:100%;
	padding-top:10px;
}
.boxStaffTxt h4 {
	padding:0px;
	font-size:25px;
}
.boxStaffTxt h4 small{
	font-size:10px;
}
.boxStaffTxt ul{
	padding:10px 0px;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 480px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:480px) {
}
