html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-family: 'Noto Sans Japanese';
	font-size: 14px;
	margin: 0;
	padding: 10px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.2;
	color: #666666;
}

.guide_dl dt{
 margin-top:1em;
 margin-bottom:0.2em;
}

ul.count {
 list-style-type: decimal;
 margin-left: 25px;
}

ul.count li {
 margin-bottom:2px;
}

ul.uncount {
 list-style-type: disc;
 margin-left: 25px;
 margin-top:0.5em;
}
ul.uncount li {
 margin-bottom:2px;
}
