@charset "shift_jis";


/* 各種アイコン
--------------------------------------------------*/

/*----- 在庫 -----*/
#contents .items table td .stockTxt , #contents .sep_area .sep2L table td .stockTxt , #contents .sep_area .sep2R table td .stockTxt {
	border:1px solid #03689a;
	color:#03689a;
	font-weight:bold;
	display:inline-block;
	font-size:12px;
	text-align:center;
	width:52px;
	line-height:1.3 !important;
	background:#fff;
	margin-left:3px;
	padding:0px;
}

/*----- 送料無料 -----*/
#contents .items table td .delTxt {
	border:1px solid #FF6600;
	color:#FF6600;
	font-weight:bold;
	display:inline-block;
	font-size:12px;
	text-align:center;
	width:52px;
	line-height:1.3 !important;
	background:#fff;
	padding:0px;
}


/*----- NEW -----*/
#contents .items table td .newTxt {
	border:1px solid #DD0000;
	width:120px;
	color:#FFFFFF;
	font-weight:bold;
	display:inline-block;
	font-size:13px;
	text-align:center;
	line-height:1.3 !important;
	background:#DD0000;
	padding:0px;
	margin:0px;
}


