/*教員募集のお知らせページ*/
@media screen and ( min-width : 769px ) {
#recruit_hed {
  background: #fff;
}
#recruit_hed img{
  width: 100%;
}
#recruit_hed section.content_top {
	width: 100%;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
}
#recruit_cont {
  background: #fff;
}
#recruit_cont section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.boshu{
	font-size: 100%;
}
.boshu_msg01{
text-align: center;
	line-height: 1.5;
	padding: 0 0 30px 0;

}
.boshu_msg02{
	line-height: 1.5;
	text-align: left;
	padding: 0 0 30px 0;
}
.boshu_msg03{
	line-height: 1.5;
	text-align: left;
	margin: 0 0 20px 0;
}
table.yoko td{
	width: 75%;
	font-size: 95%;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	border:solid 1px #aaaaaa;
}
table.yoko th{
	width: 25%;
	background-color: aliceblue;
	font-size: 95%;
	font-weight: normal;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border:solid 1px #aaaaaa;
}
}
@media screen and (max-width:768px) {
#recruit_hed {
  background: #fff;
}
#recruit_hed img{
  width: 100%;
}
#recruit_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
	overflow: hidden;
}
#recruit_cont {
  background: #fff;
}
#recruit_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.boshu{
	font-size: 100%;
}
.boshu_msg01{
text-align: center;
	line-height: 1.5;
	padding: 0 0 30px 0;

}
.boshu_msg02{
	line-height: 1.5;
	text-align: left;
	padding: 0 0 30px 0;
}
table.yoko th,td{
	display : block;
}
table.yoko td{
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	border:solid 1px #aaaaaa;
}
table.yoko th{
	text-align: center;
	background-color: aliceblue;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	border:solid 1px #aaaaaa;
}
.sp_bnr{
	width: 100%;
}
.sp_bnr img{
	width: 100%;
	text-align: center;
}
.sp_bnr01{
	width: 47%;
	float: left;
	margin: 1.5%;
		
}
.sp_bnr01 img{
	width: 100%;
}
.sp_bnr02{
	width: 47%;
	float: right;
	margin: 1.5%;
}
.sp_bnr02 img{
	width: 100%;
}
.sp_bnr03{
	display:inline-block;
	width: 80%;
	margin: 0 auto;
	padding-top: 15px; 
}
.sp_bnr03 img{
	width: 100%;
}
.eventspfont {
	font-size: 150%;
}
}
/* 教員募集のお知らせページここまで */