@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
h2 { display:none; }
.list { position:relative; }
.list:after { content:""; clear:both; display:block; }
.list .item { position:relative; }
.list .item > div { box-sizing:border-box; padding:7.5px; }
.list a { display:block; text-decoration:none; position:relative; }
.list a .title { display:block; position:absolute; left:0; width:100%; box-sizing:border-box; color:#666; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.list a:hover .title { color:#de1e18; }
.list img { max-width:100%; max-height:100%; }

/*----------------------------------------------------------------------*/
/* 共用內縮 */
.inner { max-width:1280px; margin:0 auto; position:relative; }