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

	products detail Setting
	
	1. product_title
	2. abstract
	3. product_notes
	4. component
	
	
---------------------------------------------- */

#contents_detail .item{
	background: url(../img/common/line_dot.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 14px;
	}

#contents_detail .item {
    overflow: hidden;
}

#contents_detail .item:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents_detail .item {
    height: 1em;
    overflow: visible;
}
/**/


#contents_detail ul.circle li{
	background: url(../img/common/list_maru.gif) no-repeat left 0.4em;
	padding-left: 16px;
	margin-bottom: 2px;
	}


/*
  1. product_title -------------------------- */

#product_title h4{
	font-size: 150%;
	color: #199700;
	font-weight: bold;
	}

#product_title h4 span{
	font-size: 75%;
	color: #199700;
	font-weight: bold;
	}

/* cat_otc -------------------------*/
#product_title{
	position: relative;
	padding-bottom: 18px;
	}

#product_title h4{
	padding-top: 19px;
	}

#product_title ul{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 14px;
	text-align: right;
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	}

#product_title ul li{
	display: inline;
	height: 14px;
	overflow: hidden;
	margin-left: 4px;
	}

#product_title p.new{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	}


/*
  2. abstract -------------------------- */

#abstract .photo_area{
	width: 180px;
	text-align: center;
	float: left;
	margin-right: 10px;
	}

#abstract .article{
	width: 310px;
	float: left;
	padding-top: 10px;
	}

#abstract .article li{
	background: url(../img/common/list_maru.gif) no-repeat left 0.4em;
	padding-left: 16px;
	margin-bottom: 2px;
	}


/*
  3. product_notes -------------------------- */

#product_notes .photo_area{
	width: 180px;
	float: left;
	margin-right: 26px;
	}

#product_notes .photo_area h5{
	margin-bottom: 15px;
	}

#product_notes .photo_area .photo_flame{
	background: url(../img/product/zaikei/photo_flame.gif) no-repeat left top;
	height: 115px;
	width: 166px;
	text-align: center;
	padding-top: 15px;
	margin: 0px 0px 8px 7px;
	}

#product_notes .photo_area ul{
	margin-left: 7px;
	}

#product_notes .photo_area li{
	background: url(../img/common/list_maru.gif) no-repeat left 0.4em;
	padding-left: 16px;
	margin-bottom: 2px;
	}

#product_notes .article h5{
	margin-bottom: 10px;
	}

#product_notes .article .effect{
	margin-bottom: 16px;
	}

#product_notes .article .usage table{
	margin-left: 1px;
	}

#product_notes .article .usage table,
#product_notes .article .usage th,
#product_notes .article .usage td{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	}

#product_notes .article .usage th,
#product_notes .article .usage td{
	padding: 2px 3px;
}

/*
  4. component/price -------------------------- */

.table_area{
	margin-left: 1px;
	}

.table_area table,
.table_area th,
.table_area td{
	border: 1px solid #b5b6b2;
	border-collapse: collapse;
	}

.table_area th{
	font-weight: bold;
	color: #FFFFFF;
	background: #199700;
	text-align: center;
	}

/* component --------------*/
#component h5,
#component h5 em{
	font-size: 100%;
	}

#component h5{
	margin-bottom: 3px;
	}

#component h5 em{
	margin-left: 6px;
	}

#component .table_area th,
#component .table_area td{
	padding: 8px 14px;
	}

#component .table_area td.col02{
	text-align: center;
	width: 3em;
	}

#component dl{
	margin-top: 8px;
	}

/* price --------------*/
#price{
	margin-bottom: 25px;
	}

#price h5{
	margin-bottom: 10px;
	}

#price .table_area table{
	width: 100%;
	}

#price .table_area th span.unit{
	font-size: 86.6%;
	font-weight: normal;
	color: #FFFFFF;
	}

#price .table_area th,
#price .table_area td{
	text-align: center;
	padding: 8px 10px;
	}






