﻿@charset "utf-8";

/* サイドバーに年月アコーディオン形式アーカイブリスト */
/* ほかにjsファイル、Functions.phpにも記載 */

.widget-area h3.widget-title {
    font-size: 150%;
    letter-spacing: 0;
    line-height: 1.9em;
    padding: 11px 0 0;
    margin: 0;
    text-transform: none;
    background: url(/wp/wp-content/themes/iricosky2014_kidOfTwentyeleven/images/enjoy-bar-kamaage.png) repeat-x scroll right bottom transparent;
}


/* アコーディオン用スタイル */
/* 全体のリストスタイル */
.aa-archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aa-year-item, .aa-month-item {
    margin-bottom: 0;
}

/* ボタンのスタイル（年・月トグル） */
.aa-year-toggle,
.aa-month-toggle {
    display: block;
    background: #f5f5f5;
    border: none;
    padding: 3px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.widget ul li.aa-post-item {
    font-size: 14px;
}

@media screen {
    .aa-year-toggle,
    .aa-month-toggle,
    .widget ul li.aa-post-item {
}
.aa-post-list aa-open li {
    font-size: 14px;
}



.aa-year-toggle:hover,
.aa-month-toggle:hover {
    background-color: #eaeaea;
}

/* 開閉リスト（デフォルトで閉じた状態） */
.aa-month-list,
.aa-post-list {
    display: none;
    list-style: none;
    padding-left: 20px;
}

/* 開いた状態 */
.aa-open {
    display: block;
}

/* 投稿リンク */
.aa-post-item a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.aa-post-item a:hover {
    color: #0073aa;
}

/* 現在の投稿を強調表示 */
.aa-post-item a.active {
    /* font-weight: bold; */
    color: #0073aa;
}

.aa-toggle-icon {
    float: right;
    font-size: 12px;
    margin-left: 10px;
    color: #555;
}


/* アコーディオン用スタイルここまで */
