@charset "UTF-8";

@import "html5reset-1.6.1.css";
@import "shame.css";

html {
	font-size: 62.5%;
	height: 100%;
	-webkit-print-color-adjust: exact;
}
body {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	line-height: 1.5;
	height: 100%;
	margin: 0;
	position: relative;
	background: #FFF;
}
em {
	color:#be1616;
	font-style: italic;
	font-weight: bold;
}
.contents p, .contents ul, .contents ol, .contents dl {
	color: #000;
	line-height: 1.8;
}
.spc {
	margin-bottom: 2em;
}



a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

.fontS { font-size: 100%; }
.fontM { font-size: 130%; }
.fontL { font-size: 160%; }

.txtR { text-align: right; }

.NoC {
	font-size: 90%;
	text-indent: -1em;
	margin: 5px 0 5px 1em;
}
