@charset "utf-8";

/* ---------------------------------------------
 Reset
--------------------------------------------- */
html,body {
margin:0;
padding:0;
}
body {
	font-size: 16px;
	line-height: 1.7;
	background: #f3f3f3;
}
div,span {
margin:0;
padding:0;
}
address {
font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
}
div,span,p, pre,code,blockquote,q {
margin:0;
padding:0;
}
article, aside, figure, main, figcaption, header, nav, section {
display: block;
}
code {
font-style:normal;
font-weight:normal;
}

cite,dfn,em,strong,var {
font-style:normal;
font-weight:normal;
}
ins,del {
text-decoration:none;
}
abbr,acronym {
border:0;
font-variant:normal;
}
sup {
vertical-align:top;
}
sub {
vertical-align:baseline;
}

img {
border:0;
vertical-align:bottom;
}

a,a:link,a:visited,a:hover,a:active {
outline:0;
}

a:hover{
opacity:1;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
-moz-opacity:1;
-khtml-opacity: 1;
zoom:1;
}

select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
background:none;
font-size:12px;
}
select::-ms-expand {
    display: none;
}

input, select{
-webkit-appearance:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;

}

/* List--------------------------------------------- */
ul,ol,dl,dt,dd {
margin:0;
padding:0;
}
li {
margin:0;
padding:0;
list-style:none;
}


/* Table
--------------------------------------------- */
table {
margin:0;
padding:0;
border-collapse:collapse;
border-spacing:0;
}
tr,
td,
thead,
tfoot,
tbody {
margin:0;
padding:0;
}
th {
margin:0;
padding:0;
font-weight:normal;
text-align:left;
}
caption {
font-weight:normal;
text-align:left;
}

.clearfix:after {
	clear: both;
    content: " ";
    display: block;
}
