@charset "utf-8";

/* ------------------------
	font
------------------------ */
body {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body a {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/** For IE7 */
*:first-child+html body {
}
body *, body p {
	font-size: 14px;
	line-height:1.7em;
}

/* --------------------------------------------------

LAYOUT

-------------------------------------------------- */

/* ------------------------
	body
------------------------ */
body {
	margin: 0;
}
/* ------------------------
	container
------------------------ */
#container {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background-color: #fff;
}

h1{
	position: relative;
	text-align:center;
	color: #2458c1;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
}

h1:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #2458c1;
	border-radius: 2px;
}

h2 {
	display: block;
	width: 100%;
	padding: 1em 0 1em 0;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: solid 1px #2458c1;
	margin: 0;
}

/* ------------------------
 運営者情報
------------------------ */
table {
	border-collapse: collapse;
	width: 800px;
	margin: 50px auto 70px auto;
}
table th, table td {
	padding: 20px 0px 20px 50px;
	border-bottom: 1px solid #dedede;
}
table th {
	text-align: left;
	width: 25%;
}

/* ------------------------
 注意事項
------------------------ */
#attention {
	display: block;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: solid 4px #ebebeb;
	margin-bottom: 50px;
}

#attention p {
	font-size: 14px;
	padding: 40px;
	margin: 0px;
	color: #464646;
}
