@CHARSET "UTF-8";

.post {
	border: 1px #CCC solid;
	padding: 10px 30px 20px;
	margin: 10px;
}

.post .title {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 10px 0 10px;
	border-bottom: 2px #CCC solid;
}

.post .info {
	padding: 10px 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #CCC solid;
}

.post .content {
	font-size: 14px;
}

.control {
	text-align: center;
}

.listing_post {
	
}

.listing_post .title {

}

.listing_post .listing_post_content {
	border: 1px solid #CCC;
	padding: 2px 5px 5px;
}

.listing_post .listing_post_content .createDate {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 20px;
}

.listing_post .listing_post_content .title {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 20px;
}

.listing_post .listing_post_content .title A {
	
}

.listing_post .listing_post_content .title A:hover {
	
}

.listing_post .listing_post_content .listing_post_record {
	border-bottom: 1px #CCC solid;
}

.listing_post .listing_post_content .listing_post_record {
	
}




