@charset "utf-8";

/* ------------------
 reset css
 ------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
	margin:0;
	padding:0;
	background:transparent;
	border:0;
	outline:0;
	vertical-align:baseline;
	font-weight:normal;
}

html {
	font-size: 62.5%;
}

a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display:block;
}

ol,
ul {
	list-style:none;
}

blockquote,
q {
	content:none;
}


:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

fieldset,
img {
	border:0;
}

img {
	font-size:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input {
	margin:0;
	padding:0;
}

address {
	font-style: normal;
}