@charset "shift_jis";
/* CSS Document */
/*-------------コンテンツページ（共通）----------------------------*/

section{
	margin:20px;
}
section .staff{
	margin-bottom:30px;
	border:1px solid #CCC;
	padding:20px;
}
section .staff figure{
	width:40%;
}
section .staff .right{
	float:right;
}
section .staff .left{
	float:left;
}
section .staff figure.right{
	margin:0 0 15px 1%;
}
section .staff figure.left{
	margin:0 1% 15px 0;
}
section .staff .profile{
	width:58%;
	margin-bottom:20px;
}
section .staff figure img{
	width:100%;
}
section .staff .entry{
	font-size:12px;
	font-size:1.2rem;
	margin:0 0 5px 5px;
}
section .staff .lead{
	font-size:20px;
	font-size:2rem;
	background-color:#F4F4F4;
	padding:10px;
	border-radius:10px;
}
section .staff dl{
	margin-bottom:20px;
}
section .staff dl dt{
	color: #1293D4;
	margin-bottom:10px;
}


/*----------------採用情報（共通）--------------------------------------------------*/

@media print, screen and (min-width:769px) {
}



@media only screen and (min-width:481px) and (max-width:768px) {
/*リクルートヘッダー　タブレット*/

}	
	
	
	





@media only screen and (max-width:480px) {
/*-----------------採用情報（スマホ）--------------------------------------------------*/
section .staff{
	padding:15px;
}
section .staff figure{
	display:block;
	width:80%;
}
section .staff figure.right,
section .staff figure.left{
	margin:0 auto 15px;
}
section .staff .right{
	float:none;
}
section .staff .left{
	float:none;
}
section .staff .profile{
	width:100%;
	margin-bottom:20px;
}
section .staff .lead{
	font-size:1.6rem;
}
}
