@charset "utf-8";

/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# headerf
# nav
# topicPath
# keyvisual
# content
# sidebar
# footer
# clearfix
# common classes

----------------------------------------*/


/* -----------------------------------------------------------
■トップページ
----------------------------------------------------------- */

#blog-list a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#blog-list a:hover {
    color: #C2212C;
    text-decoration: none;
}

#bnr-area {
    width: 100%;
}

#bnr-area ul {
    width: 80%;
    margin: 10px auto;
    display: table;
}

#bnr-area li {
    display: table-cell;
}

#bnr-area li img {
    width: 95%;
}
