body {
	line-height: 1.2;
	font-family: 'roboto', sans-serif;
	overflow-x: hidden;
}
h1 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 30px;
	font-weight: 400;
	color: #1F2C52;
	line-height: 1.2;
	padding-bottom: 5px;
}
h1 span {
	font-size: 18px;
}
h1 .verHtml {
}
h1 .verPdf {
	color: #95732D;
}
h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 24px;
	font-weight: 400;
	color: #1F2C52;
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 5px;
}
ul {
	border-bottom: dotted 1px #ccc;
}
ul ul {
	padding-bottom: 5px;
	border-bottom: none;
}
li {
	font-size: 16px;
	color: #1F2C52;
	padding: 10px 5px 10px 5px;
	border-top: dotted 1px #ccc;
	font-weight: 700;
}
ul ul li {
	padding: 2px 5px 7px 5px;
	border-top: none;
}
ul ul li a {
	padding-left: 23px;
	font-size: 16px;
	font-weight: 400;
}
a {
	color: #98495D;
	display: block;
}
a:hover {
	color: #95732D;
}
.c-list-no_mark ul {
	margin: 0;
}



/*640---------------------------------------------*/
@media(max-width:640px) {
h1 {
	font-size: 24px !important;
}	
}






