@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin:0px auto;
	padding:0px;
	font: 10px "新ゴR", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	background: #ccc;
}
img {
	border:none;
	vertical-align:bottom;
}
a {	color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
p { margin: 0px; padding: 0px; line-height: 100%; }
div { margin: 0px; padding: 0px; }
br { margin: 0px; padding: 0px; }
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse; /*cellspacing*/
}
table th {
	padding: 0px; /*cellpadding*/
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	vertical-align: top;
}
table td {
	padding: 0px; /*cellpadding*/
	line-height: 120%;
	vertical-align: top;
}
.clearfix:after {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}  
* html .clearfix { zoom: 1; } /*IE6*/
*:first-child+html .clearfix { zoom: 1; } /*IE7*/

.headerText9 { font-size: 9px; }
.headerText10 { font-size: 10px; }
.headerText11 { font-size: 11px; }
.headerText12 { font-size: 12px; font-weight:normal; }
.headerText13 { font-size: 13px; }
.headerText14 { font-size: 14px; }
.headerText15 { font-size: 15px; }

h1 a {
	color: #FFF;
}

h1 a:hover {
	color: #FFF;
}


#dqBnr {
	position: relative;
	width: 300px;
	height: 250px;
	margin: 0px auto;
background: #fff;
}

#dqBnr h1 {
	background: #fff;
	text-align: center;
	border: 1px solid #999;
	border-bottom: none;
	width:298px;
	height:30px;
}
#dqBnr h1 span {
	display:table-cell;
	vertical-align:middle;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height:30px;
	text-align:center;
	width:298px;
	height:30px;
	layout-grid-line:30px;
}


#dqBnr #dqBnrInner {
	border: 1px solid #999;
	border-bottom:none;
	border-top:none;
	padding:2px;
}

#dqBnr #dqBnrInner .box1st {
	position: relative;
	overflow: hidden;
	width: 94px;
	height: 181px;
	float:left;
	border: 1px solid #ccc;
	background: #fff;
	margin-right:2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
}
#dqBnr #dqBnrInner .box2nd {
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 181px;
	float:left;
	border: 1px solid #ccc;
	background: #fff;
	margin-right:2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
}
#dqBnr #dqBnrInner .box3rd {
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 181px;
	float:left;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
}


/*画像の拡大エフェクトここから*/

#dqBnr #dqBnrInner .large
{
	display: none;
}

#dqBnr #dqBnrInner a.popup:hover img
{
	display:none;
}

#dqBnr #dqBnrInner a.popup:hover .itemName,
#dqBnr #dqBnrInner a.popup:hover .itemPrice,
#dqBnr #dqBnrInner a.popup:hover .imgContainer
{
	visibility:hidden;
}

#dqBnr #dqBnrInner a.popup:hover .large
{
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 35px;
	left: -5px;
	border:1px solid #eee;
	background:#FFF;
	visibility:visible;
}

/*画像の拡大エフェクトここまで*/



#dqBnr #dqBnrInner .box1st a,
#dqBnr #dqBnrInner .box2nd a,
#dqBnr #dqBnrInner .box3rd a
{
	display: block;
	height: 100%;
	cursor:pointer;
	padding:5px;
}
#dqBnr #dqBnrInner .box1st a:hover,
#dqBnr #dqBnrInner .box2nd a:hover,
#dqBnr #dqBnrInner .box3rd a:hover
{
	border:1px solid #e886a6;
	border-radius:1px;
	height:171px;
	padding:4px;
	background: #FFF;
}
#dqBnr #dqBnrInner .box1st:hover,
#dqBnr #dqBnrInner .box2nd:hover,
#dqBnr #dqBnrInner .box3rd:hover
{
	border:1px solid #e886a6;
}


#dqBnr #dqBnrInner .itemPhoto {
	text-align: center;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2c7d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2c7d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2c7d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2c7d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2c7d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2c7d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2c7d1',GradientType=0 ); /* IE6-9 */
}

#dqBnr #dqBnrInner .itemPhoto .imgContainer {
	width: 98%;
	height:80px;
	position: relative;
	float:left;
	text-align: center;
	background:#FFF;
	border:1px solid #eee;
}

#dqBnr #dqBnrInner .itemPhoto .imgContainer img {
	width: 80px;
}
#dqBnr #dqBnrInner .itemName {
	text-align: left;
	line-height: 12px;
	font-size: 10px;
	height: 24px;
	overflow: hidden;
	font-weight: normal;
	position: relative;
	float:left;
	width: 100%;
	margin:19px 0 27px 0;
}
#dqBnr #dqBnrInner .freeShipping {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #f04000;
	text-align: right;
	overflow: hidden;
	height: 14px;
	top: 72%;
	left: 7px;
	position: absolute;
	width: 78px;
}

#dqBnr #dqBnrInner .itemPrice {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #f04000;
	text-align: right;
	overflow: hidden;
	height: 12px;
	position: relative;
	float:left;
	width: 100%;
}

#dqBnr #dqBnrInner .itemRetailPrice_1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #f04000;
	display: block;
	text-align: right;
	overflow: hidden;
	height: 11px;
	top: 64%;
	left: 5px;
	position: absolute;
	width: 78px;
	text-decoration: line-through;
}

#dqBnr #dqBnrInner .itemRetailPrice_0 {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #fff;
	display: none;
	text-align: right;
	overflow: hidden;
	height: 11px;
	top: 67%;
	left: 5px;
	position: absolute;
	width: 87px;
	text-decoration: line-through;
}


#dqBnr #dqBnrInner .itemFlow {
	color: #fff;
	display: table-cell;
	text-align: center;
	width: 97%;
	position: relative;
	float:left;
	height: 16px;
	layout-grid-line:18px;
	vertical-align: middle;
	border-radius: 3px;	border: 1px solid #229ba7;
background: #4ab0ba;
}

#dqBnr #dqBnrInner .itemFlow:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}


#dqBnr #dqBnrInner .itemFlow p {
    display: table-cell;
	vertical-align:middle;
    text-align: center;
	width: 83px;
	height:16px;
	font-size:10px;
	line-height:14px;
}


#dqFoot {
	border:1px solid #999;
	border-top:1px solid #ccc;
	height: 30px;
	width:298px;
	position: relative;
	float: left;
}