@charset "utf-8";

/* clearfix */
div:after,
ul:after {
	content: "";
	display: block;
	clear: both;
	}

/* body */
body, input, select, textarea {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}

body,div,h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	list-style-type: none;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a, img {
	list-style: none;
	text-decoration: none;
	border: none;
	border-style: none;
	}

p {
	margin: 0.8em 0;
	}

.clear{ clear: both;}

body {
	color: #282828;
	background-image: url(../img/bgpattern.png);
	}

h1,h2,h3 {
	position: relative;
	height: 25px;
	color: #fff;
	text-align: center;
	background: #282828;
	}

#main h1,
.wrap h1 {
	padding: 7px 0 2px;
	}

.right h1 {
	font-size: 1.2em;
	}

.wrap h3 {
	padding: 8px 0px;
	}

a {
	color: #2E73F4;
	text-decoration: none;
	}

a:hover {
	color: #2E73F4;
	text-decoration: underline;
	}

a, a img, input, select, textarea {
	-webkit-transition: all 0.45s;
	transition: all 0.45s;
	}

/* form */
input,
textarea,
select {
	font-size: 1em;
	border-radius: 5px;
	}

input[type="text"],
input[type="password"],
textarea,
select {
	padding: 4px;
	border: 1px solid #282828;
	}

input[type="radio"],
input[type="checkbox"] {
	width: 1.3em;
	height: 1.3em;
	vertical-align: bottom;
	}

input[type="submit"],
a.btn {
	display: block;
	position: relative;
	padding: 10px 0;
	width: 50%;
	color: #fff;
	font-size: 1.3em;
	background-color: #282828;
	border: 0;
	border-radius: 5px;
	}

input[type="submit"]:hover,
a.btn:hover {
	color: #fff;
	background-color: #3a3a3a;
	box-shadow: 0 -2px 0 0 rgba(0,0,0,0.2) inset;
	}

.right input[type="submit"],
.right a.btn {
	color: #fff;
	background-color: #282828;
	box-shadow: 0 -3px 0 rgba(0,0,0,0.18) inset;
	}

.right input[type="submit"]:hover,
.right a.btn:hover {
	background-color: #3a3a3a;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.18) inset;
	}

input[type="submit"] {
	margin: 1em auto;
	cursor: pointer;
	}

a.btn {
	margin: 0 auto;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	}

input[type="submit"].negative,
a.btn.negative {
	color: #fff;
	background-color: #282828;
	border: 0px;
	box-shadow: 0 -3px 0 rgba(0,0,0,0.3) inset;
	}

input[type="submit"].negative:hover,
a.btn.negative:hover {
	background-color: #3a3a3a;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3) inset;
	}

a.btn2 {
	margin-top: 1em;
	padding: 8px 0;
	}

section.back_link {
	text-align: center;
	}

section.back_link a.btn {
	width: 25%;
	line-height: 1.4em;
	}

section.back_link a.btn:hover {
	}

img {
	vertical-align: bottom;
	}

label { cursor: pointer;
	}

hr {
	margin: auto;
	width: 96%;
	border: none;
	border-top: 1px dashed #282828;
	}

.error { color: #BA1E38;
	}

ul.error {
	margin: auto;
	padding: 5px 0;
	}

ul.error li {
	display: inline-block;
	font-size: 0.85em;
	}

.menu {
	text-align: center;
	}

.menu a {
	color: #444;
	text-decoration: underline;
	}

.menu a:hover {
	text-decoration: none;
	}

input:focus::placeholder {
	color: transparent;
	}

input:focus::-webkit-input-placeholder {
	color: transparent;
	}

input:focus:-moz-placeholder {
	color: transparent;
	}

input:focus::-moz-placeholder {
	color: transparent;
	}

input:focus:-ms-input-placeholder {
	color: transparent;
	}

/* header */
header {
	width: 100%;
	height: 110px;
	}

header p {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 100%;
	background-color: #F4F5F7;
	}

header img {
	position: absolute;
	left: 50px;
	bottom: 15px;
	}

header img:hover {
	opacity: 0.65;
	}

/* footer */
footer {
	position: relative;
	margin: auto;
	width: 1000px;
	font-size: 0.94em;
	text-align: center;
	background: #F2372E;
	}

#footer_menu {
	display: inline-block;
	position: relative;
	margin: 20px auto;
	padding: 0.5em 0.7em 0.35em;
	overflow: hidden;
	}

#footer_menu a {
	display: inline-block;
	padding: 0 0 0 1.3em;
	font-size: 0.95em;
	}

