@charset "UTF-8";
/* CSS Document */

/* ==========================================================
GUNDAM TRIBE 
========================================================== */
body#index div#wrap {
	background-image: url(../images/top/bg.jpg);
}
body#index div.bg-mobilesuit {
	background: fixed url(../images/top/mobile_suit.png) no-repeat center top;
	position: relative;
	min-width: 1172px;
	padding: 376px 0 0 0;
}

body div#wrap {
	background-image: url(../images/shared/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-moz-background-size:100% auto;
	background-size:100% auto;
	min-width: 1172px;
	position:relative;
}
body div.bg-mobilesuit {
	background: fixed url(../images/shared/mobile_suit.png) no-repeat center top;
	position: relative;
	min-width: 1172px;
	padding: 132px 0 0 0;
}

.openning_movie {
	position: absolute;
	top: 117px;
	left: 50%;
	margin-left: -542px;
	z-index: 1;
}

.btn_movie {
	position: absolute;
	top: 313px;
	left: 50%;
	margin-left: -550px;
	z-index: 5;
}

h1 {
	width: 400px;
	height: 70px;
	margin: 10px auto 0;
	position: relative;
	z-index: 4;
}

.gamestart {
	background: url(../images/shared/bg_start.png) no-repeat center top;
	width: 1172px;
	height: 116px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	position: relative;
	z-index: 3;
}

.gamestart a {
	background: url(../images/shared/btn_start.png) no-repeat center top;
	display: block;
	width: 476px;
	height: 94px;
	margin: 0 auto;
	text-indent: -99999px;
}

.bg_inner {
	background: url(../images/shared/bg_oblique_b.png) repeat-y center top;
	width: 1172px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.inner {
	background: url(../images/shared/bg_contents.png) repeat-y center top;
	width: 1172px;
	margin: 0 auto -15px auto;
	position:relative;
	text-align: left;
}
.inner:after{
  content:"";
	background: url(../images/shared/btm_contents.png) no-repeat center bottom;
	position: absolute;
	bottom: -15px;
	display: block;
  height: 15px;
	width: 1172px;
	z-index: 0;
}
#slideArea {
	background: url(../images/slide/bg_slides.png) no-repeat left top;
	width: 1030px;
	height: 370px;
	margin: 0 auto;
	position: relative;
}

#slideArea .slides {
	float: left;
	width: 769px;
	height: 305px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	position: relative;
}
#slideArea .slides:before {
	content: " ";
	width: 30px;
	height: 315px;
	position: absolute;
	z-index: 2;
	background-image: url(../images/slide/shadow.png);
	background-repeat: repeat-y;
	display: block;
	left: 0px;
	top: 0px;
}
#slideArea .slides:after {
	content: " ";
	width: 30px;
	height: 315px;
	position: absolute;
	z-index: 3;
	background-image: url(../images/slide/shadowr.png);
	background-repeat: repeat-y;
	display: block;
	left: 739px;
	top: 0px;
}
#slideArea .slides ul {
	/*display: none;*/
	margin: 0;
	padding: 0;
	width: 8000px;
	position: absolute;
	z-index: 1;
	opacity:0;
}
#slideArea .slides li {
	float: left;
	padding: 10px 0 0;
}

#slideArea .slides li img{
	border: 2px solid #020202;
}
#slideArea .slides .left {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 4;
}
#slideArea .slides .right {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 5;
}
#slideArea .slides .left a,
#slideArea .slides .right a {
	display: block;
	width: 114px;
	height: 305px;
}

#slideArea .thumbnail {
	float: right;
	width: 244px;
	margin: 8px 6px 0 0;
	position: relative;
}

#slideArea ul {
	position: absolute;
}

#slideArea .thumbnail li {
	float: left;
	height: 84px;
	margin: 0 0 6px 0;
	position: relative;
}
#slideArea .thumbnail li img {
	margin: 2px;
}
#slideArea .thumbnail>div{
	position: absolute;
	left: 0px;
	top: 0px;
}
#slideArea .thumbnail>div a {
	display: block;
	background: url(../images/slide/thumb_on.png) no-repeat;
	width: 244px;
	height: 84px;
}

body#index #newsArea {
	background-image: url(../images/shared/bg_oblique.png);
	clear: both;
	float: left;
	width: 1000px;
	margin: -10px 0 0 71px;
	padding: 10px 11px;
	border-radius: 5px;        /* CSS3���� */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
  -moz-border-radius: 5px;   /* Firefox�p */
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
}

/* detail */
#newsArea {
	background-image: url(../images/shared/bg_oblique.png);
	width: 924px;
	margin: 0 auto 20px auto;
	padding: 40px 54px 15px 54px;
	border-radius: 5px;        /* CSS3���� */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
  -moz-border-radius: 5px;   /* Firefox�p */
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	color: #ffffff;
}

.newsDate {
	background-image: url(../images/shared/bg_oblique.png);
	display: inline-block;
	margin: 0 0 10px 71px;
	padding: 5px 10px;
	border-radius: 5px;        /* CSS3���� */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
  -moz-border-radius: 5px;   /* Firefox�p */
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px inset;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}	
#newsArea h2 {
	margin: 18px 0;
	color:#c2994b;
	font-size: 28px;
	font-weight: bold;
}

#newsArea p {
	margin: 0 0 25px 0;
	line-height: 2;
}


#newsArea .center {
	text-align: center;
}

#newsArea img {
	border: 1px solid #000000;
}

.btn_back {
	width: 330px;
	height: 74px;
	margin: 0 auto;
	display:block;
}

/* detail end */

