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

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

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 {
  width: 100%;
  height: 120
  z-index: 90;
  min-width: 1100px;
  background-color: #002870;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: calc(100% - 2370px);
}

.footer .footerinner {
  width: 1100px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}

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

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

.footer .footerinner .footerinfo .item .fot_bnr {
  position: absolute;
  top:5px;
  left: 200px;
}







#wrapper.panelattack #contents {
  background-color: #84084d!important;	
  background: url("../images/panelattack/bg.jpg") no-repeat center top;
  height: 3200px;
}

#wrapper.panelattack .container .oizumi {
  position: absolute;
  top: 16px;
  left: 16px;
}

#wrapper.panelattack .container .title {
  position: absolute;
  top: 20px;
  left: 148px;
  width: 803px;
  height: 249px;
  z-index: 10;
}


#wrapper.panelattack .container .content1 .bg{
  position: absolute;
  width: 1081px;
  height: 727px;
  top: 290px;
  left:19px;
  z-index: 0;
}


#wrapper.panelattack .container .content1 .textbox{
  width: 800px;
  height: 150px;
  position: absolute;
  top: 540px;
  left: 150px;
  z-index: 10;
  color: white;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

#wrapper.panelattack .container .content1 .textbox a{
	color: white;
	text-decoration: underline;
}

#wrapper.panelattack .container .content1 .atention{
  width: 800px;
  height: 100px;
  position: absolute;
  top: 940px;
  left: 150px;
  color: white;
  font-size: 12px;
  line-height: 16px;
}


#wrapper.panelattack .container .content2{
  background: url("../images/panelattack/bg_content2.png") no-repeat center top;
  position: absolute;
  width: 1043px;
  height: 2096px;
  top: 1050px;
  left:19px;
  z-index: 0;
  padding-left: 38px;
  padding-top: 10px;
}

#wrapper.panelattack .container .content2 .panelBox{
	width: 239px;
	height: 199px;
	display: inline-block;
	color: white;
	margin: 10px 0 0 10px;
	vertical-align: top;
}

#wrapper.panelattack .container .content2 .panelBox.first{
	margin-left: 0;
}

#wrapper.panelattack .container .content2 .panelBox P{
	margin: 0;
	}


#wrapper.panelattack .container .content2 .panelBox .paneltitle{
	margin-bottom: 5px;
	font-weight: bold;
	}
	
#wrapper.panelattack .container .content2 .panelBox .username{
	margin-top: 5px;
	font-size: 13px;
	}
