@charset "utf-8";
/* style.css　
--------------------------------------------------------- */
@import "common.css";
@import "pagelayout.css";
@import "printlayout.css";

.info-box {
	margin-top: 30px;
	font-size; 1.3125em;
	font-weight: bold;
	text-align: center;
	line-height: 1.875em;
	background-color: #ffffdd;
	padding: 30px;
}

.info-box > a.btn {
	display: block;
	width: 220px;
	color: #fff !important;
	font-size: 1.125em;
	text-decoration: none !important;
	line-height: 1em;
	padding: 15px;
	margin: 15px auto 0;
	background-color: #eeb501;
	border-radius: 10px;
	transition: 0.3s;
}
.info-box > a.btn:hover {
	background-color: #f8e080 !important;
	border-bottom-color: #996633 !important;
}