@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, th, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	position: relative;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */
