@charset "utf-8";
/* CSS Document */

#main_content h3:first-of-type {
	margin-top:35px;
}

.country ol li {
	list-style:disc;
	line-height:2.5;
	margin-left:1.5em;
	position:relative;
}

.country ol li span {
	position:absolute;
	right:0;
}

.side_act span {
	display:inherit;
}
.side_act .pdf {
	background:url(../../../../img/pdf.png) no-repeat 0 50%;
	padding-left:25px;
}

.country .pdf {
	background:url(../../../../img/pdf.png) no-repeat 0 50%;
	padding-left:20px;
}

@media screen and (max-width:768px){
.country ol li {
	margin-bottom:15px;
	line-height:1.1
}
.country ol li span {
	display:block;
	text-align:left;
}
}
