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


#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: 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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 900px;
  z-index: 150;
  background-color: #002870;
  opacity: 0;
  transition: all ease 800ms;
}
.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;
}

.footer.doShow {
  opacity: 1;
}

.bnr_1{
	margin: 30px 84.5px 10px 84.5px;
}
.bnr_2{
	margin: 10px 25px 10px 25px;
}
.bnr_3{
	margin: 10px 25px 0 25px;
}
.bnr_4{
	margin: 0 25px 30px 25px;
}

.bnr_3,.bnr_4{
	line-height: 0;
	
}


.navi {
  width: 612px;
  height: 404px;
  margin-left: 14px;
  margin-top: 10px;
}
.navi .navilist {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  transition: all ease 800ms;
  margin: 0;
  padding: 0;
}
.navi .navilist > li {
  display: inline-block;
  height: 73px;
  position: absolute;
}
.navi .navilist > li > a,
.navi .navilist > li > span {
  display: block;
  height: 73px;
  background: url("../images/common/menu_item.png") no-repeat;
}
.navi .navilist > li > span,
.navi .navilist > li > a:hover {
  background: none;
}
.navi .navilist > li > a:after,
.navi .navilist > li > span:after {
  background: url("../images/common/menu_item.png") no-repeat;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.navi .navilist > li > a:hover:after,
.navi .navilist > li > span:after {
  opacity: 1;
}
.navi .navilist > li:nth-child(1) {
  width: 306px;
  top: 0;
  left: 0;
}
.navi .navilist > li:nth-child(1) > a,
.navi .navilist > li:nth-child(1) > span {
  background-position: 0 0;
}
.navi .navilist > li:nth-child(1) > a:after,
.navi .navilist > li:nth-child(1) > span:after {
  background-position: 0 -404px;
}
.navi .navilist > li:nth-child(2) {
  width: 306px;
  top: 0;
  left: 306px;
}
.navi .navilist > li:nth-child(2) > a,
.navi .navilist > li:nth-child(2) > span {
  background-position: -306px 0;
}
.navi .navilist > li:nth-child(2) > a:after,
.navi .navilist > li:nth-child(2) > span:after {
  background-position: -306px -404px;
}
.navi .navilist > li:nth-child(3) {
  width: 306px;
  top: 83px;
  left: 0;
}
.navi .navilist > li:nth-child(3) > a,
.navi .navilist > li:nth-child(3) > span {
  background-position: 0 -83px;
}
.navi .navilist > li:nth-child(3) > a:after,
.navi .navilist > li:nth-child(3) > span:after {
  background-position: 0 -487px;
}
.navi .navilist > li:nth-child(4) {
  width: 306px;
  top: 83px;
  left: 306px;
}
.navi .navilist > li:nth-child(4) > a,
.navi .navilist > li:nth-child(4) > span {
  background-position: -306px -83px;
}
.navi .navilist > li:nth-child(4) > a:after,
.navi .navilist > li:nth-child(4) > span:after {
  background-position: -306px -487px;
}
.navi .navilist > li:nth-child(5) {
  width: 306px;
  top: 166px;
  left: 0;
}
.navi .navilist > li:nth-child(5) > a,
.navi .navilist > li:nth-child(5) > span {
  background-position: 0 -166px;
}
.navi .navilist > li:nth-child(5) > a:after,
.navi .navilist > li:nth-child(5) > span:after {
  background-position: 0 -570px;
}
.navi .navilist > li:nth-child(6) {
  width: 306px;
  top: 166px;
  left: 306px;
}
.navi .navilist > li:nth-child(6) > a,
.navi .navilist > li:nth-child(6) > span {
  background-position: -306px -166px;
}
.navi .navilist > li:nth-child(6) > a:after,
.navi .navilist > li:nth-child(6) > span:after {
  background-position: -306px -570px;
}
.navi .navilist > li:nth-child(7) {
  width: 306px;
  top: 249px;
  left: 0;
}
.navi .navilist > li:nth-child(7) > a,
.navi .navilist > li:nth-child(7) > span {
  background-position: 0 -249px;
}
.navi .navilist > li:nth-child(7) > a:after,
.navi .navilist > li:nth-child(7) > span:after {
  background-position: 0 -653px;
}
.navi .navilist > li:nth-child(8) {
  width: 306px;
  top: 249px;
  left: 306px;
}
.navi .navilist > li:nth-child(8) > a,
.navi .navilist > li:nth-child(8) > span {
  background-position: -306px -249px;
}
.navi .navilist > li:nth-child(8) > a:after,
.navi .navilist > li:nth-child(8) > span:after {
  background-position: -306px -653px;
}
.navi .navilist > li:nth-child(9) {
  width: 306px;
  top: 333px;
  left: 0;
}
.navi .navilist > li:nth-child(9) > a,
.navi .navilist > li:nth-child(9) > span {
  background-position: 0 -333px;
}
.navi .navilist > li:nth-child(9) > a:after,
.navi .navilist > li:nth-child(9) > span:after {
  background-position: 0 -737px;
}
.navi .navilist > li:nth-child(10) {
  width: 306px;
  top: 333px;
  left: 306px;
}
.navi .navilist > li:nth-child(10) > a,
.navi .navilist > li:nth-child(10) > span {
  background-position: -306px -333px;
}
.navi .navilist > li:nth-child(10) > a:after,
.navi .navilist > li:nth-child(10) > span:after {
  background-position: -306px -737px;
}



.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  z-index: 150;
  background-color: black;
  opacity: 0;
  transition: all ease 800ms;
}
.header .oizumi {
  position: absolute;
  top: 30px;
  left: 26px;
  width: 125px;
  height: 35px;
}
.header .menubtn {
  position: absolute;
  top: 22px;
  left: 550px;
  width: 71px;
  height: 65px;
  background-image: url("../images/common/menubtn.png");
  transform: rotate(0deg);
  transition: all ease 600ms;
}
.header .menubtn.doShow {
  background-image: url("../images/common/menubtn_on.png");
}

.header.doShow {
  opacity: 1;
}

.headermenu {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 650px;
  width: 640px;
  height: 1000px;
  z-index: 149;
  background-color: rgba(0, 135, 225, 0.4);
  transition: all ease 600ms;
  padding-top: 100px;
}

.headermenu.doShow {
  left: 0;
}


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

.search {
  width: 597px;
  height: 168px;
	background-image: url(../images/common/bg_search.png);
  margin-bottom: 40px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  
  position: relative;
}

.search .select {
	width: 260px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	background-image: url(../images/common/bg_select.jpg);
	background-size: cover;
	color: white;
	border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    padding-left: 10px;
    position: absolute;
    top:87px;
    left: 90px;
    }

#search_button {
	width: 140px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	border: 1px solid white;
	color: white;
	bottom: 10px;
    position: absolute;
    top:87px;
    left: 360px;
	}


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