@charset "utf-8";

/*初期設定*/
body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-feature-settings: "palt", "kern";
	-webkit-font-feature-settings: "palt", "kern";
	line-height: 1em;
	font-size: 16px;
	color: #231815;
}
#reg_wrapper {
	width: 520px;
	height: 672px;
	margin: 20px auto 0;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #231815;
}

/*ヘッダー*/
#reg_hdr_logo {
	float: left;
}
#reg_hdr_ttl {
	float: left;
	margin: 7px 0 7px 63px;
	font-size: 20px;
	line-height: 1em;
}
#reg_hdr_close {
	float: right;
	font-size: 34px;
	font-weight: bold;
	line-height: 26px;
}
#reg_hdr_close a {
	color: #231815;
	text-decoration: none;
}

/*コンテンツ（登録）*/
#reg_cont {
	margin-top: 26px;
}
#reg_tbl tr th {
	width: 173px;
	vertical-align: top;
	padding-top: 12px;
}
#reg_tbl tr th span {
	font-size: 12px;
	color: #c30d23;
}
#reg_tbl tr td {
	width: 347px;
	padding-bottom: 14px;
	vertical-align: top;
}
#reg_tbl tr:last-child td {
	padding-bottom: 0;
}
#reg_tbl tr td span {
	font-size: 12px;
}
#reg_tbl tr td input {
	width: 333px;
	padding: 5px 6px;
	border: 1px solid #231815;
	font-size: 16px;
	line-height: 1em;
}
#reg_tbl tr td button {
	width: 179px;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	background-color: #c30d23;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: none;
	border: none;
}

/*コンテンツ（成功）*/
#reg_cont_success {
	margin-top: 70px;
	color: #231815;
	height: 540px;
	background: url("../img/reg_cont_success_bg.jpg") no-repeat right bottom;
}
#reg_cont_success h2 {
	font-size: 30px;
	line-height: 1.5em;
}
#reg_cont_success p {
	margin-top: 24px;
	line-height: 1.75em;
}
#reg_cont_success p a {
	text-decoration: underline;
	color: #231815;
}

/*コンテンツ（エラー）*/
#reg_cont_error {
	margin-top: 70px;
	color: #231815;
	height: 540px;
	background: url("../img/reg_cont_error_bg.jpg") no-repeat right bottom;
}
#reg_cont_error h2 {
	font-size: 30px;
	line-height: 1.5em;
}
#reg_cont_error p {
	margin-top: 24px;
	line-height: 1.75em;
}
#reg_cont_error p a {
	text-decoration: underline;
	color: #231815;
}