/*#newsArea ul.newsNav {
	height: 38px;
}*/
#newsArea ul.newsNav {
    height: 38px;
    width: 1005px;
    margin: 0 -5px 0 0;
    overflow: hidden;
    _zoom: 1;
} 
#newsArea ul.newsNav li{
	float: left;
	margin-right: 5px;
}
#newsArea ul.newsNav li a{
	display: block;
	height: 38px;
	width: 196px;
	text-indent: -99999px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

#newsArea ul.newsNav li:last-child {
	margin-right: 0;
}
#newsArea ul.newsNav li#news_nav01 a{
	background: url(../images/top/news_nav01_d.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav02 a{
	background: url(../images/top/news_nav02_d.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav03 a{
	background: url(../images/top/news_nav03_d.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav04 a{
	background: url(../images/top/news_nav04_d.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav05 a{
	background: url(../images/top/news_nav05_d.png) no-repeat;
}

#newsArea ul.newsNav li#news_nav01 a:hover,
#newsArea ul.newsNav li#news_nav01.active a {
	background: url(../images/top/news_nav01_on.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav02 a:hover,
#newsArea ul.newsNav li#news_nav02.active a {
	background: url(../images/top/news_nav02_on.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav03 a:hover,
#newsArea ul.newsNav li#news_nav03.active a {
	background: url(../images/top/news_nav03_on.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav04 a:hover,
#newsArea ul.newsNav li#news_nav04.active a {
	background: url(../images/top/news_nav04_on.png) no-repeat;
}
#newsArea ul.newsNav li#news_nav05 a:hover,
#newsArea ul.newsNav li#news_nav05.active a {
	background: url(../images/top/news_nav05_on.png) no-repeat;
}



#newsArea ul.newsList {
	background-image: url(../images/shared/bg_news.png);
	padding: 11px 15px;
	line-height: 26px;
	width: 970px;
}
#newsArea ul.newsList li span{
	position: absolute;
	right: 0px;
	background: #686868;
	color: #ffffff;
	padding: 0 15px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 3px inset,rgba(0, 0, 0, 0.65098) -14px 0px 15px -7px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 3px inset,rgba(0, 0, 0, 0.65098) -14px 0px 15px -7px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 3px inset,rgba(0, 0, 0, 0.65098) -14px 0px 15px -7px inset;
}
#newsArea ul.newsList li {
	text-align: left;
	position: relative;
	background: #d5d5d5;
	margin-bottom: 2px;
	padding: 13px 0;
	width: 973px;
	box-shadow:rgba(0, 0, 0, 0.2) 38px 0px 34px -20px inset,rgba(0, 0, 0, 0.2) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 38px 0px 34px -20px inset,rgba(0, 0, 0, 0.2) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 38px 0px 34px -20px inset,rgba(0, 0, 0, 0.2) 0px 0px 6px 3px inset;
}
#newsArea ul.newsList li a {
	margin: 0 0 0 10px;
	color: #373737;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	width: 450px;
	height: 2em;
}
#newsArea ul.newsList li a:hover {
	text-decoration: underline;
}

#newsArea ul.newsList li img {
	margin: 0 0 0 -3px;
	border: none;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 1px;
}

#wikitwitterArea {
	background-image: url(../images/top/bg_wikitwitter.png);
	float: left;
	overflow: hidden;
  width: 317px;
	height: 663px;
	margin: 12px 0 -76px 0;
	padding: 7px 0 0 22px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align:left;
}

#wikitwitterArea .wiki h2 {
	background: url(../images/top/tit_wiki.png) no-repeat;
	height: 5px;
	margin: 11px 0 6px;
	text-indent: -99999px;
}
#wikitwitterArea .wiki a {
	background: #ffffff;
}
#wikitwitterArea .wiki a:hover img {
  filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#wikitwitterArea .wiki a img {
	padding: 0;
	margin: 0;
	box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 1px;
}
#wikitwitterArea .twitter h2 {
	background: url(../images/top/tit_twitter.png) no-repeat;
	height: 5px;
	margin: 11px -5px 8px;
	text-indent: -99999px;
}


#wikitwitterArea .twitter {
	width: 286px;
	padding: 0 5px;
}
.scroll-pane {
overflow:hidden;
}
		
body#index .sns {
	padding: 38px 0 50px 900px;
}

.sns {
	padding: 38px 0 50px 900px;
}

.sns li {
  float: left;
}
.sns_tw {
  margin: 0 10px 0 0;
}


div.bnr_area {
padding: 0 0 12px;
width: 1000px;
margin: 0 auto;
}
div.bnr_area ul {
margin: 0 auto;
width: 982px;
}

div.bnr_area ul li {
  float: left;
  padding: 0 0 10px;
}
div.bnr_area ul li a {
  display:block;
}
div.bnr_area ul li a:hover {
  background: #fff;
}
div.bnr_area ul li a:hover img {
  filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
div.bnr_area ul li.padding {
padding-left: 6px;
}
div.bnr_area ul li.paddingColumn {
  display: block;
  width: 234px;
  height: 60px;
}
div.bnr_area p {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	margin: -20px 15px 0 0;
}

div.bnr_area .banner_bno {
	clear: both;
}

footer {
	text-align: center;
}



/* CLEARFIX
========================================================== */

.clearfix{*zoom:1;}
.clearfix:after{
content:"";
display: block;
clear:both;
}



/* LONG MAINTENANCE 
========================================================== */
#slideArea {
	display:none;
}
/*

body#index #newsArea {
	margin-top:0;
}

#wikitwitterArea {
	margin-top:0;
}
.gamestart a{
	background-image: url(../images/shared/btn_start.png);
}
*/
.gamestart div{
	background-image: url(../images/shared/btn_start.png);
	display: block;
	width: 476px;
	height: 94px;
	margin: 0 auto;
	text-indent: -99999px;
}
