@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
.news-box{
  margin-bottom:30px;
}
.news-box .box{
  text-align:center;
}
.news-box .box p{
  overflow:hidden;
  word-wrap: break-word;
  text-align:left;
}
.news-box .box img{
  max-width:100%;
  max-height:220px;
  width:auto;
  height:auto;
  margin-bottom:10px;
}