@charset "utf-8";
/*--------------------------------------
index
--------------------------------------*/

#container {
	background: none;
	min-height: 460px;
}

#container  .message {
	left: 0;
}

.pagetop {
	display: none !important;
}

h2.title {
	text-align: center;
}

#login {
	width: 40%;
	margin: 50px auto 0;
}

#login form {
	background: #294962;
	padding: 50px;
	margin-top: 15px;
}

#login p {
	font-weight: bold;
}

#login dl input,
#login #loginBtn input {
	width: 100%;
	height: 50px;
	border: none;
	font-size: 16px;
	text-indent: 1em;
}

#login dl dt {
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-indent: -1px;
	margin-bottom: 8px;
}

#login dl dd {
	margin-bottom: 24px;
}

#login .right {
	position: relative;
	text-align: right;
	margin-bottom: 14px;
}

#login #autologin {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

#login #autologin + label {
	height:15px; 
	display:inline-block;
	background-image:url(../common/img/bg_checkbox.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	color: #fff;
	line-height:15px;
	vertical-align:middle;
	cursor:pointer;
	padding:0 0 0 24px;
	margin: 0 0 5px;
}

#login #autologin:checked + label {
	background-position: 0 -15px;
}

#login #loginBtn input[type="submit"] {
	display: block;
	height: 60px;
	-webkit-appearance: none;
	background: #819117;
	background: -moz-linear-gradient(top,#96a917, #7f8f17);
	background: -webkit-linear-gradient(top,#96a917, #7f8f17);
	border-radius: 5px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-shadow: 1px 1px 2px #6a7614;
	padding-top: 4px;
}

#spec_atte {
	text-align: center;
	line-height: 130%;
	margin: 20px auto 0;
}

#spec_atte span {
	font-weight: bold;
	color: #ef1f1f;
}

#spec_atte span a {
	color: #ef1f1f;
	text-decoration: underline;
}

#login .user_req_link {
	text-align: right;
}

#login .user_req_link a {
	text-align: right;
	font-weight: normal;
	background: transparent;
	text-decoration: underline;
	color: #0000ff;
	text-shadow: none;
	font-size: 15px;
	display: inline;
}

#terms {
	width: 60%;
	background: #f6f6f6;
	border: 2px solid #efefef;
	border-radius: 5px;
	padding: 20px;
	margin: 40px auto 30px;
}

#terms > *:not(:last-child) {
	margin-bottom: 15px;
}

#terms .terms_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #444;
	line-height: 1.2;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

#terms .terms_ttl span {
	background: #f6f6f6;
	padding: 0 20px;
	position: relative;
}

#terms .terms_ttl:before {
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	border-top: 1px solid #999;
	position: absolute;
	top: 0.55em;
}

#terms dl {
	font-size: 12px;
}

#terms dt {
	font-weight: bold;
	color: #444;
}

#terms p,
#terms dt,
#terms dd {
	font-size: 13px;
}

#terms dd {
	text-indent: -1em;
	padding-left: 1em;
}

/*　↓後で消してください　*/

#login a {
	display: block;
	height: 60px;
	-webkit-appearance: none;
	background: #819117;
	background: -moz-linear-gradient(top,#96a917, #7f8f17);
	background: -webkit-linear-gradient(top,#96a917, #7f8f17);
	border-radius: 5px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #6a7614;
	line-height: 60px;
	text-decoration: none;
}
/*　↑後で消してください　*/


/*   サーバーメンテナンス  */
.server-mainte {
	width: 80%;
	text-align : center;
	margin: 0 auto;
}

.erver-mainte__title {
	font-weight : bold;
	font-size: 17px;
	color: #ef1f1f;
	background : #fff;
	padding: 5px;
	position: relative;
	top: 18px;
	display : inline-block;
}

.erver-mainte__body {
	border: solid 1px #bdbcbc;
	padding : 20px;
}

.erver-mainte__date {
	font-weight : bold;
}