@charset "UTF-8";
/* CSS Document */

/* ========================================
	*メインイメージ
======================================== */

#special #contents .mainimg{
	margin:0 0 20px;
}


/* ========================================
	*スペシャルボックス
======================================== */

#special #contents .special{
	display: inline;  
	float:left;
	width:248px;
	margin:0 8px 20px 0;
	border:1px solid #D8D6D2;
}
#special #contents .special a {
	height: 100%;
	position: relative;
	display:block;
}
#special #contents .special .photo{
	text-align:center;
	border-bottom:1px solid #D8D6D2;
	width:246px;
	height:246px;
	padding:1px;
	background:#FFFFFF;
}

#special #contents .special .photo em{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	width:246px;
	height:246px;
	margin:0;
}

#special #contents .special .inner{
	height: 123px;
}
#special #contents .special .name{
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	padding:5px;
	height:40px;
}

#special #contents .special .price{
	color:#000000;
	font-size:10px;
	text-align:right;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	line-height:25px;
	margin:0 5px;
}

#special #contents .special .price_m{
	color:#000000;
	font-size:10px;
	text-align:right;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	line-height:25px;
	padding-right:30px;
	background:url(../special/images/more.gif) no-repeat right;
	margin:0 5px;
}

#special #contents .special .shop{
	color:#000000;
	font-size:11px;
	background:url(../images/ico_arrowR_pink.gif) no-repeat left 4px;
	height:36px;
	margin:5px;
	padding:0 0 0 10px;
}

#special #contents .special .txt{
	color:#000000;
	line-height:1.5;
	padding:5px;
	font-size:10px;
	height:28px;
	word-wrap: break-word ;
}


/**色スタイル**/
#special .special{
	background-color:#FFFBF8;
}
#special .special .name{
	color:#86543D;
}
#special .special .price{
	border-top-color:#86543D;
	border-bottom-color:#86543D;
}
#special .special .txt{
	background-color:#F6E9DC;
}

/*
 * "ie6-8.js" read because [:nth-child(n)] does not support in IE6-8
 */
#special #contents .specialbox .special:nth-child(3n+1){
	clear:both;
}

/* ========================================
	*Sale時
======================================== */

#special #contents .special .sale{
  position: absolute;
  top: 1px;
  left: 1px;
	z-index: 100;
}
#special #contents .special .s-inner .price{
	border-bottom-style:none;
}
#special #contents .special .s-inner .price_m{
	border-bottom-style:none;
	background: none;
}
#special #contents .special .s-inner .price_s{
	color:#e60012;
	font-size:11px;
	font-weight: bold;
	text-align:right;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color: #000;
	line-height:20px;
	margin:0 5px;
}

#special #contents .special .s-inner .price_s_m{
	color:#e60012;
	font-size:11px;
	font-weight: bold;
	text-align:right;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color: #000;
	line-height:20px;
	padding-right:30px;
	background:url(../special/images/more.gif) no-repeat right;
	margin:0 5px;
}
