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