@charset "utf-8";

#main .entry {
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 620px;
    border: 1px solid #F2EEEE;
}

#entryTitle {
	float:left;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	font-size:150%;
	font-weight: bold;
	line-height: 130%;
}

.snsBtn {
	clear: both;
	padding-left:20px;
	width: 370px;
	height: 23px;
	line-height: 23px;
	float:left;
}

#entryDate {
	float:right;
	padding-right:20px;
	width:200px;
	text-align:right;
	height: 23px;
	line-height: 23px;
}

#entryBody {
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-size: 120%;
    line-height: 170%;
}

.entryBody #indexMainTitle {
	float:left;
	width:300px;
	margin-top:6px;
}

.entryBody #main .pager {
	float:right;
	width:124px;
}

.btnEntryTop {
	width:115px;
	float:left;
}

.btnEntryTop a {
	width:115px;
	height:26px;
	background:#fff url(/img/recruit/btn_recruit_top.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

.btnEntryTop a:hover {
	background-position:0 -26px;
}

