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


#news_box{
  margin        : 20px auto;                 /* サンプル用 中央寄せ  */
　margin-bottom: 25px;
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 850px;                /* BOXの最大幅          */
  height        : 65px;                /* BOXの高さ            */
  padding       : 14px 0;                 /* 文字の位置合わせ     */
  font-size     : 18px;                 /* 文字サイズ           */
  text-align    : center;               /* 文字位置             */
  color         : #444444;              /* 文字色               */

  background    : #ffffff;              /* BOXの背景色          */
  border        : 7px double #ff7f7f;   /* 枠線の指定           */
  border-radius : 1px;                  /* 角丸の指定           */
  box-shadow    : 0 0 0 12px #ffffff;   /* 影を利用した外余白   */
}

#news_box a {
   font-size     : 15px;                 /* 文字サイズ           */   
}



