@charset "UTF-8";
/* CSS Document */
@font-face{ 
  font-family: 'mplus-2p-regular';
  src: url('font/mplus-2p-regular.eot');
  src: url('font/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
       url('font/mplus-2p-regular.woff') format('woff'),
       url('font/mplus-2p-regular.ttf') format('truetype');
}

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	background-color:#FFF1DE;
	font-family:mplus-2p-regular;
	color:#4A4A4A;
	position:relative;
}
@media screen and (max-width: 1024px) {
	body {
		background-size:1024px auto;
	}
}

.container {
	width:100%;
	height: 100%;
	margin:0 auto;
}
.is-blur {
	pointer-events: none;
	transition: all .2s ease-out;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.img {
	width: 40px;
	margin: auto;
}
.img img {
	width: 100%;
	height: auto;
}

#login_blk {
	display:none;
	width:350px;
	position:fixed;
	top:127px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:110;
}
#login_blk form {
	display:block;
	width:350px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	border-radius:6px;
	padding:30px;
	box-sizing:border-box;
}
#login_blk form .err {
	color:#F00;
	padding-bottom:10px;
}
#login_blk form div {
	text-align:center;
}
#login_blk form div img {
	width:40px;
	height:auto;
	margin-bottom:15px;
}
#login_blk form input[type="text"],#login_blk form input[type="password"] {
	background-color:#FFF;
	width:100%;
	box-sizing:border-box;
	border-radius:6px;
	border:none;
	box-shadow:0px 1px 4px 0px rgba(0,0,0,0.5) inset;
	font-size:16px;
	line-height:1.5;
	padding:10px 15px;
	font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
	margin-bottom:15px;
}
/* firefox */
@-moz-document url-prefix() {
	#login_blk form input[type="text"],#login_blk form input[type="password"] {
		font-family:'Font Awesome 5 Free';
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}
}
/* chrome & safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#login_blk form input[type="text"],#login_blk form input[type="password"] {
		font-family:'Font Awesome 5 Free';
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}
}
/* safari */
_::-webkit-full-page-media, _:future, :root #login_blk form input[type="text"],#login_blk form input[type="password"] {
    font-family:'Font Awesome 5 Free';
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
#login_blk form input[type="submit"] {
	display:block;
	text-decoration:none;
	width:100%;
	box-sizing:border-box;
	border:none;
	background-color:#E40012;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	line-height:1;
	padding:12px 0;
	margin:0 auto 15px;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.5);
}
#login_blk form input[type="submit"]:hover {
	opacity:0.7;
}
#login_blk form label {
	font-size:14px;
}
#login_blk form p {
	padding-top:20px;
	font-size:13px;
	line-height:18px;
}
#login_blk.mailform {
	width: 640px;
}
#login_blk.mailform form {
	width: 640px;
}
#login_blk.mailform form strong {
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
#login_blk.mailform #u_mail {
	width: 500px;
	margin: 0 40px;
}
#login_blk.mailform .mailform_sblk {
	width: 290px;
	margin: 0 145px;
}
#login_blk.mailform .mailform_sblk p {
	padding-bottom: 10px;
	font-size: 14px;
}
#login_blk.mailform .mailform_sblk p a {
	text-decoration: underline;
	color: #000;
}

.backbase {
	display:none;
	background-color:rgba(249,214,170,0.66);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

#h_title {
	padding:16px 0 0 22px;
	font-size:12px;
	line-height:15px;
	color:#3e3e3e;
}
#h_title img {
	height:22px;
	width:auto;
	float:left;
	margin:4px 25px 0 0;
}
#h_blk {
	float:right;
	margin-right:18px;
	display:flex;
	flex-direction:row;
}
#h_blk a#listorderbtn {
	display:block;
	text-decoration:none;
	color:#E40012;
	font-size:13px;
	line-height:40px;
	height:40px;
	text-align:center;
	width:200px;
	border:2px solid #E40012;
	border-radius:5px;
	margin:10px 10px 0 0;
}
#h_blk #mail {
	padding:22px 25px 0 0;
}
#h_blk #mail a {
	text-decoration:none;
	color:#3E3E3E;
	font-size:14px;
	line-height:1;
}
#h_blk #mail a i {
	margin-right:5px;
}
#h_blk #login {
	width:auto;
	min-width:248px;
	height:58px;
	color:#FFF;
	text-align:center;
	background-color:#e40012;
	border-radius:0 0 10px 10px;
	box-shadow:0 4px 4px rgba(0,0,0,0.3);
	margin:0 8px 8px 8px;
}
#h_blk #login span {
	font-size:12px;
}
#h_blk #login a {
	display:block;
	padding-top:2px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
}
#h_blk #login a i {
	margin-left:3px;
}
#h_blk #login_i {
	font-size:12px;
	line-height:1.5;
}
#h_blk #login_i p {
	width:auto;
	min-width:138px;
	max-width:370px;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
	float:left;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#h_blk #login_i a {
	float:right;
	text-align:right;
	font-size:12px;
	line-height:1.5;
	padding-right:15px;
}


#contents {
	width:100%;
	height: 100%;
	display: flex;
}
#alert {
	height:21px;
	padding:0 35px;
	font-size:12px;
	line-height:21px;
	color:#D0021B;
	text-align:center;
}
#alert a {
	text-decoration:underline;
	color:#D0021B;
}
#alert a img {
	width:25px;
	height:21px;
	vertical-align:middle;
	margin-right:5px;
}

.mbtn {
	display:block;
	text-decoration:none;
	width:348px;
	background-color:#E40012;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	line-height:1;
	padding:12px 0;
	margin:20px auto;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.5);
}
.mbtn:hover {
	opacity:0.7;
}

#header {
	clear:both;
	position:fixed;
	top:0;
	width:100%;
	font-size:0;
	border-bottom:15px solid #E40012;
	text-align:right;
	z-index:10;
}
#footer {
	clear:both;
	position:fixed;
	bottom:0;
	width:100%;
	font-size:0;
	border-bottom:15px solid #E40012;
	text-align:right;
	z-index:10;
}
#footer a {
	font-size:15px;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	background-color:#E40012;
	padding:0 10px;
	border-radius:6px 6px 0 0;
}
#footer a:hover {
	height:40px;
}