/* CSS Document */

@import url(navi.css);
@import url(common.css);

/*----------top---------------------------------------*/
#contents {
width: 100%;
position: relative;
z-index: 0;
}

#contents .mainimg {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}

#contents #title {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 48%;
	height: 39px;
}

#contents #title h2 {
	width: 98%;
	height: 39px;
	background: url(../img/top/st1.png) no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}


#contents #mark {
	position: absolute;
	left: 10%;
	top: 30%;
	margin: 0 0 0 0;
	width: 457px;
	height: 379px;
}


#contents #txt {
	position: absolute;
	left: 50%;
	top: 45%;
	margin: 0 0 0 0;
	width: 48%;
	height: 200px;
}

#contents #txt p {
margin: 0;
padding: 0;
font-size: 0.9em;
color: #000000;
}


/*------------------smp-----------------------*/
@media screen and (max-width: 640px) {

#contents {
width: 100%;
height: auto;
position: static;
margin: 60px 0 0 0;
}

#contents .mainimg {
	width: 100%;
	height: 300px;
	position: static;
}

#contents #title {
	position: static;
	width: 90%;
	height: auto;
	margin: 30px auto 0 auto;
}

#contents #title h2 {
	width: 100%;
	height: 39px;
	background-size: contain;
}

#contents #txt {
	position: static;
	margin: 10px auto 0 auto;
	width: 90%;
	height: auto;
}

#contents #txt p {
margin: 0;
padding: 0 0 30px 0;
font-size: 0.9em;
color: #000000;
text-shadow: none;
}

#contents #mark {
	position: static;
	margin: 0 auto;
	width: 90%;
	height: auto;
}

#contents #mark img {width: 100%; height: auto;}

}





/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */


html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  /*background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;*/
  display: none;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  /*-webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;*/
  display: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1000;
}
