/* reset style */
*{
	margin:0;
	padding:0;
}
body{
	font-size:100%;
	font-weight:normal;
	line-height:1;
	text-align:left;
	color:#000000;
	vertical-align:baseline;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
    font-family:Arial, Sans-Serif, "Times New Roman";
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}
h1{
	font-size:1.5em;
	line-height:1.5em;
}
h2{
	font-size:1.4em;
	line-height:1.4em;
}
h3{
	font-size:1.3em;
	line-height:1.3em;
}
h4{
	font-size:1.2em;
	line-height:1.2em;
}
h5{
	font-size:1.1em;
	line-height:1.1em;
}
h6{
	font-size:1em;
	line-height:1em;
}
a, a:hover{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#1d1b1b;
	outline-style:none;
}
img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
b, strong{
    font-weight: bold;
}
table{
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px auto;
}
td{
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
}
ul{
    margin-left: 0;
    padding: 0 0 0 40px;
}
li{
	list-style:none;
}
form{
	display:inline;
}
input{
	outline-style:none;
}
textarea{
	font-size:12px;
	overflow: auto;
    vertical-align: top;
}
button, input, select, textarea{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input{
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="checkbox"], input[type="radio"]{
    box-sizing: border-box;
    padding: 0;
}
sub, sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup{
    top: -0.5em;
}
sub{
    bottom: -0.25em;
}
.cl, .cr, .cb{
	line-height:0px;
	font-size:0px;
}
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:left;
}

/* reset html5 style */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{ /* Corrects block display not defined in IE6/7/8/9 & FF3 */
    display: block;
}
audio, canvas, video{ /*  Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) { /* Prevents modern browsers from displaying 'audio' without controls */
    display: none;
}
[hidden] {
    display: none;
}