@charset "utf-8";
/* CSS Document */


.article-detail-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.article-detail-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.article-detail-content {
	float: left;
	width: 100%;
}
.article-detail-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e1e1;
}

.article-detail-top .title {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 2.3em;
	line-height: 1.4;
	color: #000;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.article-detail-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

}

.article-detail-top .date {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4;
	color: #647d93;
}

.article-detail-bottom {
	float: left;
	width: 100%;

	padding-bottom: 20px;
	min-height: 250px;
}


.articleTag {
	float: left;
	width: 100%;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.articleTag a {
	float: left;
	width: auto;
	color: #4D4D4D;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.9em;
}

.articleTag a:hover {
	font-weight: bold;
}




