﻿@charset "UTF-8";
body {
  border-top: 5px #16926C solid;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists  will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
table th {
  min-width: 50px;
  vertical-align: middle;
}

table td {
  min-width: 50px;
  vertical-align: middle;
}

table thead tr .header {
  background-image: url(../default/bg.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

table thead tr .headerSortUp {
  background-image: url(../default/asc.gif);
  background-position: center right;
  background-color: #c6e6ef;
  background-repeat: no-repeat;
}

table thead tr .headerSortDown {
  background-image: url(../default/desc.gif);
  background-position: center right;
  background-color: #c6e6ef;
  background-repeat: no-repeat;
}

/* ---------------------------------------------------- nemoto add 170207 */
#gdds-list a {
  color: #333333;
}

.display-pc {
  display: inline-block;
}

.display-sp {
  display: none;
}

.common-inner {
  width: 930px;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  z-index: 1000;
}

.list-thum.fixed-menu {
  padding: 55px 0 0 0;
}

.btn-info {
  color: #fff;
  background-color: #286EDC;
  border-color: #286EDC;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #286EDC;
  border-color: #286EDC;
}

.btn-info:hover {
  color: #fff;
  background-color: #286EDC;
  border-color: #286EDC;
}

.common-header {
  height: 80px;
  padding: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px #95989A solid;
}

.common-header h1 {
  width: 450px;
  margin: 0 0 0 -225px;
  position: absolute;
  top: 10px;
  left: 50%;
}

.common-header h1 img {
  width: 100%;
}

.header-link-contact {
  display: inline-block;
  padding-top: 45px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 80px;
  font-size: 0.7em;
  background: url(../material/header-icon-contact.png) no-repeat top center;
  background-size: 40px 40px;
  color: #000000;
}

.header-link-logoff {
    display: inline-block;
    padding-top: 45px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 0.7em;
    background: url(../material/header-icon-logoff.png) no-repeat top center;
    background-size: 40px 40px;
    color: #000000;
}

.header-link-help {
  display: inline-block;
  padding-top: 45px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 40px;
  font-size: 0.7em;
  background: url(../material/header-icon-help.png) no-repeat top center;
  background-size: 33px 39px;
  color: #000000;
}

#gdds-login {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 250px;
  margin-top: -125px;
  margin-left: -360px;
  background-color: #F1F1F1;
  border-radius: 5px;
}

.login-container {
  padding: 5% 20%;
}

.login-container h2 {
  margin-top: 35px;
  text-align: center;
  font-size: 1.4em;
}

.login-container-pass {
  text-align: center;
}

.login-container input {
  display: inline-block;
  width: 60%;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  font-size: 2.0em;
  letter-spacing: 0.3em;
  text-align: center;
}

.login-container button {
  display: inline-block;
  margin: 0 0 13px 5px;
  padding: 13px 40px;
  font-size: 1.2em;
  border: none;
}

.login-container .error {
  color: #FF0004;
  text-align: center;
}

.list-header {
  overflow: hidden;
  background-color: #FFFFFF;
}

.list-header-check {
  display: inline-block;
  margin: 15px;
}

.list-header-check label {
  font-weight: normal;
}

.list-header-size {
  display: inline-block;
  float: right;
}

.list-header-size a:hover {
  text-decoration: none;
  color: #337ab7;
}

.list-header-size_s {
  cursor: pointer;
  font-size: 1.4em;
}

.list-header-size_m {
  cursor: pointer;
  font-size: 1.8em;
}

.list-header-size_l {
  cursor: pointer;
  font-size: 2.2em;
}

.list-thum {
  overflow: hidden;
  text-align: center;
}

.list-thum img {
  width: 100%;
  cursor: pointer;
}

.list-thum img.False {
  opacity: 0.25;
}

.list-btn {
  width: 100%;
}

.list-thum form div {
  position: relative;
}

.list-btn {
  width: 100% !important;
  margin: 5px auto !important;
}

footer {
  width: 100%;
  margin-top: 50px;
  background-color: #16926C;
  font-size: 0.8em;
  padding: 10px;
  color: #FFFFFF;
  overflow: hidden;
}

#gdds-login footer {
  position: absolute;
  bottom: 0;
}

footer a {
  color: #FFFFFF !important;
}

.footer-link {
  width: 50%;
  float: left;
}

.footer-copy {
  width: 50%;
  text-align: right;
  float: right;
}

/* 問い合わせモーダル */

.modal-content h4 {
  font-size: 1.2em;
  text-align: center;
}

.modal-body.modal-terms {
  height:70vh;
  overflow:auto;
}

.modal-body iframe {
  height:70vh;
}

.modal-content .modal-contact {
  padding: 20px 50px;
}

.modal-content dl {
  overflow: hidden;
  font-size: 1.2em;
}

.modal-content dl dt {
  width: 100px;
  padding: 10px;
  background-color: #7E7E7E;
  float: left;
  color: #FFFFFF;
  text-align: center;
}

.modal-content dl dd {
  width: 100%;
  margin-left: -130px;
  padding: 10px 10px 10px 130px;
  float: right;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}




/* チェックボックス */
input[type=checkbox] {
  display: none;
}

.check-box {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.check-box:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  z-index: 10;
  top: -55px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  content: '';
}

.check-box:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  z-index: 20;
  top: -55px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #286EDC;
  border-radius: 50%;
  content: '';
  opacity: 0;
  background: url(../material/list-check-on.png) center center no-repeat;
  background-size: 41px 41px;
}

input[type=checkbox]:checked + .check-box:before {
  opacity: 1;
}

.list-header-check .check-box:after {
  top: 0px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: #D1D1D1 1px solid;
  content: '';
}

.list-header-check .check-box:before {
  top: 0px;
  left: -25px;
  width: 20px;
  height: 20px;
  content: '';
  background-size: 20px 20px;
}

.modal-header {
  position: relative;
}
.modal-title {
  text-align: right;
}
.close {
  width: 30px;
  height: 30px;
  background-color: #000000 !important;
  border-radius: 50% 50%;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 0.4;
  position: absolute;
  top: -10px;
  left: -10px;
  opacity: 1;
}
.close:hover {
  background-color: #000000 !important;
  color: #FFFFFF;
  opacity: .8;
}

.login-check { margin: 0 0 5px 0; text-align: center;}
.login-check input { display: inline-block; width: auto; margin: 0 5px 0 0; vertical-align:middle;}
.login-cap { position: absolute; top: 50%; left: 50%; width: 720px; height: 20px; margin-top: 135px; margin-left: -360px; text-align: center;}

.watermark {
    position: absolute;
    opacity: 0.5;
    top: 6vw;
    left: 0px;
    padding: 25px;
    transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
}

.watermark-preview {
    top: 180px;
    width: 100%;
}