@charset "UTF-8";



html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:

		Meiryo,
		Osaka,
		"ＭＳ  Ｐゴシック",
		"MS P Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		"メイリオ",		
		sans-serif;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

em {
	visibility: hidden;
}

header, section, footer {
	display: block;
}

/* clearfix設定ここから */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* clearfix設定ここまで */

