<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*////////////////
商品一覧CSS
@author M.uramoto
@date   2015/10/19
/////////////////*/
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {padding:0;margin:20px 0 20px 0;}
.cg_freespace_02 {padding:0;margin:20px 0 20px 0;}
/* カテゴリ・グループのフリースペース内の&lt;p&gt;タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {margin:0 0 10px 0;}
/* カテゴリ・グループのフリースペース内の&lt;ul&gt;タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {margin:0 0 10px 20px;padding:0;}

/*/////商品リスト表示（共通）/////*/
.item_list-wrap{}
.item_list{display : -webkit-box;display : -ms-flexbox;display : -webkit-flex;display : flex; -ms-flex-wrap : wrap; /*for IE10*/-webkit-flex-wrap : wrap; /*for old webkit browser*/flex-wrap : wrap;-webkit-box-pack:justify;/* Androidブラウザ用 */-ms-flex-pack:justify;/* IE10 */-webkit-justify-content:space-between;/* safari（PC）用 */justify-content:space-between;}
.item_list-wrap h3{margin-bottom: 20px;font-size: 20px;}
.item_data-box{/*-webkit-box-flex:0.0;-ms-flex:auto;flex:auto;*/ width:200px;}
.item_thumbnail{}
.item_thumbnail a{display: block;}
.item_img{/*max-width: 100%;*/ max-width:200px; height:auto;}
.item_img3{margin-left:-30%;  max-width: none;}
.item_detail-wrap{max-width:200px;}
.item_name{font-size: 15px;margin-bottom: 10px;word-wrap: break-word;}
.item_price {margin-bottom: 10px;}
/*割引率(2016/03/10)*/
.news-circle{position: absolute;right: 10px;bottom: 10px;font-weight: bold;}
.item_thumbnail{position:relative;}
/*item_description(2016/04/10)*/
.item_description{line-height:1.5;}</pre></body></html>