@charset "utf-8";
/* CSS Document */

/* リスト */
#complete h2 {
	height:35px;
	width:210px;
	text-align:center;
	line-height:40px;
	background-color:#000000;
	color:#fff;
	float:left;
}
/* page_area */
#page_area {
	height:35px;
	line-height:40px;
	padding:0 15px 0 0;
	text-align:right;
	background-color:#ffa200;
}
#page_area p span {
	padding:0 10px 0 5px;
}

/* 試乗車 */
#complete li {
	position:relative;
	cursor:pointer;
	margin:0;
	width:350px;
	height:auto;
	height:323px;
	overflow:hidden;
}
#complete  li:nth-child(odd) { float:left;}
#complete  li:nth-child(even) { float: right;}
#complete li p {
	
	height:60px;
	width:350px;
	box-sizing:border-box;
	padding:10px;
	background-color:rgba(0,0,0,1);
	color:#fff;
}