/*!
 * CSS設定
 */
 
@charset "UTF-8";

#contents-wrapper header {
	position: relative;
	float:left;
	height: 100%;
	width: 35%;
}

#logo_axl {
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: 100%;
	white-space: nowrap;
	height: 40px;
	width: 85px;
	background-image: url(../img/logo_axl.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

header > div > h1 {
	display: none;
}

header > div > div {
	position: absolute;
	/*height: 400px;*/
	/*width: 300px;*/
	left: 50%;
	top: 50%;
	/*background-image: url(../img/overtake_w1280.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	/*margin: -200px 0px 0px -150px;*/
}

#rightColumn {
	position: relative;
	float: left;
	height: 100%;
	width: 65%;
	overflow: hidden;
}

#rightColumn > p:first-child {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 39px;
	width: 39px;
	margin: -20px 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
}

.arrow_left {
	background-color: #000000;
	background-image: url(../img/arrow_left.png);
}

.arrow_left:hover {
	background-color: #0066FF;
}

.arrow_right {
	background-color: #0066FF;
	background-image: url(../img/arrow_right.png);
}

.arrow_right:hover {
	background-color: #000000;
}

#rightColumn > p + p {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	height: 150px;
	width: 150px;
	margin: -10px 0px 0px;
	z-index: 40;
}

#first_page > p:first-child {
	position: absolute;
	/*height: 75px;*/
	/*width: 690px;*/
	left: 50%;
	/*background-image: url(../img/catch_w1280.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	/*margin: -38px 0px 0px -345px;*/
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 50;
}

.opacity #first_page > p:first-child {
	top: 53%;
	opacity: 0;
}

.no-opacity #first_page > p:first-child {
	top: 50%;
}

#logo_game {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 50px;
	width: 320px;
	z-index:1;
}

#second_page {
	position: relative;
	left: 100%;
	z-index: 50;
}

#second_page ,
#second_page > article {
	height: 100%;
}

#second_page > article > h1 {
	display: none;
}

.rgba #second_page {
	background-color: rgba(255,255,255,0.9);
}

.no-rgba #second_page {
	background-color: #FFFFFF;	
}

#info {
	display: table;
	position: relative;
	float: left;
	height: 100%;
	width: 40%;
	background-image: url(../img/bk01.png);	
}

#info > div {
	display: table-cell;
	vertical-align: middle;
}

#info > div > section > h1 {
	display: none;
}

#info ul {
	width: 270px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px auto;
}

#info ul li {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 15px;
	text-shadow: 1px 1px #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

#info ul li:first-child {
	border: none;
}

#info ul li span ,
#info ul li strong {
	font-weight: normal;
	font-size: 77%;
}

#info ul li span {
	color : #999999;
}

#info ul li strong {
	color :#FF0000;
}

#track {
	display: table;
	position: relative;
	float: left;
	height: 100%;
	width: 60%;
	/*background-image: url(../img/tracklist_w1280.png);*/
	background-position: right top;
	background-repeat: no-repeat;
}

#track > div {
	display: table-cell;
	vertical-align: middle;
}

#track > div > section > h1 {
	display: none;
}

#track ol {
	width: 400px;
	margin: 0px auto;
}

#track ol li {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	padding: 3px 0px;
}

#track ol li span ,
#track ol li small {
	font-weight: normal;
	font-size: 77%;
}

#track ol li span {
	color: #999999;
	padding: 0px 0px 0px 10px;
}

/* ==========================================================================
   Media Query
   ========================================================================== */

@media (max-width: 1600px) {
header > div > div {
	height: 400px;
	width: 300px;
	background-image: url(../img/overtake_w1280.png);
	margin: -200px 0px 0px -150px;
}

#first_page > p:first-child {
	height: 75px;
	width: 690px;
	background-image: url(../img/catch_w1280.png);
	margin: -38px 0px 0px -345px;
}

#track {
	background-image: url(../img/tracklist_w1280.png);
}
}

@media (min-width: 1601px) {
header > div > div {
	height: 500px;
	width: 400px;
	left: 50%;
	top: 50%;
	background-image: url(../img/overtake_w1600.png);
	margin: -250px 0px 0px -200px;
}

#first_page > p:first-child {
	height: 70px;
	width: 900px;
	background-image: url(../img/catch_w1600.png);
	margin: -35px 0px 0px -450px;
}

#track {
	background-image: url(../img/tracklist_w1600.png);
}
}

/* ==========================================================================
   Loading
   ========================================================================== */

body {
	visibility: hidden;
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 200;
}

#fade {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 150;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}