﻿@charset "UTF-8";

/* ---------------------------------------------------------------
	ログイン
--------------------------------------------------------------- */
#body_login {
	background-color: #f4f4f4;
}

.section_login {
	width: 312px;
	margin: 0 auto;
	padding-top: 100px;
}

.section_login h1 {
	margin-bottom: 30px;
	text-align: center;
}

.section_login_form_box {
	width: 230px;
	//height: 226px;
	margin-bottom: 30px;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #787878;
	-moz-box-shadow: 0px 2px 3px #999;
	-webkit-box-shadow: 0px 2px 3px #999;
	box-shadow: 0px 2px 3px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#999999')";
}

.section_login .txt_copyright_ {
	font-size: 11px;
}

.txt_login_ {
	display: block;
	margin-bottom:10px;
	color:#505050;
	font-size: 14px;
}

.input_login_ {
	width: 220px;
	padding: 5px;
	font-size: 20px;
	border: 1px solid #b4b4b4;
}

.input_login_:focus {
	background-color: #f0ffdc;
}

#login_submit {
	display: block;
	margin:0 auto 30px;
	padding: 5px 20px;
	background-color:#505050;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		inset 0px -2px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		inset 0px -2px 1px rgba(0,0,0,1);
	box-shadow:
		inset 0px -2px 1px rgba(0,0,0,1);
	cursor: pointer;
}

#login_submit:hover {
	background-color:#6e6e6e;
	color: #fdf68a;
	-moz-box-shadow:
		inset 0px -2px 1px rgba(68,68,68,1);
	-webkit-box-shadow:
		inset 0px -2px 1px rgba(68,68,68,1);
	box-shadow:
		inset 0px -2px 1px rgba(68,68,68,1);
}
