.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

body{
  /*background-color: #ccc;*/
  width: 100%;
  max-width: 1200px;
  min-width: 600px;
  height: 100%;
  margin: 0 auto;
  font-family: "Rounded Mplus 1c";
}
.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.hide{
  display: none;
}
.modalBack{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
}
.modalContent{
  position: absolute;
  width: 86%;
  margin: 5%;;
  padding: 2%;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}
.wrapMC{
  border: 1px solid #000;
  border-radius: 2px;
  padding: 3%;
  background-color: rgb(242, 244, 172);
}
.modalContent h4{
  margin-bottom: 5%;
  text-decoration: underline;
}
.modalContent .link{
  margin: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modalContent .link a,.modalContent .link p{
  text-decoration: none;
  display: inline;
  color: #fff;
  background-color: rgb(128, 120, 19);
  padding: 1rem;
  border-radius: 3px;
  margin: 1rem;
}
.modalContent .link a:hover,.modalContent .link p:hover{
  cursor: pointer;
  opacity: 0.8;
}
.modalContent .new{
  margin-bottom: 2rem;
}
#wrapAll{
  overflow: hidden;
}
/*header*/
header{
  max-width: 1200px;
  height: 100px;
  background-color: #0a0e60;
  text-align: center;
}
header img{
  position: absolute;
  top: 0;
  width: 130px;
  height: 40px;
  margin-top: 30px;
}

/*background*/
.stars{
  position: relative;
  width: 400px;
  height: 150px;
}
.stars2{
  left: 35%;
  top: -240px;
  transform: rotate(-26deg);
}
.stars3{
  left: 50%;
  top: -330px;
  transform: rotate(-55deg);
}
.stars4{
  left: 70%;
  top: -450px;
  transform: rotate(-60deg);
}
.stars5{
  left: 0;
  top: -450px;
  transform: rotate(-180deg);
}
.stars6{
  left: -10%;
  top: -450px;
  transform: rotate(-90deg);
}
.stars7{
  left: 0;
  top: -450px;
  transform: rotate(-200deg);
}
.stars8{
  left: 70%;
  top: -900px;
  transform: rotate(-180deg);
}
.stars9{
  left: 70%;
  top: -900px;
  transform: rotate(-90deg);
}
.stars10{
  left: 70%;
  top: -900px;
  transform: rotate(-200deg);
}



.star{
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}
@keyframes twinkle{
  0% {width: 2px; height: 2px;}
  10% {width: 4px; height: 4px;}
  20% {width: 2px; height: 2px;}
  40% {width: 2px; height: 2px;}
  100% {width: 2px; height: 2px;}
}
.s1{
  top: 10%;
  left: 10%;
  animation: twinkle 10s ease 5s infinite normal;
}
.s2{
  top: 20%;
  left: 50%;
}
.s3{
  top: 30%;
  left: 40%;
}
.s4{
  top: 40%;
  left: 80%;
  animation: twinkle 10s ease 1s infinite normal;
}
.s5{
  top:50%;
  left: 10%;
}
.s6{
  top: 60%;
  left: 50%;
}
.s7{
  top: 70%;
  left: 70%;
  animation: twinkle 10s ease 7s infinite normal;
}
.s8{
  top: 80%;
  left: 20%;
}
.s9{
  top: 90%;
  left: 50%;
}
.s10{
  top: 20%;
  left: 30%;
  animation: twinkle 10s ease 3s infinite normal;
}
.s11{
  top: 40%;
  left: 60%;
}
.s12{
  top: 60%;
  left: 5%;
}
.s13{
  top: 80%;
  left: 95%;
  animation: twinkle 10s ease 9s infinite normal;
}
.s14{
  top: 5%;
  left: 70%;
}
.s15{
  top: 95%;
  left: 20%;
}


