@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:20px}
.hosts {
	position:relative;
	clear: both;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	height:auto;
	border-bottom:1px solid #e9e9e9;
}
.hosts ul {
	overflow:auto; /*让li撑开ul*/
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
}
.hosts li {
	position:relative;
	float:left;
	padding:3px 10px;
	margin:3px 3px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#96F;
	border:solid 1px #96F;
}
.hosts li a:link, .hosts li a:visited {
	color:#ffffff;
}
.hosts .lt_title {display:block;padding:10px 0 8px}
.hosts .lt_more {position:absolute;top:10px;right:0}
.hosts .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
