/* ==================================================================================

		Browser Reset Color Me

================================================================================== */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}


/*-----------Font Setting-------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1;
}

/* for WinIE6*/
* html body {font-size: small; vertical-align:baseline;}
/* for WinIE7*/
*:first-child+html body {font-size: small;}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
	list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}


/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}


/*-----------hack-------------*/

/* modern browser except IE */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* IE7 and Mac IE5 */
.clearfix {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*-----------For JS-------------*/
.imgover {}

/*-----------Other-------------*/


table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
th,td {text-align:left; vertical-align: top;}
table caption {
	text-align: left;
}

ul,dl,ol {text-indent: 0;}
ul,ol {list-style: none}

address,caprion,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}


/*-----------Other-------------*/

.clear {clear: both; font-size: 1px; line-height: 1px;}
img {border-style: none;}
hr {display: none;}

/*-----------link-------------*/

a:link {
	color: #069;
}
a:hover {
}
a:visited {
}

/*-----------align-------------*/
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	text-align: center;
}

/*-----------table default-------------*/
table.default {
	width: 100%;
}
table.default th {
	white-space: nowrap;
	background-color: #f7f7f7;
}
table.default td {
	background-color: #FFFFFF;
}
table.default th, table.default td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/*-----------ul default-------------*/
ul.default li:before {
	content: "・";
}
ol.default li{
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}
.mg_bt_20 {
	margin-bottom: 20px;
}


/* ==================================================================================

		STYLES

================================================================================== */


