@charset "utf-8";
/* CSS Document */

#topicBox{
	margin-bottom:0;
}


/*==========================

	listBox
	
============================*/


.listBox{
	margin:0 auto 7px;
	color:#FFF;
	font-size:10px;
	background-color:#ff6633;
	width:90%;
	padding:10px 5px;
	
}

.listBox a{
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(../img/common/arrow.png) no-repeat 278px center #ff6633;
	background-size: 10px 13px;
	
}

.listBox time{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #000000;
	display:block;
}

.listBox img{
	float:left;
	margin-right:10px;
}



.listBox .imgP{
	width:170px;
	float:left;
}

.listBox .normalP{
	width:270px;
}

.listBox .name,.listBox .size{
	color:#000;
	display:block;
}

.listBox .name{
	font-weight:bold;
}





