@charset "utf-8";
/*------------------------------------------------------------
	プロダクトインデックス
------------------------------------------------------------*/
/*左ボックス*/

.left_box {
	float: left;
	border: 1px solid #333;
	width: 176px;
	padding: 8px 0 2px 8px;
	font-size: 1.3em;
	min-height: 30px;
}
.left_box ul+p{
	margin-top: 10px;
}
.left_box ul{
}
.left_box li{
	background: url("../img/product_list/img_dot.gif") left 2px no-repeat;
	padding-left: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}


.left_box li a {
	color: #333;
	text-decoration: none;
}

.left_box li a:hover {
	color: #A17C3C;
	text-decoration: underline;
}

.left_box p{
	border-bottom: 1px dotted #cbcbcb;
	line-height: 1;
	margin-bottom: 4px;
	margin-right: 8px;
}
body.jp .left_box p{
	font-weight: Bold;
	font-size: 1.1em;
	padding-left: 4px;
	margin: 7px 12px 4px 3px;
	border-bottom: 1px dotted #cbcbcb;
	border-left: 7px solid #A17C3C;
	line-height: 1.2;
	border-bottom: 1px dotted #cbcbcb;
}
body.jp .left_box p a {
	color: #444;
}
body.jp .left_box p a:hover {
	color: #A17C3C;
	text-decoration: none;
}

.left_box p a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*右コンテンツ*/

.product_list_box{
	float: right;
	width: 490px;
	position: relative;
}
h5{
	background: url("../img/product_list/img_dot_big.gif") left 5px no-repeat;
	padding-left: 14px;
	font-size: 1.6em;
	font-weight: Bold;
}
#conts h4.text{
	border-top: 0px;
	border-bottom: 0px;
	background: url("../img/product_list/h4_img.gif") no-repeat;
	height: 28px;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.65em;
	padding: 5px 0 1px 16px;
	line-height: 1;
	font-weight: 100;
}
.cassette{
	border-top: 2px solid #444; 
	padding: 4px 0 6px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #cdcdcd; 
}

.cassette + h5{
	margin-top: 40px;
}

.product{
	float: left;
	padding-left: 14px;
	line-height: 1;
	min-height: 20px;
	font-weight: Bold;
	font-size: 1.6em;
	color: #555;
	vertical-align: baseline;
}
.product span.new{
	background: url("../img/product_list/icon-new.gif") right 2px no-repeat;
	padding-right: 35px;
}

.product span.discontinued {
	background: url("../img/product_list/icon_discontinued.gif") right 2px no-repeat;
	padding-right: 100px;
}

.product span.com{
	background: url("../img/product_list/icon-com.gif") right 2px no-repeat;
	padding-right: 97px;
}
.product span.cap {
	font-size: 0.8em;
	font-weight: normal;
}
.product span.txt {
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 3px;
	text-shadow: 0.01em 0.01em 0px #444;
	color: #ff0000;
}


/*.product span.com{
	background: none;
	padding: 0px 3px 0 3px;
	margin-left: 4px;
	border: 1px solid #ff0000;
	font-size: 11px;
	color: #ff0000;
	font-weight: Bold;
	vertical-align: baseline;
}*/

.icon{
	margin-bottom: 3px;
}
.icon img {margin-right: 3px;margin-bottom: 3px}
.icon img.img_last {margin-right: 0px;}
.p_description{
	padding: 8px 0 6px 14px;
	border-top: 1px dotted #333; 
	clear: both;
}
.p_description .photo{
	float: left;
	min-height: 70px;
}
.p_description .text{
	font-size: 1.3em;
	line-height: 1.4;
	float: right;
	width: 389px;
}
.p_description .text .serch {
	margin-top: 5px;
}
.product_list_box .red{
	color: red;
	line-height: 1.2;
}

.product_list_box .gold{
	color: #A17C3C;
	line-height: 1.2;
}
.product span.soon {
	background: url(../img/icon/icon-soon2.gif) right 3px no-repeat;
	padding-right: 128px;
}
