@keyframes flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #0099ff;
  overflow: hidden;
}
.loading .loadingText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 280px;
}

.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: white;
  color: white;
}

#wrapper {
  position: relative;
}

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

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

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

.nondisp {
  position: absolute;
  top: 3000px;
}

.footer {
  width: 640px;
  height: 300px;
  position: absolute;
  top:5370px;
  z-index: 150;
  background-color: #002870;
}
.footer .footerinner .footerinfo {
  margin-top: 10px;
  margin-left: 10px;
}
.footer .footerinner .footerinfo .bnr_official {
  margin-top: 20px;
  text-align: center;
}

.footer .footerinner .footerinfo .copyright {
  margin-top: 20px;
  text-align: center;
}

.footer .footerinner .footerinfo .snsbox {
  margin-top: 20px;
  text-align: center;
}



#snsArea {
  line-height: 0;
}
#snsArea .fb-share-button {
	margin-left: 30px;
}

#wrapper.panelattack #contents {
  background: url("../images/panelattack/bg.jpg") center top no-repeat;
  background-size: cover;
  min-height: 5670px;
}

.oizumi {
  position: absolute;
  top: 30px;
  left: 26px;
  width: 125px;
  height: 35px;
  z-index: 100;
}


#wrapper.panelattack .container .content1_img {
  position: absolute;
  top: 40px;
  left: 23px;
  z-index: 10;
}


#wrapper.panelattack .container .textbox{
  position: absolute;
  width: 600px;
  height: 200px;
  top: 620px;
  left: 20px;
  z-index: 100;
  color: white;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing:-2px;
  text-align: center;
}

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

#wrapper.panelattack .container .atention{
  position: absolute;
  width: 600px;
  height: 200px;
  top: 1130px;
  left: 20px;
  z-index: 100;
  color: white;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: left;
}


#wrapper.panelattack .container .content2 {
  background: url("../images/panelattack/bg_content2.png") center top no-repeat;
  background-size: cover;
  width: 586px;
  height: 3960px;
  position: absolute;
  top: 1330px;
  left: 27px;
  z-index: 10;
  padding-top: 20px;
}

#wrapper.panelattack .container .content2 .panelBox{
	width: 250px;
	height: 200px;
	display: inline-block;
	color: white;
	margin: 8px 0 0 30px;
	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;
	}

