@charset "UTF-8";
html {
  background-color: #2f373d;
}

body {
  /*background-color: #f5f5f5;*/
}

#mod_headerArea {
  border-bottom: 4px solid #f27000;
}

#mod_mainArea {
  padding: 60px 0px 152px 0px;
  background-color: #f5f5f5;
}

#loginForm {
  margin: 0px auto 0px auto;
  padding: 50px 49px 50px 49px;
  width: 300px;
  height: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  background-color: #ffffff;
  -webkit-box-shadow: #e9e9e9 0px 1px 0px;
  -moz-box-shadow: #e9e9e9 0px 1px 0px;
  box-shadow: #e9e9e9 0px 1px 0px;
}
#loginForm table {
  width: 100%;
  border-collapse: separate;
}
#loginForm table input#userId,
#loginForm table input#password {
  width: 300px;
  height: 40px;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 12px 0px 12px;
  -webkit-box-shadow: #f2f2f2 -1px 2px 0px -1px inset;
  -moz-box-shadow: #f2f2f2 -1px 2px 0px -1px inset;
  box-shadow: #f2f2f2 -1px 2px 0px -1px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*line-height: 40px;*/
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  outline: none;
}
#loginForm table input#password {
  margin-top: 11px;
}
#loginForm table input#saveUserId {
  margin-top: 28px;
  margin-right: 6px;
}
#loginForm table label {
  font-size: 12px;
}
#loginForm table button.buttonLogin {
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 13px;
  margin-top: 25px;
  background: url("../img/bg_btn_or_1.gif") no-repeat 0px 0px;
  width: 95px;
  height: 30px;
  color: #ffffff;
  background-color: #f28200;
  border: 1px solid #d67300;
  border-bottom: 1px solid #c55300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  box-shadow: 0px 1px 0px #f2f2f2;
  cursor: pointer;
}
#loginForm table button.buttonLogin:hover {
  background: url("../img/bg_btn_or_1.gif") no-repeat 0px -29px;
  border: 1px solid #cc6000;
  border-bottom: 1px solid #b74200;
}
#loginForm table button.buttonLogin:active {
  background: url("../img/bg_btn_or_1.gif") no-repeat 0px -58px;
  border: 1px solid #bb4700;
  border-bottom: 1px solid #da6900;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#loginForm table p.error {
  margin-top: 10px;
  font-size: 12px;
  color: #ff2d2d;
}
