@import url(/css/column.css);

#header { border-bottom: #999 solid 1px; margin-bottom: 1em;}

#header-name {
background: url(../images/title-meguro_n.gif) no-repeat 50% 50%;
       width: 100%;
        max-width: 600px;
        height: 160px;
        overflow: hidden;
        float: left;
}
#header-name a { display: block; padding-top: 160px;}

.mt-archive-index .entry-list li > a { margin:0; border-bottom: #ccc solid 1px;}


@media screen and (max-width:600px) {
    #header-name { background-size: 100% auto; height:28vw;}
    #header-name a { padding-top:28vw; }
}
