@import "css/css.css";
@import "css/l&r.css";

.classname {
    font-size: 175%;
    line-height: 2;
    margin-bottom: .5em;
}

.list-article {
    width: 100%;
    list-style: none;
    line-height: 2.5;
    font-size: 87.5%;
}

.list-article li {
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
}

.list-article a {
    display: block;
}

.list-article .img {
    float: left;
    width: 10em;
    height: 7em;
    margin-right: 1em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-article p {
    float: left;
    width: calc(100% - 9.7777777em);
    font-weight: bold;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 112.5%;
}

.list-article span {
    float: left;
    width: calc(100% - 12.857143em);
    height: 3em;
    line-height: 3em;
    font-size: 87.5%;
    color: #999;
}

.list-article article {
    float: left;
    width: calc(100% - 12.857143em);
    line-height: 1.5;
    height: 3em;
    font-size: 87.5%;
    color: #999;
    overflow: hidden;
}

.list-article .full p,
.list-article .full span,
.list-article .full article {
    width: 100%;
}

.page_list,
.page_info {
    margin-top: 1.5em;
    text-align: right;
    line-height: 2;
    padding-right: 1em;
}

.page_info span {
    font-weight: bold;
    margin: 0 .25em;
}

.page_list a {
    display: inline-block;
    line-height: 2;
    padding: 0 .75em;
    border: 1px solid #ff6900;
    margin: 0 .125em;
    color: #ff6900;
}

.page_list a:hover,
.page_list a.on {
    background-color: #ff6900;
    color: #fff;
}

@media only screen and (max-width: 560px) {
    .list-article {
        width: 100%;
    }

    .page_list {
        padding-right: 0;
    }
}