@charset "utf-8";
/*
 * login.css
 * login画面用
 * 2016.01.29 写奏館カスタマイズ取り込み
*/
@import "reset.css";
@import "base.css";

body {
}
#container {
	margin: 0;
	padding: 10px 10px 5px 10px;
}
#contents {
	position: relative;
	background-color: #fff;
	margin: 50px auto auto auto;
	width: 420px;
	border: solid 2px #38B138;
	color: #555;
}
.other-border {
	border-color: #a6937c !important;
}
h2 {
	font-size: 104%;
	text-align: center;
	margin: 5px 0;
	font-weight: normal;
}
strong {
	color: #f60;
}
i {
	font-size: 8pt;
	font-style: normal;
}
/**************************/
div.logo-space {
	padding: 7px 0;
	text-align: center;
	border-bottom: solid 15px #38B138;
}
div.input-form {
	padding: 10px;
}
div.input-form table {
	width: 90%;
	margin: 0 auto;
}
div.input-form th {
	text-align: right;
	font-weight: bold;
}
div.input-form td {
	padding: 3px 0;
}
div.input-form input[type="text"],
div.input-form input[type="password"] {
	font-size: 1.2rem;
	width: 12rem;
}
div.input-form input[type="submit"] {
	font-size: 1.2rem;
	height: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
div.input-form .error-div {
	margin: 1rem 0;
	text-align: center;
	color: red;
}
.passwd-nav {
	position: absolute;
	top:10px;
	right: 10px;
}
