@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,tr,th,td,address,form,pre,code{
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
}

h1, h2{font-weight:lighter;}

p{margin-bottom:10px; line-height:1.8;}

input,select,textarea{font-size:100%; font-family:inherit;}

img{border:none; vertical-align:top;}

img.nodisplay{display:none;}

ul,ol{
	margin:20px 0;
	line-height:1.8;
}

ul li{
	list-style-type:square;
	margin-left:20px;
	margin-bottom:10px;
	word-break: normal;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

ol li{
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:10px;
	word-break: normal;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

ol li ol li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left: 1em;
	text-indent: -1em;
}

ol li ol li:before {
	display: marker;
	content: "(" counter(cnt) ")";
}

a{color:#ec7e1a;text-decoration:none;}

a:hover{color:#ec7e1a;text-decoration:underline;}

strong{font-weight:bold;}

em{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
}

sup {
	font-size: 6px;
}

table{
	border-collapse:separate;
	border-spacing:0;
}

table th,table td{
	vertical-align:center;
	text-align:left;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*IE*/
.clearfix{zoom:1;}

/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}

.clear{clear:both;}