﻿@charset "UTF-8";

body {
	background-color: #E6F7FB;
}
#container {
	padding-top: 50px;
	background: none;
}
#main {
	background: none;
}
#main .loginBox {
	margin: 0 auto;
	padding: 58px 49px 49px;
	box-sizing: border-box;
	width: 600px;
	background: #01B4DC url(../images/common/template/login_bg_600_400.jpg) no-repeat center bottom;
}
#main .loginBox h1 {
	padding-top: 83px;
	float: left;
}
#main .loginBox div {
	width: 202px;
	display: block;
	float: right;
}
#main .loginBox table {
	margin-bottom: 58px;
	width: 100%;
	border-collapse: collapse;
}
#main .loginBox th, #main .loginBox td {
	padding: 2px 0;
	text-align: left;
	color: #fff;
}
#main .loginBox table input[type="text"] {
	width: 100%;
	padding: 5px;
	color: #000;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #79B3CB;
}
#main .loginBox table input[type="password"] {
	width: 100%;
	padding: 5px;
	color: #000;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #79B3CB;
}
#main .loginBox table .checkboxDeco01 {
	margin: 8px 0 16px;
}
#main .loginBox table .checkboxDeco01 label {
	padding-top: 0;
	padding-left: 20px;
	background-position: 0 2px;
}
#main .loginBox table .checkboxDeco01 label.on {
	background-image: url(../images/common/icon/checkbox_13_13_on.png);
}
#main .loginBox .submit {
	text-align: center;
}
#main .loginBox .submit li {
	padding-top: 18px;
}
#main .loginBox .submit li:first-child {
	padding-top: 0;
}
#main .loginBox .submit li input {
	vertical-align: top;
}

/*------------------------------------------------------------
	システムエラー
------------------------------------------------------------*/

#systemError {
	margin: 10px auto 0 auto;
	width: 600px;
}
#systemError .ttl {
	padding: 6px 0;
	background-color: #E60012;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	line-height: 1;
}
#systemError .inner {
	padding: 10px 20px;
	background-color: #FFFFFF;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/*------------------------------------------------------------
	システムからのお知らせ
------------------------------------------------------------*/
#pnlListInformation {
	margin: 10px auto 20px auto;
	padding-bottom: 20px;
	width: 600px;
	background-color: #FFFFFF;

	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

	text-align: left;
	line-height: 1;
}

#pnlListInformation .ttl {
	margin: 20px 10px auto 10px;
	padding: 8px 12px 6px;
	background-color: #00B4DC;
	color: #FFF;
	font-size: 115.38462%;
	font-weight: bold;
}

#pnlListInformation table {
	margin: auto 10px auto 10px;
	width: 580px;
}

#pnlListInformation .greyBox {
	margin-bottom: 5px;
	padding: 3px 10px 2px;
	background-color: #F2F2F2;
}
#pnlListInformation .greyBox .lBox {
	width: 520px;
	float: left;
}
#pnlListInformation .greyBox .lBox p {
	margin: 0;
	font-weight: bold;
	line-height: 1.4;
}
#pnlListInformation .greyBox .rBox {
	width: 100px;
	float: right;
}
#pnlListInformation .greyBox .rBox ul {
	padding-top: 3px;
	float: right;
}
#pnlListInformation .greyBox .rBox li {
	padding-left: 4px;
	float: left;
}
#pnlListInformation .greyBox .rBox li:first-child {
	padding-left: 0;
}
#pnlListInformation .greyBox .rBox > img {
	float: left;
}
#pnlListInformation .pText {
	margin-left: 10px;
	line-height: 1.4;
}