@charset "utf-8";
/*common*/
#main p,#main li{
}
img{ border:0px none #000; margin:0px;}

/*
#main a{
color:#026;
}
a:visited{color:#013;}
*/
/*測定値であり、保証値ではありません*/
#main .sokuteichi{
	text-align:center;
	font-size:0.8em;
	margin:0.2em 0px;
}
/*一般文章*/
p.description{
	margin-left:3em;
}

.chemical_formula_sub{
	vertical-align:baseline;
	font-size:80%;
}
.number{
text-align:right;
}
.right{
float:right;
clear:right;
padding-left:2px;
padding-bottom:2px;
margin-top:0px;
}
.right_p {
float:right;
clear:right;
padding-left:8px;
padding-bottom:8px;
margin-top:0px;
}
.left_p {
float:left;
clear:left;
padding-right:8px;
padding-bottom:8px;
margin-top:0px;
}
.center_p{
padding-bottom:8px;
margin-top:0px;
text-align:center;
clear:both;
/*text-align:justify;
text-justify: distribute-all-lines;*/
}
.center_p img{
	margin:4px 4px;
}
.clearboth{
clear:both;
}
.hidden{ display:none;}
/*common*/


/*----------common-------*/
a img{
	border:0px none #000;
}

table.default{
	border-collapse:collapse;
	margin-bottom:1em;
}

table.default th, table.default td{
	border:0px solid #CCC;
	padding:2px 4px;
	margin:0px;
	text-align:left;
	font-size:1em;
	line-height:1.5em;
	color:#666666;
	/*border-top:1px solid #FF0000;*/
	border-bottom:1px solid #999999;
}

table.default th{
	background-color:#EEE;
	white-space:nowrap;
}

table.default thead th{
	background-color:#CCC;
	text-align:center;
}

table.defaultLong{
	border-collapse:collapse;
	margin-bottom:1em;
	width:600px;
}

table.defaultLong th, table.defaultLong td{
	border:0px solid #CCC;
	padding:2px 4px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	font-size:1em;
	line-height:1.5em;
	color:#666666;
	/*border-top:1px solid #FF0000;*/
	border-bottom:1px solid #999999;
}

table.defaultLong th{
	background-color:#EEE;
	white-space:nowrap;
}

table.defaultLong thead th{
	background-color:#CCC;
	text-align:center;
}

/* ul - li */
ul.noliststyle{
list-style-type:none;
margin:0px;
padding:0px;
}
ul.noliststyle li{
margin:0px;
padding:0px;
}

.rotatebox{
	padding-right:22px;
}

a.morelink{
	background:url(../img/common/arrow_red.gif) no-repeat top left;
	padding-left:14px;
}
input, textarea{
	ime-mode:active;
}
input.imeinactive{
	ime-mode:inactive;
}
input.imedisabled{
	ime-mode:disabled;
}
input.imeactive{
	ime-mode:active;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
