@charset "utf-8";

/* ms-posting-box
--------- --------- --------- */
#contents .ms-posting-box .posting-box-style1{
	display: table;
	margin: 0 auto;
}

#contents .ms-posting-box.ms-posting-box-top{
	padding-bottom: 15px;
	border-bottom: 1px dotted #e0e0e0;
}

#contents .ms-posting-box .posting-box-style1 .box-inner{
	position: relative;
	padding: 0 0 0 55px;
}

#contents .ms-posting-box .posting-box-style1 .icon-posting{
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -14px;
	display: block;
	width: 37px;
	height: 25px;
	background: url(../img/icon_megaphone.png) 0 0 no-repeat;
}