@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);
  }
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #0099ff;
}

.loaderText {
  width: 136px;
  height: 9px;
  position: absolute;
  background-image: url("../images/common/load_text.png");
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.loader {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/common/load_base.png");
  background-repeat: no-repeat;
}



#num0 {
  left: 0;
  top: 0;
}

#num1 {
  left: 20px;
  top: 0;
}

#num2 {
  left: 40px;
  top: 0;
}

#num3 {
  left: 60px;
  top: 0;
  background-position: -60px 0;
}

body {
  line-height: 1;
  background-color: #0099ff;
  color: black;
}

#wrapper {
  position: relative;
}

#contents {
  width: 100%;
  overflow: hidden;
  background-color: #0099ff;
  color: black;
}

#contents_inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  min-width: 1100px;
  background-color: transparent;
  position: relative;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  min-width: 1100px;
  background-color: #002870;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: calc(100% - 890px);
}
.footer .footerinner {
  width: 1100px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}


.footer .footerinner .navi {
  width: 1100px;	
  height: 84px;
  margin-top: 10px;
  margin-left: 10px;
}
.footer .footerinner .navi .navilist {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.footer .footerinner .navi .navilist > li {
  display: inline-block;
  height: 42px;
  position: absolute;
}

.footer .footerinner .navi .navilist > li > a:hover:after,
.footer .footerinner .navi .navilist > li > span:after {
  opacity: 1;
}
.footer .footerinner .navi .navilist > li:nth-child(1) {
  width: 180px;
  height: 42px;
  top: 0;
  left: 0;
}
.footer .footerinner .navi .navilist > li:nth-child(2) {
  width: 180px;
  height: 42px;
  top: 0;
  left: 180px;
}

.footer .footerinner .navi .navilist > li:nth-child(3) {
  width: 180px;
  height: 42px;
  top: 0;
  left: 360px;
}

.footer .footerinner .navi .navilist > li:nth-child(4) {
  width: 180px;
  height: 42px;
  top: 0;
  left: 540px;
}

.footer .footerinner .navi .navilist > li:nth-child(5) {
  width: 180px;
  height: 42px;
  top: 0;
  left: 720px;
}

.footer .footerinner .navi .navilist > li:nth-child(6) {
  width: 180px;
  height: 42px;
  top: 42px;
  left: 0;
}

.footer .footerinner .navi .navilist > li:nth-child(7) {
  width: 180px;
  height: 42px;
  top: 42px;
  left: 180px;
}

.footer .footerinner .navi .navilist > li:nth-child(8) {
  width: 180px;
  height: 42px;
  top: 42px;
  left: 360px;
}

.footer .footerinner .navi .navilist > li:nth-child(9) {
  width: 180px;
  height: 42px;
  top: 42px;
  left: 540px;
}

.footer .footerinner .navi .navilist > li:nth-child(10) {
  width: 180px;
  height: 42px;
  top: 42px;
  left: 720px;
}

.footer .footerinner .navi .navilist > li:nth-child(11) {
  width: 136px;
  height: 82px;
  top: 0;
  left: 910px;
}



.footer .footerinner .footerinfo {
  display: flex;
  justify-content: space-between;
}
.footer .footerinner .footerinfo .item .copyright {
  position: absolute;
  top:95px;
  left: 5px;
}

.footer .footerinner .footerinfo .item .bnr_official {
  position: absolute;
  top:95px;
  left: 90px;
  width: 150px;
}

.footer .footerinner .footerinfo .item .bnr_official img {
	width: 100%;
}



.footer .footerinner .footerinfo .item .snsbox {
  width: 160px;
}

.footer .footerinner .footerinfo .searchbox {
	width: 376px;
	height: 42px;
	position: absolute;
	right: 200px;
	top:95px;
	
}


.footer .footerinner .footerinfo .searchbox .search {
	width: 417px;
	height: 43px;
  background: url("../images/common/bg_search.png") no-repeat;
  position: relative;
}


.footer .footerinner .footerinfo .searchbox .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:8px;
	left: 190px;
    }


.footer .footerinner .footerinfo .searchbox .search #search_button {
	width: 60px;
	height: 28px;
	font-size: 12px;
	background-color: black;
	border: 1px solid white;
	color: white;
	bottom: 10px;
	position: absolute;
	top:8px;
	left: 299px;
	}


#snsArea {
  line-height: 0;
  position: absolute;
  right: 60px;
  top:95px;
}
#snsArea .fb-share-button {
	margin-left: 10px;
}

.container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.container .nondisp {
  position: absolute;
  top: 3000px;
}


/*# sourceMappingURL=common.css.map */
