@charset "utf-8";

/*共通設定*/
body {
  width: 100%;
  min-width: 1014px;
}
.ctsWrap {
	background: url(../img/aquarium_bg_bottom_grade.png) repeat-x center bottom;
	background-color: #0a0a24;
	padding-bottom: 50px;
}
.flexslider .mainH1 {
	width: 772px;
	height: 1328px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 12;
}
.boxA {
	width: 1014px;
	margin: 0 auto;
	position: relative;
}
.linkWrap {
	width: 690px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.linkWrap p {
	margin-bottom: 50px;
}




#page-top {
  display: none;
}
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}
.move-page-top {
  display: block;
  background: #2892e3;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: #fff;
}


/*モバイル用*/
@media (max-width: 768px) {
  .page-top {
    display: none;
  }
  .ctsimageBg {
	  width: 990px;
  }
}

/*二段組*/
@media (min-width: 500px) and (max-width: 767px) {
  
}

/*モバイル横向き*/
@media (orientation: landscape) and (max-width: 767px) {
  
}

/*PC用*/
@media (min-width: 768px) {
  
}