@charset "UTF-8";

/* ==========================================================
	common(element)
========================================================== */
html {
	-webkit-text-size-adjust: 100%;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
address {
	font-style: normal;
}





/* ==========================================================
	common(id,class)
========================================================== */





/* ==========================================================
	float解除
========================================================== */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
