@charset "utf-8";
/* CSS Document */


.btn a:link,
.btn a:visited{
	display:block;
	background-color:#18aaeb;
	border-radius:10px;
	color:#fff;
	padding:15px;
	text-align:center;
}

.btn_q a:link,
.btn_q a:visited{
	display:block;
	background-color:#FF6600;
	border-radius:10px;
	color:#fff;
	padding:15px;
	text-align:center;
	width:300px;
	margin:70px auto 50px;
}

.mb{
	margin-bottom:30px;
}

.news{
	overflow:hidden;
}


.news ul li{
	float:left;
	width:250px;
	margin:10px 5px 10px;
}
	
.news ul li img{
	width:100%;
}

.info p{
	margin-bottom:20px;
}

.info h2{
	font-weight:bold;
	text-decoration:underline;
}




@media only screen and (max-width: 640px){
	
	.submenu{
		display:none;
	}
	
	.inbox{
		display:none;
	}
	
	section.main_img{
		border-bottom:#FFF;
	}
	
	.flyer p img{
		width:100%;
	}
	
	.news ul li{
		float:left;
		width:45%;
	}
	





}

