@charset "utf-8";
/* CSS Document */
#page_title{
	background-image: url(../img/news_title_bg.jpg);
}
#staff{
}
#staff #staff_wrap{
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0 80px;
	color: #fff;
}
#staff #staff_wrap #cate_list{
	text-align: center;
	margin-bottom: 50px;
}
#staff #staff_wrap #cate_list li{
	display: inline-block;
	min-width: 30%;
	margin: 1%;
}
#staff #staff_wrap #cate_list li a{
	display: block;
	padding: 10px;
	border:1px solid #fcee21;
	color: #fcee21;
}
#staff #staff_wrap #cate_list li a span{
	display: inline-block;
	text-align: left;
}
#staff #staff_wrap .cate{
	margin-bottom: 100px;
}
#staff #staff_wrap .cate:last-of-type{
	margin-bottom: 0;
}
#staff #staff_wrap .cate .cate_title{
	font-size: 24px;
	font-weight: bold;
	color: #fcee21;
	margin-bottom: 10px;
}
#staff #staff_wrap .cate .cate_txt{
	margin: 0 10px;
}
#staff #staff_wrap .cate .box{
	margin-top: 50px;
	border-left: 5px solid #fcee21;
	border-bottom: 5px solid #fcee21;
	padding-left: 30px;
	padding-bottom: 30px;
}
#staff #staff_wrap .cate .box figure{
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
#staff #staff_wrap .cate .box .box_title{
	background-color: #fcee21;
	color: #000b2b;
	padding: 10px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#staff #staff_wrap .cate .box .box_txt{
	padding: 10px;
}
#staff #staff_wrap .cate p:empty,#staff #staff_wrap .cate .box_title:empty{
	display: none;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#staff #staff_wrap{
	width: 90%;
	padding: 50px 0;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#staff #staff_wrap{
	width: 100%;
	padding: 30px 0 50px;
}
#staff #staff_wrap #cate_list{
	text-align: center;
	margin-bottom: 50px;
}
#staff #staff_wrap #cate_list li{
	display: block;
	min-width: 30%;
	margin: 10px;
}
#staff #staff_wrap .cate{
	margin: 0 20px 80px;
}
#staff #staff_wrap .cate p{
	font-size: 14px;
	}	
#staff #staff_wrap .cate .cate_title{
	font-size: 18px;
	font-weight: bold;
	color: #fcee21;
	margin-bottom: 10px;
}
#staff #staff_wrap .cate .cate_txt{
	margin: 0;
}
#staff #staff_wrap .cate .box{
	margin-top: 30px;
	border-left: 5px solid #fcee21;
	border-bottom: 5px solid #fcee21;
	padding-left: 10px;
	padding-bottom: 10px;
}
#staff #staff_wrap .cate .box figure{
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
#staff #staff_wrap .cate .box .box_title{
	background-color: #fcee21;
	color: #000b2b;
	padding: 10px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#staff #staff_wrap .cate .box .box_txt{
	padding: 10px;
}
#staff #staff_wrap .cate p:empty,#staff #staff_wrap .cate .box_title:empty{
	display: none;
}
}
@media  screen and (max-width: 321px){
}