@charset "utf-8";


/* --------------------------
	01 head
-------------------------- */

.head {
	padding: 2.0em 0 0;
	margin: 0 0 2.0em;
}
.head .label {
	
}



/* --------------------------
	01 tracks
	01 tracks
-------------------------- */

.tracks {
	margin: 0 0 6.0em;
}
/*
.tracks .label {
	margin: 0 1.0em 1.5em;
}
*/

.tracks ul {
	list-style: none;
}
.tracks ul li {
	/*
	background-size: 100% auto;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/tracks_background.png);
	*/
	margin: 0 3.0em 4.0em;
}

.tracks ul li a img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tracks ul li a.touchAnime img {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





/* --------------------------
	02 types
-------------------------- */

.types {
	padding: 1.0em 0 4.0em;
	background: rgba(0, 0, 0, 0.8);
}
.types .label {
	margin: 0 1.0em 1.0em;
}

.types ul {
	list-style: none;
	/*
	box-shadow:rgba(0, 186, 238, 0.65) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 186, 238, 0.65) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 186, 238, 0.65) 0px 0px 10px 0px;
	*/
	margin: 0 1.0em 0;
}
.types ul li {
	/*
	background-size: 100% auto;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/tracks_background.png);
	*/
	margin: 0 0 1.0em;
}



/* --------------------------
	03 desc
-------------------------- */

.desc {
	color: #FFF;
	line-height: 1.6;
	padding: 0 0 2.0em;
	background: rgba(0, 0, 0, 0.8);
}

.desc .block {
	margin: 0 1.0em 3.0em;
}
.desc .block .label {
	font-size: 14px;
	margin: 0 0 1.0em;
}
.desc .block .text {
	margin: 0 0 1.0em;
}



/* --------------------------
	04 banner
-------------------------- */

.banner {
	margin: 0;
	padding: 2.0em 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

.banner ul {
	list-style: none;
}
.banner ul li {
	margin: 0 3.0em 1.5em;
}











