@charset "utf-8";

/* CSS Document */

html,body{
	width: 100%;
	height: 100%;
}

body{
	background: #000;
	-webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'League';
    src: url('../font/LeagueGothic-Regular.eot');
    src: url('../font/LeagueGothic-Regular.eot?iefix') format('eot'),
         url('../font/LeagueGothic-Regular.ttf') format('truetype'),
         url('../font/LeagueGothic-Regular.svg#webfontjSpbZQRv') format('svg');
}

a{
	color: #000;
	text-decoration:none;
}

div.news a{
	color: #fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#AllWrap{
	position: relative;
	z-index: 100;
	color: #000;
	width: 100%;
	height: 100%;
	min-height: 650px;
}

.section{
	position: relative;
}

.inWrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	/* background: rgba(0,0,0,0.5); */
	padding: 0;
	font-size:14px;
	line-height: 1.6em;
	overflow-y: auto;
/*	height: 650px !important;*/
	overflow: hidden;
}

.inWrap2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	/* background: rgba(0,0,0,0.5); */
	padding: 0;
	font-size:14px;
	line-height: 1.6em;
	overflow-y: auto;
/*	height: 761px !important;*/
	overflow: hidden;
}

.staff_cast_wrap{
	width:980px;
	margin:0 auto;
	padding-bottom: 80px;
/*	height: 710px;*/
	overflow: hidden;
	text-align:center;
	line-height:1.1;
}

.staff_cast_wrap1010{
	width:1025px!important;
}

.staff_cast_wrap article{
	display:inline-block;
	width: 450px;
	vertical-align:top;
}

.staff_cast_wrap article h4{
	font-weight:bold;
	text-align:left;
	font-size:16px;
	margin:0 0 10px
}

.staff_cast_wrap article .txt{
	text-align:left;
	font-size:14px;
	margin:0 0 10px
}

.inWrap h2{
	text-align:center;
	font-size: 54px;
	font-weight:bold;
	margin: 40px 0 50px;
	font-family: 'League';
	letter-spacing: 0.2em;
}

.inWrap2 h2{
	text-align:center;
	font-size: 54px;
	font-weight:bold;
	margin: 40px 0 50px;
	font-family: 'League';
	letter-spacing: 0.2em;
}

.inWrap.music_inwrap {
	height: 800px!important;
}

.txt_lh2{
	line-height:2;
}

.photo{
     float:right;
     margin-right:60px;
}

article.onair_area {
	width: 350px;
}

.txt_onair{
	font-weight: bold;
	text-align: left;
	font-size: 110%!important;
	line-height: 3;
}

.txt_onair_r{
	margin-top:12px;
	text-align: left;
	font-weight: bold;
	font-size: 110%!important;
	line-height: 1.8;
}

.txt_onair_mt{
	margin-top:22px;
	text-align: left;
	font-weight: bold;
	font-size: 110%!important;
	line-height: 1.8;
}

.txt_onair_r span{
	font-size:95%!important;
}

.clear{
        both:clear;
}

article.music_left {
        border-left:1px solid #fff;
        margin-left:15px;
        padding-left:20px;
}

a.music_link {
	text-decoration: underline;
}

a.music_link:visited,
a.music_link:hover,
a.music_link:active {
	text-decoration: none;
}


/*Loading*/
.loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/noize.gif) left top fixed #666;
	z-index: 99999999;
}

.loading .catch{
	position: fixed;
	top:50%;
	left: 50%;
	margin: -262px 0 0 -69px;
	opacity: 0;
}

.loading .redline{
	width: 0;
	height:100%;
	background: url(../img/loading.png) left no-repeat;
}

