/*
.related_pages_list {
}
.related_pages_list .related_page {
	width: 100px;
	height: 250px;
	float:left;
	margin:0 2px;
	padding:0 3px;
	border: 1px solid #999;
}
.related_pages_list .related_page .related_img {
	width: 100px;
	height: 100px;
	margin: 0 0 5px 0;
}
.related_pages_list .related_page .related_img img {
	margin: 5px 0 !important;
}
.related_pages_list .related_page .related_description {
	width: 100px;
	font-size: 90%;
}
*/

/*------------------------------------------------------------

Smart phone & Tablet support - width�F1199px */

@media screen and (max-width: 1199px) {
/* Related article */
#related_article > ul > li {
	height: 210px;
	width: 25%;
}

#related_article > ul > li:nth-child(5) {
	clear: both;
	border-left: 0;
}
}

/*------------------------------------------------------------

Related article */

#related_article {
	margin-top: 40px;
    overflow: hidden;
}

#related_article > ul > li {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 18%;
	height: 215px;
	overflow: hidden;
	float: left;
	border-left: 1px solid #E5E5E5;
	font-size: 13px;
	font-size: 1.3rem;
}

#related_article > ul > li:first-child {
	border-left: none;
}

#related_article > ul > li a {
	color: #535353;
}

#related_article > ul > li a:hover {
	color: #999;
}

#related_article > ul > li img {
	height: auto;
	margin-top: 0;
	margin-bottom: 3px;
	width: 100%;
}
