@charset "UTF-8";

#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
#contents .bg {
	background-color: #F5F3F4;
	padding-bottom: 50px;
}


@media print, screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {


}