@charset "UTF-8";
body {
	margin: 0;
	background-color: transparent;
}
form .login_box .inner {
	width: 100%;
	background: #ffffff;
	/*margin: 0;
	height: 280px;
	border: 4px solid #000;*/
	box-sizing: border-box;
}
form ul {
	/*padding: 20px;
	box-sizing: border-box;*/
}
form .mb_t {
	/*font-size: 18px;
	padding: 20px 0 15px;
	text-align: center;
	font-weight: 700;*/
}
form .mb_main {
	/*margin: 0 20px 10px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #eee;*/
}
form .mb_main li {
	/*line-height: 1px;*/
}
form li.mb_ip table {
	width: 100%;
}
form li.mb_ip table tr th {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}
form li.mb_ip table tr th, form li.mb_ip table tr td {
	padding-bottom: 5px;
}
form li.mb_ip input {
	font-size: 16px;
	line-height: 16px;
	padding: 7px;
	border: 1px solid #000000;
	box-sizing: border-box;
	width: 100%;
}
form li.mb_ck {
	vertical-align: middle;
	text-align: center;
}
form li.mb_ck label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	text-align: left;
	color: #000000;
	text-align: center;
}
form li.mb_ck input {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}
form li.mb_btn {
	padding: 10px 0 0;
	text-align: center;
}
form li.mb_btn a {
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	height: 35px;
	display: block;
	margin: 0 auto;
	background: #000000 ;
	background-size: 20px 40px;
}
form .mb2_main {
	padding: 10px 0 20px;
	margin: 0 10px;
}
form .mb2_main li {
	line-height: 1px;
}
form li.mb2_t {
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: left;
}
form li.mb2_btn {
}
form li.mb2_btn a {
	font-size: 12px;
	line-height: 33px;
	color: #000;
	text-decoration: none;
	width: 178px;
	height: 33px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	border: 1px solid #888;/*For Old*/
	background: #FFF;/*For Old WebKit*/
	background: -webkit-linear-gradient(#FFF 0%, #FFF 50%, #F0F0F0 100%);/*For Modern Browser*/
	background: linear-gradient(#FFF 0%, #FFF 50%, #F0F0F0 100%);
}
p.forget_pass a {
	font-size: 12px;
	color: #000;
}
#close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	padding: 6px 6px 4px 6px;
	background-color: #000;
	display: block;
	cursor: pointer;
}
#close span {
	display: inline-block;
	position: relative;
	margin: 0 8px 0;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
}
#close span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #fff;
}/*IE対策*/
input::-ms-clear {
visibility:hidden
}
input::-ms-reveal {
visibility:hidden
}
.pw-form {
	width : 80%;
	min-width : 300px;
	max-width : 500px;
	margin : auto;
	background-color : #fafafa;
	padding : 10px;
}
.pw-form-header, .pw-form p {
	margin-top: 0;
	margin-bottom: 0;
}
.pw-form-header {
	background: #28d;
	padding: 20px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.pw-form-container {
	background: #ebebeb;
	padding: 12px;
}/* Every row inside .pw-form-container is defined with p tags */
.pw-form p {
	padding: 12px;
}
.pw-form input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 16px;
	outline: 0;
	font-family: inherit;
	font-size: 0.95em;
}
.pw-form input[type="email"], .pw-form input[type="text"], .pw-form input[type="password"] {
	background: #fff;
	border-color: #bbb;
	color: #555;
}/* Text fields' focus effect */
.pw-form input[type="email"]:focus, .pw-form input[type="text"]:focus, .pw-form input[type="password"]:focus {
	border-color: #888;
}
.pw-form input[type="submit"] {
	background: #28d;
	border-color: transparent;
	color: #fff;
	cursor: pointer;
}
.pw-form input[type="submit"]:hover {
	background: #17c;
}/* Buttons' focus effect */
.pw-form input[type="submit"]:focus {
	border-color: #05a;
}
.field-icon {
	color: #555;
	float: right;
	margin-right: 60px;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	font-size: 1.5em;
}