@charset "UTF-8";
/* CSSリセット
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
/*	border: 1px solid #001;*/
}
h1, h2, h3, h4, h5, h6, p, address,dl, table, th, em, strong, ul {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}
em, strong {
	font-weight: normal;
	font-style: normal;
}
ul, ol{
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

/*--------------------------------------
強制clear
--------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

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

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/*Hides from MacIE */
*html.clearfix {
		height: 1%;
}

.clearfix {
	display: block;
}
/*Hides from MacIE*/
