
/* ===========================================
 * staff
=========================================== */

#staffContents{
	 display: -webkit-box; /*Android4.3*/
	  display: -moz-box;    /*Firefox21*/
	  display: -ms-flexbox; /*IE10*/
	  display: -webkit-flex; /*PC-Safari,iOS8.4*/
	  display: flex;
	  flex-wrap: wrap;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#staffContentsEntry{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.staffBox{
	width: 550px;
	padding-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px;
}

.staffBox a{
	transition: all .3s;
}

.staffBox a:hover{
	opacity: 0.7;
}


.staffBox img{
	width: 100%;
}


.staffBoxTitCate {
	font-size: 1.8rem;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cate01{
	color: #b2c864;
}

.cate02{
	color: #eaa142;
}

.cate03{
	color: #60a9db;
}

.cate04{
	color: #a783c1;
}


.staffBoxTit {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
}


@media screen and (max-width:1200px){
	
	#staffContents{
		width: 90%;

	}
	
	#staffContentsEntry{
		width: 90%;
	}
	
	.staffBox{
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
}

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

}


@media screen and (max-width:640px){
	
	.staffBox{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}


/* ===========================================
 * staff-entry
=========================================== */

#staffEntryContentsMain {
	padding-bottom: 60px;
}

#staffEntryImage {
	width: 770px;
	float: left;
}

#staffEntryImage img{
	width: 100%;
}

#staffEntryInfo {
	width: 600px;
	box-sizing: border-box;
	padding: 40px;
	float: right;
	color: #FFF;
	position: relative;
	top: -150px;
	margin-bottom: -150px;
}


.staffEntryInfoBg01 {
	background-color: #b2c864;
}

.staffEntryInfoBg02 {
	background-color: #eaa142;
}

.staffEntryInfoBg03 {
	background-color: #60a9db;
}

.staffEntryInfoBg04 {
	background-color: #a783c1;
}

#staffEntryInfoTit {
	padding-bottom: 30px;
	font-size: 2.8rem;
}

#staffEntryInfoCate {
	font-size: 1.8rem;
}

#staffEntryInfoName {
	font-weight: bold;
	font-size: 3.8rem;
}


#staffEntryData {
	border: 2px #dee7ee solid;
	padding: 30px;
	margin-bottom: 60px;
}


#staffEntryData table{
	width: 100%;
	 border-collapse:collapse;
}

#staffEntryData table tr{
	border-bottom: 30px #FFF solid;
}

#staffEntryData table tr:last-child{
	border-bottom: 0px #FFF solid;
}

#staffEntryData table tr th{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #dee7ee;
	width: 150px;
	box-sizing: border-box;
}


#staffEntryData table tr td{
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
}


.staffEntryRebox {
	width: 100%;
	padding-bottom: 60px;
}


.staffEntryReboxTit {
	border-bottom:2px #dee7ee solid;
	padding-bottom: 15px;
}


.staffEntryReboxTit table tr th{
	width: 80px;
}

.staffEntryReboxTit table tr th span{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	color: #FFF;
	line-height: 72px;
	font-size: 2.8rem;
}

.staffEntryReboxTit table tr td{
	font-weight: bold;
	font-size: 2.6rem;
	padding-left: 15px;
}



.staffEntryReboxBody {
	width: 100%;
	padding-top: 30px;
}

.staffEntryReboxBody img{
	width: 100%;
}

.staffEntryReboxBody p{
	line-height: 1.8;
}


.staffEntryReboxBodyImgleft {
	float: left;
	width: 45%;
}

.staffEntryReboxBodyImgright {
	float: right;
	width: 45%;
}

.staffEntryReboxBodyTxtLeft {
	float: left;
	width: 50%;
}

.staffEntryReboxBodyTxtRight {
	float: right;
	width: 50%;
}



#staffEntryOther {
	width: 1200px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right:auto;
}

#staffEntryOtherTit {
	font-size: 2.6rem;
	padding-bottom: 15px;
	border-bottom:2px #dee7ee solid;
	margin-bottom: 30px;
	text-align: center;
	
}

.staffEntryOtherBox {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.staffEntryOtherBoxImage{
	width: 100%
}

.staffEntryOtherBoxImage img{
	width: 100%
}


.staffEntryOtherBoxCate {
	font-size: 1.8rem;
	padding-top: 20px;
	padding-bottom: 10px;
}

.staffEntryOtherBoxTit {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
}


.staffEntryOtherBoxBtn {
	padding-top: 70px;
	padding-bottom: 60px;
}

.staffEntryOtherBoxBtn a{
	width: 100px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #004ea2;
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
	border: 1px #d8d8d8 solid;
}



@media screen and (max-width:1200px){
	
	
	#staffEntryImage {
		width: 70%;
	}

	#staffEntryImage img{
		width: 100%;
	}

	#staffEntryInfo {
		width: 50%;
	}
	
	#staffEntryOther {
		width: 90%;
	}

	
}

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

}


@media screen and (max-width:640px){
	
	
	#staffEntryImage {
		width: 	100%;
		float: none;
	}

	#staffEntryImage img{
		width: 100%;
	}

	#staffEntryInfo {
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		top: -30px;
		margin-bottom: -30px;
		padding: 30px;
		
	}
	
	
	#staffEntryData table tr th{
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #dee7ee;
		width: 100%;
		display: block;
	}


	#staffEntryData table tr td{
		padding: 5px;
		padding-left: 0px;
		padding-right: 0px;
		display: block;
	}
	
	
	.staffEntryReboxBodyImgleft {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.staffEntryReboxBodyImgright {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.staffEntryReboxBodyTxtLeft {
		float: none;
		width: 100%;
	}

	.staffEntryReboxBodyTxtRight {
		float: none;
		width: 100%;
	}
	
	.staffEntryOtherBoxBtn {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	
	
}




/* ===========================================
 * slick
=========================================== */


.slick-prev {
    left: -16px;
    z-index: 9;
}

.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 32%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 64px;
    height: 64px;
    border-top: 0px solid transparent;
    border-right: 0px solid #FFF;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
	background-image: url("../img/left_ar.png") !important;
}

.slick-prev:hover{
	opacity: 0.7;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -19px;
    z-index: 9;
}


.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 32%;

    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
	width: 64px;
    height: 64px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #FFF;
background-image: url("../img/right_ar.png") !important;
	
	
}

.slick-next:hover{
	opacity: 0.7;
}

@media screen and (max-width:400px){
	
	.slick-prev {
		top: 22%;
		
	}
	
	.slick-next {
		top: 22%;
	}
	
}

