@charset "UTF-8";

@import "html5reset-1.6.1.css";
@import "common.css";
@import "fonts.css";
@import "menu.css";
@import "shame.css";

html {
	font-size: 62.5%;
	height: 100%;
	-webkit-print-color-adjust: exact;
}
body {
	color: #3b0606;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	height: 100%;
	margin: 0;
	background: #FFF;
	position: relative;
}
em {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 110%;
}
a {
	color: #3b0606;
	text-decoration: underline;
}
a:hover {
	color: #3C3636;
	text-decoration: none;
}