/*contents*/
.contents{
  /*height: 2000px;*/
  height: auto;
  background: linear-gradient(#0a0e60, #90d7ec);
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.menu{
  position: relative;
  width: 200px;
  height: 100%;
  float: left;
}
.fly{
  position: fixed;
  top: 60px;
}
.window{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 auto;
  transition-property: all;
  transition-duration: 1s;
}
nav li:hover .window{
  background-color: #0a0e60;
}
.ask{
  z-index: 100;
  position: fixed;
  top: 500px;
  bottom: 3.5rem;
  margin-left: 15px;

}
nav{
  text-align: center;
}
nav li{
  margin: 10px auto;
}
nav a{
  text-decoration: none;
  display: block;
  font-size: 70%;
  color: #000;
}
.rocketAll{
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 610px;
}
.rocketHead{
  position: absolute;
  left: 25%;
  top: 2.5%;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-bottom: 52px solid #c8c383;
}
.rocketHeadIn{
  position: absolute;
  left: 27%;
  top: 3%;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 48px solid #fff9a6;
}
.GO{
  color: #000;
  display: none;
  position: absolute;
  top: 15px;
  left: -13px;
}

.rocketBody{
  position: absolute;
  top: 70px;
  left: 25%;
  right: 25%;
  width: 50%;
  height: 55%;
  background-color: #fff9a6;
  border: solid 2px #c8c383;
}
.rocketJet{
  position: absolute;
  top: 67%;
  left: 25%;
  width: 50%;
  height: 250px;
}
.rocketJetIn{
  position: relative;
}
.RJ3{
  position: absolute;
  left: 35px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 60px solid #999;
}
.RJC1{
  position: absolute;
  top: 20px;
  left: 5px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #999;
}
.RJC2{
  position: absolute;
  top: 40px;
  left: 28px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #999;
}
.RJC3{
  position: absolute;
  top: 20px;
  right: 5px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #999;
}

/*baloon*/
.toExplain{
  display: none;
  position: absolute;
  background-color: #aaa;
  width: 80px;
  height: 30px;
  top: -3%;
  left: 8%;
}
.baloon{
  position: relative;
}
.baloonBody{
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
}
.baloonM{
  position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-top: 15px solid #fff;
  opacity: 0.7;
  left: 60%;
  top: 100%;
}



/*main*/
main{
  margin-left: 200px;
  height: 100%;
  width: 70%;
  background-color: #fff;
}
.wrapMain{
  width: 70%;
  margin: 0 auto;
}
.top{
  height: auto;
  line-height: 2.5rem;
  width: 100%;
  /*margin-left: 25%;*/
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
h3{
  width: 100%;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff9a6;
  border: solid 1px #c8c383;
  margin: 0 auto;
  text-align: center;
}
.h3{
  width: 100%;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff9a6;
  border: solid 1px #c8c383;
  margin: 0 auto;
  text-align: center;
}
.contentsBox{
  padding-top: 2rem;
}
/*for responsive*/
.Re{
  width: 100%;
  height: auto;
  overflow: auto;
}
.Re img{
  float: left;
  width: 40%;
  height: auto;
  margin: 5% 0;
  background-color: #fff;
}
.Re .inR{
  float: right;
  width: 50%;
  margin: 5% 0;
}
.inR h4{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.inR a{
  text-decoration: none;
  color: #000;
}
.inR p{
  margin-bottom: 2%;
}
/*for PCsite*/
.pc{
  width: 100%;
  height: auto;
  overflow: auto;
}
.pc img{
  float: left;
  width: 40%;
  height: auto;
  margin: 5% 0;
  background-color: #fff;
}
.pc .inPc{
  float: right;
  width: 50%;
  margin: 5% 0;
}
.inPc h4{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.inPc a{
  text-decoration: none;
  color: #000;
}
.inPc p{
  margin-bottom: 2%;
}

/*stories*/
.sExplain{
  width: 100%;
  margin: 2% 0;
}
.st{
  width: 100%;
  height: auto;
  overflow: auto;
}
.st img{
  float: left;
  width: 20%;
  height: auto;
  margin: 5%;
  background-color: #fff;
}
.st .inS{
  float: right;
  width: 70%;
  margin: 5% 0;
}
.inS h4{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.inS a{
  text-decoration: none;
  color: #000;
}
.inS p{
  margin-bottom: 5px;
}
/*profile*/
.inP{
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
.name{
  padding: 5% 0;
  font-size: 1.5rem;
}
/*ask*/
.askIn{
  width: 100%;
  text-align: center;
  margin: 5% 0 ;
  padding-bottom: 3rem;
}
/*arrow*/
.putArrow{
  display: none;
  position: absolute;
  margin-left: 70px;
  margin-top: -200px;
}
.arrow{
  position: relative;
  width: 60px;
  height: 70px;
}
.arrow :hover{
  cursor: pointer;
}
.arrowHead{
  margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #fff9a6;
}
.arrowBody{
  width: 30px;
  height: 40px;
  margin-left: 15px;
  top: 20px;
  background-color: #fff9a6;
}

footer{
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #ccc9c9;
}

@media (max-width:600px) {
  .fly{
    position: absolute;
  }
  .ask{
    position: absolute;
    top: 365px;

  }
  .putArrow{
    display: block;
  }


}
