 *{
    box-sizing: border-box;
  }
body, table, input, textarea, select, option {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form textarea {
    border: none;
    outline: none;
    width: 100%;
    color: #333333;
    background-color: #fafafa;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    line-height: 20px;
    padding: 4px 10px 3px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}
form select {
  line-height: 24px;
  height: 40px;
  padding: 2px 2px;
}
a.btn,
.btn{
  padding: 2px 17px;
  line-height: 26px;
  height: 30px;
  background-color: #54a542;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
.btn:hover{
  background-color: #86ce76;
}
.hint{
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  padding-right: 7px;
}
form label{
  margin-right:10px;
}
.header-label {
    width: 100%;
    background: #46bd74;
    height: 185px;
    padding-top: 80px;
    padding-left: 20px;
}
.header-label h1{
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    font-weight:500;
    padding: 0px 0 0 25px;
}
.small-wrapper{
  width:770px;
  margin:0 auto;
}
p.msg {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 50px;
    text-align: left;
}
table th.required:after{
  content:'*';
  color:red;
  padding-left:5px;
}
label.error{
  font-size:12px;
  color:red;
  display:block;
}
#requester-header .navbar .navbar-left {
    line-height: 50px;
    color: #fff;
    padding-left: 45px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #38995e!important;
}
span.hidden-xs {
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    letter-spacing: 1px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.box.box-primary {
    border-top-color: #46bd74;
}