#footer_menu a:hover {
	}

#footer_menu a:after {
	content: "|";
	display: inline-block;
	padding-left: 1.3em;
	}

#footer_menu a:hover:after {
	color: inherit;
	text-decoration: none;
	}

#footer_menu a:last-child:after {
	content: "";
	}

#copyright {
	position: relative;
	padding: 20px 0;
	font-size: 0.94em;
	color: #fff;
}


h2.regal {
	padding: 10px 0px 5px 0px;
	margin-top: 20px;
	}

div.regal {
	padding: 30px 160px 50px;
	}

a.btn_return {
	display: block;
	margin: 2em auto 0;
	width: 200px;
	line-height: 2;
	text-decoration: none;
	}

/* top */
DIV#main,
.wrap {
	position: relative;
	margin: auto;
	width: 1000px;
	min-height: 850px;
	/*min-height: calc(100% + 300px);*/
	background: #F4F5F7;
	overflow: hidden;
	}

#index_contents {
	position: relative;
	}

#first_view {
	position: relative;
	margin: 20px 0;
	height: 400px;
	text-align: center;
	background-image: url(../img/topimg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

#first_view img {
	width: 100%;
	}

#index_left {
	margin: 0 20px 10px;
	width: 615px;
	float: left;
	}

#index_right {
	width: 325px;
	float: left;
	}

.top_box {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #2E73F4;
	border-radius: 6px;
	}

DIV#main .headline {
	padding: 10px;
	color: #fff;
	font-size: 1em;
	background: #2E73F4;
	}

.index_login_form {
	text-align: center;
	padding-bottom: 15px;
	}

.index_login_form form {
	position: relative;
	margin: 0 auto;
	padding: 15px 100px;
	overflow: hidden;
	}

.index_login_form .input > div {
	margin-bottom: 5px;
	}

.index_login_form label {
	display: inline-block;
	width: 15%;
	text-align: right;
	cursor: default;
	}

.index_login_form input[type="text"],
.index_login_form input[type="password"] {
	width: 80%;
	}

.index_login_form input[type="submit"] {
	margin: 15px auto;
	padding: 8px;
	width: 50%;
	font-size: 1.3em;
	transition: 0.3s;
	}

.index_login_form input[type="submit"]:hover {
	}

.index_login_form a {
	font-size: 0.9em;
	text-decoration: underline;
	}

.index_login_form a:hover {
	text-decoration: none;
	}

.index_login_form p.error {
	text-align: center;
}

.index_mail_regist {
	}

.index_mail_regist .headline {
	}

.index_mail_regist p {
	font-size: 90%;
	text-align: center;
	}

.index_mail_regist > ul {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	width: 98%;
	overflow: hidden;
	}

.index_mail_regist li {
	position: relative;
	width: 49%;
	}

.index_mail_regist li a {
	margin: 5px auto;
	}

.index_mail_regist li a:hover {
	text-decoration: none;
}

.index_mail_regist li.btn_m a {
	display: block;
	position: relative;
	padding: 10px 0;
	background: url(../img/regbtnbg_m.png) left top no-repeat;
	width:280px;
	height:70px;
	border: 0;
	text-align: center;
	}

.index_mail_regist li.btn_m a:hover {
	opacity: 0.8;
	}

.index_mail_regist li.btn_w a {
	display: block;
	position: relative;
	padding: 10px 0;
	background: url(../img/regbtnbg_w.png) left top no-repeat;
	width:280px;
	height:70px;
	border: 0;
	text-align: center;
	}

.index_mail_regist li.btn_w a:hover {
	opacity: 0.8;
	}

.index_mail_regist li a img {
	width: 100%;
	transition: all 0.75s ease-in-out;
	}

.index_mail_regist li a img:first-child {
	position: absolute;
	opacity: 1;
	}

.index_mail_regist li a img:last-child {
	opacity: 0;
	}

.index_mail_regist li a:hover img:first-child {
	opacity: 0;
	}

.index_mail_regist li a:hover img:last-child {
	opacity: 1;
	}

.index_note {
	}

.index_note p {
	padding: 10px 30px;
	font-size: 0.9em;
}

.index_search {
	}

.index_search h3 {
	text-align: center;
	}

.index_search div.form {
	padding: 10px 20px;
	}

.index_regist {
	padding: 5px;
	}

.index_regist p {
	margin: 0;
	color: #282828;
	font-size: 14px;
	text-align: center;
	}

