@charset "shift_jis";

body {
	font-family:"メイリオ",Meiryo, Arial, Helvetica, sans-serif;
	background-image: url(edit1.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-color: #456572;
}

/* ログインフォーム */
.wrap{
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	width: 340px;
	margin: 0px auto 0px auto;
}
.passtext{
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	line-height: 40px;
}
.main-ttl{
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	height: 30px;
	margin: 20px auto 15px auto;
	text-shadow: 1px 1px 2px #333; 
}
.login-ttl{
	position: relative;
	z-index: 3;
	text-align: center;
	box-sizing: border-box;
	xbackground-color: #aaa;
	background-image: url(bg-ttl.jpg);
	height: 50px;
	width: 340px;
	margin: 10px auto 0px auto;
	padding: 14px 20px 25px 20px;
	box-shadow: 0 4px 4px rgba(0,0,0, 0.25);
	border: solid #1f628d 1px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
div#form {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	text-align: center;
	width: 340px;
	margin: 0px auto 50px auto;
	border: 1px solid #666;
	xxborder-radius: 6px;
	xxbox-shadow: 0px 1px 3px #666666;
	color: #4d4d4d;
	font-size: 100%;
	xxbackground: #fff;
	background-image: url(bg-cont.jpg);
	padding: 10px 20px 10px 20px;
	border: solid #1f628d 1px;
	text-decoration: none;
	background-color: #f8f8f8;
}
p.form-ttl {
	color: #004080;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 3px double #499dd6;
	padding: 0.2em 1em 0.6em 1em;
}
p.submit {
	text-align: center;
}
p.pass {
	margin: 10px 0 10px 0;
}
p.pass input[type="password"] {
	width: 300px;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	transition: 0.35s;
}
p.pass input[type="text"] {
	width: 300px;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

/* ボタン */
.submit input {
	width: 300px;
  xxbackground: #3498db;
  background-image: linear-gradient(to bottom, #4F70A3, #4F70A3);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 100%;
	text-shadow: 1px 1px 1px #000;
  padding: 10px 16px;
  text-decoration: none;
	margin: 20px auto 20px auto;
	border: solid 1px #fff;
}
.submit input:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

div#form:hover {
  text-decoration: none;
}

/* エラー画面 */
div#err-box {
	text-align: center;
	width: 500px;
	margin: 3em auto;
	border-top: 3px double #499dd6;
	border-bottom: 3px double #499dd6;
	padding: 1.2em;
}
div#err-box p {
	color: #dd0000;
}
