@charset "UTF-8";

/*
Font Bold Style Browser and OS Setting
*/
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  @media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/*
default css
*/
html {
  font-size: 62.5%;
  width:100%;
  height: 100%;
}
body {
  font-family: /*Roboto, */YuGothic, "游ゴシック", Adobe Garamond Pro,メイリオ,Meiryo,"ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  /*font-weight: 500;*/
  font-weight: normal;
  font-size:62.5%; /* 16px -> 10px */
  line-height: 1.6;
  letter-spacing: 0;
  /*"pwid" 1;*/
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width:100%;
  height: 100%;
  color: #181818;
}

/*
common style classes
 */
.no_ligature {
  font-variant-ligatures: no-common-ligatures;
}
.text-justify {
  text-align: justify;
}

/*
Smartphone controls
*/

.sp {
    display:none !important;
}
body {
  -webkit-text-size-adjust: 100%;
}



.clear {
    clear: both;
}
.float {
    overflow: hidden;
}
.hide {
    display: none;
}


ul {
    list-style-type: none;
}





body {
    width: 100%;
    height: 100%;
    position: relative;
}


#background {
  background: url("/shared/images/login/ip_login_bg-6a62f9284d9255a2109445ba2e01f8a9.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
#background #login_panel {

}
#background #login_panel div.row {

}
#background #login_panel div.row div.col {
  background-color: #fff;


 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}
#background #login_panel div.row div.col div.wrap {
  max-width: 520px;
  margin: 0 auto;

    padding: 0 20px;
}
#background #login_panel div.row div.col h1#logo {
padding-top: 10px;
    margin-bottom: 20px;

}
#background #login_panel div.row div.col h1#logo img {
max-width:100%;

height: auto;

}
#background #login_panel div.row div.col table {
        width: 100%;
        margin: 0 auto;
    height: auto;
}
#background #login_panel div.row div.col table tr {

}
#background #login_panel div.row div.col table tr:first-child th,
#background #login_panel div.row div.col table tr:first-child td {
  padding-bottom: 14px;
}
#background #login_panel div.row div.col table tr th {
  font-size: 16px;
      width: 26%;
      line-height: 1.6;
}
#background #login_panel div.row div.col table tr td {
  font-size: 16px;
      width: 74%;
      line-height: 1.6;
}
#background #login_panel div.row div.col table tr td input {
    width: 100%;
    font-size: 15px;
    line-height: 1;
    padding: 3px 3px;
/*     border: 1px solid #ccc; */
    border-radius: 3px;
}
#background #login_panel div.row div.col p.session_save_btn {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
}
#background #login_panel div.row div.col p.session_save_btn input {
  font-size: 13px;
  font-weight: normal;
}
#background #login_panel div.row div.col p.session_save_btn label {

  font-size: 13px;
  font-weight: normal;
}
#background #login_panel div.row div.col div.control_btn_wrap {
  overflow: hidden;
}
#background #login_panel div.row div.col ul#control_btns {
float: right;
}
#background #login_panel div.row div.col ul#control_btns li {
display: inline-block;
    margin-left: 14px;
    background-color: navy;
    padding: 4px 13px 3px 12px;
    background-color: #3562b0;
    transition: 0.2s;
    border-radius: 4px;
}
#background #login_panel div.row div.col ul#control_btns li:hover {
  background-color: #3498db;

}
#background #login_panel div.row div.col ul#control_btns li a,
#background #login_panel div.row div.col ul#control_btns li button {
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: 0;
}
#background #login_panel div.row div.col ul#control_btns li a i,
#background #login_panel div.row div.col ul#control_btns li button i {
  font-size: 15px;
  color: #fff;
  margin-right: 6px;
}
#background #login_panel div.row div.col ul#control_btns li a span.txt,
#background #login_panel div.row div.col ul#control_btns li button span.txt {
  font-size: 15px;
  color: #fff;
}
#background #login_panel div.row div.col p#forgotten {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
#background #login_panel div.row div.col p#forgotten a {
  color: #3562b0;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bold;
}
#background #login_panel div.row div.col p#forgotten a:hover {
  color: #3498db;
}





body#gbnavi_sd #background {
    background: url(/shared/images/login/sd_login_bg-f6bc51f40bed9d61d6c4313f3605248a.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
body#gbnavi_sd #background #login_panel div.row div.col ul#control_btns li {
    background-color: #72a905;
}
body#gbnavi_sd #background #login_panel div.row div.col ul#control_btns li:hover {
    background-color: #a4cb4d;
}


@media screen and (max-width:640px) {


}


@media screen and (max-width:827px) {
  table th {
    display: none;
  }
  table td span.hide {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    display: block !important;
  }
}


@media screen and (min-width:768px) and (max-width:991px) {

}












