@charset "utf-8";

@import "reset.css";
@import "layout.css?250909";
@import "commons.css?251117";
@import "magnific-popup.css";
@import "menu.css";
@import "jquery.fatNav.css";

body {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight:normal;
    scroll-behavior: smooth;
}

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body, html {
	/* important */
	height: 100%;
}

a {
	color: rgba(233,229,226,1.00);
}

body {
	color: rgba(233,229,226,1.00);
	text-align: center;
	-webkit-font-smoothing: antialiased;
	background-color: rgba(30,45,44,1.00);
}

img{
	max-width: 100%;
	height: auto;
	display:block;
}

a {
	/*\*/
	overflow: hidden;
	color: rgba(233,229,226,1.00);
	text-decoration: none;
}

br {
	letter-spacing: 0;
}