@charset "UTF-8";
/*
 * app226
 *
 */

/* 詳細ページ
--------------------------------------------------------- */
/* 上部のスタートボタン 位置調整 */
.appTopMainimg01 .appTopMainimgIn01 .btn {
	position: absolute;
	top: 90px;
	right: 60px;
	z-index: 3;
}

.appTopMainimg01 .appTopMainimgIn01 .btn:before,
.appTopMainimg01 .appTopMainimgIn01 .btn:after{
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: -41px;
	left: -40px;
	background: url(../../../../img/contents_pc/apps/app226/details/bg_btn_top_01.png) no-repeat 0 0;
	z-index: 2;
	-webkit-animation: cyberRotate01 24s linear 0s infinite both;
	-moz-animation: cyberRotate01 24s linear 0s infinite both;
	-ms-animation: cyberRotate01 24s linear 0s infinite both;
	-o-animation: cyberRotate01 24s linear 0s infinite both;
	animation: cyberRotate01 24s linear 0s infinite both;
}
.appTopMainimg01 .appTopMainimgIn01 .btn:after{
	background: url(../../../../img/contents_pc/apps/app226/details/bg_btn_top_02.png) no-repeat 0 0;
	-webkit-animation: cyberRotate01 36s linear 0s infinite both;
	-moz-animation: cyberRotate01 36s linear 0s infinite both;
	-ms-animation: cyberRotate01 36s linear 0s infinite both;
	-o-animation: cyberRotate01 36s linear 0s infinite both;
	animation: cyberRotate01 36s linear 0s infinite both;
}

@-webkit-keyframes cyberRotate01{
	0%{-webkit-transform: rotate(0);}
	100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes cyberRotate01{
	0%{-moz-transform: rotate(0);}
	100%{-moz-transform: rotate(360deg);}
}
@-ms-keyframes cyberRotate01{
	0%{-ms-transform: rotate(0);}
	100%{-ms-transform: rotate(360deg);}
}
@-o-keyframes cyberRotate01{
	0%{-o-transform: rotate(0);}
	100%{-o-transform: rotate(360deg);}
}
@keyframes cyberRotate01{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}

.appTopMainimg01 .appTopMainimgIn01 .btn a {
	width: 220px;
	height: 220px;
	background: url(../../../../img/contents_pc/apps/app226/details/btn_top_start01.png) no-repeat 0 0;
	position: relative;
	z-index: 5;
}

.appTopMainimg01 .appTopMainimgIn01 .btn a:hover{
	background-position: 0
	 -220px;
}
/* 招待の場合の表示 */
.appTopMainimg01 .appTopMainimgIn01 .btn.invite a{background-position: 0 -439px;}
.appTopMainimg01 .appTopMainimgIn01 .btn.invite a:hover{background-position: 0px -660px;}


/* メインイメージ画像 */
.appTopMainimg01 {
	background: url(../../../../img/contents_pc/apps/app226/details/img_top_mainimg02.png) no-repeat center top, url(../../../../img/contents_pc/apps/app226/details/bg_top_mainimg01.png) repeat-x center top;
}

/* ナビゲーションボタン画像 */
.appTopNavi01 li a {
	background: url(../../../../img/contents_pc/apps/app226/details/btn_top_navi01.png) no-repeat 0 0;
}

.appTopNavi01 li.navi01 a{background-position:0 0;}
.appTopNavi01 li.navi02 a{background-position:-183px 0;}
.appTopNavi01 li.navi03 a{background-position:-361px 0;}
.appTopNavi01 li.navi04 a{background-position:-539px 0;}
.appTopNavi01 li.navi05 a{background-position:-717px 0;}

.appTopNavi01 li.navi01 a.active,
.appTopNavi01 li.navi01 a:hover{background-position:0 -54px;}
.appTopNavi01 li.navi02 a.active,
.appTopNavi01 li.navi02 a:hover{background-position:-183px -54px;}
.appTopNavi01 li.navi03 a.active,
.appTopNavi01 li.navi03 a:hover{background-position:-361px -54px;}
.appTopNavi01 li.navi04 a.active,
.appTopNavi01 li.navi04 a:hover{background-position:-539px -54px;}
.appTopNavi01 li.navi05 a.active,
.appTopNavi01 li.navi05 a:hover{background-position:-717px -54px;}


/* 各タイトルの背景画像 */
.appTopTitle01 {
	background: url(../../../../img/contents_pc/apps/app226/details/bg_top_title01.png) no-repeat left top;
}

/* 下部スタートボタン */
.appTopPlayBtn01 {
	margin: 20px 0 0;
	position: relative;
}

.appTopPlayBtn01 a {
	position: relative;
	width: 450px;
	height: 96px;
	background: url(../../../../img/contents_pc/apps/app226/details/btn_top_start02.png) no-repeat left top;
}

.appTopPlayBtn01 a:hover{
	background-position: 0 -96px;
	top: 1px;
}

/* 招待の場合の表示 */
.appTopPlayBtn01.invite a{background-position: 0 -192px;}
.appTopPlayBtn01.invite a:hover{background-position: 0 -288px;top: 1px;}

.appTopContent01{
	margin: 3px auto 0;
}

.appTopTitle01{
	text-shadow: 0px 1px 2px rgba(0,0,0,.8);
}