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

  recently

--------------------*/
.recently {
    margin-bottom: 50px!important;
}

.recently h3{
    padding: 0 0 7px 7px;
    border-bottom: #e66f8e 3px solid;
    font-size: 20px;
    font-family: 'ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN';
    color: #294357;
    margin-bottom: 25px;
}

.recently ul {
    height: 212px;
    overflow: auto;
}
.recently ul li {
    width: 170px;
    margin-bottom: 30px;
}

.recently ul li a {
    font-size: 10px;
}

.recently ul li span.k_img {
    width: 170px;
    height: 170px;
    display: block;
    margin-bottom: 10px;
    border: #bfbfbf 1px solid;
}
.recently ul li img {
    margin: auto;
    width: 100%;
    height: auto;
    padding: 10px 20% 0px 20%;
}
.recently ul li{
    display: inline-block;
    margin-right: 9px;
    vertical-align: top;
    text-align: center;
}

.recently ul li:nth-of-type(3n) {
    margin-right: 9px;
}

.recently ul li:nth-of-type(4n) {
    margin-right: 0;
}

.recently ul li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.recently ul li a br {
    display: none;
}