body {
	background-color: #fefefe;
	background-image: url(https://img21.shop-pro.jp/PA01331/547/etc/bg_yellow_rice.jpg?cmsp_timestamp=20150930110040);
}

/*-----------link-------------*/

a:link {
	color: #069;
}
a:hover {
}
a:visited {
}

p + ul{
	margin-top: -1em;
}

/* -------------------------------------------------------


レイアウト


----------------------------------------------------------
*/

/* ページ幅
-------------------------------------------------------- */
.header, .wrapper, .footer , .intro .inner{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
.header {
	padding-bottom: 30px;
}
.intro .inner {
	overflow: hidden;
	zoom: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.main {
  float: right;
  width: 730px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.sidebar {
	float: left;
	width: 200px;
}




/* -------------------------------------------------------


	イントロ


----------------------------------------------------------
*/
.intro .login-bloc {
	float: right;
}
.intro .inner {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.intro .intro-text {
	float: left;
}
/*.nav ul li {
	text-align: center;
	float: left;
	width: 16.66%;
	box-sizing: border-box;
	line-height: 1.1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.68, #e3721e), color-stop(0.31, #f7931e));
	background: -webkit-linear-gradient(top, #f7931e 31%, #e3721e 68%);
	background: -moz-linear-gradient(top, #f7931e 31%, #e3721e 68%);
	background: -o-linear-gradient(top, #f7931e 31%, #e3721e 68%);
	background: -ms-linear-gradient(top, #f7931e 31%, #e3721e 68%);
	background: linear-gradient(to bottom, #f7931e 31%, #e3721e 68%);
}
.nav ul li a:hover {
	background-color: #F60;
}
.nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
*/

.nav ul{
  display: flex;
  width: 100%;
}
.nav ul li{
  flex-grow:1;
  text-align: center;
  line-height: 1.2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.68, #e3721e), color-stop(0.31, #f7931e));
  background: -webkit-linear-gradient(top, #f7931e 31%, #e3721e 68%);
  background: -moz-linear-gradient(top, #f7931e 31%, #e3721e 68%);
  background: -o-linear-gradient(top, #f7931e 31%, #e3721e 68%);
  background: -ms-linear-gradient(top, #f7931e 31%, #e3721e 68%);
  background: linear-gradient(to bottom, #f7931e 31%, #e3721e 68%);
  height: 45px;
}
.nav ul li a:hover {
	background-color: #F60;
}
.nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  height:100%;
}

.nav ul li small{
  font-size: 85%;
}


/* -------------------------------------------------------


	フッター


----------------------------------------------------------
*/
.info-footer  {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	font-size: 92.4%;
	line-height: 1.75em;
	margin-bottom: 20px;
}

/* フッター内の個別ブロック */
.info-footer .box {
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
/* フッター内の見出し */
.info-footer .box h3 {
	font-size: 107.8%;
	margin-bottom: 0.3em;
}
.info-footer .box p {
	margin-bottom: 0.5em;
}
/* 最初のブロック（ガイド）の設定 */
.info-footer .guide h2 {
	float: left;
	margin-right: 2em;
}
.info-footer .guide li {
	float: left;
	margin-right: 1.5em;
}
.info-footer .mail-tel {
	font-size: 125%;
	font-weight: bold;
}
.info-footer .mail-tel i {
	color: #999;
	margin-right: 5px;
	font-size: 125%;
}

/* 左右の大枠 */
.info-footer .left {
	width: 500px;
	float: left;
}
.info-footer .right {
	float: right;
	width: 430px;
}
.info-footer .if_soryo strong {
	font-weight: bold;
	color: #C00;
}
.info-footer .if_payment strong {
	font-weight: bold;
}
.info-footer .if_henpin strong {
	font-weight: bold;
	color: #F60;
}
.info-footer .if_payment i,.if_soryo i,.if_order i {
	margin-right: 0.5em;
	color: #333;
}
/* フッター */
.footer {
	margin-bottom: 0px;
	padding-bottom: 50px;
}
.footer .copyrignt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
/* コピーライト */
.copyright {
	font-size: 85%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}



/* -------------------------------------------------------


	サイドバー


----------------------------------------------------------
*/
.sidebar .section {
	margin-bottom: 20px;
}

.section a{
    text-decoration: none;
}

.sidebar h2.default {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #efefef), color-stop(0.06, #fefefe));
	background: -webkit-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -moz-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -o-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -ms-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: linear-gradient(to bottom, #fefefe 6%, #efefef 88%);
	margin-bottom: 0.5em;
	border-radius: 2px;
	line-height: 1;
	padding: 0.8em;
	border: 1px solid #999;
	box-shadow: inset 0px 0px 1px 2px #FFF;
}
.sidebar h2.default i {
	color: #CC2100;
}
.side-category ul li {
	line-height: 1.2;
}
.side-category ul li a {
	color: #0D3861;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.side-category ul li a:before{
	font-family: FontAwesome;
	content: '\f101';
	color: #FF9900;
	margin-right: 0.6em;
	margin-left: 0.6em;
}
.side-item ul li {
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 1em;
}
.side-item ul li:before {
	content: '・';
	color: #666;
}
.side-bnrs ul li {
	margin-bottom: 5px;
	text-align: center;
}
.side-bnrs ul li img {
	max-width: 100%;
	height: auto;
}
.side-bnrs ul li a:hover {
	opacity: 0.7;
}
.side-rss{
	font-size: 92.4%;
	text-align: center;
	color: #999;
}
.side-rss a{
	color: #999;
}

/* -------------------------------------------------------


	メインエリア共通


----------------------------------------------------------
*/

.main .section {
	margin-bottom: 30px;
}
.main .section::after {
  content: "";
  display: block;
  clear: both;
}

.main h2.default {
	font-size: 150%;
	color: #333;
	line-height: 1.1;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 0.2em;
}
.main h2.default span {
	font-size: 50%;
	color: #F90;
	display: block;
	margin-bottom: 7px;
	letter-spacing: 0em;
	font-family: "Courier New", Courier, monospace;
}
.topicpath{
	font-size: 12px;
	margin-bottom: 20px;
}

h1.list-title,h1.default{
	font-size: 250%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

/* 最近チェックした項目
-------------------------------------------------------- */
.check-list h3 {
	font-size: 100%;
	color: #F60;
	margin-bottom: 15px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.check-list ul {
	font-size: 12px;
}
.check-list ul::after {
  content: "";
  display: block;
  clear: both;
}
.check-list ul li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	line-height: 1.4;
}
.check-list ul li:nth-child(5n) {
	margin-right: 0px;
}
.check-list ul li img {
	height: auto;
	max-width: 100%;
}
.check-name {
	padding-top: 5px;
	padding-bottom: 5px;
}
.check-name a {
	color: #000;
	text-decoration: none;
}
.check-price,.check-normal-price {
	color: #C30;
	display: block;
}
.check-off {
	font-weight: bold;
	color: #F00;
}
.check-soldout {
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	display: block;
	text-align: center;
}


/* -------------------------------------------------------


	トップページ


----------------------------------------------------------
*/
.top-slider{
	margin-bottom: 50px;
}
.top-news dl {
	line-height: 1.4;
}
.top-news dl dt {
	float: left;
	padding-left: 0.5em;
}
.top-news dl dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 8em;
}

.top_news li{
	display: flex;
	border-bottom: 1px dotted #DCDCDC;
	padding: 20px 0;
	word-break: break-all;
}
.top_news li figure{
	display: block;
	width: 100px;
	margin: 0 25px 0 0;
}
.top_news li figure img{
	width: 100%;
}
.top_news li figure a:hover{
	opacity: 0.7;
}
.top_news li figure + dl{
	flex-basis: calc( 100% - 100px );
}
.top_news li dt{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #535353;
	margin: 0 0 0.25em;
}
.top_news li dd{
	line-height: 1.4;
}
.top_news dl dd a:hover{
	text-decoration: underline;
}
.top_news li h2{
	margin-bottom: 0.3em;
}
.top_news li dd p{
	margin: 0 0 0.4em;
}

/*-----------バナー入れ物-------------*/
.top-bnr-area li {
	margin-bottom: 15px;
	text-align: center;
}

.top-bnr {
	margin-bottom: 15px;
	text-align: center;
}


/* -------------------------------------------------------


	一覧ページ及び商品一覧


----------------------------------------------------------
*/

.item-list {
	overflow: hidden;
}
.item-list li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	line-height: 1.4;
}
.item-list li:nth-child(3n) {
	margin-right: 0px;
}
.item-list li img  {
	height: auto;
	max-width: 100%;
}
.list-name {
	padding-top: 10px;
	padding-bottom: 5px;
}
.list-name a {
	color: #000;
	text-decoration: none;
}
.list-s {
	color: #666;
	text-decoration: none;
}
.list-price {
	font-weight: bold;
	color: #C30;
}
.list-off {
	display: block;
	font-weight: bold;
	color: #F60;
}
.list-soldout {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	text-align: center;
}




/* 一覧ページのパーツ
-------------------------------------------------------- */

/* ソートエリア */
.list-sortbox{
	line-height: 1.5;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ページャーエリア */
.list-pager{
	line-height: 1.5;
	margin-bottom: 20px;
	background-color: #efefef;
	padding: 10px;
}

/* 商品が無い場合の */
.nodata{
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 300px;
}

/* 一覧ページのサブカテゴリー・サブグループ
-------------------------------------------------------- */
.sub_cg-gr {
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_cg-gr h2 {
	font-size: 100%;
	color: #666;
	margin-bottom: 10px;
}
.sub_cg-gr h2:before {
	content:'\f07c';
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 5px;
}
.sub_cg-gr li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.sub_cg-gr li:before {
	content:'・';
}
.sub_cg-gr li:nth-child(3n) {
	margin-right: 0;
}


/* 「page」デザイン
-------------------------------------------------------- */
.page p {
	line-height: 2;
	margin-bottom: 2em;
}
.page h3{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.page h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}


/* -------------------------------------------------------


	フリーページ「よくある質問」


----------------------------------------------------------
*/
.page.faq dl {
	line-height: 1.5;
}
.page.faq dl dt {
	cursor: pointer;
	color: #333;
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1.5em;
}
.page.faq dl dd {
	margin-bottom: 3em;
	padding-left: 1.5em;
	position: relative;
	display: none;
}
.page.faq dl dt:before {
	font-family: FontAwesome;
	content: '\f059';
	position: absolute;
	left: 0px;
	top: 1.5em;
	color: #999;
	font-size: 110%;
	font-weight: normal;
}
.page.faq dl dd:before {
	font-family: FontAwesome;
	content: '\f138';
	position: absolute;
	left: 0px;
	top: 0px;
	color: #F30;
	font-size: 110%;
}

/* ------------------------------------- 
 *	夏期休暇用設定／
 * ------------------------------------- */

.holiday-top{
    color:#FFFFFF;
    line-height: 1.3;
    font-size:large;
    font-weight:bolder;
    padding:10px;
    margin:10px 0px;
    background-color:#BB2F16 ;
}

.holiday{
    color:#000000;
    line-height: 1.3;
    padding:10px;font-size:medium ;
    padding:10px;padding:0px 10px 10px 10px;
    margin-top:20px;
    margin-bottom:0px;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    border-top: 1px solid grey;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}

.center{
 text-align: center;
}

/* ----------------------- 休業期間のお知らせ -----------------------*/
.holiday-info {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	border: 3px solid #D1D1D1;
	margin-bottom: 20px;
	margin-top: 10px;
    width: 95%;
  	margin-left: auto;
	margin-right: auto;
}
.holiday-info h2 {
	margin-bottom: 10px;
	color: #474747;
	text-align: center;
	font-size: 16px;
}
.holiday-info__title {
	margin: 0px;
	padding: 0;
	font-size: 14px;
}
.holiday-info__text {
	line-height: 1.8!important;
	color: #4D4D4D;
	font-size: 14px;
}
.holiday-info strong{
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	}
.holiday-info__strong1  {
	background-color: #BD4547;
	margin-left: auto;
	border-radius: 3px;
	margin-right: auto;
	color: #FFFFFF;
	margin-bottom: 10px;
	width: 80%;
}
.holiday-info__strong2 {
	line-height: 1.8!important;
	color: #5B5B5B;
	margin-top: 5px;
}
.holiday-info em {
	font-weight: bold;
	font-style: normal;
}
/* -----------------------  //休業期間のお知らせ -----------------------*/

/* ------------------  カテゴリ・グループフリーエリア ------------------*/

.catfree-text {
	line-height: 1.8!important;
	color: #4D4D4D;
	font-size: 14px;
}
.catfree-text-strong{
	font-weight: bold;
	display: block;
	/* text-align: center; */
	padding: 10px 0;
	font-size: 14px;
}

/* ------------------  カテゴリ・グループフリーエリア ------------------*/


@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------
2020年11月13日
送料無料のbadgeを商品一覧に付与
------------------------------------------*/

/*商品一覧でのバッジ表示設定

.item-list{
	position: relative;
	overflow: visible!important;
}
.item-list > li{
	position: relative;
	overflow: visible;
}
.id-SU50:before,
.id-SU49:before,
.id-SU48:before,
.id-SU47:before,
.id-SU46:before,
.id-SU45:before,
.id-SU44:before,
.id-SU43:before,
.id-SU42:before,
.id-SU41:before,
.id-SU40:before,
.id-SU39:before,
.id-SU38:before,
.id-SU37:before,
.id-SU36:before,
.id-SU35:before,
.id-SU34:before,
.id-SU33:before,
.id-SU32:before,
.id-SU31:before,
.id-SU30:before,
.id-SU29:before,
.id-SU28:before,
.id-SU27:before,
.id-SU26:before,
.id-SU25:before,
.id-SU24:before,
.id-SU23:before,
.id-SU22:before,
.id-SU21:before,
.id-SU20:before,
.id-SU19:before,
.id-SU01:before,
.id-SU02:before,
.id-SU03:before,
.id-SU04:before,
.id-SU05:before,
.id-SU06:before,
.id-SU07:before,
.id-SU08:before,
.id-SU09:before,
.id-SU10:before,
.id-SU11:before,
.id-SU12:before,
.id-SU13:before,
.id-SU14:before,
.id-SU15:before,
.id-SU16:before,
.id-SU17:before,
.id-SU18:before{
	display: block;
	position: absolute;
	content: "";
	top: -10px;
	right: -10px;
	width: 80px;
	height: 60px;
	background-image: url(https://img21.shop-pro.jp/PA01331/547/etc/badge202011.png);
	color: #FFF;
	z-index: 1000;
	background-repeat: no-repeat;
	background-size: contain;
}

*/

/*商品詳細でのバッジ表示設定
#photoSCT{
position: relative;
	overflow: visible;
}
#photoSCT .id-SU50:before,
#photoSCT .id-SU49:before,
#photoSCT .id-SU48:before,
#photoSCT .id-SU47:before,
#photoSCT .id-SU46:before,
#photoSCT .id-SU45:before,
#photoSCT .id-SU44:before,
#photoSCT .id-SU43:before,
#photoSCT .id-SU42:before,
#photoSCT .id-SU41:before,
#photoSCT .id-SU40:before,
#photoSCT .id-SU39:before,
#photoSCT .id-SU38:before,
#photoSCT .id-SU37:before,
#photoSCT .id-SU36:before,
#photoSCT .id-SU35:before,
#photoSCT .id-SU34:before,
#photoSCT .id-SU33:before,
#photoSCT .id-SU32:before,
#photoSCT .id-SU31:before,
#photoSCT .id-SU30:before,
#photoSCT .id-SU29:before,
#photoSCT .id-SU28:before,
#photoSCT .id-SU27:before,
#photoSCT .id-SU26:before,
#photoSCT .id-SU25:before,
#photoSCT .id-SU24:before,
#photoSCT .id-SU23:before,
#photoSCT .id-SU22:before,
#photoSCT .id-SU21:before,
#photoSCT .id-SU20:before,
#photoSCT .id-SU19:before,
#photoSCT .id-SU01:before,
#photoSCT .id-SU02:before,
#photoSCT .id-SU03:before,
#photoSCT .id-SU04:before,
#photoSCT .id-SU05:before,
#photoSCT .id-SU06:before,
#photoSCT .id-SU07:before,
#photoSCT .id-SU08:before,
#photoSCT .id-SU09:before,
#photoSCT .id-SU10:before,
#photoSCT .id-SU11:before,
#photoSCT .id-SU12:before,
#photoSCT .id-SU13:before,
#photoSCT .id-SU14:before,
#photoSCT .id-SU15:before,
#photoSCT .id-SU16:before,
#photoSCT .id-SU17:before,
#photoSCT .id-SU18:before{
	top: -10px;
	right: -15px;
	width: 120px;
	height: 90px;

}

*/

/*最近チェックした商品でのバッジ表示設定
.history > li{
	position: relative;
	overflow: visible;
}
.history .id-SU50:before,
.history .id-SU49:before,
.history .id-SU48:before,
.history .id-SU47:before,
.history .id-SU46:before,
.history .id-SU45:before,
.history .id-SU44:before,
.history .id-SU43:before,
.history .id-SU42:before,
.history .id-SU41:before,
.history .id-SU40:before,
.history .id-SU39:before,
.history .id-SU38:before,
.history .id-SU37:before,
.history .id-SU36:before,
.history .id-SU35:before,
.history .id-SU34:before,
.history .id-SU33:before,
.history .id-SU32:before,
.history .id-SU31:before,
.history .id-SU30:before,
.history .id-SU29:before,
.history .id-SU28:before,
.history .id-SU27:before,
.history .id-SU26:before,
.history .id-SU25:before,
.history .id-SU24:before,
.history .id-SU23:before,
.history .id-SU22:before,
.history .id-SU21:before,
.history .id-SU20:before,
.history .id-SU19:before,
.history .id-SU01:before,
.history .id-SU02:before,
.history .id-SU03:before,
.history .id-SU04:before,
.history .id-SU05:before,
.history .id-SU06:before,
.history .id-SU07:before,
.history .id-SU08:before,
.history .id-SU09:before,
.history .id-SU10:before,
.history .id-SU11:before,
.history .id-SU12:before,
.history .id-SU13:before,
.history .id-SU14:before,
.history .id-SU15:before,
.history .id-SU16:before,
.history .id-SU17:before,
.history .id-SU18:before{
	top: -10px;
	right: -10px;
	width: 60px;
	height: 45px;

}

*/

img{max-width: 100%; height: auto; }

