html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

html, body {
  height: 100%;
  position: relative;
  word-break: break-all;
  font-size: 62.5%;
}

body, input[type="text"] {
 font-family: Consolas, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ";
}

.login-header {
  text-align: center;
  margin: 40px auto 10px;
}
.login-title{
	font-size:1.6rem;
	text-align:center;
	background-color:#D3F3FF;
	padding:10px;
	color:#1D7DBE;
	font-weight:normal;
	border-radius:20px;
	}
.login-form {
  margin: 30px auto 40px;
  width: 480px;
}
.login-form .form-group {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.login-form .form-group label {
  box-sizing: border-box;
  display: block;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background-color: #1D7DBE;
}
.login-form .form-group label span {
  box-sizing: border-box;
  display: block;
  width: 133px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 45px;
  color: #ffffff;
}
.login-form .form-group input {
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: 132px;
  width: 347px;
  height: 45px;
  padding: 0 10px 0;
  border-radius: 0 1px 1px 0;
  border: none;
  background-color: #f6f6f6;
  font-size: 1.8rem;
  color: #8e8e8e;
}
.login-form .form-group input:focus ~ label {
  border: 1px solid #0b0205;
}
.login-form .help-block {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  color: #8e8e8e;
}
.login-form .form-group-submit {
  width: 158px;
  height: 40px;
  margin: 0 auto;
}
.login-form .form-group-submit input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: none;
  background-color: #FF9120;
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
}

.login-information {
  clear: both;
  margin: 40px 170px;
  color: #4b4b4b;
}
.login-information h2 {
  margin: 0 0 17px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.4rem;
}
.login-information ul {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 115px;
}
.login-information ul li {
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.login-information ul li .date {
  margin-right: 10px;
}

.login-footer {
  line-height: 1.4;
  clear: both;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 68px;
  background-color: #4b4b4b;
}
.login-footer .shortcut {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  padding: 15px 0 5px 0;
  color: #ffffff;
}
.login-footer .shortcut h2 {
  font-size: 1.4rem;
}
.login-footer .shortcut ul {
  max-width: 766px;
  list-style: none;
}
.login-footer .shortcut ul li {
  float: left;
  margin: 0 0 10px 40px;
  font-size: 1.2rem;
}
