@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-size: 80%;
	background: #000;
	letter-spacing: 2px;
	line-height: 1.3;
}
body img {
	vertical-align: bottom;
}
* {
	box-sizing: border-box;
}
/*---------------clearfix---------------*/



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */
