@charset "UTF-8";

/*
 *  style.css
 */
html {
  height: 100%;
}
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    "メイリオ", "Droid Sans", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-size: 16px;
  position: relative;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
/* preタグのその他のstyleはbootstrap.css設定を使用 */
pre {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    "メイリオ", "Droid Sans", sans-serif;
}
ul {
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* btn */
.btn {
  display: block;
  width: 170px;
  font-size: 15px;
  line-height: 1;
  padding: 10px 0;
  outline: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.btn.btn-primary {
  display: block;
  width: 170px;
  background-color: #f08300;
  border: none !important;
  color: #fff;
}
.btn.btn-primary.btn-logout {
  display: inline;
}
.btn.btn-primary.btn-msg {
  width: 100px;
}
.btn.btn-primary:hover {
  background-color: #d88015;
}
.btn.hover {
  background-color: #e4eaf3;
}
.mainButton {
  margin: 30px 0 20px;
}

.btn-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* Button Icon Image*/
.button-icon {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  /* not use [text-indent: -9999px;]*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  vertical-align: middle;
  margin: 0 5px 2px 0;
}

/* Icon Image */
.volume-on {
  background-image: url(image/blue/speaker.png);
}
.volume-off {
  background-image: url(image/blue/speaker-2.png);
}
.volume-on-white {
  background-image: url(image/blue/speakerwhite.png);
}
.volume-off-white {
  background-image: url(image/blue/speaker-2white.png);
}
.icon-bat-discharge {
  background-image: url(image/blue/iconPowerBattery-Discharge.png);
}
.icon-bat-discharge-white {
  background-image: url(image/blue/iconPowerBattery-Discharge-white.png);
}
.icon-bat-wait {
  background-image: url(image/blue/iconPowerBattery-Wait.png);
}
.icon-bat-wait-white {
  background-image: url(image/blue/iconPowerBattery-Wait-white.png);
}

/* container */
#container {
  padding: 34px 15px 0;
}
.top #container {
  padding: 0 15px;
}
#sb-site {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
}
#main {
  padding-top: 20px;
}

#login {
  padding-top: 42px;
}

/* header */
#header {
  border-top: 3px solid #f08300;
  width: 100%;
  height: 34px;
  background-color: #004098;
  position: fixed;
  top: 0;
  z-index: 30;
}

#header h1 {
  width: 250px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -120px;
  padding: 0;
  line-height: 1;
  outline: 0;
  background-size: contain;
  color: #ffffff;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4",
    HGMaruGothicMPRO, "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
  text-decoration: none;
  font-size: 20px;
}
#header h1 a {
  display: block;
  width: 206px;
  height: 25px;
  text-indent: -9999px;
}
#header #headerRight a {
  display: block;
  width: 20px;
  height: 17px;
  position: absolute;
  top: 7px;
  right: 7px;
  background: transparent url(image/blue/btnMenu.png) no-repeat 0 0;
  background-size: contain;
}
#header #headerRight a:hover {
  background: transparent url(image/blue/btnMenuOn.png) no-repeat 0 0;
  background-size: contain;
}
#header #headerLeft a {
  display: block;
  width: 20px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: transparent url(image/blue/btnBack.png) no-repeat 0 0;
  background-size: contain;
}
#header #headerLeft a:hover {
  background: transparent url(image/blue/btnBackOn.png) no-repeat 0 0;
  background-size: contain;
}
/* form */
.form-group label {
  font-size: 16px;
  color: #a0a0a0;
}
.form-group .validateMsgBox span {
  margin-top: 5px;
  color: #a94442;
  font-size: 11px;
}
.form-group .formExplanation {
  font-size: 12px;
}
.form-control-static {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  color: #a0a0a0;
}
.num2 {
  width: 50px;
}
.num7 {
  width: 120px;
}
.form-group.btnGroup2 .btn-group .btn {
  width: 135px;
}
.form-group.btnGroup3 .btn-group .btn {
  width: 90px;
}
@media (min-width: 768px) {
  .form-group {
    clear: both;
  }
  .form-group label {
/*
    width: 30%;
    float: left;
    text-align: right;
*/
  }
  .form-group .form-content {
    width: 50%;
    float: right;
    margin-right: 10%;
  }
  .form-group .form-content label {
    width: auto;
  }

  .form-group .useridInformation {
    width: 50%;
  }
}
/* footer */
#footer {
  color: #a0a0a0;
  font-size: 10px;
  width: 100%;
  text-align: center;
  height: 30px;
  padding-top: 10px;
  line-height: 1;
}
#copyRight {
  display: inline-block;
}
/* contents */
.basicLink {
  text-align: right;
  margin-bottom: 20px;
}
.basicLink div {
  margin-bottom: 5px;
}
#pageTitle {
  background-color: #424242;
  margin-top: -20px;
  margin-bottom: 20px;
}
#pageTitle h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
#pageDescription {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* エラー表示 */
.errorDescription {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: red;
}

/* 情報表示 */
.infoDescription {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: green;
}

@media (min-width: 768px) {
  #pageDescription {
    text-align: center;
  }
  #aiSolaInvalidDescription {
    text-align: center;
  }
}

/* loading */
#wait {
  position: absolute;
  background-color: rgba(64, 64, 64, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: none;
}

input.form-control {
  background-color: #e1f0ff;
  border-radius: 17px;
  border-color: #82b9c8;
  color: #82b9c8;
}
select.form-control {
  border-radius: 17px;
  background-color: #e1f0ff;
  border-color: #82b9c8;
  color: #82b9c8;
}
select.form-control option {
  background-color: #ffffff;
}

.btn-left-radius {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  outline: none;
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-left-radius:hover {
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-left-radius.hover {
  background-color: #649bb4;
  color: #ffffff;
  box-shadow: 0 0 4px 1px #f08300, 0px 0 3px 2px #f08300 inset;
  border-color: #f08300;
}
.btn-left-radius.hover:hover {
  background-color: #649bb4;
  color: #ffffff;
}
.btn-right-radius {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  outline: none;
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-right-radius:hover {
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-right-radius.hover {
  background-color: #649bb4;
  color: #ffffff;
  box-shadow: 0 0 4px 1px #f08300, 0px 0 3px 2px #f08300 inset;
  border-color: #f08300;
}
.btn-right-radius.hover:hover {
  background-color: #649bb4;
  color: #ffffff;
}
.btn-not-radius {
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-not-radius:hover {
  background-color: #e6e6e6;
  color: #82b9c8;
}
.btn-not-radius.hover {
  background-color: #649bb4;
  color: #ffffff;
  box-shadow: 0 0 4px 1px #f08300, 0px 0 3px 2px #f08300 inset;
  border-color: #f08300;
}
.btn-not-radius.hover:hover {
  background-color: #649bb4;
  color: #ffffff;
}
.btn-group-radius {
  border-radius: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#yenn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* 画面説明 */
#pageDescription {
  color: #004098;
}
