@charset "utf-8";

@import "reset.css";
@import "layout.css?240511";
@import "commons.css?240511";


html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: 'Playfair', 'Zen Old Mincho', serif;
	color: #333333;
	background-color:rgba(226,226,226,1.00);
}

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

a {
	color: #000000;
}
