body {
	font-size:16px;
}
dt {
	font-weight:bold;
}
.logo a {
	color:#482573;
}
.btn_m a {
	display:block;
	background: #F6CD1E;
	padding: 15px;
	text-align: center;
	border-radius: 100px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.btn_m2 a {
	display:block;
	background: #F6CD1E;
	padding: 15px;
	text-align: center;
	border-radius: 100px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:64px;
}
#email.first {
	border: #dbdbdc solid 2px;
	border-radius: 4px;
	padding: 8px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
.submitArea input {
	display: block;
	background: #01327F;
	color: #fff;
	border-radius: 4px;
	padding: 8px 16px;
	border: none;
}
.contents h1 {
    background: #1554A3 url(../img/uploads/kv3.png) no-repeat 100% 50% / cover;
    padding: 20px 10px 20px 20px;
    margin: 10px 0;
    font-size: 140%;
	color:#fff;
	border:none;
}
footer {
    display: block;
    background: #e2eaf6;
    border-top: #1554A3 solid 2px;
    text-align: center;
    padding: 25px 0;
}

.menubox {
    background: #1554a3;
    padding: 1px;
}
.menubox .menu {
    background: #e2eaf6;
    margin-bottom: 0px;
}
menubox .menu ul li {
    border-bottom: solid 1px #ffffff;
    box-shadow: none;
}
.menubox .menu ul li a {
    display: block;
    padding: 12px 12px 12px 25px;
	background: #1554A3 url(../img/materials/010_blue_side_icon.png) no-repeat 8px 17px;
	color: #fff;
}
.menubox .menu ul li a:hover {
    background-color: #e2eaf6 ;
	color: #1554A3;
}
.contents h2 {
    border-top: solid 2px #f8b199;
    font-size: 140%;
    line-height: 1.4em;
    padding: 12px 12px 10px 12px;
    background: #fafafa;
    margin: 10px 0;
    background: #ffe9e2;
}
.mainVisualWrapper {
    background: none;
}
header {
    background: #e2eaf6;
}