@charset "utf-8";

/* ****************************************************
  top styles
***************************************************** */



/* List
------------------------------------------*/
#msds_container dl.list01 {
	margin: 3px 0 5px 0;
}
#msds_container dl.list01 dt {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}
#msds_container dl.list01 dd {
	float: left;
	width: 480px;
	padding: 0 0 0 5px;
	background: url(/products/msds/img/com_ic01.gif) no-repeat 0 5px;
}



/* Box
------------------------------------------*/
#msds_container .box01 {
	overflow: scroll;
	width: 660px;
	height: 80px;
	margin: 3px 0 0 0;
	padding: 5px 10px 5px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	text-align:left;
}
* html #msds_container .box01 { /* IE6 hacks */
	width: 714px;
}

#msds_container dl.box02 {
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #e5eeff;
}



#msds_container .box03 {
	margin: 30px 0 0 0;
	padding: 2px;
	border: 1px solid #80aaf0;
}
#msds_container .box03 .inner-box01 {
	padding: 15px 20px;
}


/* Wrap
------------------------------------------*/
/* wrap2-01 */
#msds_container .wrap2-01 {
	margin: 20px 0 0 0;
}
#msds_container .wrap2-01 .col01 {
	float: left;
	width: 348px;
	margin: 0 10px 0 0;
}
#msds_container .wrap2-01 .col02 {
	float: left;
	width: 336px;
}

/* wrap2-02 */
#msds_container .wrap2-02 {
	margin: 20px 0 0 0;
}
#msds_container .wrap2-02 .col01 {
	float: left;
	width: 324px;
	margin: 0 25px 0 0;
}
#msds_container .wrap2-02 .col02 {
	float: left;
	width: 301px;
}

/* wrap2-04 */
#msds_container .wrap2-04 {
	margin: 20px 0 0 0;
}
#msds_container .wrap2-04 .col01 {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}
#msds_container .wrap2-04 .col02 {
	float: left;
	width: 456px;
}

/* wrap2-05 */
#msds_container .wrap2-05 {
	margin: 20px 0 0 0;
}
#msds_container .wrap2-05 .col01 {
	float: left;
	width: 476px;
	margin: 0 20px 0 0;
}
#msds_container .wrap2-05 .col02 {
	float: left;
	width: 200px;
}


/* wrap3-01 */
#msds_container .wrap3-01 {
	margin: 15px 0 0 0;
	padding: 3px 3px 5px;
	border: 5px solid #fbd58c;
	background: url(/msds/common/images/com_bg02.gif) no-repeat 0 100%;
}
#msds_container .wrap3-01 .col01 {
	float: left;
	width: 228px;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #fbd58c;
}
#msds_container .wrap3-01 .col02 {
	float: left;
	width: 230px;
}
#msds_container .wrap3-01 .wrap2-03 {
	margin: 10px 3px 0 7px;
}
#msds_container .wrap3-01 .wrap2-03 .col01 {
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
	border-right: none;
}
#msds_container .wrap3-01 .wrap2-03 .col02 {
	float: right;
	width: 138px;
}
#msds_container .wrap3-01 .link01 {
	clear: left;
	margin: 7px 0 0 7px;
}

/* wrap9-01 */
#msds_container .wrap9-01 {
	margin: 10px 0 0 0;
}
#msds_container .wrap9-01 .col01 {
	float: left;
	width: 70px;
	margin: 0 8px 0 0;
}
#msds_container .wrap9-01 .col02 {
	float: left;
	margin: 0;
}


/* Table
------------------------------------------*/
#msds_container .table01 {
	width: 100%;
	margin: 7px 0 0 0;
	border-top: 1px solid #b5caf2;
	border-left: 1px solid #b5caf2;
}
#msds_container .table01 th,
#msds_container .table01 td {
	padding: 10px;
	border-right: 1px solid #b5caf2;
	border-bottom: 1px solid #b5caf2;
}
* html #msds_container .table01 th,
* html #msds_container .table01 td {
	font-size: 83%;
}
#msds_container .table01 th {
	background-color: #e5eeff;
	font-weight: bold;
}


/* Clear fix
=========================================*/
#msds_container dl.list01:after,
#msds_container .wrap2-01:after,
#msds_container .wrap2-02:after,
#msds_container .wrap2-03:after,
#msds_container .wrap2-04:after,
#msds_container .wrap2-05:after,
#msds_container .wrap3-01:after,
#msds_container .wrap9-01:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#msds_container dl.list01,
#msds_container .wrap2-01,
#msds_container .wrap2-02,
#msds_container .wrap2-03,
#msds_container .wrap2-04,
#msds_container .wrap2-05,
#msds_container .wrap3-01,
#msds_container .wrap9-01 {
	zoom: 1;
}

*:first-child+html #msds_container dl.list01,
*:first-child+html #msds_container .wrap2-01,
*:first-child+html #msds_container .wrap2-02,
*:first-child+html #msds_container .wrap2-03,
*:first-child+html #msds_container .wrap2-04,
*:first-child+html #msds_container .wrap2-05,
*:first-child+html #msds_container .wrap3-01,
*:first-child+html #msds_container .wrap9-01 {/* for IE7 */
	display:inline-table;
}