@charset "UTF-8";

/* CSS Document */

/* ====================
ウィジェット
==================== */
.widget {
    margin-bottom: 20px;
}

.sidebar ul li {
    list-style-type: none;
}

.widget li a {
    font-family:"ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 13px;
}

.widget li a:before {
    content: "\f105";
    color: #000;
    font-family: FontAwesome;
    padding: 10px 0 10px 0px;
    margin-right: 5px;
}

.widget ul.children{
    padding: 0 0 0 15px;
}

.widget li a {
    display: block;
    padding: 15px 0 0 5px;
}