<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


/* 販売 */
.conts1{
	width:700px;
	min-height:700px;
	height: auto !important;
	margin:10px auto;
	background-color:#FFFFFF;
}

.conts1 img{
	margin:0 auto;
	display:block;
}


.conts1 table{
	width:600px;
	border-collapse:collapse;
	margin:10px auto;
}


.conts1 table th{
	background-color:#FF6600;
}

.conts1 table td{
	font-size:80%;
	text-align:right;
}

.conts1 p{
	font-size:80%;
}</pre></body></html>