/*Main Contents*/
.main-contents{
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.home{
	width: 493px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin:  -50px 0 0;
}

.home .catch{
	font-family: 'League';
	padding: 0;
	text-align: center;
}

.home nav{
	width:400px;
	text-align: center;
	margin:50px 0 0;
}

.home nav p{
	display:inline-block;
	margin:0 10px;
}

/*Side Contents*/

.side-contents{
	position: fixed;
	z-index: 100;
	width: 300px;
	top: 0;
	left: -350px;
	background: url(/assets/img/bg_menu.png);
	height: 100%;
	padding: 25px;
}

.side-contents .tab{
	background:url(/assets/img/menu_tub.png);
	width:40px;
	height:100%;
	position:absolute;
	right: -40px;
	top:0;
}

.side-contents h3{
	margin:0 0 20px;
}

.side-contents nav{
	margin: 0px 0 20px;
	font-family: 'League';
	color:#707070;
	font-size: 24px;
	width: 250px;
}

.side-contents nav p{
	display:inline-block;
	margin: 0 15px 20px 0px;
	width: auto;
}

.side-contents nav p a{
	color:#FFF;
}

.news{
	width: 270px;
	margin: 0 0 30px;
}

.news ul{
}

h1{
	opacity: 0;
}

.news ul li{
	text-overflow: ellipsis;
	width: 325px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.6em;
	font-size: 13px;
}

.news ul li time{
	display: inline-block;
	color:#707070;
	margin-right: 5px;
}

.twitter_wjt{
	overflow-y: auto;
	overflow-x: hidden;
}

.twitter_wjt .tweet{
	margin: 0 0 30px;
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.side-contents .sns{
	height:40px;
	padding-bottom:0;
}

.sns{
	height:40px;
	padding-bottom: 30px;
}

.back_btn{
	width:180px;
	margin:0 auto;
	padding-bottom:80px;
	text-align:center;
}

.back_btn a{
	background:#707070;
	padding:10px 20px;;
}

.link{
	text-align:center;
	list-style-type:none;
}

.link li{
	margin:0 0 15px;
}

.link li a{
	display:block;
	transition:all 0.3s;
}

.link li a:hover{
	opacity:0.7;
}

.sns ul{
	text-align:center;
}

.sns ul li:first-child{
	width: 116px;
	margin-left: -47px;
}

.sns ul li{
	display:inline-block;
	vertical-align: top;
	height: 20px;
	width: 70px;
	/* overflow: hidden; */
}

.staffcast-contents{
}

.staffcast-contents h3{
	font-size:30px;
	letter-spacing:0.2em;
	font-weight:bold;
	margin: 0 0 20px;
	font-family: 'League';
}

.staffcast-contents .staff{
	width: 535px;
	float:left;
}

.staffcast-contents dl{
	margin: 0 0 15px;
}

.staffcast-contents .staff dl dt{
	font-size: 13px;
	/* margin:0 0 5px; */
	float: left;
	width: 16em;
}

.staffcast-contents .staff dl dd{
	font-size: 17px;
	float: left;
	width: 18em;
}

.staffcast-contents .cast dl dt{
	font-size: 14px;
	/* margin:0 0 5px; */
	float: left;
	width: 16em;
}

.staffcast-contents .cast dl dd{
	font-size: 18px;
	float: left;
	width: 8em;
}

.staffcast-contents dl span{
	font-size: 12px;
	display:block;
}

.staffcast-contents .cast{
	width: 490px;
	float:left;
}


.bg_white{
	background:rgba(255,255,255,0.7);
}



/*BackGround Contents*/

/*.bg_01{
	background: url(../img/main.png) no-repeat;
	width: 2000px;
	height: 2000px;
	opacity: 1;
	position: absolute;
	top: -630px;
	left: -10%;
	background-position: left top;
}


.bg_02{
	background: url(../img/bg_line01.png) center top no-repeat;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_02_1{
	background: url(../img/bg_line02.png) center top no-repeat;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/


/*

.bg_01{
	background: url(../img/main.png) no-repeat;
	width: 100%;
	min-height: 1000px;
	position: absolute;
	top: 0;
	left: 0;
}

*/


.bg_03{
	background: url(../img/bg.png) ;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;
}


.bg_04{
	background: url(../img/bg_news.png) ;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;
}



.noize{
	width: 100%;
	height: 100%;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
}

.l-footer__userdata {
	display: block;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
}
  
.l-footer__userdata-link {
	color: #F00;
	text-decoration: underline;
}
  
.l-footer__userdata-link:hover {
	text-decoration: none;
}

.copy{
	position:absolute;
	bottom: 0;
	text-align: right;
	font-size: 13px;
	color: #F00;
	width: 100%;
	background: #000;
	padding: 10px 30px;
	left: -60px;
	z-index: 100;
}


.news__wrap{
	width: 100%;
	margin:0 auto;
	overflow-y: auto;
	height: 100%;
}

.news__list{
	width:780px;
	margin:40px auto 0 ;
	padding: 20px 0 60px;
	border-top:1px solid #000;
}

.news__list .news__item{
	border-bottom:1px solid #000;
	margin: 0 0 20px;
}

.news__wrap h2{
	text-align:center;
	font-size: 54px;
	font-weight:bold;
	margin: 80px 0 48px;
	font-family: 'League';
	letter-spacing: 0.2em;
}

.news__item{
	width:780px;
	margin:0 auto;
	/* padding: 0 0 80px; */
}

.news__item time{
	color:#000;
	font-size:16px;
	margin: 0 0 20px;
	display: block;
}

.news__item .news__title{
	font-size:18px;
	line-height:1.6em;
	font-weight:bold;
	margin: 0 0 20px;	
}

.news__item .news__body{
	font-size:14px;
	line-height:1.6em;
	margin: 0 0 40px;
}

.news__pager{
	text-align:center;
	padding-bottom:80px;
}

.news__pager li{
	display:inline-block;
	margin:0 10px;
	background:#707070;
	padding:15px;
	font-size:18px;
	border-radius:5px;
}

.comment{
	position:absolute;
	left: 180px;
	top: 118px;
	transition:0.3s all;
}

.comment:hover{
	opacity:0.7;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  min-width: 1050px;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.4); }
  .modal.opened {
    display: block; }
  .modal a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }



