@charset "utf-8";
/* CSS Document */

/* ヘッダー */
#loginHeader {
	/* background-color: #FF6928; */
	background-color: rgba(0,0,0,0.8);;
    clear: both;
    height: 150px;
    padding: 5px 0;
}
#loginHeaderArea {
	width: 980px;
	margin: 0 auto;
}
#login_headerRight {
	margin-top: 27px;
    float: right;
    /* width: 300px; */
}
#logoBox_login {
	float: left;
	margin-top: 45px;
}
.login_logo {
    width: 245px;
}

/* ログインフォーム */
#loginWrapper {
	padding: 2em 0;
	display: flex;
	/* grid-auto-rows: 30px; */
}
#contentsLoginArea {
  display: flex;
  margin: 0 auto;
}
#loginErrGuide {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	/* background-color: #FF6928; */
	background-color: rgba(0,0,0,0.8);;
	padding: 8px;
}
#loginErrGuide a {
    text-decoration: underline;
    color: #fff;
}
input[type="email"]#loginid, input[type="password"]#pswd {
	width: 280px;
	padding: 0.6em;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

/* リリース情報 */
#login_headerRight {
  display: flex;
}
div.heder-release {
  background: #fff;
  border: 1px solid #EFEFEF;
  padding: 10px 25px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* behavior: url(ie-css3.htc); */
  margin-top: 15px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
div.heder-release a {
  color: #62990d;
  text-decoration: none;
  font-weight: bold;
}
div.heder-release:hover {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
}

/* ヘッダーの日付 */
#headerTime {
	background: #fff;
	border: 1px solid #EFEFEF;
	padding: 10px 10px 10px 30px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	text-align: left;
	margin-top: 15px;
}
#headerTime p{
	text-align: left;
}
/* ログインテーブル */
#loginBox {
	width: 460px;
	margin: 0 auto;
	margin-bottom: 175px;
	border: 1px solid #ccc;
}
#loginBoxLeft {
	width: 460px;
	/* 上 | 右 | 下 | 左 */
	margin: 0 30px 0 auto;
	margin-bottom: 175px;
	border: 1px solid #ccc;
}

@media only screen and (max-device-width: 480px) {
 /* スマホ用のCSS */
 #loginBoxLeft {
	 width: 460px;
	/* 上 | 右 | 下 | 左 */
	margin: 0 15px 0 20px;
	margin-bottom: 175px;
	border: 1px solid #ccc;
}
}

#loginBoxRight {
	width: 460px;
	/* 上 | 右 | 下 | 左 */
	margin: 0 auto 0 30px;
	margin-bottom: 175px;
	border: 1px solid #ccc;
}
@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */
	#loginBoxRight {
		width: 460px;
		/* 上 | 右 | 下 | 左 */
		margin: 0 30px 0 0px;
		margin-bottom: 175px;
		border: 1px solid #ccc;
	}
   }

body > #loginBox {
	height: auto;
}
#loginTitle {
	font-weight: bold;
	color: #FFF;
	/* background-color: #FF6928; */
	background-color: rgba(0,0,0,0.8);;
	text-align: center;
}
#noticeTitle {
	font-weight: bold;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#loginTable {
	width: 460px;
	background-color: #FFF;
	border-collapse: collapse;
}
#loginTable th {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #000;
	border-right: none;
}
* html #loginTable th {
	background-color: #ddd;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
	color: #333;
}
#loginTable th {
	padding: 8px 8px 8px 30px;
}
#loginTable td {
	padding: 8px 8px 8px 8px;
	height: 62px;
}
* html #loginTable td {
	font-size: 90%;
}
#loginBoxRight {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 472px;

}
/* 通知テーブル */
#noticeTable {
	width: 460px;
	background-color: #fff;
	border-collapse: collapse;
}
#noticeTable th {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #000;
	border-right: none;
}
* html #noticeTable th {
	background-color: #ddd;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
	color: #333;
}
#noticeTable th {
	padding: 14px 8px 8px 30px;
}
#noticeTable td {
	padding: 8px 8px 8px 8px;
	height: 62px;
}
* html #noticeTable td {
	font-size: 90%;
}
.notice_link {
	text-decoration: none;
}
.notice_link:hover {
	text-decoration: underline;
	color: #00bfff;
}
.notice_news {
	font-weight: bold;
	color: #00bfff;
}
/* ログインボタン */
input#submitButton {
    padding: 10px 30px;
    font-size: 1.2em;
	font-weight: bold;
	/* background-color: #E64A48; */
	background-color: #E70000;
    color: #fff;
    border-style: none;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	cursor: pointer;
}
/* ログインエラー */
.errorText01 {
	color: red;
	font-weight: bold;
    margin-left: 10px;
}
