@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

*, ::after, ::before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
*:active, *:focus {
	outline: none !important;
}
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #8E8E93;
	background-color:#FFF;
}
h1, h2, h3, h4 {
	margin: 24px 0;
	color: #000;
}
h1 {
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	margin: 0;
}
a {
	color: #B21418;
}
p, ul, li {
	margin: 24px 0;
}
strong, b {
	font-weight: bold;
}
table {
	width: 100%;
}
th, td {
	padding: 8px;
	border-bottom: 1px solid #E3E3E3;
}
th {
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
}
.notes {
	padding: 16px;
	margin: 1.4em 0;
	background-color: #F5F5F5;
	border-radius: 4px;
}
.notes p:first-child {
	margin-top: 0;
}
.notes p:last-child {
	margin-bottom: 0;
}

main {
	width: 100%;
	padding: 0 16px;
	word-wrap: break-word;
}
.btn-list {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.btn-list .btn {
	width: 100%;
	padding: 14px 16px;
	border: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #E3E3E3;
	background: #F5F5F5;
	font-family: inherit;
	font-size: 16px;
	color: transparent;
	cursor: pointer;
}
.btn-list .btn:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../img/icons_24.svg) no-repeat 0 -84px;
}
.info {
	display: none;
	margin-top: 66px;
}
.info.current {
	display: block;
}
.info ul, .info ol {
	margin: 24px 0 24px 24px;
}
.info li {
	margin: 24px 0;
}
.info ul li {
	list-style: disc;
}
.info ol li {
	list-style: decimal;
}
.entry {
	padding: 0 16px;
	margin: 0 -16px;
	border-bottom: 1px solid #E3E3E3;
}
.slide-menu ul.active > li:first-child {
	background-color: #F5F5F5;
}
.slide-menu ul.active > li:first-child a {
	height: 48px;
	overflow: hidden;
	color: transparent;
}
.slide-menu ul.active > li:first-child a:after {
	left: 16px;
	background: url(../img/icons_24.svg) no-repeat 0 -84px;
}
.info img[class^='img-width'] {
	display: block;
	width: 100%;
	margin: 24px auto;
	border: 1px solid #E3E3E3;
}
.info img.img-width01 {
	max-width: 300px;
}
.info img.img-width02 {
	max-width: 800px;
}