*:focus {
outline: none;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: url("../../images/common/bg-loding.jpg") top left no-repeat;
  background-size: cover;
    }
.loading .loadingText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 277px;
  height: 45px;
}

@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);
  }
}

html{
	height: 100%;
	
}

body {
  line-height: 1;
  color: black;
  margin: 0;
  padding: 0;
  background: url("../images/bg_dl.jpg") no-repeat center top;
  background-size: cover;
}

#wrapper {
  position: relative;
	height: 100%;
	
}

#contents {
  width: 100%;
	height: 100%;
  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: 176px;
  padding: 0;
  margin: 0;
  background: url("../../images/common/foot_bg.png") center top;
  background-repeat: no-repeat;
  z-index: 90;
}


.cmenu .inner {
  width: 1040px;
  margin: auto auto;
  text-align: center;
  padding-top: 12px;
  height: 180px;
  position: relative;
}

.cmenu .inner .menu-wrap {
  display: flex;
}

.cmenu .inner .menu-wrap .item {
  margin: 0;
  width: 170px;
  margin-top: -4px;
  margin-right: 2px;
  text-align: center;
}

.cmenu .inner .menu-wrap .item a {
  display: block;
  text-align: center;
}

.cmenu .inner ul li {
  width: 170px;
  height: 55px;
  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: 239px;
  height: 12px;
  position: absolute;
  top:120px;
  left:0;
}
.cmenu .inner .search {
	position: absolute;
	top:115px;
	left: 360px;
	width: 365px;
	height: 61px;
  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:16px;
	left: 166px;
    }


.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:16px;
	left: 280px;
	}

.cmenu .inner .snsbox {
	position: absolute;
	top:126px;
	right: 165px;
	width: 150px;
	height: 61px;
}

.cmenu .inner .snsbox a{
	text-decoration: none;
}


.cmenu .inner .dl-btn {
	position: absolute;
	top:115px;
	right: 10px;
	width: 170px;
	height: 55px;
}
