@charset "UTF-8";

/*--------------------------------
#shipping
---------------------------------*/
#shipping {
	width: 700px;
	line-height: 1.6em;
}

#shipping .section-heading {
	display: block;
}

#shipping .section-body {
	margin-top: 10px;
	margin-bottom: 15px;
}

.shipping-tb {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 2px;
}

.shipping-tb th {
	padding: 5px 20px;
	width: 30%;
	background: #EEF3F8;
}

.shipping-tb td {
	padding: 5px 20px;
	background: #F8F8F8;
}

/*--------------------------------
#privacy
---------------------------------*/
#privacy-main {
margin: 20px;
font-size: 1.2em;
}

#privacy-main p {
margin-bottom: 1em;
}

#privacy-main h2 {
font-size: 90%;
margin-bottom: 0.5em;
}

#privacy-main .text-indent {
margin-left: 1em;
}

#privacy-main .privacyBox {
background: #EEE;
padding: 5px;
width: 750px;
margin: 0 auto;
}

#privacy-main .privacyBox h3 {
font-size: 84%;
font-weight: bold;
}

#privacy-main .privacyBox .personalinfo li {
list-style: disc;
margin-left: 30px;
}

/*--------------------------------
#reference
---------------------------------*/
#reference {
	width: 700px;
	line-height: 1.6em;
}

#reference .section-heading {
	display: block;
}

#reference .section-body {
	margin-top: 10px;
	margin-bottom: 15px;
}


/*--------------------------------
#kemaqua
---------------------------------*/
#kemaqua {
	width: 700px;
	line-height: 1.6em;
}

#kemaqua .section-heading {
	display: block;
}

#kemaqua .section-body {
	margin-top: 10px;
	margin-bottom: 15px;
}


/*--------------------------------
#msds
---------------------------------*/
#msds {
	width: 700px;
	line-height: 1.6em;
}

#msds .section-heading {
	display: block;
}

#msds .section-body {
	margin-top: 10px;
	margin-bottom: 15px;
}

.msds-tb {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.msds-tb th {
	padding: 5px 10px;
	background: #EEF3F8;
	white-space: nowrap;
}

.msds-tb th.products {
	width: 30%;
}

.msds-tb th.remarks {
	width: 22%;
}

.msds-tb td {
	padding: 5px 10px;
	background: #f8f8f8;
	word-break: break-all;
	word-wrap: break-word;
}

.msds-tb td.no {
	text-align: center;
	white-space: nowrap;
}


/*--------------------------------
#standard liquids
---------------------------------*/
.catalog-box {
	margin-left: 30px;
	padding-top: 15px;
}

.c-box {
	width: 122px;
	float: left;
	text-align: center;
	margin-right: 45px;
	margin-bottom: 17px;
}

.c-box img {
	margin-bottom: 5px;
	border: solid 1px #ccc;
}

