@charset "utf-8";
body {
	color: #494949;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body h2 {
	color: hsla(257,93%,32%,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}

header {
	width: 100%;
	height: 80px;
	border-top: 6px solid #b1d554;
	color: hsla(257,93%,32%,1.00);
	font-size: 15px;
	border-bottom-width: 100%;
}

#hdrArea {
	width: 100%;
	height: 50px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#hdrArea h1 {
	width: 100%;
	height: 100%;
	margin: 25px 0 25px;
	font-size: 30px;
	color: #220090;
	letter-spacing: 0px;
}
main {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#eyecatch {
	width: 100%;
	border-top-style: none;
	border-bottom: 4px solid #B1D554;
	background-image: url(design/online/top_main8_720.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 720px;
}