#list-table *{
	box-sizing: border-box;
}
#list-table img{
	max-width: 100%;
}
#list-table .notice{
  margin-bottom: 20px;
  text-align: left;
  color: #aaa;
}
#list-table .notice strong{
  color: #E4CE9A;
}


#list-table .select-area{
  border: 1px solid #555;
}
#list-table .select-area .inner{
  border: 8px solid #252525;
  background: #000;
  padding: 20px 20px 0;
}
#list-table .maker-select{
  margin-bottom:20px;
  margin-left: auto;
  margin-right: auto;
}

#list-table select{
  border: none;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  outline: none;
  vertical-align: middle
}


#list-table.main-tabs{
	border: 1px solid #444;
	padding: 30px;
	margin: 60px auto 40px;
	width:100%;
}


#list-table h3.tabs-title{
	text-align: left;
/* 	width: 640px; */
	border-bottom: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#list-table h3.tabs-title span{
	color: #E4CE9A;
	font-size: 12px;
}



#list-table h3.table-head{
	text-align: left;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}


#list-table .lineup-table{
	font-size: 11px;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 0;
}
#list-table .lineup-table thead th{
	background: #333333;
	padding: 5px 2px;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	white-space: nowrap;
}
#list-table .lineup-table thead th.firstChild{
	width: 130px;
}

#list-table .lineup-table tbody th,
#list-table .lineup-table tbody td{
	border-bottom: 1px  dotted #444;
	padding: 6px 6px;
	font-weight: normal;
}
#list-table .lineup-table tbody td{
	color:#AAA;
	border-left: 1px  dotted #222;
}
#list-table .lineup-table tbody td span{
	color: #b2a381;
}


#list-table .section{
	display: none;
	position: relative;
}
#list-table .section h3{
	color: #E4CE9A;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#list-table .color-number{
	position: absolute;
	top:5px;
	right: 0;
}
#list-table .selectCarList{
	margin-bottom: 20px;
}
#list-table .main-tabs {
    border: 1px solid #444;
    padding: 30px;
    margin: 0 auto 40px;
/*     width: 638px; */
}
#list-table label,select{
	font-size: 13px;
}
#list-table select{
	padding: 2px 4px;
	
}

#list-table .lineup-table{
	display: none;
	width: 100%;
}
#list-table .lineup-table thead th:nth-of-type(1){width: 22%;}
#list-table .lineup-table thead th:nth-of-type(2){width: 13%;}
#list-table .lineup-table thead th:nth-of-type(3){width: 55%}
#list-table .lineup-table thead th:nth-of-type(4){width: 10%;}
#list-table .lineup-table strong{display: none;}
#list-table .lineup-table tbody th{
	padding: 15px 5px;
}
#list-table .lineup-table tbody th,
#list-table .lineup-table tbody td:nth-of-type(1){
	word-wrap: break-word;
}
#container #list-table .lineup-table tbody td:nth-of-type(3),
#container #list-table .lineup-table tbody td:nth-of-type(4){
  text-align: center;
}
#list-table .lineup-table tbody td ul{
  display: flex;
	flex-wrap: wrap;
}
#list-table .lineup-table tbody td h4{
	color: white;
	font-size: 1.1em;
	border-bottom:1px solid #444;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#list-table .lineup-table tbody td ul li{
	width: 33%;
	padding: 0 5px 20px;
	text-align: center;
}
#list-table .lineup-table tbody td ul li h5{
	padding-bottom: .5em;
	color:#FFCC00;
}
#list-table .lineup-table tbody td ul li h5 span{
	display: block;
	color: #AAA;
	font-weight: normal;
}
#list-table .lineup-table tbody td ul li a{
	display: block;
	margin-bottom: 10px;
}

#list-table .lineup-table tbody td.two-column ul li{
	width: 50%;
}


.notice-message {
	text-align: center;
	background: #292929;
	font-size: 1.3em;
	color: #E4CE9A !important;
	padding: 50px 25px;
	margin-top: 30px;
}


#list-table .pc{display: block;}
#list-table .mobile{display: none;}




/* Media queries!
-------------------------------------------------------------------------------*/

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#logo{
		padding-top: 10px;
	}
	#logo img{
		max-width: 60%;
	}
	.main-tabs{
		margin-top: 5px;
	}
	h3.tabs-title{
		margin-bottom: 10px;
	}
	.notice{
		margin-bottom: 20px;
	}
	#list-table select{
		font-size: 16px;
		width:100%!important;
	}
	.lineup-table thead{
		display: none;
	}
	.lineup-table tbody tr{
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		background: #222;
		border-top:1px solid #333;
		border-left:1px solid #333;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		min-height: 85px;
		position: relative;
	}
	.lineup-table tbody th, .lineup-table tbody td{
		display:list-item;
		list-style: none;
		padding: 0 5px;
	}
	#container .lineup-table tbody td:nth-of-type(2),
	#container .lineup-table tbody td:nth-of-type(3),
	#container .lineup-table tbody td:nth-of-type(4){
		text-align: left !important;
	}

	.lineup-table tbody th{
		font-weight: bold;
		font-size: 12px;
	}
	.lineup-table tbody th br{
		display: none;
	}
	.lineup-table tbody td{
		color: #888;
	}
	.lineup-table tbody td.lastChild{
		border-bottom: none;
	}
	.lineup-table strong{display: inline; color:#aaa;}
	.lineup-table tbody tr{
		adding: 5px 10px;
	}
	#list-table .lineup-table tbody td:last-child{
		border-bottom: none;
	}
	#list-table .lineup-table tbody td:last-child br{
		display: none;
	}
	#list-table .lineup-table tbody th,
	#list-table .lineup-table tbody td{
		padding: 0 5px;
	}
	#list-table .lineup-table strong{
		display: inline-block;
	}

	#list-table .lineup-table tbody td ul li,
	#list-table .lineup-table tbody td.two-column ul li{
		width: 100%;
		text-align: left;
		padding: 0 0 10px;
	}
	#list-table .lineup-table tbody td h4{
		font-size: 1em;
	}
	#list-table .lineup-table tbody td ul li h5{
		padding: 5px 0;
	}
	#list-table .lineup-table tbody td ul li h5 span{
		display: inline-block;
	}
	#list-table .lineup-table tbody td ul li a{
		width: 49%;
		padding: 1%;
		margin-bottom: 0;
		display: inline-block;
		letter-spacing: -.4em;
	}

	#list-table .lineup-table tbody td.noPhoto ul li{
		text-align: left;
		padding: 0;
	}
	#list-table .lineup-table tbody td.noPhoto ul li h5{
		padding: 0;
	}
	#list-table .lineup-table tbody td.noPhoto ul li img{
		display: none;
	}


	.pc{display: none;}
	.mobile{display: block;}


}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:320px){

}


/* 確認用 */
/*#list-table .section,
#list-table .lineup-table{
	display: block !important;
}*/