/* 20151215 worldページ追加対応 */

/* WORLD共通設定*/
.bg_05{
	background: url(../img/world/bg_world.jpg) ;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;
}

#AllWrap.world-special {
	overflow: auto;
}

.world-contents .inWrap{
	position: relative;
	top: 0;
	left: 0;
	height: 860px!important;
}

.world_wrap {
	width:980px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;	
	line-height:1.1;
	background: url(../img/world/contents_bg.png) ;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	background-size: contain;
}

.world_wrap img {
	vertical-align: middle;
}

.world_header {
	width: 100%;
	height: 111px;
	padding: 65px 0 3px 0;
	overflow: hidden;
	position: relative;
	left: 0;
}

.world_ttl {
	position: absolute;
	top: 98px;
	left: 91px;
}

.world_cont {
	position: relative;
	left: 0;
	height: 550px;
	margin: 0 0 0 91px;
	overflow: hidden;
	/* 背景画像の指定は各ページで行っている　 「.world_cont」で検索かけること */
	/* 画像を常に天地左右の中央に配置 */
	background-position: left 12px;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
}

.world_main {
	position: absolute;
	width: 711px;
	top: 12px;
	left: 0;
	z-index: 5;
}

.world_sub {
	position: absolute;
	width: 178px;
	height: 538px;
	top: 0;
	right: 0;
	background-image: url(../img/world/cate_bg.png) ;
	background-position: 95px 0;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	z-index: 5;
}


/*** 20160106 worldページ　メニューアニメーション対応 開始 ***/

.world_nav {
    position: relative;
    width: 100%;
    height: 526px;
    padding: 12px 0 0 0;
}

/* 各メニューのスタイル */
.world_nav p {
    margin: 38px 85px 0 0;
    text-align: right;
}

.world_nav p.cate_nav01 {
    margin-top: 41px;
}

/* 黒いバーのスタイル */
.world_navbar {
    position: absolute;
    display: block;
    top: 0%;
    right: 37px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* currentの位置を変化 */
.world_nav p:nth-child(1).current ~ .world_navbar {
    top: 10.2%;
}
.world_nav p:nth-child(2).current ~ .world_navbar {
    top: 19.9%;
}
.world_nav p:nth-child(3).current ~ .world_navbar {
    top: 29.5%;
}
.world_nav p:nth-child(4).current ~ .world_navbar {
    top: 39.4%;
}
/* ホバーでバーの位置を変化 */
.world_nav p:nth-child(1):hover ~ .world_navbar {
    top: 10.2%;
}
.world_nav p:nth-child(2):hover ~ .world_navbar {
    top: 19.9%;
}
.world_nav p:nth-child(3):hover ~ .world_navbar {
    top: 29.5%;
}
.world_nav p:nth-child(4):hover ~ .world_navbar {
    top: 39.4%;
}

/*** 20160106 worldページ　メニューアニメーション対応 終了 ***/



/* world　個別設定 */
.world_desc li {
	margin: 0 0 48px 0;
}


/* words　個別設定 */
.words_nav_area {
	position: absolute;
	top: 65px;
	left: 270px;
	background-image: url(../img/world/words_nav_bg.png) ;
	background-position: 8px 0;
	background-repeat: no-repeat;
}

/*** 20160112 wordsページ　メニューアニメーション対応 開始 ***/

.words_nav {
    position: relative;
    width: 100%;
    padding: 32px 0 0 0;
}

/* 各メニューのスタイル */
.words_nav p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 15px;
    margin: 0 13px 0 0;
    text-align: center;
    vertical-align: top;
}
.words_nav p.words_nav01 {
    margin-left: 1px;
    margin-right: 14px;
}

