@charset "utf-8";

/*
Theme Name: 小樽アニメパーティ（2015）用オリジナルテーマ
Theme URI:
Author: K2
Author URI: http://kxk.co.jp
Description: 小樽アニメパーティ（2015）用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/


/*******************************
- ボタン
*******************************/
.button {
    background: #F985C1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #D4D4D4;
}
.button:hover {
    background: #fff;
    color: #F985C1;
    border: 1px solid #F985C1;
}
/* ===== フォームボタン ===== */
input[type="submit"] {
    padding: 5px 25px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    background-color: #49adbb;
    color: #fff;
    box-shadow: 2px 2px 3px #125646;
    cursor: pointer;
    border: 1px solid #49adbb;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
}
input[type="submit"]:hover {
    background-color: #fff;
    color: #49adbb;
    border: 1px solid #49adbb;
}
/*******************************
- ヘッダー
*******************************/
h1#logo {
    padding: 15px 0;
}
#header-right {
    line-height: 130px;
}

/*******************************
- グローバルメニュー
*******************************/
#gmenu {
    background: #1ECFCF;
    position: relative;
    z-index: 100;
}
    #gmenu ul {
        list-style: none;
        margin-bottom: 0;
    }
        #gmenu ul li {
            float: left;
            position: relative;
            text-align: center;
            margin-bottom: 0;
            width: 17%;
            margin: 0 10px;
        }
            #gmenu ul li a {
                height: 20px;
                padding: 15px 0;
                text-indent: -9999px;
                display: block;
                color: #fff;
                background: #1ECFCF;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
            }
            #gmenu .home a { background-image: url(images/home.svg); }
            #gmenu .info a { background-image: url(images/shusai.svg); }
            #gmenu .access a { background-image: url(images/access.svg); }
            #gmenu .anime2014 a { background-image: url(images/2014anime.svg); }
            #gmenu .anime2015 a { background-image: url(images/2016.svg); }
            #gmenu .event a { background-image: url(images/event.svg); }
            #gmenu .topics a { background-image: url(images/topics.svg); }
            #gmenu .contact a { background-image: url(images/contact.svg); }
            .no-svg #gmenu .home a { background-image: url(images/home.png); }
            .no-svg #gmenu .info a { background-image: url(images/shusai.png); }
            .no-svg #gmenu .access a { background-image: url(images/access.png); }
            .no-svg #gmenu .anime2014 a { background-image: url(images/2014anime.png); }
            .no-svg #gmenu .anime2015 a { background-image: url(images/2015.png); }
            .no-svg #gmenu .event a { background-image: url(images/event.png); }
            .no-svg #gmenu .topics a { background-image: url(images/topics.png); }
            .no-svg #gmenu .contact a { background-image: url(images/contact.png); }
            #gmenu ul li.current-menu-item a {
                font-weight: bold;
            }
                /* ===== 多階層に対応 ===== */
                #gmenu ul li ul {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 100%;
                    display: none;
                    margin-left: 0;
                }
                    #gmenu ul li ul li {
                        width: 100%;
                        border-bottom: 1px dotted #ccc;
                    }
                        #gmenu ul li ul li a {
                            background: #535353;
                        }
                    /* 孫があれば右向き三角表示 */
                    #gmenu ul li ul li.menu-item-has-children:after {
                        position: absolute;
                        width: 0;
                        height: 0;
                        content: '';
                        border: 5px solid transparent;
                        border-left: 5px solid #fff;
                        top: 50%;
                        right: 10px;
                        margin-top: -5px;
                    }
                    /* liの最後の場合で孫があれば左向き三角表示 */
                    #gmenu ul li:last-child ul li.menu-item-has-children:after {
                        border: 5px solid transparent;
                        border-right: 5px solid #fff;
                        right: auto;
                        left: 10px;
                    }
                        /* 孫以降右に展開 */
                        #gmenu ul li ul li ul {
                            top: 0;
                            left: 100%;
                        }
                        /* liの最後の孫以降の場合左に展開 */
                        #gmenu ul li:last-child ul li ul {
                            left: -100%;
                        }
                /* ホバーで下階層表示 */
                #gmenu ul li:hover > ul {
                    display: block;
                }
    /* ===== グローバルメニュー表示切り替えボタン ===== */
    #gmenu-toggle {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 35px;
        margin: 0 auto;
        background: none;
        border: 0;
        padding: 12px 0;
        outline: none;
        cursor: pointer;
    }
        #gmenu-toggle span {
            height: 5px;
            background: #FFF;
            width: 100%;
            display: block;
            margin-top: 3px;
            border-radius: 5px;
            border-bottom: 2px solid #000;
        }
        #gmenu-toggle span:first-child {
            margin-top: 0;
        }

/*******************************
- メインビジュアル
*******************************/
#main-visual {
    background: #f5f5f5;
}
    #main-visual .container {
        padding: 20px 0;
    }

/*******************************
- トップブロック
*******************************/
.top-block-header h1 {
    background: #44AEE5;
}
    .top-block-header h1 img {
        max-width: 150px;
    }

/*******************************
- パンくず
*******************************/
#breadcrumbs ul li {
    margin-right: 10px;
}
#breadcrumbs ul li.current {
    font-weight: bold;
}

/*******************************
- 記事詳細・アーカイブ
*******************************/
/* ===== ポストメタ ===== */
.post-meta ul li:first-child {
    margin: 0 10px 0 0;
}
    .post-meta ul li span {
        padding: 0 10px;
        background: #e9e9e9;
    }
    .post-meta .post-meta-heading {
        background: #383838;
        color: #fff;
        }

/* ===== 投稿（固定ページ）内SNSボタン ===== */
.post-social-button li {
    margin-right: 15px;
}
.post-social-button iframe {
    margin: 0 !important;
}
/* ===== 投稿のタグ一覧 ===== */
.tags {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
    .tags a {
        padding: 5px;
        background: #e9e9e9;
        margin: 0 5px 5px 0;
        float: left;
    }
    .archive03 .tags a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        float: none;
    }
    .archive-contents {
        background-color: #f5f5f5;
        padding: 10px;
    }
/*******************************
- コメントフォーム関連
*******************************/
/* ===== コメントフォーム（入力部分） ===== */
#respond-wrapper {
    padding: 10px;
    background: #f8f8f8;
    border: 1px dashed #ccc;
}

/* ===== コメント一覧（表示部分） ===== */
#comments {
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}
    #comments ul {
        list-style: none;
        margin-bottom: 0;
    }
    #comments > ul {
        margin: 0 0 -10px 0;
    }
        #comments ul li {
            background: #fff;
            padding: 5px;
            border: 1px solid #ccc;
            margin-bottom: 10px;
        }
        #comments ul li.bypostauthor {
            background: #FFE683;
        }
            #comments .comment-meta {
                font-size: 90%;
                color: #696969;
            }
    /* コメント前後リンク */
    #comments-nav a {
        padding: 10px;
        background: #383838;
        color: #fff;
        display: block;
    }

/*******************************
- サイドバー
*******************************/
        #side ul {
            list-style: none;
            margin: 0;
        }
            #side ul li {
                border-bottom: 1px dashed #ccc;
            }
                #side ul li a {
                    display: block;
                    padding: 5px;
                    background: #f5f5f5;
                }

/*******************************
- フッター
*******************************/
#footer {
    background: #333;
    padding: 10px 0;
    color: #fff;
}