@charset "UTF-8";

/*==========================

	RESET CSS 2011

============================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background:transparent;
	border:0;
	font-size:100%;
	font-weight: normal;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

h1, textarea{
	font-size:100%;
	font-weight:normal;
}
strong {
	font-weight: bold;
}
a:active,a:focus{
	outline:none;
}
a {
	text-decoration: none;
}
hr{
	border:none;
	height:0;
}

ul li {
	list-style-type: none;
}

img{
	border-style:none;
	border:0;
	font-size:0;
	line-height:0;
	vertical-align:top;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

address, caption, cite, code, dfn, em, th, var{
	font-style:normal;
	font-weight:normal;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .clearfix {
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}