@charset "utf-8";
#stage{
		opacity:0;
}
#mainTitle {
	background-color: #06C;
	position: relative;
	font-size: 0;
	line-height:0;
	height:100px;
	top:0;
	left:0;
	width:100%;
	z-index: 100;
}
#mainTitle.fixed {
	position:fixed;
	top:0;
	left:0;
}
#mainContents .titleL {
	font-size: 2em;
	line-height: 1.3em;
	clear: both;
}
.lineupBox dl {
	background-image: url(/car/commons/img/lineup/lineup_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 233px;
	height: 215px;
	overflow: hidden;
	float: left;
	margin-top: 16px;
	margin-right: 16px;
	text-align: center;
	position: relative;
	display: block;
}
.lineupBox dl:nth-of-type(4n) {
	margin-right: 0px;
}
.lineupBox dt,.lineupBox dd {
	font-size: 0;
	line-height:0;
}
.lineupBox dt {
	padding-top: 9px;
}
.lineupBox dd {
	margin-bottom: 8px;
}
.lineupBox img {
	margin-bottom: 1px;
}
.lineupBox .newMark{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 46px;
	z-index: 99;
}
.lineupBox .withMark{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 62px;
	z-index: 99;
}
.lineupBox .new{
}