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

/* contents */
#staff-picks {
    width: 800px;
    background: #FFF;
    float: right;
}
#staff-picks .sp {
    display: none;
}
#staff-picks section {
    margin: 30px;
}

/* backnumber */
#staff-picks #backnumber article {
border-bottom: 1px dashed#cebfb2;
}
#staff-picks #backnumber ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
#staff-picks #backnumber ul li {
    width: 360px;
    margin: 0 0 30px 0;
    text-align: center;
}
#staff-picks #backnumber ul li img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
#staff-picks #backnumber ul li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    margin: 5px 0 0 0;
    text-align: left;
}
#staff-picks #backnumber ul li .backnumber-btn {
    background: #e0d5cd url("../img/arrow.png") no-repeat 95% 50%;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    border-radius: 5px;
    padding: 12px 0;
    margin-top: 20px;
}
#staff-picks #backnumber .top-btn a {
    background: #f0e5da url("../img/arrow.png") no-repeat 95% 50%;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    border-radius: 5px;
    padding: 12px 0;
    margin: 20px auto 0;
    text-align: center;
    width: 360px;
}
#staff-picks #backnumber a {
    text-decoration: none;
    display: block;
}
#staff-picks #backnumber a:hover {
    opacity: .8;
}