@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.logo {
	display: block;
	margin: 2em auto;
	max-width: 480px;
	width: 85%;
}

h2.red {
	background-color: #f7e5e5;
}

.flyer {
	text-align: center;
}

.flyer img {
	max-width: 300px;
    width: 85%;
    border: solid 1px #cccccc;
}

.logo_juku {
	text-align: center;
}

.logo_juku img {
	margin: 1em auto 2em;
	max-width: 250px;
	width: 85%;
}


/* -------------------------
@footer illust
--------------------------*/

.end_illust {
	background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}
