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

p.acc {width: 80%;margin: 0 auto;}
a.serieslink {max-width: 730px;width:90%;margin:2em auto;text-align: center;}
a.serieslink img {width:100%;display: block;}
a.serieslink:hover {color: #f90;}
a.serieslink:hover img {opacity: 0.9;}

.cb{
  /* floatを解除 */
  clear: both;
}