@charset "utf-8";

/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

body#game h2 {
	background: url(../game/img/h2.png) no-repeat center;
	height: 55px;
	margin: 0;
	text-indent: -9999px;
}

body#game nav.local {
	margin-bottom: 30px;
}

body#game nav.local ul {
	letter-spacing: -4rem;
}

body#game nav.local ul img {
	display: none;
}

body#game nav.local li {
	text-indent: -9999px;
	display: inline-block;
	margin-right: 9px;
	width: 105px;
	height: 50px;
	position: relative;
}

body#game nav.local li:last-child {
	margin-right: 0;
}

body#game nav.local li a {
	display: block;
	width: 105px;
	height: 50px;
}

body#game nav.local li.btnLocal01 {
	background: url(../game/img/btnlocal01_on.png);
}

body#game nav.local li.btnLocal01 a {
	background: url(../game/img/btnlocal01_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal02 {
	background: url(../game/img/btnlocal02_on.png);
}

body#game nav.local li.btnLocal02 a {
	background: url(../game/img/btnlocal02_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal03 {
	background: url(../game/img/btnlocal03_on.png);
}

body#game nav.local li.btnLocal03 a {
	background: url(../game/img/btnlocal03_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal04 {
	background: url(../game/img/btnlocal04_on.png);
}

body#game nav.local li.btnLocal04 a {
	background: url(../game/img/btnlocal04_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal05 {
	background: url(../game/img/btnlocal05_on.png);
}

body#game nav.local li.btnLocal05 a {
	background: url(../game/img/btnlocal05_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal06 {
	background: url(../game/img/btnlocal06_on.png);
}

body#game nav.local li.btnLocal06 a {
	background: url(../game/img/btnlocal06_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li.btnLocal07 {
	background: url(../game/img/btnlocal07_on.png);
}

body#game nav.local li.btnLocal07 a {
	background: url(../game/img/btnlocal07_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game nav.local li a:hover {
	opacity: 0;  
    filter: alpha(opacity=100); 
}

body#game nav.local ul span.new {
	position: absolute;
	top: -5px;
	left: 5px;
	display: block;
	width: 30px;
	height: 13px;
	background: url(../img/ico_new_off.png) no-repeat;
	z-index: 100;
}

body#game nav.local ul .new img{
	display: block;
	animation: flash 1.0s infinite linear;
    -webkit-animation: flash 1.0s infinite linear;
    -moz-animation: flash 1.0s infinite linear;
}
@keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

h3.game01 {
	background: url(../game/img/h3_01.gif);
}

h3.game02 {
	background: url(../game/img/h3_02.gif);
}

h3.game03 {
	background: url(../game/img/h3_03.gif);
}

h3.game04 {
	background: url(../game/img/h3_04.gif);
}

h3.game05 {
	background: url(../game/img/h3_05.gif);
}

h3.game06 {
	background: url(../game/img/h3_06.gif);
}

h3.game07 {
	background: url(../game/img/h3_07.gif);
}

div.spec {
	background: rgba(0,0,0,0.50);
	color: #FFF;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}

div.spec dl {
	line-height: 250%;
	text-shadow: 1px 1px 1px #000;
	margin: 0 30px 0 0;
}

div.spec dt {
	font-weight: normal;
	float: left;
	clear: left;
	background: url(../img/ico_star.png) no-repeat left center;
	padding-left: 25px;
	line-height: 220%;
	width: 130px;
}

div.spec dd {
	padding-left: 130px;
	line-height: 220%;
}

div.spec p {
	text-shadow: 1px 1px 1px #000;
}

div.blueBox h4.stg {
	clear: inherit;
	background: #40d9d4 url(../game/img/bg_gara.png) right repeat-y;
	border: none;
	box-shadow: none;
	padding: 5px;
	margin: 20px 0 20px 0;
	color: inherit;
	text-shadow: none;
	border-radius: 5px 0 0 5px;
	font-size: 14px; font-size: 1.4rem;
	line-height: 140%;
}

div.blueBox h4.stg span {
	font-weight: bold;
}

body#game p.btnCos {
	margin-top: 10px;
	margin-left: 257px;
	text-indent: -9999px;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../game/img/btn_cos_on.png);
}

body#game p.btnCos a {
	display: block;
	width: 210px;
	height: 40px;
	background: url(../game/img/btn_cos_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#game p.btnCos a:hover {
	opacity: 0;  
    filter: alpha(opacity=100); 
}

body#game h5 {
	background: #ff91e0;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}


@media screen and (max-width: 768px) { /* 767px以下の場合 */

/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

body#game div.contentsBox {
	margin-top: 10px;
}

body#game h2 {
	background: url(../game/img/h2_s.png) no-repeat center;
	background-size: contain;
	height: 0;
	margin: 0;
	padding-top: 12.03%;
	text-indent: -9999px;
}

body#game nav.local ul {
	width: 100%;
}

body#game nav.local ul img {
	display: block;
}

body#game nav.local li {
	margin-right: 1%;
	width: 24%;
	height: auto;
	margin-bottom: 0;
}

body#game nav.local li:nth-child(4n){
	margin-right: 0;
}

body#game nav.local li a {
	display: block;
	width: 100%;
	height: auto;
}

body#game nav.local li.btnLocal01,body#game nav.local li.btnLocal02,body#game nav.local li.btnLocal03,body#game nav.local li.btnLocal04,body#game nav.local li.btnLocal05,body#game nav.local li.btnLocal06,body#game nav.local li.btnLocal07 {
	background: none;
}

body#game nav.local li.btnLocal01 a,body#game nav.local li.btnLocal02 a,body#game nav.local li.btnLocal03 a,body#game nav.local li.btnLocal04 a,body#game nav.local li.btnLocal04 a,body#game nav.local li.btnLocal05 a,body#game nav.local li.btnLocal06 a,body#game nav.local li.btnLocal07 a {
	background: none;
	-webkit-transition: none;  
	-moz-transition: none;  
	-o-transition: none;  
	transition: none; 
}

body#game nav.local li a:hover {
	opacity: 100;  
    filter: alpha(opacity=100); 
}

h3.game01 {
	background: url(../game/img/h3_01_s.gif);
}

h3.game02 {
	background: url(../game/img/h3_02_s.gif);
}

h3.game03 {
	background: url(../game/img/h3_03_s.gif);
}

h3.game04 {
	background: url(../game/img/h3_04_s.gif);
}

h3.game05 {
	background: url(../game/img/h3_05_s.gif);
}

h3.game06 {
	background: url(../game/img/h3_06_s.gif);
}

h3.game07 {
	background: url(../game/img/h3_07_s.gif);
}

div.spec dt {
	font-weight: normal;
	float: inherit;
	width: auto;
}

div.spec dd {
	padding-left: 25px;
}

body#game p.btnCos {
	margin: 0 10%;
	display: block;
	width: 80%;
	height: auto;
	background: none;
}

body#game p.btnCos a {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 19%;
	background: none;
	background: url(../game/img/btn_cos_s.png) no-repeat;
	background-size: contain;
	-webkit-transition: none;  
	-moz-transition: none;  
	-o-transition: none;  
	transition: none; 
}

body#game p.btnCos a:hover {
	opacity: 100;  
    filter: alpha(opacity=100); 
}


}