@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body {
  width: 100%;
  margin: 0 auto;
  background: #003346;
}
body .contentbox {
  width: 100%;
  min-height: 650px;
  margin: 0 auto;
}
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}
button:hover {
  cursor: pointer;
}

/*テキスト*/
.red_text {
  color: #ED1E79;
}

/*header*/
header {
  margin: 0 auto;
  height: 200px;
}

/*フッター*/
footer {
  margin: 0 auto;
  height: 50px;
  width: 100%;
  line-height: 50px;
  margin: auto;
  color: #99D119;
  text-align: center;
  font-size: 14px;
}

/*ログイン画面　ログイン失敗画面*/
img {
  display: block;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 22px;
}
h1 {
  height: 25px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #99D119;
  margin-bottom: 30px;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
  color: red;
  font-size: 20px;
}
.contentbox div {
  margin: 0 auto;
  width: 505px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.contentbox div .input_login {
  width: 280px;
  height: 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  color: #393939;
  box-sizing: border-box;
  border-radius: 30px;
  border: none;
}
.contentbox div .login_btn {
  width: 280px;
  height: 50px;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #99D119;
  background-color: #061F2C;
  color: #99D119;
}
.contentbox div .login_btn:hover {
  border: 2px solid #99D119;
  background-color: #99D119;
  color: #061F2C;
}
.contentbox p {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #FFF;
}
.contentbox a {
  color: #FFF;
  display: block;
  text-align: center;
  margin: 10px 0 140px 0;
}
