@charset "UTF-8";
/* ----------------------------------------------

	brand_index Setting
	
	1. item
	
	
---------------------------------------------- */

/*
  1. item -------------------------- */

#contents_detail .item{
	background: url(../img/common/line_dot.gif) repeat-x left bottom;
	margin-bottom: 10px;
	position: relative;
	padding: 0px 0px 14px 140px;
	min-height: 127px;
	height: auto !important;
	height: 127px;
}

.item dt{
	font-size: 116.6%;
	background:url(../img/common/list_sankaku_dot.gif) no-repeat 0px 0.4em;
	margin-bottom: 12px;
	}

.category_otc .item dt{padding:0px 95px 0px 15px;}
.category_healthcare .item dt{padding:0px 0px 0px 15px;}

.item dt a,
.item dt a span{
	font-weight: bold;
	}

.item dt a span.kowa{
	font-size: 80%;
	}

.item dd.category{
	position: absolute;
	right: 10px;
	top: 3px;
	overflow: hidden;
	font-size: 3px;
	line-height: 3px;
	}

.item dd.new{
	position: absolute;
	left: 34px;
	top: 120px;
	overflow: hidden;
	font-size: 3px;
	line-height: 3px;
	}

.item dd.text{
	margin-left: 16px;
	}

.item dd.photo{
	position: absolute;
	left: 2px;
	top: 24px;
	}



