@charset "utf-8";
body{
	background: #000000;
	color: #828282;
}

#login_wrap{
	padding: 50px  0 0 0;
	margin: 0 5%;
	width: 90%;
	position: relative;
}
p.ct{
	position: absolute;
	top: 58px;
	right: 0;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(../images/ssl.png) top left no-repeat;
	background-size: auto 75%;
}
#maincontents h2{
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #828282;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.login_body{
	width: 60%;
	min-width: 600px;
	margin:0 auto;
}
.login_border{
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;

}
table{
	width: 100%;
}
table th{
	text-align: right;
	width: 15em;
}
table th,table td{
	padding: 10px;
}
input[type="text"],input[type="password"]{
	padding: 10px;
	width: calc(100% - 22px);

}
#login_wrap p.bt{
	text-align: center;
}

#login_wrap button{
	display: inline-block;
	background: linear-gradient(45deg,#915cb8 10%, #50a0d1 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 30px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}
#login_wrap button.rec{
	display: inline-block;
	background: linear-gradient(45deg,#00CDFF 10%, #0093FF 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 30px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}
select{
padding: 11px 35px 11px 11px;
width: calc(100%);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:166%;
	max-height: 100%;
	word-break: break-all;
	word-wrap: break-word;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border:1px solid #666666;
  background: url(../../images/select_bg.png) top right no-repeat #FFFFFF;
  background-size: auto 100%;
}

.s2l select{
	width: 30%;
	float: left;
}
.s2l input[type="text"]{
	width: calc(70% - 30px);
	float: right;
}
.cb{
	clear: both;
}
a{
	text-decoration: underline;
}
form .error{
	background: #FFE7F3;
}
p.cb span{
	color: #915CB8;
}
div.caution{
	padding-top: 20px;
}
div.caution p{
	color: #915CB8;
}
.registed{
	text-align: center;
}
.registed h3{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-top: 50px;
}
.registed p{
	margin-bottom: 1em;
}

.registed p.bt a{
	display: inline-block;
	background: linear-gradient(45deg,#915cb8 0%, #50a0d1 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 100px;
	margin: 20px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.registed.rec p.bt a{
	display: inline-block;
	background: linear-gradient(45deg,#00CDFF 0%, #0093FF 100%);
	border-radius: 70px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 100px;
	margin: 20px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}




#header{
	position: relative;
	top: 0;
	left: 0;
	background: #000000;
	height: 60px;
}
#header h1 a{
	display: block;
	padding: 15px 5%;
}
#header nav ul{
	display: block;
	position: absolute;
	top: 10px;
	right: 180px;
	text-align: right;
	width: calc(100% - 280px - 10%);
}
#header nav ul li{
	display: inline-block;
}

#header nav ul li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
	padding: 0 40px 0 0;
	text-decoration: none;
}
#header p#acCreate a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;

}
#header p#acCreate a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	line-height: 60px;
	width: 180px;
	text-align: center;
	background: linear-gradient(45deg,#915cb8 0%, #50a0d1 100%);

}
#header p#acCreate.rec a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	line-height: 60px;
	width: 180px;
	text-align: center;
	background: linear-gradient(45deg,#00CDFF 0%, #0093FF 100%);

}
.sp{
	display: none!important;
}





div.container{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
footer{
	background: #000000;
	border-top: 1px solid #707070;
	padding: 100px 0;
	margin-top: 100px;
}
footer nav ul li{
	display: inline-block;
}
footer nav ul li a{
	color: #FFFFFF;
	margin-right: 50px;
}
footer nav ul{
	margin-top: 40px;
	margin-bottom: 40px;
}
div.foot_foot{
	color: #828282;
	padding-top: 20px;
	border-top: 1px solid #707070;
	position: relative;
}
div.foot_foot ul{
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
}
div.foot_foot ul li{
	display: inline-block;
	margin-left: 20px;
}
footer a{
	text-decoration: none;
}
.page404 h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 60px;
}
.page404 p{
	text-align: center;
	margin-bottom: 1em;
}
    .page404 .bt a {
        display: inline-block;
        background: linear-gradient(45deg, #915cb8 10%, #50a0d1 100%);
        border-radius: 70px;
        color: #FFFFFF;
        text-align: center;
        padding: 15px 30px;
        margin-top: 20px;
        border: none;
        cursor: pointer;
        font-size: 1.2em;
        text-decoration: none;
        min-width: 200px;
        margin-bottom: 20px;

    }