/** 全画面共通 */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;

  src: url('../font/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-style: normal;

  src: url('../font/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: normal;

  src: url('../font/NotoSansJP-Bold.woff') format('woff');
}

body {
	font-family: 'Noto Sans Japanese';
	font-size: 14px;
	background-color:#FFFFFF;
	color:#000000;
	overflow:auto;
	margin:0px;
}

.messageArea {
	font-size: 14px;
	font-family: MS PGothic;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.messageArea .error {
	color: #FF0000;
	font-weight: bold;
}

.hissu{
	color: #FF0000;
}

input{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

input.defaultTxt{
	color: #000000;
	border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1.5px solid gray;
	padding-bottom: 2px;
	text-align: left;
}
input.focusInTxt{
	color: #000000;
	border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1.5px solid blue;
	padding-bottom: 2px;
	text-align: left;
}
input.disable{
	background: #BBBBBB;
}


a{
	text-decoration: none;
	color:#0000FF;
}


.titleLabel,
.titleLabelKensho {
	padding: 7px;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	font-weight: bold;
	font-family: 'Poppins',sans-serif;
}
.titleLabel {
	background-color: #FFFFFF;
	border-bottom: 5px solid #A2C7C5;
}
.titleLabelKensho {
	background-color: #DDFFDD;
	border-bottom: 5px solid #A2C7C5;
}
.kenshoMessage {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FF0000;
	font-size: 12px;
}
.footer{
	text-align:right;
}
.footer .left{
	float:left;
}
.footer HR{
	color: #0000FF;
	height: 3px;
	border: 0px;
	width: 60%;
}


/* ログイン画面、パスワード変更画面 */
.login{
	margin-top:5em;
	margin-left:25%;
	margin-right:25%;
}
.loginParam{
	padding:20px;
	padding-left:50px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 5px solid #A2C7C5;
	border-bottom: 5px solid #A2C7C5;
}
.loginParam table{
	font-size: 16px;
	font-weight: bold;
}

.loginBtn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #A2C7C5;
	font-weight: bold;
	background: white;
	border: solid 2px #A2C7C5;
	border-radius: 3px;
	transition: .4s;
}
.loginBtn:hover {
    background: #A2C7C5;
    color: white;
}

.oshirase{
	margin-top:3em;
	margin-left:25%;
	margin-right:25%;
}
.oshirase section h3 {
	position: relative;
	border-bottom: 3px solid #daefed;

	height: 50px;
	padding: 0 0 0 40px;

	line-height: 50px;
}
.oshirase section h3:after {
  content: '';

  position: absolute;
  top: 50%;
  left: 0;

  width: 20px;
  height: 20px;
  margin-left: 7px;

  transform: translateY(-50%);
}
.oshirase section h3.announce:after {
  background: url(../images/ico_announce.png) no-repeat center center;
  background-size: 20px 18px;
}

