@charset "utf-8";

/*===============================================
 リセットCSS css/reset.css
===============================================*/
body {
    line-height: 1;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,
header,nav,article,section,aside,footer {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: none;
	border: 0;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,abbr,acronym {
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	image-rendering: auto;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}
ol,ul,li {
	list-style: none;
	list-style-type: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
a:focus {
	outline: none;
}
br {
	letter-spacing: 0;
}

/*clearfix*/
.cf:before,.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1;}