@charset "shift_jis";
/* CSS Document */

#nav_top a{
	border-bottom:3px solid #1b85cb;
	color:#1b85cb;
	font-weight:bold;
}


#mv{
	width:100%;
	height:450px;
	background-position:center;
	background-size:cover;
}


#notice{
	list-style-type:none;
	background:#f5f5f5;
	padding:0 20px;
}

#notice li{
	padding: 20px 0;
	border-bottom:1px dotted #aaa;
	line-height:1.4;
}

#notice li:last-child{
	border-bottom:0;
}

.n_day{
	font-weight:bold;
	margin-bottom:5px;
}

/*===============================================
●smart.css  画面の横幅が960pxまで
===============================================*/
@media screen and (max-width:960px){
#mv{
	height:auto;
}
	
	
}
