@charset"UTF-8";

@import url("default.css");
@import url("layout.css");
@import url("module.css");

/*========================Contents=============================
	01) Index
=============================================================*/

/*============================================================
	01) Index
=============================================================*/

#products .box725Blue {margin-top:10px;}
#products .box725Blue h3 {margin:9px 0 0 12px;text-align:left;}
#products .box725Blue dl {
	width:150px;
	float:left;
	text-align:left;
}

#products .box725Blue dl.product01,
#products .box725Blue dl.product02,
#products .box725Blue dl.product03 {margin-right:29px;}

.allList {padding-bottom:20px;}
.allList h3 {margin-bottom:15px;}
.allList .clr {height:15px;}
.allList p {width:113px;float:left;font-weight:bold;}

.allList ul {
	width:612px;
	float:left;
}

.allList li {
	display:table-cell;
	background:transparent url("../shared/img/list.gif") 4px 0.5em no-repeat;
	padding:0 15px 5px 15px;
}

* html .allList li {/*IE6*/
	display:inline;
	background:transparent url("../shared/img/list.gif") 4px 0.5em no-repeat;
	padding:0 15px 5px 15px;
	zoom:1;
}

*:first-child+html .allList li {/*IE7*/
	display:inline;
	background:transparent url("../shared/img/list.gif") 4px 0.5em no-repeat;
	padding:0 15px 5px 15px;
	zoom:1;
}

html>/**/body .allList li {
	width:auto;
	background:transparent url("../shared/img/list.gif") 4px 0.5em no-repeat;
	float:left;
	display:inline;
	padding:0 15px 5px 15px
}


:root .allList li {
	width:auto;
	background:transparent url("../shared/img/list.gif") 4px 0.5em no-repeat;
	float:left;
	display:inline;
	padding:0 15px 5px 15px;
}

.brandList {width:725px;}
.brandList h4 {
	margin:12px 0;
	font-weight:bold;
}
.brandList dl {
	width:125px;
	float:left;
	margin-bottom:18px;
}

.brandList dd {
	font-size:93%;
	margin-top:5px;
}

.brandList dl.product01,
.brandList dl.product02,
.brandList dl.product03,
.brandList dl.product04 {
	margin-right:25px;
}

/*============================================================
 99) Clear
=============================================================*/
.clearfix:after,
.productsInfo:after,
#purpose dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix,
.productsInfo,
#purpose dl {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html .productsInfo,
* html #purpose dl {height:1%;}
.clearfix,
.productsInfo,
#purpose dl {display:block;}
/* end MacIE5 */
