/* ログイン */
body {
  /* 格子 */
  background-color: #FFF;
  background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06)), 
                    linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06) );
  background-size: 25px 25px;
  background-repeat: repeat;
}

.container {
  width: 100%;  
  height: 100%;
}

.wrapper {    
  width: 310px;  
  height: 380px;  
  position: absolute;  
  top: 50%;  
  left: 50%;  
  margin: -170px 0 0 -155px;  
}

.form-signin {
  padding: 30px 38px 36px;
}

.form-head {
  text-align:center;
  font-size: 17pt;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 5px;
  border: 1px solid #838a90;
}

input[type="text"] {
  margin-bottom: 10px;
}

input[type="password"] {
  margin-top: 1px;
  margin-bottom: 20px;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  margin-bottom: 30px;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/* エラーメッセージ */
#error_message {
  font-size: 10pt;
  color: #ff0000;
  margin-bottom: 20px
}

#footer_wrap {
  float: right;
  margin-top: -10px;
  margin-right: 20px;
  width: 145px;
}

/* パスワード忘れ */
#pw_wasure {
  font-size: 10pt;
}

/* 利用規約 */
#kiyaku {
  font-size: 10pt;
}