@charset "utf-8";
/* CSS Document */
.top { width:100%; background:#970908; color:#fff; font-size:18px; line-height:3em; display:flex; align-items:center; justify-content:space-between}
.top a { margin-left:10px;color:#fff;}
.top span { margin-right:15px}
.list { width:calc(100% - 30px); margin:0 auto; padding:30px 0 0 0}
.cell { width:calc(100% - 30px); margin:0 auto 30px auto; padding:15px; box-shadow:3px 3px 5px rgb(0,0,0,.1);}
.cell a { display:block; font-size:16px; margin-bottom:10px; text-align:justify}
.cell span { color:#999; font-size:16px;}