@charset "utf-8";
/* ===================================================================
CSS information

 file name  :all_view.css
 author     :igu (admin)
 style info :情報一覧
=================================================================== */
/*----------------------------------------------------
	岩茶房　最新情報
		#all
----------------------------------------------------*/
#all {
	float:left;
	width:950px;
	padding-bottom:30px;
	margin-bottom:30px;
	border:medium double #CC0000;
}

#all .box {
	margin-left:5px;
	margin-bottom:30px;
	float:left;
}

#all .box .title{
	font-weight:bold;
}

#all .box .msg{
	margin-left:20px;
	margin-right:10px;
	width:700px;
	float:left;
}

#all .box .img{
	float:left;
	width:180px;
}

#all .box .img .caption{
	font-size:70%;
	float:left;
}

#all #etc_info {
	float:left;
	width:900px;
	text-indent:10px;

}


