@charset "UTF-8";

/* details
========================================================================================== */
#products #content h1 {
	padding-bottom: 10px;
}

#products #content h1 span.txtS{
	position: relative;
	font-weight: bold;
	font-size: 64%;
	top: -3px;
}

#products #content h1 img.icon{
	margin: 0 0 0 5px;
	position: relative;
	top: 5px;
	left: 5px;
}

#products #content .txtNote{
	margin-top: -5px;
}

#products .img_list {
	margin: 0 0 0 -12px;
}

#products .img_list li{
	float: left;
	width: 166px;
	margin: 0 0 0 12px;
}

* html #products .img_list li{
	display: inline;
}

#products .img_list li span{
	display: block;
	padding: 5px 0 15px 0;
	text-align: center;
	line-height: 1.2;
}

em.hl_import{
	margin-bottom: 10px;
}