<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ラインナップ表示部*/
.lineuparea {
	clear:both;
	width:760px;
}

/*商品ラインナップ表*/
.lineup {
	clear:both;
	width:701px;
	height:30px;
	margin:0px auto;
}
table.lineuptable {
	width:603px;
	border-collapse:collapse;
	margin:0px auto;
	padding:0px;
}
td {
	font-size:14px;
	line-height:1.2em;
	text-align:left;
	vertical-align:top;
}
td.lineupspacer {
	width:30px;
}
td.c1type {
	width:181px;
	height:23px;
}
td.c1image {
	width:181px;
	height:140px;
}
td.c1color {
	width:181px;
	padding:2px;
}
table.c1colorchip {
	width:181px;
	margin:0px;
	padding:0px;
}
td.c1chipimage {
	text-align:center;
	font-size:9px;
}
td.c1detail_type {
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
}
td.c1detail_key {
	font-size:12px;
	line-height:1.2em;
	width:92px;
}
td.c1detail_slash {
	font-size:12px;
	line-height:1.2em;
	width:14px;
}
td.c1detail_value {
	font-size:12px;
	line-height:1.2em;
	width:74px;
}
/*ボタン*/
.orderbutton {
	text-align:right;
	margin:0px 30px 0px 0px;
}
</pre></body></html>