@charset "utf-8";
/* CSS Document */
body {
	font-size: 62.5%;
	line-height: 1.5em;
}

html>body {
	font-size: 10px;
}

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.0em;
	font: inherit;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-spacing: 0;
}

* html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

table,th,td,img {
	border: 0;
}

img input {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

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

ol,ul {
	list-style: none;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

/*link*/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*---------ClearFix---------*/

/* 20110406クラスあり修正版 */
.clearfix {
	zoom: 1;
}

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

/* 20110406クラスなし修正版 */
*:after {
	display: block;
	clear: both;
} /* この記述は固定です */
element {
	zoom: 1;
} /* clearfix IE6, 7 */
element:after {
	content: "";
} /* clearfix */

/*z-index 手前に表示*/
.z2 {
	position: relative;
	z-index: 2;
}