@charset "UTF-8";
/* CSS Document */
#outer > * {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#inner > * {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#outer {
	width: 980px;
	box-sizing: border-box;
	padding-top: 30px;
	border-right: 40px solid #f5f5f5;
	border-left: 40px solid #f5f5f5;
	border-bottom: 30px solid #f5f5f5;
}
#outer h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
#outer p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

#inner {
	width: 90%;
	background: #f1f3f2;
	margin: 0 auto 50px auto;
	padding: 40px;
	border: 1px solid #212121;
	box-sizing: border-box;
}
#inner h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 0.8em;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
#inner ul {
	list-style: disc;
	padding-left: 2em;
	margin-bottom: 30px;
}
ul.itemize li {
	padding-left: 0 !important;
	text-indent: 0 !important;
}
#inner ul li {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#inner p {
	text-align: left;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 1px;
	padding-left: 1em;
}
.registration_link {
	display: block;
	width: 90%;
	margin: 0 auto 20px auto;
	background: #000;
	color: #fff;
	text-decoration: none !important;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.registration_link:last-child {
	margin-bottom: 40px;
}
.registration {
	color: #fff;
	padding: 1.5em;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	letter-spacing: 3px;
}
.fa-angle-right {
	position: absolute;
	right: 20px;
	font-size: 30px;
}
/*
.registration:after {
	content: ">";
	position: absolute;
	right: 20px;
}
*/