﻿body{
  margin:0;
  font-size:0;
}

.wrapper{
  width:100%;
  margin:0 auto;
}

#header{
  background-color:#333F50;
  position:fixed;
  height:40px;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

#main-logo{
  width:150px;
  margin:0;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
  height:58px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: black;
  padding: 1em 0;
  font-size: 20px;
  font-weight:bold;
  text-decoration:none;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 1px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



#iframe-head, #iframe-foot, #iframe-top-third, #iframe-bottom{
  border:none;
  margin: auto;
  display: block;
}

.contents-wrapper{
  height:auto;
}

.docu{
  font-size:17px;
  font-weight:bold;
  line-height:18px;
  color:black;
  margin:5px 10px 0 10px;
}

.form{
  text-align:center;
}

.enter{
  font-size:35px;
  padding:12px 30px;
  background:#4169e1;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-color:blue;
  border-radius:4px;
}

.exp-key{
  text-align:center;
  margin-top:25px;
}

.exp-key img{
  width:135px;
  border:solid 2px #808000;
  border-radius:4px;
  margin-top:0px;
}

.exp-key p{
  font-size:18px;
  line-height:19px;
  margin-top:20px;
  margin-bottom:2px;
}

.btn-new{
  padding:7px 35px;
  background:#2C7CFF;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.exp-key h7{
  font-size:14px;
  font-weight:bold;
}

.btnx a, .exp-key a{
  font-size:30px;
  color:white;
  text-decoration:none;
}

#login-container {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#login-form{
  text-align:center;
  margin-top:px;
}

#login-form label{
  padding-top:50px;
  text-align:left;
}

label {
  font-size:22px;
  font-weight:bold;
}

input {
  padding: 14px;
  width: 300px;
  margin: 2px 0 10px 0;
}

button {
  padding: 7px 20px;
  background-color: blue;
  font-size:28px;
  font-weight:bold;
  color: white;
  border: none;
  cursor: pointer;
  border-radius:4px;
}

button:hover {
  background-color: #0056b3;
}


