.newsWrapper{
	margin-bottom: 15px;
  color:#000;
}

.newsText{
    	/* max-width: 400px; */
	max-width: 500px;
	float: left;
   font-family: 'Hiragino Kaku Gothic W3 JIS2004',sans-serif;
  font-style: normal;
    font-weight: 400;
   color:#000;
  letter-spacing: 0;
}
.newsText a{
  color:#000;
}

.newsImage{
  	/* max-width: 200px; */
	max-width: 100px;
	float: right;
}

