@charset "utf-8";
/* ===================================================================
CSS information
 file name  :layout.css
 style info :各ページのスタイル

=================================================================== */
/* ==========================================================
  ABOUT
========================================================== */
#about .sub_navi {
	margin: 21px auto 3px;
	width: 828px;
}
#system .sub_navi {
	margin: 21px auto 0 auto;
	width: 940px;
	padding: 0 14px 3px 17px;
	background: #111111;
}
#special .sub_navi {
    margin: 21px auto 0 auto;
    width: 898px;
    /* padding: 0 14px 3px 17px; */
    background: #111111;
}
#about .sub_navi li, #system .sub_navi li, #special .sub_navi li {
	float: left;
	position: relative;
}
.specArea {
	padding: 46px 0 0;
	text-align: center;
}
.sub_navi li span.new {
	width: 32px;
	height: 9px;
	background: url(../images/system/icon_new_small.png) no-repeat center 0;
	top: 2px;
	right: 14px;
	display: block;
	position: absolute;
	z-index: 3;
}
/* 世界観 ------------------------------------------------- */
.world .world_inner, .world footer {
	background: url(../images/about/world/bg_world_inner.jpg) repeat-y center 0;
}
/* ４社流通限定特装版 --------------------------------------- */
#special .list_company {
	width: 910px;
	overflow: hidden;
	margin: 0 auto;
}
#special .list_company li {
	float: left;
	margin: 0px 22px;
}
/* TGS出展情報 --------------------------------------- */

#special .detail_info li {
	text-align: center;
	margin-bottom: 10px;
}
#special .detail_text {
	font-size: 20px;
	color: #2f2f2f;
	margin: 60px 0 35px 80px;
	text-align: left;
}
#special .detail_text a {
	color: #9e19e3;
	text-decoration: underline;
}
/* ==========================================================
  MOVIE
========================================================== */
.bg_head {
	background: url(../images/movie/bg_head.gif) no-repeat center 0;
	margin: 0 0 0 48px;
	padding: 57px 30px 0 31px;
	width: 910px;
}
.movie_inner {
	background: url(../images/movie/bg_movie_inner.gif) repeat-y center 0;
	margin: 13px 0 0;
	min-height: 588px;
	padding: 0 0 0 7px;
}
.icon_new {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.new .icon_new {
	display: block;
}
.movie_list li {
	background: url(../images/movie/bg_movie_list.png) no-repeat 0 0;
	float: left;
	margin: -13px 13px 30px 0;
	padding: 17px 0 0;
	position: relative;
	width: 288px;
}
.movie_list li:last-child {
	margin: -13px 0 30px;
}
.movie_title {
	text-align: center;
	margin: 0 0 9px;
}
.movie_ss {
	text-align: center;
	margin: 0 0 17px;
}
.btn_movie {
	margin: 0 auto 9px;
	width: 151px;
}
.bg_movie_info {
    background: url(../images/movie/bg_movie_info.gif) no-repeat 0 0;
    padding: 23px 20px 35px;
    height: 60px;
}
.update {
	color: #fff;
	font-size: 10px;
	padding: 0 6px 7px;
}
.movie_info {
	font-size: 12px;
}
#movie footer {
	background: url(../images/movie/bg_footer.gif) repeat-y center 0;
}
