@charset "UTF-8";
/* ヘッダー画像 mmmmmmmmmmmmmmmmmmmmmmmmmm*/
.headerimg{
	background-image:url(../img/setosi1.jpg);
	width:100%;
	height:240px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-size:cover;
	background-position:50%,0;
}
@media(max-width:640px){
	.headerimg{
		height:125px;

	}
}
/* お知らせ・新着情報テーブル mmmmmmmmmmmmmmmmmm*/
.osirase{

	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	margin-bottom:40px;
	height:300px;
}

.osirese table{
	width:100%;
	min-width:200px;
}
.osirase a {
	display:block;
}


a.icon:after{
	color:#336699;
	font-family:'Font Awesome 5 Free';
	content:'\f061';
	padding-left:5px;
	font-weight:900;
}



@media(max-width:640px){
	.osirase{
		height:225px;
	}
}




