
.top_material_list li {
	border-bottom: 1px solid #c3c3c3;
	display: none!important;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 8px;
}
.top_material_list li.li1,
.top_material_list li.li2,
.top_material_list li.li3,
.top_material_list li.li4{
	display: list-item!important;
}

.top_material_list li.li4 {
	border-bottom: 0;
}
.top_material_list li h2 {
	font-family: 'robotomedium';
	font-weight: normal;
	margin: 0 auto 8px;
	line-height: 1.25;
	font-size: 16px;
}
.top_material_list li h2 a{
	color: #383838!important;
}
.top_material_list li h2 a:hover{
	text-decoration: underline;
}

.top_material_list li p {
	font-family: 'robotolight';
	line-height: 1.2857;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.top_material_list + h2.lined_title .title_link{
	padding-right: 0;
}

@media (min-width: 559px) and (max-width: 767px) {
	.top_material_list {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.top_material_list + h2.lined_title {
		text-align: right;
		font-size: 24px;
	}
}


