* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
  font-family: Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

li {
  list-style: none;
}

a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #ff8000;
}

div#footer1_ms_footer {
  background-color: rgba(255, 255, 255, 0);
  color: RGB(0, 0, 0);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: left;
  overflow: visible;
}

.label {
  display: none;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  color: black;
}

/* .logo {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 15%;
  height: auto;
  display: none;
} */

.error {
    color: #0069C8;
    text-align: left;
	font-weight: bold;
    font-size: 16px;
	width: 320px;
    max-width: 100%;
	margin:0px auto;
}

.error.itemLevel {
    font-size: 14px;
	width: 320px;
    max-width: 100%;
	margin:0px auto;
}

.entry-item{
	margin-bottom: 10px;
}

input {
  outline: 0;
  background-color: #fff!important;
  background-image: none!important;
  border-radius: .5rem!important;
  color: #555;
  display: inline-block;
  font-size: 1em;
  height: 50px;
  line-height: 1.42857143;
  padding: 6px 20px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
  width: 100%!important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s!important;
}

.textInput{
margin-bottom: 10px;
}

#tou{
	float: right;
	margin-right: 1.5rem;
}

#row{
	vertical-align: middle;
}

#footer1_copyright{
	font-size: 12px;
}

/*2514*/

html {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #edf2f7; /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
  color: #363636; /* default font colour */
}

#container{
  text-align: center;
  width: 440px;
  max-width: 100vw;
  background: white;
  padding: 50px 0px !important;
  box-shadow: 0 0 4px rgba(118, 118, 118, 0.6);
}

#panel {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.logo {
  width: 196px;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.customized-title {
  font-size: 14px;
  width: 320px;
  margin: auto;
  text-align: center;
}

.customized-description {
  font-size: 13px;
  width: 320px;
  margin: auto;
  text-align: left;
}