@charset "UTF-8";

/*----------------------------------------------------
	OPENING
----------------------------------------------------*/

p#opening_image {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 250px;
  left: 0;
}

p#opening_image img {
  width: 430px;
  margin: 0 auto;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
/*
div#index p.message {
  width: auto;
  padding: 50px 0 0 0;
  font-size: 234px;
  font-size: 30px;
  line-height: 90%;
  font-family: 'font8';
}

div#index p.symbol {
  width: 249px;
  position: absolute;
  top: 40%;
  right: 0;
}
*/

div.index_wrapp {
  width: 980px;
}

div#index p.message {
  width: 980px;
  font-size: 40px;
  line-height: 90%;
  font-family: 'font8';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}

div#index p.symbol {
  width: 120px;
  position: absolute;
  top: 45%;
  left: 37%;
}

div#index p.symbol img {
  width: 100%;
}