@charset "utf-8";

/*-----------------------------------------------------------
	1-1. Reset
-----------------------------------------------------------*/

/*-----------------------------------------------------------
	1-1. Reset
-----------------------------------------------------------*/
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,img,ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,a,em{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-style:normal;
	font-weight:normal;
} a {
	border: medium;
} sup {
	vertical-align: text-top;
} sub {
	vertical-align: text-bottom;
} legend {
	color: #000;
}

main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

li {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
} input,select {
	vertical-align: middle;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	font-style: oblique;
	text-decoration: none;
}

mark {
	background: transparent;
	font-style: normal;
}

img {
	vertical-align: top;
}
