html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background:url("../img/bg01.jpg") top left repeat;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
body {
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	color: #fff;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
/* Selection colours (easy to forget) */
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
a {
	color: #e96656;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
p {
    margin: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
h1,h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height:36px;
}
h1,
h1 span {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
.site-main p {
	margin: 0 0 24px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
thead th{
	border: none;
}


/** BACKGROUNDS **/
.bg-container{
	position:relative;
	margin:0 auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.sphere-01 {
	position:absolute;
	top:0;
	left:0;
  width:100px; 
  height:100px; 
  animation: rotation 10s linear alternate infinite;
  -webkit-animation: rotation 10s linear alternate infinite;
  z-index:0;
}


.sphere-02 {
	position:absolute;
	top:40%;
	left:0;
  width:100px; 
  height:100px; 
  animation: rotation 10s linear alternate infinite;
  -webkit-animation: rotation 10s linear alternate infinite;
    z-index:0;
}
  
  
 
.sphere-03 {
	position:absolute;
	top:80%;
	left:0%;
  width:100px; 
  height:100px; 
  animation: rotation 10s linear alternate infinite;
  -webkit-animation: rotation 10s linear alternate infinite;
    z-index:0;
}
    
@keyframes rotation{
  0%, 5% {
    transform: 
      translateX(0px)
      rotate(0deg);
  }
  95%, 100% {
    transform: 
      translateX(2880px)
      rotate(360deg);
  }
}
@-webkit-keyframes rotation{
  0%, 5% {
    transform: 
      translateX(0px)
      rotate(0deg);
  }
  95%, 100% {
    transform: 
      translateX(2880px)
      rotate(360deg);
  }
}


 
    




/*---------------------------------------
 **   css                        -----
-----------------------------------------*/

.image-margin img{
	display:block;
	margin: auto;
}

.image-margin-button img{
	display:block;
	margin:20px auto;
}

.image-margin a:hover{
	opacity:0.7;
}

.image-SS-margin img{
	display:block;
	margin:5px 5px;
}

.image-SS-margin a:hover{
	opacity:0.7;
}

.app-area{
	display:block;
	width:100%;
	margin:20px auto 10px auto;
	background:url("../img/bg_wood01.jpg") top left repeat;
}

.app-area a:hover{	
	opacity:0.5;
}

.app-area p{
	padding-top:25px;
	font-size:0.8em;
	text-align:left;
	word-wrap:normal;
}

.game-area{
	position:relative;
	padding:8px 100px;
}


.game-area .line{
	border:1px solid rgba(255,255,255,0.4);
}



.text-area{
	margin:0px auto;
	text-align:center;
}

.text-area h3{
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #000;
}

.text-area h4{
	font-weight:bold;
	text-align:center;
	margin:20px auto;
	text-shadow:1px 1px 1px #000;
}

.text-area ul{
	width:277px;
	margin:0px auto;
}

.text-area ul li{
	list-style: none;
	margin:10px 10px 5px;
	float:left;
	
}

.text-area a{
	text-decoration:underline;
	color:#fff;

}

.text-area a:hover{
	color:#228406;
}

.title-margin img{
	display:block;
	margin:-5px auto -5px auto;
}


.play-area{
	background:url("../img/bg_wood02.png") top left repeat;
	padding:8px 10px;
	margin:20px auto;
}

.play-area .title{
	margin:30px auto;
	text-align:center;
}


.play-area p{
	padding:1em;
	background:#000;
	margin:10px auto;
	border-radius:5px;
}


.footer-area{
	padding-top:10px;
	background:url("../img/bg_wood02.png") top left repeat;
}
.footer-area p{
	font-size: 12px;
}
