@charset "utf-8";
@import "../common_inner.css";


#conts .bigBox {
	width                 : 660px;
	padding               : 20px;
	margin-top            : 18px;
	border                : 1px solid #bbbbbb;
}

#conts .bigBox .left {
	float                 : left;
}


#conts .bigBox .right {
	float                 : right;
}


#conts span.sale {
	color: #fe0066 !important;
	font-weight: bold;
}

p.att {
	font-size      : 10px !important;
	margin-top     : 10px;
	margin-bottom  : 0 !important;
	text-indent    : -10px;
	padding-left   : 10px;
}

p.att span {
	margin-right    : 3px;
	color          : #ee0446;
}

/* facebox caption */

.caption {
	font-size      : 11px;
	padding-top    : 10px;
}

.caption dl dt {
	font-weight    : bold;
	font-family    : Arial;
	width          : 65px;
	float          : left;
}

.caption dl dd {
	margin-left    : 65px;
}

.caption dl dd em {
	font-weight    : bold;
	font-family    : Arial;
}

.caption p {
	margin-top    : 3px;
}

.caption em {
	font-weight    : bold;
	font-family    : Arial;
	font-size      : 12px;
}

.caption em span {
	font-weight    : normal;
	font-size      : 10px;
}



/*/*/


/* clear ****************************************/
#conts .bigBox dl:after,
#conts .bigBox .wrap:after,
.caption dl:after
{content:" "; height:0px; clear:both; visibility:hidden; display:block;}

#conts .bigBox dl,
#conts .bigBox .wrap,
.caption dl
{display :inline-block;}

/*\*/
* html #conts .bigBox dl,
* html #conts .bigBox .wrap,
* html .caption dl
{height:1%;}

#conts .bigBox dl,
#conts .bigBox .wrap,
.caption dl
{display:block;}
/*/*/


