<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider1 {
    width: 500px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px 10px 10px 0px;
	float:left;
}

#slider1Content {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 494px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0px;
    left: 0;
}

ul { list-style-type: none;}

#info {
	float:left;
}

.info_ttl {
	width:355px;
	height:22px;
	background:url(https://cookbarn.com/color_me_shop/images/ttl_bg_355.jpg) center top no-repeat;
	padding:3px 0 0 0;
}

.top_info li {
	list-style:none;
	padding-left:10px;
	border-bottom:#CCC dotted 1px;
	color:#666;
}

.date {
	color:#BA8B08;
	margin-right:3px;
}

.sale_ttl {
	width:720px;
	height:50px;
	padding:0 0 0 0;
}

.sale {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	margin-bottom:10px;
}

.suji_list {
	background:url(https://image.rakuten.co.jp/cookbarn/cabinet/00218257/arrow_ico.jpg) 0 4px no-repeat;
	font-size:14px;
	padding:0 0 0 15px;
}

.suji_free {
	background-color:#C00;
	color:#FFF;
	padding:2px 2px 2px 2px;
	font-size:12px;
	font-weight:bold;
}

.list_img {
	position:relative;
	width:200px;
	height:200px;
}

.soldout {
	position:absolute;
	left:40px;
	top:75px;
	width:120px;
	height:50px;
	margin:0;
	padding:0;
}

.price {
	color:#C10000;
}
</pre></body></html>