.words_nav p.words_nav03,
.words_nav p.words_nav05,
.words_nav p.words_nav09,
.words_nav p.words_nav12,
.words_nav p.words_nav13 {
    margin-right: 14px;
}

.words_nav p.words_nav08 {
    margin-right: 15px;
}

.words_nav p.words_nav16 {
    margin-right: 0;
}



/* 黒いバーのスタイル */

.words_navbar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* currentの位置を変化 */
.words_nav p:nth-child(1).current ~ .words_navbar {left: 0;}
.words_nav p:nth-child(2).current ~ .words_navbar {left: 29px;}
.words_nav p:nth-child(3).current ~ .words_navbar {left: 57px;}
.words_nav p:nth-child(4).current ~ .words_navbar {left: 86px;}
.words_nav p:nth-child(5).current ~ .words_navbar {left: 115px;}
.words_nav p:nth-child(6).current ~ .words_navbar {left: 143px;}
.words_nav p:nth-child(7).current ~ .words_navbar {left: 171px;}
.words_nav p:nth-child(8).current ~ .words_navbar {left: 200px;}
.words_nav p:nth-child(9).current ~ .words_navbar {left: 229px;}
.words_nav p:nth-child(10).current ~ .words_navbar {left: 257px;}
.words_nav p:nth-child(11).current ~ .words_navbar {left: 286px;}
.words_nav p:nth-child(12).current ~ .words_navbar {left: 314px;}
.words_nav p:nth-child(13).current ~ .words_navbar {left: 342px;}
.words_nav p:nth-child(14).current ~ .words_navbar {left: 372px;}
.words_nav p:nth-child(15).current ~ .words_navbar {left: 400px;}
.words_nav p:nth-child(16).current ~ .words_navbar {left: 428px;}

/* ホバーでバーの位置を変化 */
.words_nav p:nth-child(1):hover ~ .words_navbar {left: 0;}
.words_nav p:nth-child(2):hover ~ .words_navbar {left: 29px;}
.words_nav p:nth-child(3):hover ~ .words_navbar {left: 57px;}
.words_nav p:nth-child(4):hover ~ .words_navbar {left: 86px;}
.words_nav p:nth-child(5):hover ~ .words_navbar {left: 115px;}
.words_nav p:nth-child(6):hover ~ .words_navbar {left: 143px;}
.words_nav p:nth-child(7):hover ~ .words_navbar {left: 171px;}
.words_nav p:nth-child(8):hover ~ .words_navbar {left: 200px;}
.words_nav p:nth-child(9):hover ~ .words_navbar {left: 229px;}
.words_nav p:nth-child(10):hover ~ .words_navbar {left: 257px;}
.words_nav p:nth-child(11):hover ~ .words_navbar {left: 286px;}
.words_nav p:nth-child(12):hover ~ .words_navbar {left: 314px;}
.words_nav p:nth-child(13):hover ~ .words_navbar {left: 342px;}
.words_nav p:nth-child(14):hover ~ .words_navbar {left: 372px;}
.words_nav p:nth-child(15):hover ~ .words_navbar {left: 400px;}
.words_nav p:nth-child(16):hover ~ .words_navbar {left: 428px;}



/*** 20160112 wordsページ　メニューアニメーション対応 終了 ***/


.words_slider {
	float: right;
	width: 178px;
	padding: 0 23px 0 0;
	position: relative;
	left: 0;
}

.words_slider .slider_l {
	position: absolute;
	top: 11px;
	left: 25px;
}

.words_slider .slider_r {
	position: absolute;
	top: 11px;
	left: 110px;
}

.words_desc {
	position: relative;
	left: 0;
	height: 538px;
}

.words_desc li {
	margin: 0 0 15px 0;
}

.words_desc .words_name {
	margin: 0 0 7px 0;
}

.words_desc .words_name.words_type_none,
.words_desc .words_type {
	margin: 0 0 42px 0;
}

.words_desc .words_enb {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}


/* mech　個別設定 */

.mech_nav_area {
	position: absolute;
	top: 65px;
	left: 300px;
	background-image: url(../img/world/mech_nav_bg.png) ;
	background-position: 8px 0;
	background-repeat: no-repeat;
}