.index_regist a {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 16px 0;
	width: 90%;
	font-size: 1.3em;
	color: #fff;
	background-color: #282828;
	border: 0;
	border-radius: 5px;
	}

.index_regist a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #3a3a3a;
	}

.index_qrcode {
	}

.index_qrcode .qrp {
	text-align: center;
}

.index_qrcode img {
	margin-bottom: 15px;
	border: 1px solid #2E73F4;
	}

.index_qrcode p {
	padding: 10px 30px;
	font-size: 0.9em;
	}

#main .contents {
	padding: 10px 100px;
	background: rgba(255,249,172,0);
	}

.wrap .contents {
	}

.wrap .right {
	margin-bottom: 20px;
	padding-bottom: 50px;
	}

.wrap .right > *:not(h1):not(hr):not(.pager):not(.regal) {
	padding: 0.5em 150px 0.5em;
	}

.wrap .right > table th,
.wrap .right > table td {
	padding: 3px;
	}

.wrap .right input[type="text"],
.wrap .right input[type="password"],
.wrap .right textarea,
.wrap .right select {
	padding: 8px 6px;
	vertical-align: middle;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2) inset;
	}

.entry {
	}

.entry form {
	margin-bottom: 50px;
	}

.entry table {
	margin: 0 auto;
	width: 80%;
	}

.entry th {
	padding: 1em;
	width: 150px;
	text-align: left;
	}

.entry td {
	padding: 1em 0;
	}

.entry td select {
	padding: 10px;
	width: 30%;
	}

.entry input[type="text"],
.entry input[type="password"] {
	width: 70%;
	padding: 10px;
	}

.directentry input[type="submit"] {
	font-size: 18px;
	}

.directentry {
	}

.directentry .regist_notice {
	margin: 20px auto;
	width: 80%;
	}

.directentry .regist_notice li {
	padding: 5px 0;
	}

.directentry table {
	margin: 0 auto;
	width: 80%;
	}

.directentry th {
	padding: 1em;
	width: 150px;
	text-align: left;
	}

.directentry td {
	padding: 1em 0;
	}

.directentry td p {
	margin-top: 5px;
	font-size: 12px;
	}

.directentry td select {
	padding: 10px;
	width: 20%;
	}

.directentry td textarea {
	width: 70%;
	padding: 10px;
	font-size: 13px;
	}

.directentry input[type="text"],
.directentry input[type="password"] {
	width: 70%;
	padding: 10px;
	}

.directentry input[type="submit"] {
	font-size: 18px;
	}

.directentry input.btn_back,
.directentry input.btn_go {
	display: inline-block;
	margin: 0 4%;
	width: 40%;
	}

.directentry div.well {
	padding: 20px;
	color: #c0c0ff;
	}

nav#menubar {
	position: relative;
	margin: auto;
	width: 1000px;
	overflow: hidden;
	background-color: #F4F5F7;
}
nav#menubar li {
	width:20%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}

nav#menubar li a {
	position:relative;
	width:auto;
	color:#fff;
	font-size:12px;
	font-weight:none;
	padding:15px 0;
	text-decoration:none;
	display:block;
	background: #2E73F4;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f88f2), to(#2E73F4));
	background: -webkit-linear-gradient(#4f88f2, #2E73F4);
	background: linear-gradient(#4f88f2, #2E73F4);
	border-left:1px solid #685850;
	-webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);
}

nav#menubar li:first-child a{
	border-left:0px;
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
	-ms-border-radius:8px 0 0 8px;
	border-left:0;
}

nav#menubar li:last-child a {
	display:block;
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	-o-border-radius:0 8px 8px 0;
	-ms-border-radius:0 8px 8px 0;
}

nav#menubar li a:hover {
	background:#447be2;
	background: -webkit-linear-gradient(top, #5082e0 1%, #447be2 100%);
	background: -moz-linear-gradient(top, #5082e0 1%, #447be2 100%);
	background: -o-linear-gradient(top, #5082e0 1%, #447be2 100%);
	background: -ms-linear-gradient(top, #5082e0 1%, #447be2 100%);
	background: linear-gradient(top, #5082e0 1%, #447be2 100%);
}

table.regcheck {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}
table.regcheck th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.regcheck td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

input.myError {
background-color:#ffb056;
}

label.myError {
margin-left:10px;
color:#BA1E38;
}



#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 3px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #2E73F4;
	color: #fff;
	font-weight: none;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.step {
	display: inline-block;
	line-height: 1;
	position: relative;
	width:1em;
}

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-32 { font-size: 32px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }