/*スペック、装備用スタイルシート
-----------------------------------*/
.midashi_s{
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.content_spec_table th{
	width: 30%;
}

/* カラー
---------------------------*/
table.content_spec_table th.color img {
	border: solid 1px #cccccc;
}
table.content_spec_table th.color span {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
th.color span.black img { background-color: #ffffff;}
th.color span.silver img { background-color: #999999;}
th.color span.red img { background-color: #ff3333;}
th.color span.blue img { background-color: #3333ff;}
th.color span.pearl img { background-color: #ffffcc;}