/*** 20160112 mechページ　メニューアニメーション対応 開始 ***/

.mech_nav {
    position: relative;
    width: 100%;
    padding: 32px 0 0 0;
    font-size: 0;
}

/* 各メニューのスタイル */
.mech_nav p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 15px;
    margin: 0 39px 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
}

.mech_nav p.mech_nav01 {
    margin-right: 40px;
}

.mech_nav p.mech_nav06,
.mech_nav p.mech_nav07 {
    margin-right: 38px;
}

.mech_nav p.mech_nav09 {
    margin-right: 0;
}

/* 黒いバーのスタイル */
.mech_navbar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* currentの位置を変化 */
.mech_nav p:nth-child(1).current ~ .mech_navbar {left: 0;}
.mech_nav p:nth-child(2).current ~ .mech_navbar {left: 54px;}
.mech_nav p:nth-child(3).current ~ .mech_navbar {left: 107px;}
.mech_nav p:nth-child(4).current ~ .mech_navbar {left: 161px;}
.mech_nav p:nth-child(5).current ~ .mech_navbar {left: 215px;}
.mech_nav p:nth-child(6).current ~ .mech_navbar {left: 269px;}
.mech_nav p:nth-child(7).current ~ .mech_navbar {left: 322px;}
.mech_nav p:nth-child(8).current ~ .mech_navbar {left: 376px;}
.mech_nav p:nth-child(9).current ~ .mech_navbar {left: 429px;}

/* ホバーでバーの位置を変化 */
.mech_nav p:nth-child(1):hover ~ .mech_navbar {left: 0;}
.mech_nav p:nth-child(2):hover ~ .mech_navbar {left: 54px;}
.mech_nav p:nth-child(3):hover ~ .mech_navbar {left: 107px;}
.mech_nav p:nth-child(4):hover ~ .mech_navbar {left: 161px;}
.mech_nav p:nth-child(5):hover ~ .mech_navbar {left: 215px;}
.mech_nav p:nth-child(6):hover ~ .mech_navbar {left: 269px;}
.mech_nav p:nth-child(7):hover ~ .mech_navbar {left: 322px;}
.mech_nav p:nth-child(8):hover ~ .mech_navbar {left: 376px;}
.mech_nav p:nth-child(9):hover ~ .mech_navbar {left: 429px;}


/*** 20160112 mechページ　メニューアニメーション対応 終了 ***/


.mech_slider {
	float: right;
	width: 178px;
	padding: 0 23px 0 0;
	position: relative;
	left: 0;
}

.mech_slider .slider_l {
	position: absolute;
	top: 11px;
	left: 25px;
}

.mech_slider .slider_r {
	position: absolute;
	top: 11px;
	left: 110px;
}

.mech_desc {
	position: relative;
	left: 0;
	z-index: 10;
}

.mech_desc li {
	margin: 0 0 16px 0;
}

.mech_desc .mech_name {
	margin: 0 0 63px 0;
}


/* beta　個別設定 */

.beta_nav_area {
	position: absolute;
	top: 65px;
	left: 270px;
	background-image: url(../img/world/beta_nav_bg.png) ;
	background-position: 8px 0;
	background-repeat: no-repeat;
}


/*** 20160112 betaページ　メニューアニメーション対応 開始 ***/

.beta_nav {
    position: relative;
    width: 100%;
    padding: 32px 0 0 0;
    font-size: 0;
}

/* 各メニューのスタイル */
.beta_nav p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 15px;
    margin: 0 56px 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
}

.beta_nav p.beta_nav01 {
    margin-left: 2px;
}

.beta_nav p.beta_nav07 {
    margin-right: 0;
}

/* 黒いバーのスタイル */
.beta_navbar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* currentの位置を変化 */
.beta_nav p:nth-child(1).current ~ .beta_navbar {left: 0;}
.beta_nav p:nth-child(2).current ~ .beta_navbar {left: 72px;}
.beta_nav p:nth-child(3).current ~ .beta_navbar {left: 143px;}
.beta_nav p:nth-child(4).current ~ .beta_navbar {left: 213px;}
.beta_nav p:nth-child(5).current ~ .beta_navbar {left: 284px;}
.beta_nav p:nth-child(6).current ~ .beta_navbar {left: 355px;}
.beta_nav p:nth-child(7).current ~ .beta_navbar {left: 427px;}
/* ホバーでバーの位置を変化 */
.beta_nav p:nth-child(1):hover ~ .beta_navbar {left: 0;}
.beta_nav p:nth-child(2):hover ~ .beta_navbar {left: 72px;}
.beta_nav p:nth-child(3):hover ~ .beta_navbar {left: 143px;}
.beta_nav p:nth-child(4):hover ~ .beta_navbar {left: 213px;}
.beta_nav p:nth-child(5):hover ~ .beta_navbar {left: 284px;}
.beta_nav p:nth-child(6):hover ~ .beta_navbar {left: 355px;}
.beta_nav p:nth-child(7):hover ~ .beta_navbar {left: 427px;}

