<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.count_list {
	background:#EAEAEA;
}
.sub_info {
	background:#F2DADA;
	font-size: 90%;
	padding: 5px;
	clear:both;

}
.nodata {
	margin: 10px 0 15px 0;

}


.category_img {
	/*width: 560px;*/
	margin: 5px 0 0 0;
	padding: 0;
}

.product_item .name  {
	margin: 0 5px;

}
.red {
	color: #B81D44;
}
.bold {
	text_weight: bold;
}



/*　　　20150716　　追記　　オーダーページのボタン設置　　*/

.order_page_list {
	clear: both;
	width: 565px;
	padding: 10px 0 15px 0;

}
.order_page_list ul {
	clear: both;
	width: 565px;
	padding: 0 0 0 0;
}

.order_page_list ul li {
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

.order_page_list ul li img {
	border: 1px solid #AC9075;
}


/*.order_page_list ul li.last {
	margin: 0 0 10px 0;
}*/
/*
.order_page_list ul li.last_02 {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}*/

.order_page_list ul li a:hover img {
/*以下画像ロールオーバー設定*/
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

/*　オーダーカテゴリー　設定　201910　*/
.order_category_bottom{
	width: 565px;
}
ul.order_cat-list{
	width: 565px;
}
ul.order_cat-list li {
	float: left;
	width: 180px;
    height: 50px;
	text-align: center;
	margin: 10px 5px 0 0;
	}
/*　　　　神戸タータン　　サブメニュー　追加20210105　　　　　　　　　　　*/

.submenu_kobetartan {
/*　	display: flex;*/
  justify-content: center;
}
.submenu_kobetartan p {
	font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
 	margin-right: 20px;
}

.submenu_kobetartan p.kobetartan-old {
	font-weight: normal;
    font-size: 1.0em;
    text-align: center;
 	margin-right: 20px;
}</pre></body></html>