
/*クラス名を付けた要素にスタイルを適用する場合*/
.main-news {
  padding: 25px 0 30px 40px ;
  /*天右地左*/
  width : 95% ;
  height : 600px ;
  border: 1px solid #8f8f8f ;
  background-color: #fff ;
  line-height: 130% ;
  text-align: center ;
}