/*** 20160112 betaページ　メニューアニメーション対応 終了 ***/


.beta_slider {
	float: right;
	width: 178px;
	padding: 0 23px 0 0;
	position: relative;
	left: 0;
}

.beta_slider .slider_l {
	position: absolute;
	top: 11px;
	left: 25px;
}

.beta_slider .slider_r {
	position: absolute;
	top: 11px;
	left: 110px;
}

.beta_desc {
	position: relative;
	left: 0;
	z-index: 10;
	height: 540px;
}

.beta_desc li {
	margin: 0 0 16px 0;
	z-index: 9;
}

.beta_desc .beta_ruby_none {
	padding-top: 23px;
}

.beta_desc .beta_name {
	margin: 0 0 37px 0;
}

.beta_desc .beta_status {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 8;
	margin: 0;
}



/* 20151222 movieページ　追加対応 */
#AllWrap .movie_special {
	overflow: auto;
	width: 900px;
	height: 540px;
	margin: 0 auto;
}

.movies_contents article {
	width: 400px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.movie_in {
	text-align: left;
}

/* 20160105 Worldページ アニメーション対応 */

.anime_fade li {
	display: none;
}

.anime_fade li.nofade {
	display: block;
}


.bg_fade {
	width: 889px; /* contents-layerと同じ大きさにする */
	height: 550px; /* contents-layerと同じ大きさにする */
	position: absolute;
	left: 91px; /* contents-layerと同じ位置に合わせる */
	top: 179px; /* contents-layerと同じ位置に合わせる */
	z-index: 1;
	opacity: 0;
  	/* 背景画像の指定は各ページで行っている　 「.world_cont」で検索かけること */
	/* 画像を常に天地左右の中央に配置 */
	background-position: left 12px;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
}



.bg_fade.mech_01 {
	background-image: url(../img/world/mech_Mig21.png) ;
}

.bg_fade.mech_02 {
	background-image: url(../img/world/mech_Mig23.png) ;
}

.bg_fade.mech_03 {
	background-image: url(../img/world/mech_F4.png) ;
}

.bg_fade.mech_04 {
	background-image: url(../img/world/mech_A6.png) ;
}

.bg_fade.mech_05 {
	background-image: url(../img/world/mech_F14.png) ;
}

.bg_fade.mech_06 {
	background-image: url(../img/world/mech_F5G.png) ;
}

.bg_fade.mech_07 {
	background-image: url(../img/world/mech_Mig27.png) ;
}

.bg_fade.mech_08 {
	background-image: url(../img/world/mech_MiG23kai.png) ;
}

.bg_fade.mech_09 {
	background-image: url(../img/world/mech_A10.png) ;
}

.bg_fade.beta_01 {
	background-image: url(../img/world/beta_leaser.png) ;
}

.bg_fade.beta_02 {
	background-image: url(../img/world/beta_grabra.png) ;
}

.bg_fade.beta_03 {
	background-image: url(../img/world/beta_desutroy.png) ;
}

.bg_fade.beta_04 {
	background-image: url(../img/world/beta_tank.png) ;
}

.bg_fade.beta_05 {
	background-image: url(../img/world/beta_woria.png) ;
}

.bg_fade.beta_06 {
	background-image: url(../img/world/beta_fort.png) ;
}

.bg_fade.beta_07 {
	background-image: url(../img/world/beta_juko.png) ;
}


/* 共通で使用するページコンテンツ内ボックス */

.common_wrap {
	width: 100%;
	margin: 0 auto;
	overflow-y: auto;
	height: 100%;
	position: relative;
}

.common_wrap h2 {
	text-align: center;
	font-size: 54px;
	font-weight: bold;
	margin: 50px 0 48px;
	font-family: 'League';
	letter-spacing: 0.2em;
}
.common_item {
	width: 780px;
	margin: 30px auto;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 30px 20px;
}