﻿@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 */
input, select, textarea {
  max-width: 280px;
}

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: none;
}

.display-sp {
  display: inline-block;
}


@media only screen and (max-device-width : 350px) {
    /* スマートフォンだけ以下を適用 */
    .display-sp img {
        width: 100%;
        height: 100%;
    }

    .display-sp {
        display: inline-block;
        width: 160px !important;
        height: 40px;
    }

    .header-link-contact {
        display: inline-block;
        padding-top: 45px;
        text-align: center;
        position: absolute;
        top: 12px;
        right: 70px !important;
        font-size: 0.5em;
        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: 10px;
        font-size: 0.5em;
        background: url(../material/header-icon-logoff.png) no-repeat top center;
        background-size: 40px 40px;
        color: #000000;
    }
}

.common-inner {
  width: 96%;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

.list-thum.fixed-menu {
  padding: 50px 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;
  border-bottom: 1px #95989A solid;
}

.common-header h1 {
  width: 200px;
  margin: 15px 0 0 10px;
}

.common-header h1 img {
  width: 100%;
}

.header-link-contact {
  display: inline-block;
  padding-top: 45px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 70px;
  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: 10px;
    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: 90vh;
  position: relative;
}

.login {
  width: 80%;
  margin: 20px auto;
  background-color: #F1F1F1;
  border-radius: 5px;
  position: relative;
}

.login-container {
  padding: 5% 10%;
}

.login-container h2 {
  text-align: center;
  font-size: 0.9em;
}

.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;
  font-size: 0.8em;
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

.list-header-check {
  display: inline-block;
  margin: 18px 15px 15px 15px;
  padding-left: 10px;
}

.list-header-check label {
  font-weight: normal;
}

.list-header-size {
  display: inline-block;
  line-height: 3.0em;
  float: right;
}

.list-header-size_s {
  margin-right: 5px;
  cursor: pointer;
  font-size: 2.4em;
}

.list-header-size_m {
  margin-right: 5px;
  cursor: pointer;
  font-size: 2.8em;
}

.list-header-size_l {
  margin-right: 5px;
  cursor: pointer;
  font-size: 3.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%;
  background-color: #16926C;
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
  color: #FFFFFF;
  overflow: hidden;
  margin-top:30px;
}

/*#gdds-login footer {
  position: absolute;
  bottom: 0;
}*/

footer a {
  color: #FFFFFF !important;
}

.footer-link {
  padding: 5px;
}

.footer-copy {
  padding: 5px;
}

/* �₢���킹���[�_�� */

.modal-content h4 {
  font-size: 1.2em;
}

.modal-body.modal-terms {
  height:70vh;
  overflow:auto;
}

.modal-content .modal-contact {
  padding: 10px 5px;
}

.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;
}


/* �`�F�b�N�{�b�N�X */
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: -45px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  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: -45px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #286EDC;
  border-radius: 50%;
  content: '';
  opacity: 0;
  background: url(../material/list-check-on.png) center center no-repeat;
  background-size: 31px 31px;
}

input[type=checkbox]:checked + .check-box:before {
  opacity: 1;
}

.list-header-check .check-box:after {
  top: -3px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: #D1D1D1 1px solid;
  content: '';
}

.list-header-check .check-box:before {
  top: -3px;
  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-container button { width: 60%; margin: 10px 0 0 0;}
.login-check { margin: 10px 0 5px 0; text-align: center;}
.login-check input { display: inline-block; width: auto; margin: 0 5px 0 0; vertical-align:middle;}
.login-cap { font-size: 0.8em; width: 80%; margin: 0 auto;}
.login-container .check-box:before .login-container .check-box:after { display:none;}

.watermark {
    position: absolute;
    opacity: 0.5;
    top: 7vw;
    left: 0px;
    padding: 25px;
    transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
}

.watermark-preview{
    top:17vw;
    width: 100%;
}