*:focus {
outline: none;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: black;
  background-position: center top;
}
.loading .loadingText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 576px;
  height: 578px;
}

@keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}

.blinking{
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes zoomout {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(50, 1) rotate(60deg);
  }
}

@keyframes jumpout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: -400px;
    transform: scale(4);
  }
}

@keyframes katakata {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.1, 1) rotate(10deg);
  }
  50% {
    transform: scale(1, 1) rotate(0deg);
  }
  75% {
    transform: scale(1.1, 1) rotate(-10deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}


body {
  line-height: 1;
  background-color: #000000;
  color: black;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
}

#contents {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  color: black;
  margin: 0;
  padding: 0;
}

#contents_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  min-width: 1100px;
  background-color: transparent;
  position: relative;
}

.container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.container .nondisp {
  position: absolute;
  top: 3000px;
}


.cmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 224px;
  padding: 0;
  margin: 0;
  background: url("../../images/common/foot_bg.png") center bottom;
  background-repeat: no-repeat;
  z-index: 90;
}


.cmenu .inner {
  width: 1000px;
  margin: auto auto;
  text-align: center;
  padding-top: 31px;
  height: 190px;
  position: relative;
}

.cmenu .inner .menu-wrap {
  display: flex;
}

.cmenu .inner .menu-wrap .item {
  margin: 0;
  width: 161px;
  margin-right: 6px;
  padding-bottom: 7px;
  text-align: center;
}

.cmenu .inner .menu-wrap .item a {
  display: block;
  text-align: center;
}

.cmenu .inner ul li {
  width: 161px;
  height: 57px;
  margin-top: 60px;
  list-style: none;
  display: inline-block;
}

.cmenu .inner ul li:first-child {
  margin-left: 0;
}

.cmenu .inner .copyright {
  text-align: center;
  width: 452px;
  height: 15px;
  position: absolute;
  bottom:5px;
  left:0;
}


.cmenu .inner .search {
	position: absolute;
	bottom:5px;
	right: 10px;
	width: 368px;
	height: 50px;
  background: url("../../images/common/bg_search.png") no-repeat;
}


.cmenu .inner .search .select {
	width: 100px;
	height: 28px;
	font-size: 12px;
	background-color: black;
	color: white;
	border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
	position: absolute;
	top:11px;
	left: 170px;
    }


.cmenu .inner .search #search_button {
	width: 60px;
	height: 28px;
	font-size: 12px;
	background-color: black;
	border: 1px solid white;
	color: white;
	bottom: 10px;
	position: absolute;
	top:11px;
	left: 284px;
	}



/*# sourceMappingURL=common.css.map */
