﻿/*--- mode=privete ---*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 82%;
	word-break: break-all;
}

html > body {
	font-size: 13px;
}

a {
	text-decoration: none;
	overflow: hidden;
}

table {
	border: 0px none;
}

th, td {
	padding: 0px;
}

input, select, textarea {
	padding: 2px;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 131%;
}

h3 {
	font-size: 116%;
}

body,input {
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', arial, sans-serif;
}

body {
	color: #282828;
}

a {
	text-decoration: none;
	overflow: hidden;
}

a:link, a:visited {
	color: rgb(0, 68, 204);
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255);
}

html,body {
	height: auto;
}

#sh_header_box {
	display: none;
}

#wrap {
	position: relative;
}

#container {
	background: none;
	border: none;
	height: calc(100vh - 20px);
	text-align: left;
	width: 100%;
}

#sh_header {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	height: 72px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 980px;
}

#sh_header h1 {
	line-height: 1;
	padding: 0;
}

#sh_header h1 a {
	color: #282828;
	display: block;
	text-align: left;
	font-size: 20px;
	text-decoration: none;
}

#header_ad {
	display: none;
}

.private_container {
	border-top: 3px solid #eeefef;
}

.private_lock {
	width: 800px;
	margin: 60px auto 100px;
	border: 8px solid #f5f5f8;
	padding: 28px 0;
}

.private_lock_left,
.private_lock_right {
	vertical-align: middle;
}

.private_lock_left {
	padding: 0px;
	width: 33%;
	border: none;
}

.private_lock_left_inner {
	padding: 0 0 0 30px;
}

.private_lock_right_inner {
	border-left: 1px solid #eeefef;
	padding: 30px 0 30px 30px;
}

.private_lock_right {
	padding: 24px 30px;
	width: 67%;
}

.private_lock_title {
	font-size: 18px;
	background: url('../../../i/image/admin/sh_design/private_lock_icon.png') no-repeat left 0px;
	background-size: 20px auto;
	margin: 0 0 10px;
	padding: 0 0 0 32px;
}

.private_about {
	font-size: 13px;
}

.private_lock_right_title {
	font-size: 16px;
	background: url('../../../i/image/admin/sh_design/private_lock_icon.png') no-repeat -5px -57px;
	padding: 0 0 0 20px;
	margin-bottom: 4px;
}

.private_lock_message {
	font-size: 14px;
	margin: 0 0 2px;
}

.private_lock_pass_area {
	margin-top: 35px;
}

.private_lock_pass {
	border-radius: 4px;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	height: 36px;
	padding: 4px 12px;
	width: 100%;
}

.private_lock_btn {
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	margin-top: 35px;
	width: 140px;
	border-radius: 24px;
	border: solid 1px #427fed;
	background-color: #427fed;
	padding: 8px 40px;
}

.boxposition_left {
	margin: 12px 0 0;
}

.style_error {
	color: #ec5763;
	font-weight: bold;
}

#footer {
	background-color: #f5f5f8;
	border-top: 1px solid #eeefef;
	padding: 24px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.copyright_2nt {
	font-size: 11px;
	color: #999;
}

.copyright {
	display: none;
}