@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding:0;
	border: 0;
}
body {
	line-height: 2.0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	color: #333;
	height: 100%;
	background-color: #fdfcf7;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
    color: #005db5;
}
a:hover {
	text-decoration:underline;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
html, body, #Wrap {
	width:100%;
	height:100%;
}
p.error {
	color:red;
}
span.required {
	color:red;
}
/* ログイン */
#Wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#form {
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#formlogo {
	margin-bottom: 10px;
	text-align: center;
}
#formlogo img {
	width:100%;
}
#formtitle {
	text-align: center;
	margin-bottom: 10px;
}
#form p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
#form p.error {
	font-size: 14px;
	color: red;
	text-align:center;
	font-weight:normal;
}
.id,
.pass {
	margin-bottom: 20px;
}
#idwidth,
#passwidth {
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}
.submit {
	text-align: center;
}
.submit input {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-weight:bold;
	font-size:16px;
	width:40%;
	height:50px;
	margin: 0 auto;
	text-align: center;
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	        transition: none;
	box-shadow: 0 3px 0 #000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-appearance:none;
	cursor:pointer;
	outline:none;
}
.submit input:hover {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	cursor:pointer;
}
