@charset "utf-8";

body  {}

/** ---------------
 レイアウトの定義
 --------------- */
#wrap {
}

/* モバイルナビゲーション */
#mobiNav {
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left;
    text-indent: -9999px;
    background: linear-gradient(
        to bottom,
        rgba(0,125,216,1) 0%,
        rgba(2,97,185,1) 88%); /* W3C */
    position: absolute;
    border-radius: 7px;
}
    #mobiNav:before,
    #mobiNav:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #mobiNav:after {
        top: 60%;
    }
    #mobiNav:first-of-type,
    #mobiNav:last-of-type {
        display: block;
    }

    /* 一覧ページへへのリンク index */
    .goToList {
        clear: both;
        height: 44px;
        border-radius: 0 0 5px 5px;
        text-align: right;
        line-height: 44px;
    }
        .goToList a {
            display: block;
            padding: 0 50px 0 0;
            border-radius: 0 0 5px 0px;
            color: #666;
        }
        .goToList a:hover {
            border-radius: 0 0 5px 0px;
            color: #09c;
        }


/** ---------------
 共通
 --------------- */
header,
nav,
#topConts,
#contents {
}
    #topConts,
    #contents {
        margin-bottom: 10px;
    }
    #contents {
        margin: 0 auto 30px;
    }


/** ---------------
 ヘッダー
 --------------- */
/* サイト ロゴ */
#siteName {
}
    #siteName img {
        width: 240px;
    }

/* 年度 */
#currentYear {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 20px 20px;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
    #currentYear span{
        font-size: 14px;
    }

#rc {
    float: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
}
    #rc img {
        width: 90px;
    }

#gsc{
    display: none;
}


/** ---------------
 トップページ コンテンツ
 --------------- */
#topConts {
    clear: both;
    margin-bottom: 30px;
}
/* 今月の表紙 */
#topPicture {
    width: auto;
    margin: 0;
    text-align: center;
}
    #monthlyPicture {}
    #monthlyPicture img {
        width: 300px;
        border: 5px solid #fff;
        border-color: none;
        box-shadow: 0px 0px 10px #ccc;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
        overflow: hidden;
    }
        #monthlyPicture img:hover {
        }
    #topPictureCaption {
        margin-top: 20px;
        text-align: center;
    }
        #topPictureCaption p {
            margin: 0 0 10px;
            padding: 0;
        }
        #topPictureCaption .worksName {
            font-size: 18px;
        }
        #topPictureCaption .description {
            display: none;
            margin: 0 0 20px;
            padding: 15px;
            background: #eee;
            border-radius: 7px;
            text-align: left;
            line-height: 1.5;
        }
            #topPictureCaption .description p {
                margin-bottom: 0;
            }
/* 今日のHCRC */
#topInfo {
    width: auto;
    box-sizing: border-box;
}
    /* 今日の予定 */
    #eventToday {
        margin-bottom: 0;
    }
        #eventToday h2 {
            margin: 0;
            text-align: center;
        }
        #eventToday h2 img {
            width: 300px;
        }
        #eventToday #date {
            margin: 0 0 10px;
            padding-right: 10px;
            color: #777;
            font: italic 26px times;
            text-align: right;
            line-height: 30px;
            letter-spacing: 0.5px;
        }
            #topInfo #date span{
                font-size: 16px;
            }
        #eventToday p {}
        #eventToday p a {
            display: block;
            height: 44px;
            padding: 0 14px;
            background: url(../new-images/index/btn_l.png) 100% 0% no-repeat;
            border-top: 1px dotted #ccc;
            color: #333;
            font-size: 15px;
            line-height: 46px;
        }
            #eventToday p a span {
                padding: 1px 0 0 7px;
                border-left: 3px solid #06c;
            }
            #eventToday p a:hover {
                background-color: #ecf2fa;
                background-position: 100% 39%;
                color: #09c;
            }
            #eventToday p a:hover span {
                border-left: 3px solid #09c;
            }
        #eventToday p:last-child a {
            border-bottom: 1px dotted #ccc;
        }
            #eventToday .noSchedule {
                height: 44px;
                margin: 0;
                background: #f7f8f8;
                color: #889;
                text-align: center;
                line-height: 44px;
            }
        .gotoSchedule {}
            .gotoSchedule a {
                display: block;
                height: 44px;
                margin: 0 0 20px;
                padding: 0 44px;
                background: url(../new-images/index/btn_s.png) 100% 0 no-repeat;
                border: 1px solid #fff;
                border-width: 0px 0px 1px 0;
                text-align: right;
                line-height: 46px;
            }
            .gotoSchedule a:hover {
                border: 1px solid #ececec;
                border-width: 0px 0px 1px 0;
                background-color: #fcfcfc;
                background-position: 100% 64%;
            }
        
    /* 区切り線 */
    #topConts hr {}

/* 他クラブイベント */
#eventOtherClub {
    padding: 15px 0 0;
}
    #eventOtherClub h2 {
        margin: 0 0 10px 0;
        text-align: center;
    }
    #eventOtherClub p {
    }
    #eventOtherClub p a {
            display: block;
            height: 44px;
            padding: 0 14px;
            background: url(../new-images/index/btn_l.png) 390px -188px no-repeat;
            border-top: 1px dotted #ccc;
            line-height: 46px;
            color: #555;
        }
            #eventOtherClub p a span {
                padding: 1px 0 0 7px;
                border-left: 3px solid #ccc;
            }
            #eventOtherClub p a:hover {
                background-color: #ecf2fa;
                background-position: 390px -88px;
                color: #09c;
            }
            #eventOtherClub p a:hover span {
                border-left: 3px solid #09c;
            }
    #eventOtherClub ul {
        padding: 0;
        background: linear-gradient(
            to bottom,
            rgba(250,250,250,1) 0%,
            rgba(240,240,240,1) 88%);
    }
        #eventOtherClub li {
            float: left;
            display: block;
            width: 33.33%;
            height: 60px;
            box-sizing: border-box;
            border: 1px solid #ddd;
            border-width: 1px 1px 0 0;
            color: #666;
            text-indent: 100%;
            line-height: 60px;
            overflow: hidden;
            cursor: pointer;
        }
            #eventOtherClub li a {
                display: block;
            }
            #eventOtherClub li.twoPlace {
                width: 50%;
            }
            #eventOtherClub li:last-child {
                border-right: none;
            }
            #eventOtherClub li.twoPlace:last-child {
            }
            #eventOtherClub li:hover {
                color: #09c;
            }
            /* 選択されたクラブ */
            #eventOtherClub li.selected {
                background-color: #fff;
            }

        /* 広島東南RC */
        #hesRc  { background: url(../new-images/index/place/hes_rc.png) 50% -9% no-repeat; }
        /* 広島中央RC */
        #hcRc   { background: url(../new-images/index/place/hc_rc.png) 50% -9% no-repeat; }
        /* 広島廿日市RC */
        #hhRc   { background: url(../new-images/index/place/hh_rc.png) 50% -9% no-repeat; }
        /* 広島RC */
        #hRc    { background: url(../new-images/index/place/h_rc.png) 50% -9% no-repeat; }
        /* 広島西南RC */
        #hwsRc  { background: url(../new-images/index/place/hws_rc.png) 50% -9% no-repeat; }
        /* 安芸RC */
        #hakiRc { background: url(../new-images/index/place/haki_rc.png) 50% -9% no-repeat; }
        /* 広島東RC */
        #heRc   { background: url(../new-images/index/place/he_rc.png) 50% -9% no-repeat; }
        /* 広島陵北RC */
        #hryoRc { background: url(../new-images/index/place/hryo_rc.png) 50% -9% no-repeat; }
        /* 広島北RC */
        #hnRc   { background: url(../new-images/index/place/hn_rc.png) 50% -9% no-repeat; }
        /* 広島西RC */
        #hwRc   { background: url(../new-images/index/place/hw_rc.png) 50% -9% no-repeat; }
        /* 広島安佐RC */
        #hasaRc { background: url(../new-images/index/place/hasa_rc.png) 50% -9% no-repeat; }
        /* 広島南RC */
        #hsRc   { background: url(../new-images/index/place/hs_rc.png) 50% -9% no-repeat; }
        /* 広島城南RC */
        #hjyoRc { background: url(../new-images/index/place/hjyo_rc.png) 50% -9% no-repeat; }
        /* hover */
        #hesRc:hover, #hcRc:hover, #hwsRc:hover, #hakiRc:hover, #hasaRc:hover,
        #hhRc:hover, #hRc:hover, #heRc:hover, #hsRc:hover,#hryoRc:hover, #hjyoRc:hover,
        #hnRc:hover, #hwRc:hover {background-position: 50% 62%;}
        
        /* 例会場所 */
        .iPlace {
            display: none;
            padding: 20px 0 0 20px;
            background: #fff;
            border-bottom: 1px solid #ddd;
        }
            .iPlace p {
                margin-bottom: 10px;
                font-size: 13px;
                line-height: 1.5;
            }
            .iPlace .ipImg {
                float: left;
                margin: 0 15px 10px 0;
            }
            .iPlace .ipDatetime {
                font : normal 16px serif;
            }
                .iPlace .ipDatetime span {
                    font : italic normal 18px serif;
                }
            .iPlace .ipName {}
            .iPlace .ipName span {
                font-size: 12px;
            }
            .iPlace .ipMaps {
                margin: 0;
                text-align: right;
            }
            #eventOtherClub p.ipMaps a {
                display: inline;
                height: auto;
                padding: 0 10px;
                background: none;
                border-top: none;
                line-height: 1.8;
            }
        /* 他クラブ例会なし */
        #eventOtherClub p.noSchedule {
            height: 44px;
            margin: 0;
            background: #f7f8f8;
            color: #889;
            text-align: center;
            line-height: 44px;
        }

/* --------------------------------- */
/* トップページ モジュール */
/* --------------------------------- */
.indexModule,
.indexWideModule,
.indexFatWideModule {
}
    .indexModule:hover,
    .indexWideModule:hover,
    .indexFatWideModule:hover {
    }
        .indexModule h2,
        .indexWideModule h2,
        .indexFatWideModule h2 {
            height: 18px;
            padding: 8px 20px;
            background: linear-gradient(
                to bottom,
                rgba(0,125,216,1) 0%,
                rgba(2,97,185,1) 88%); /* W3C */
        }
            .indexModule h2 img,
            .indexWideModule h2 img {
                vertical-align: middle;
            }
        .indexNewsImg {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        .indexNewsImg > img {
            width: 100%;
        }
        .indexModule:hover .attIndexNewsImg,
        .indexWideModule:hover .attIndexNewsImg {
        }

/* お知らせ */
.indexEntry {}
    /* タイトル */
    .indexEntry li {}
        .indexEntry li a {
            display: block;
            padding: 10px 44px 0 10px;
            border-bottom: 2px dotted #ccc;
            background: url("../new-images/common/arr_a.png") 100% -40% no-repeat;
            color: #333;
        }
            .indexEntry li a .nDate,
            .indexEntry li a .mDate {
                color: #999;
                }
                .indexEntry li a:hover {
                    color: #09c;
                    background-position: 100% 55%;
                }
                .indexEntry li:last-Child a {
                    border-bottom: none;
                }
        /* タイトル */
        .indexEntry .nTitle {
            height: 40px;
            padding: 7px 0 7px 5px;
            font-size: 16px;
            line-height: 20px;
        }
        /* 日付 */
        .indexEntry .nDate {
            height: 30px;
            padding-left: 35px;
            background: url(../new-images/common/mark_a.png) 0 0 no-repeat;
            font-size: 17px;
            line-height: 32px;
        }
        .indexEntry .mTitle {
            height: 20px;
            padding: 5px 0 5px 5px;
            font-size: 15px;
            line-height: 20px;
        }
        .indexEntry .mDate {
            height: 30px;
            padding-left: 35px;
            background: url(../new-images/common/mark_a.png) 0 0 no-repeat;
            font-size: 14px;
            line-height: 32px;
        }
        .indexMinutes li a {
            background-position:  100% -10%;
        }
        .indexMinutes li a:hover {
            background-position:  100% 68%;
        }

/* クラブ活動・委員会報告 */
.indexEvent {
}
    .indexEvent a {
        display: block;
        color: #333;
    }
        .indexEvent a .eName,
        .indexEvent a .eDate {
            color: #999;
        }
            .indexEvent a:hover h3 {
                color: #09c;
            }
    .indexEvent h3,
    .indexEvent p {
        margin: 10px 10px;
    }
    /* タイトル */
    .indexEvent .eTitle {
        padding: 0;
        font-size: 18px;
        font-weight: normal;
    }
    /* 委員会・同好会名 */
    .indexEvent .eName {
        margin-bottom: 5px;
        height: 16px;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
    }
    /* 日付 */
    .indexEvent .eDate {
        margin: 0 10px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

/* ガバナー・会長 */
.indexLeader {}
    .indexLeader a {
        display: block;
        color: #333;
    }
        .indexLeader a:hover h3 {
            color: #09c;
        }
    .leaderPhoto {
        float: left;
        position: relative;
        width: 150px;
        overflow: hidden;
        text-align: center;
    }
        .leaderPhoto img {
            margin-left: -15px;
        }
        .indexLeader dl {
            height: 180px;
            margin-left: 150px;
            padding: 15px 20px 0;
            background: #e2e6ea url("../new-images/common/mark_b.png") center center no-repeat;
            box-sizing: border-box;
        }
        .indexLeader dt,
        .indexLeader dd {
        }
        .indexLeader .name {
            margin-bottom: 5px;
            font-size: 18px;
        }
        .indexLeader .roman {
            margin-bottom: 10px;
            color: #633;
            font-size: 14px;
        }
        .indexLeader .occupation,
        .indexLeader .coName {
            margin-bottom: 7px;
            line-height: 18px;
        }
            .indexLeader .occupation span,
            .indexLeader .coName span {
               display: block;
                margin-bottom: 5px;
                border-bottom: 1px dotted #999;
                font-size: 12px;
            }
    /* ガバナー・会長 詳細 */
    .leaderDetail {
        clear: both;
        padding: 16px 10px 0;
    }
        .leaderDetail h3 {
            font-size: 18px;
            font-weight: normal;
        }
        .leaderDetail p {}
            .leaderDetail p.date {
                height: 30px;
                color: #999;
                font-size: 13px;
                line-height: 30px;
            }
            .leaderDetail p.lYear {
                height: 13px;
                margin: 0 0 5px;
                color: #999;
                font-size: 13px;
                font-weight: bold;
                line-height: 13px;
            }
            .leaderDetail p.lPlan {
                margin: 0 0 5px;
                color: #999;
                font-size: 13px;
                line-height: 14px;
            }
        /* hcrc会長  */
        .hcrcLeader {
            padding-top: 15px;
        }
        .hcrcLeader h3 {
            margin-bottom: 10px;
        }

/* 例会記録 */
#indexMeetingL {}
#indexMeetingR {}
    #indexMeetingL ul {}
        #indexMeetingL ul li {
            display: block;
            height: 44px;
            padding-left: 20px;
            border-bottom: 1px dotted #ccc;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 46px;
        }
            #indexMeetingL ul li a {
                display: block;
                background: url("../new-images/common/arr_a.png") 0 0 no-repeat;
                color: #666;
            }
                #indexMeetingL ul li a:hover {
                    background-position: 100% 64%;
                    color: #09c;
                }
    #indexMeetingL span {
        font-size: 13px;
    }
    #indexMeetingR .meetingNo {
        margin: 20px 20px 17px 0px;
        padding-left: 40px;
        background: url(../new-images/common/mark_a.png) 7px 0px no-repeat;
        font: normal 28px serif;
        line-height: 30px;
    }
    #indexMeetingR .mtDate {
        margin: 0 20px 20px 10px;
        font-size: 16px;
        text-align: right;
    }
    #indexMeetingR .mtPlace,
    #indexMeetingR .mtSong {
        margin: 0 20px 10px 10px;
        font-size: 13px;
        text-align: right;
    }
    #indexMeetingR .mtSong {
        margin-bottom: 25px;
    }
    #indexMeetingR .mtProgram {
        margin: 0 0 10px 10px;
        font-size: 14px;
        line-height: 21px;
    }
        #indexMeetingR .mtProgram span {
            display: block;
            margin: 0 20px 2px 0px;
            color: #999;
            font-size: 12px;
            line-height: 12px;
        }

/* アルバム */
.indexAlbum {}
    .indexAlbumLast {}
    .indexAlbum > img {
        width: auto;
        height: 180px;
        overflow: hidden;
    }
    .indexAlbum:hover .attIndexNewsImg {}
    .indexAlbum h3 {
        margin: 15px 30px 10px 20px;
        padding: 0;
        font-size: 18px;
        font-weight: normal;
    }   
    .indexAlbum p {
        margin: 0px 20px;
        color: #999;
        font-size: 14px;
        line-height: 20px;
    }
    .indexAlbum a {
        display: block;
        background: url("../new-images/common/arr_a.png") 100% 190% no-repeat;
        color: #333;
    }
        .indexAlbum a:hover {
            background-position: 100% 128%;
        }
            .indexAlbum a:hover h3 {
                color: #09c;
            }
        .indexAlbum .aName {}
        .indexAlbum .aDate {
            margin-bottom: 15px;
        }

/* 一覧ページへ */
.goToList {}
    .goToList a {
        border-top: 1px dotted #ddd;
        background: url("../new-images/common/arr_b.png") 100% 0 no-repeat;
    }
        .goToList a:hover {
            background-position: 100% 64%;
        }

/* takuwa */
.indexTakuwa {
    height: 285px;
}



/* -------------------- モバイルサイズ 0px以上　480px -------------------- */
@media screen and (min-width: 0px) and (max-width: 480px) {
    
/** ---------------
 フッター
 --------------- */
    footer {
        padding: 10px 0 0;
    }
    /* フッター 例会場 */
    #fPlace {
        border-radius: 0;
    }
        #fPlace h2 {
            margin-left: 0;
            height: auto;
            text-align: center;
        }
        #fPlace h2 img {
            width: 300px;
        }
        #fPlace article {
            width: auto;
            margin: 0 10px;
        }
        #fPlace article#meetingPlace,
        #fPlace article#fpMap,
        #fPlace article#secretariat {
            float: none;
            width: auto;
            margin-bottom: 20px;
            padding: 0;
            background-image: none;
        }
            #fPlace article p {
                margin-bottom: 10px;
                font-size: 13px;
                line-height: 1.5;
            }
            #fPlace article .fpImg {
                margin-bottom: 20px;
            }
        #fPlace article .fpDatetime {}
            #fPlace article .fpDatetime span {}
        #fPlace article .fpName {}
        #fPlace article .fpName span {}
        #fPlace article .fpGMaps {}
        #fPlace article dl {}
            #fPlace article dt {}
            #fPlace article dt span {}
            #fPlace article dd {}
                #fPlace article dd.fpFax {}
                #fPlace article dd.fpContact {}
            #fPlace article#fpMap #fpMapImg {}
            #fPlace article#fpMap #fpShareGMaps {}

    /* フッター−コンテンツ */
    #fConts {
        margin-bottom: 0px;
        padding: 10px 0 20px;
        border-radius: 0;
        box-sizing: border-box;
    }
        #fConts div.thrCols {
            float: none;
            margin: 0;
            padding: 0;
            border: none;
        }
        #fConts article#fcAbout,
        #fConts article#fcSchedule,
        #fConts article#fcReport,
        #fConts article#fcMedia,
        #fConts article#fcArea2710 {
            display: none;
        }
        #fConts article#fCommon {
            display: block;
        }
        /* モバイル用フッタータイトル */
        #fMobileTitle {
            height: auto;
            margin: 0 0 10px;
            color: #40668b;
            font: italic 14px normal serif;
            text-align: center;
            letter-spacing: 0;
        }
            #fMobileTitle img {
                width: 190px;
                margin-right: 10px;
                vertical-align: middle;
            }
        #fConts article {
        }
            #fConts article h2 {
                float: left;
                width: 50%;
                border-top: 1px dotted #ccc;
            }
            #fConts article h2 a {
                margin: 0;
                padding-left: 10px;
                background: url(../new-images/footer/contents/bg_list.png) 98% -10% no-repeat;
                border: 1px dotted #ccc;
                border-width: 0px 1px 1px 0;
                box-sizing: border-box;
                color: #2e5174;
                font-size: 12px;
                font-weight: normal;
                line-height: 44px;
            }
                #fConts article h2:last-child a {
                    border-right: none;
                }
                #fConts article h2 a:hover {
                    background-color: #ecf2fa;
                    background-position: 163px -85px;
                    color: #09c;
                }

    /* ページの先頭へ */
    #pageTop {
        display: none;
    }
}






@media screen and (min-width: 481px) and (max-width: 800px) {
}




/* -------------------------------------------------------------------------------- */
/* -------------------- 480px以上の場合 -------------------- */
@media only screen and (min-width: 481px) {

    /** ---------------
     共通
     --------------- */
    header,
    nav,
    #topConts,
    #contents {
        width: 748px;
    }
        #topConts,
        #contents {
            margin-bottom: 10px;
        }
        #contents {
            width: 748px;
            margin: 0 auto 30px;
        }

    /* ヘッダー */
    header {
        height: 72px;
    }
    /* サイト ロゴ */
    #siteName {
        float: left;
        width: 300px;
        height: 47px;
        margin-top: 13px;
        margin-left: 30px;
    }
    /* 年度 */
    #currentYear {
        display: inline;
        margin: 0 0 0 20px;
        padding: 0;
        color: #999;
        font: italic normal 24px times;
        text-align: center;
        line-height: 52px;
    }
        #currentYear span{
            font-size: 16px;
        }
    #rc {
        float: right;
        width: 150px;
        height: 56px;
        margin-top: 8px;
    }
        #rc img {
            width: 146px;
        }

    /* パン屑リスト */
    #breadcrumb {
        padding: 0 10px;
        box-sizing: border-box;
    }
        #breadcrumb ul {
            float: left;
        }
        #breadcrumb ul li {
        }

    /** コンテンツ ラップ */
    #contents {
        clear: both;
    }

    /** フッタ */
    footer {
        width: 768px;
    }

    /** モジュール */
    .module,
    .fatWideModule,
    .wideModule,
    .twoColModule,
    .thrColModule,
    .subModule {
    }
    .module {
        float: left;
        width: 354px;
        height: 364px;
        margin: 10px 10px;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .wideModule,
    .fatWideModule {
        float: left;
        width: 728px;
        height: 364px;
        margin: 10px 10px;
        box-sizing: border-box;
        border-radius: 5px;
    }

  
    /* --------------------------------- */
    /* フッター */
    /* --------------------------------- */
    /* 例会場 */ 
    #fPlace {
    }
        #fPlace article#fpMap #fpMapImg {
            display: none;
        }
        #fPlace article#fpMap #fpShareGMaps {
            display: block;
        }

    /* フッター−コンテンツ */
    #fConts {
        margin-bottom: 0px;
        padding: 10px 0 20px;
        border-radius: 0;
        box-sizing: border-box;
    }
        #fConts div.thrCols {
            float: none;
            margin: 0;
            padding: 0;
            border: none;
        }
        #fConts article#fcAbout,
        #fConts article#fcSchedule,
        #fConts article#fcReport,
        #fConts article#fcMedia,
        #fConts article#fcArea2710 {
            display: none;
        }
        #fConts article#fCommon {
            display: block;
        }
        /* モバイル用フッタータイトル */
        #fMobileTitle {
            height: 60px;
            margin: 0 0 20px;
            color: #40668b;
            font: italic 18px normal serif;
            text-align: center;
            line-height: 60px;
            letter-spacing: 2px;
        }
            #fMobileTitle img {
                margin-right: 10px;
                vertical-align: -24px;
            }

    /* --------------------------------- */
    /* トップページ モジュール */
    /* --------------------------------- */
    .indexModule,
    .indexWideModule,
    .indexFatWideModule {
        min-height: 300px;
        box-shadow: 0px 1px 3px #ccc;
    }
        .indexModule:hover,
        .indexWideModule:hover,
        .indexFatWideModule:hover {
            box-shadow: 0px 0px 15px #999;
            -webkit-transition: all 0.3s;
               -moz-transition: all 0.3s;
                 -o-transition: all 0.3s;
                    transition: all 0.3s;
        }
        .indexModule h2,
        .indexWideModule h2,
        .indexFatWideModule h2 {
            border-radius: 5px 5px 0 0;
        }
            .indexModule h2 img,
            .indexWideModule h2 img {}
        .indexNewsImg {
            width: 354px;
            height: 175px;
        }
        .indexNewsImg > img {
            width: 354px;
            -webkit-transition: all 0.3s;
               -moz-transition: all 0.3s;
                 -o-transition: all 0.3s;
                    transition: all 0.3s;
        }
        .indexModule:hover .attIndexNewsImg,
        .indexWideModule:hover .attIndexNewsImg {
            -webkit-transform: scale(1.02);
               -moz-transform: scale(1.02);
                -ms-transform: scale(1.02);
                 -o-transform: scale(1.02);
        }

    /* お知らせ */
    .indexEntry {}
        /* タイトル */
        .indexEntry li {}
            .indexEntry li a {
                padding-left: 20px;
            }
                .indexEntry li a .nDate,
                .indexEntry li a .mDate {}
                .indexEntry li a:hover {
                }
                .indexEntry li:last-Child a {}
        /* タイトル */
        .indexEntry .nTitle {}
        /* 日付 */
        .indexEntry .nDate {}
        .indexEntry .mTitle {}
        .indexEntry .mDate {}
        .indexMinutes li a {
        }
        .indexMinutes li a:hover {
        }

    /* クラブ活動・委員会報告 */
    .indexEvent {}
        .indexEvent a {}
            .indexEvent a .eName,
            .indexEvent a .eDate {}
                .indexEvent a:hover h3 {}
        .indexEvent h3,
        .indexEvent p {
            margin: 10px 20px;
        }
        /* タイトル */
        .indexEvent .eTitle {
            height: 40px;
            line-height: 20px;
        }
        /* 委員会・同好会名 */
        .indexEvent .eName {}
        /* 日付 */
        .indexEvent .eDate {
            margin: 0 20px;
        }

    /* ガバナー・会長 */
    .indexLeader {}
        .indexLeader a {}
            .indexLeader a:hover h3 {}
    .leaderPhoto {}
        .leaderPhoto img {
        }
        .indexLeader dl {}
        .indexLeader dt, .indexLeader dd {}
        .indexLeader .name {}
            .indexLeader .roman {
            }
            .indexLeader .occupation,
            .indexLeader .coName {
            }
                .indexLeader .occupation span,
                .indexLeader .coName span {}
    
    /* ガバナー・会長 詳細 */
    .leaderDetail {
        padding: 16px 20px 0;
    }
        .leaderDetail h3 {
            min-height: 60px;
            line-height: 20px;
        }
        .leaderDetail p {}
            .leaderDetail p.date {}
            .leaderDetail p.lYear {}
            .leaderDetail p.lPlan {}
        /* hcrc会長  */
        .hcrcLeader {
            height: 90px;
        }
        .hcrcLeader h3 {
            min-height: 40px;
        }
        /* 会長方針 */
        .indexPresident {
            display: none;
        }

    /* 例会記録 */
    #indexMeetingL,
    #indexMeetingR {
        float: left;
        width: 354px;
    }
    #indexMeetingR {
        float: right;
    }
        #indexMeetingL {
            margin: 0 20px 0 0;
        }
            #indexMeetingL ul li {
                height: 37px;
                line-height: 39px;
            }
                #indexMeetingL ul li:last-child {
                    border: none;
                }
            #indexMeetingL span {}
            #indexMeetingL ul li a {
                background-position: 100% 2%;
            }
                #indexMeetingL ul li a:hover {
                }
            #indexMeetingR .meetingNo {
                margin-top: 40px;
            }
            #indexMeetingR .mtDate {}
            #indexMeetingR .mtPlace,
            #indexMeetingR .mtSong {}
            #indexMeetingR .mtSong {}
            #indexMeetingR .mtProgram {
                height: 72px;
                margin-bottom: 30px;
            }
                #indexMeetingR .mtProgram span {}

    /* アルバム */
    .indexAlbum {
        float: left;
        width: 354px;
        margin: 0 20px 0 0;
    }
        .indexAlbum2 {
            margin-right: 0;
        }
        .indexAlbum > img {
            width: 354px;
            -webkit-transition: all 0.3s;
               -moz-transition: all 0.3s;
                 -o-transition: all 0.3s;
                    transition: all 0.3s;
        }
        .indexAlbum:hover .attIndexNewsImg {
            -webkit-transform: scale(1.02);
               -moz-transform: scale(1.02);
                -ms-transform: scale(1.02);
                 -o-transform: scale(1.02);
        }
        .indexAlbum h3 {
            height: 40px;
            font-size: 18px;
            line-height: 20px;
        }   
        .indexAlbum p {
        }
        .indexAlbum a {
            background: url("../new-images/common/arr_a.png") 100% 255% no-repeat;
        }
            .indexAlbum a:hover {
                background-position: 100% 130%;
            }
            .indexAlbum a:hover h3 {
            }
        .indexAlbum .aName {}
        .indexAlbum .aDate {
            margin-bottom: 6px;
        }
    /* 最後のアルバム */
    .indexAlbumLast {
        display: none;
    }

    /* 一覧へのリンク */
    .goToList {}
        .goToList a {
            background-color: #eee;
        }
            .goToList a:hover {
            }
        .wideGoToList a {
            background-position: 100% 0;
        }
            .wideGoToList a:hover {
                background-position: 100% 64%;
            }

    /** ---------------
     トップページ コンテンツ
     --------------- */
    #topConts {}
    /* 今月の表紙 */
    #topPicture {
        float: left;
        width: 364px;
        margin-right: 20px;
    }
    #monthlyPicture {}
    #monthlyPicture img {
        width: 354px;
    }
        #monthlyPicture img:hover {}
    #topPictureCaption {}
        #topPictureCaption p {}
        #topPictureCaption .worksName {}
        #topPictureCaption .description {}
            #topPictureCaption .description p {}

    /* 今日のHCRC */
    #topInfo {
        float: left;
        width: 364px;
        border-left: 1px solid #ddd;
    }
    /* 今日の予定 */
    #eventToday {
        margin-bottom: 0;
    }
        #eventToday h2 {
            margin: 10px 0 5px 14px;
            text-align: left;
        }
            #eventToday h2 img {
                width: auto;
            }
        #eventToday #date {}
            #topInfo #date span{}
        #eventToday p {}
        #eventToday p a {
            background-position: 320px 0px;
        }
            #eventToday p a span {}
            #eventToday p a:hover {
                background-position: 320px -100px;
            }
            #eventToday p a:hover span {}
        #eventToday p:last-child a {}
            #eventToday .noSchedule {}
        .gotoSchedule {}
            .gotoSchedule a {}
            .gotoSchedule a:hover {}
        
        /* 区切り線 */
        #topConts hr {}

    /* 他クラブイベント */
    #eventOtherClub {
    }
        #eventOtherClub h2 {
            margin-left: 14px;
            text-align: left;
        }
        #eventOtherClub p {}
        #eventOtherClub p a {}
            #eventOtherClub p a span {}
            #eventOtherClub p a:hover {}
            #eventOtherClub p a:hover span {}
        #eventOtherClub ul {}
        #eventOtherClub li a {}
        #eventOtherClub li {}
            #eventOtherClub li.twoPlace {}
        #eventOtherClub li:last-child {}
            #eventOtherClub li.twoPlace:last-child {}
        #eventOtherClub li:hover {}
            /* 選択されたクラブ */
            #eventOtherClub li.selected {}
        
        /* 広島東南RC */
        #hesRc  {}
        /* 広島中央RC */
        #hcRc   {}
        /* 広島廿日市RC */
        #hhRc   {}
        /* 広島RC */
        #hRc    {}
        /* 広島西南RC */
        #hwsRc  {}
        /* 安芸RC */
        #hakiRc {}
        /* 広島東RC */
        #heRc   {}
        /* 広島陵北RC */
        #hryoRc {}
        /* 広島北RC */
        #hnRc   {}
        /* 広島西RC */
        #hwRc   {}
        /* 広島安佐RC */
        #hasaRc {}
        /* 広島南RC */
        #hsRc   {}
        /* 広島城南RC */
        #hjyoRc {}
        /* hover */
        #hesRc:hover, #hcRc:hover, #hwsRc:hover, #hakiRc:hover, #hasaRc:hover,
        #hhRc:hover,#hRc:hover,#heRc:hover, #hsRc:hover,#hryoRc:hover,
        #hjyoRc:hover, #hnRc:hover, #hwRc:hover {}
        
        /* 例会場所 */
        .iPlace {}
            .iPlace p {}
            .iPlace .ipImg {}
            .iPlace .ipDatetime {}
                .iPlace .ipDatetime span {}
            .iPlace .ipName {}
            .iPlace .ipName span {}
            .iPlace .ipMaps {}
            #eventOtherClub p.ipMaps a {}
        /* 他クラブ例会なし */
        #eventOtherClub p.noSchedule {
        }

}

/* 480px以上ここまで */
/* ----------------------------------------------------------- */





/* ------------------------------------------------------------------------------- */
/* -------------------- PCサイズ 768px以上 -------------------- */
@media only screen and (min-width: 769px) {

/* ---------------
 要素の再定義
 --------------- */
body  {
    background: #fff url(../new-images/common/bg.png) top center no-repeat;
}

/** ---------------
 レイアウトの定義
 --------------- */
#wrap {
    background: transparent url(../new-images/common/bg_rc_mark.png) 20px 20px no-repeat;
}
    #mobiNav:first-of-type,
    #mobiNav:last-of-type {
        display: none;
    }
/** ---------------
 共通
 --------------- */
header,
nav,
#topConts,
#contents {
    width: 976px;
}
    #contents {
        width: 996px;
    }
#siteName {
    margin-left: 0;
}
    #siteName img {
        width: 300px;
    }

/* パン屑リスト */
#breadcrumb {
    width: 966px;
    height: 40px;
    border-radius: 0 0 7px 7px;
}
    #breadcrumb ul {
        width: 700px;
    }
    #breadcrumb ul li {
        display: inline;
        font-size: 12px;
        line-height: 40px;
    }

/** コンテンツ ラップ */
#contents {}

/** フッタ */
footer {
    width: 100%;
}

/** モジュール */
.module,
.fatWideModule,
.wideModule,
.twoColModule,
.thrColModule,
.subModule {
}
    .module {
        width: 312px;
    }
    .wideModule {
        width: 644px;
    }
    .fatWideModule {
        float: left;
        width: 976px;
    }

#gsc{
    display: block;
}

/* ナビゲーション */
nav {}
nav ul, nav li {
    margin: 0;
    padding: 0;
}
#nav{
    display: block;
    /*text-align: center;*/
}
    #nav li {
        position: relative;
    }
        #nav li a {
            color: #fff;
            display: block;
        }
        #nav li a:active {}
        #nav li a span  {
            display: none;
        }
    /* first */
    #nav > ul {
        height: 50px;
        background: linear-gradient(
            to bottom,
            rgba(0,125,216,1) 0%,
            rgba(2,97,185,1) 88%); /* W3C */
        border-radius: 7px;
    }
        #nav > ul > li {
            width: 16.6666%;
            height: 100%;
            float: left;
        }
        #nav > ul > li > a {
            height: 100%;
            line-height: 50px;
            text-align: center;
        }
            #nav > ul > li:not( :last-child ) > a {
                border-right: 1px solid #015ba6;
                border-left: 1px solid #357dc0;
            }                
            #nav > ul > li:first-child > a {
                border-left: none;
            }
            #nav > ul > li:last-child > a {
                border-left: 1px solid #357dc0;
            }
            #nav > ul > li:hover > a,
            #nav > ul:not( :hover ) > li.active > a {
                background-color: #025cb0;
                border-right: 1px solid #024a8d;
                border-left: 1px solid #024a8d;
            }
            #nav > ul > li:first-child > a:hover {
                border-left: none;
                border-radius: 7px 0 0 7px;
            }
            #nav > ul > li:last-child > a:hover {
                border-radius: 0 7px 0px 0;
            }
        /* first id */
        #nav > ul > li#home > a {
            background: url(../new-images/nav/home.png) center center no-repeat;
        }
        #nav > ul > li#about > a {
            background: url(../new-images/nav/about.png) center center no-repeat;
        }
        #nav > ul > li#news > a {
            background: url(../new-images/nav/news.png) center center no-repeat;
        }
        #nav > ul > li#activity > a {
            background: url(../new-images/nav/activity.png) center center no-repeat;
        }
        #nav > ul > li#media > a {
            background: url(../new-images/nav/media.png) center center no-repeat;
        }
        #nav > ul > li#area2710 > a {
            background: url(../new-images/nav/area2710.png) center center no-repeat;
            border-radius: 0 7px 0px 0;
        }
            #nav > ul > li#home:hover > a,
            #nav > ul > li#about:hover > a,
            #nav > ul > li#news:hover > a,
            #nav > ul > li#activity:hover > a,
            #nav > ul > li#media:hover > a,
            #nav > ul > li#area2710:hover > a {
                background-color: #025cb0;
                background-color: linear-gradient(
                    to bottom,
                    rgba(0,125,216,1) 0%,
                    rgba(2,97,185,1) 88%); /* W3C */
                }
                
        /* second */
        #nav li:hover ul {
            overflow: visible;
            left: 0;
            right: 0;
        }
        #nav li ul {
            position: absolute;
            top: 100%;
            border-radius: 0 0 7px 7px;
        }
            #nav li ul li {
                overflow: hidden;
                height: 0;
                    -moz-transition: .2s;
                    -webkit-transition: .2s;
                    -o-transition: .2s;
                    -ms-transition: .2s;
                        transition: .2s;
                line-height: 50px;
                z-index: 10;
            }
                #nav li ul li a {
                    padding: 0 15px;
                    text-align: left;
                    background-color: #025cb0;
                    box-sizing: border-box;
                }
                
                /* second id */
                #nav li ul li#policy a {
                    background: #025cb0 url(../new-images/nav/c/policy.png) center center no-repeat;
                }
                #nav li ul li#director a {
                    background: #025cb0 url(../new-images/nav/c/director.png) center center no-repeat;
                }
                #nav li ul li#plan a {
                    background: #025cb0 url(../new-images/nav/c/plan.png) center center no-repeat;
                }
                #nav li ul li#outline a {
                    background: #025cb0 url(../new-images/nav/c/outline.png) center center no-repeat;
                }
                #nav li ul li#history a {
                    background: #025cb0 url(../new-images/nav/c/history.png) center center no-repeat;
                }
                #nav li ul li#newslist a {
                    background: #025cb0 url(../new-images/nav/c/newslist.png) center center no-repeat;
                }
                #nav li ul li#schedule a {
                    background: #025cb0 url(../new-images/nav/c/schedule.png) center center no-repeat;
                }
                #nav li ul li#meetinglist a {
                    background: #025cb0 url(../new-images/nav/c/meeting.png) center center no-repeat;
                }
                #nav li ul li#takuwa a {
                    background: #025cb0 url(../new-images/nav/c/takuwa.png) center center no-repeat;
                }
                #nav li ul li#event a {
                    background: #025cb0 url(../new-images/nav/c/event.png) center center no-repeat;
                }
                #nav li ul li#dokokai a {
                    background: #025cb0 url(../new-images/nav/c/dokokai.png) center center no-repeat;
                }
                #nav li ul li#record a {
                    background: #025cb0 url(../new-images/nav/c/record.png) center center no-repeat;
                }
                #nav li ul li#magazine a {
                    background: #025cb0 url(../new-images/nav/c/magazine.png) center center no-repeat;
                }
                #nav li ul li#album a {
                    background: #025cb0 url(../new-images/nav/c/album.png) center center no-repeat;
                }
                #nav li ul li#gallery a {
                    background: #025cb0 url(../new-images/nav/c/gallery.png) center center no-repeat;
                }
                #nav li ul li#area2710gv a {
                    background: #025cb0 url(../new-images/nav/c/govemor.png) center center no-repeat;
                }
                #nav li ul li#area2710gn a {
                    background: #025cb0 url(../new-images/nav/c/govemor_sche.png) center center no-repeat;
                }
                #nav li ul li#area2710of a {
                    background: #025cb0 url(../new-images/nav/c/area2710_official.png) center center no-repeat;
                }
                #nav li ul li#policy a,
                #nav li ul li#director a,
                #nav li ul li#plan a,
                #nav li ul li#outline a,
                #nav li ul li#history a,
                #nav li ul li#newslist a,
                #nav li ul li#schedule a,
                #nav li ul li#meetinglist a,
                #nav li ul li#takuwa a,
                #nav li ul li#event a,
                #nav li ul li#dokokai a,
                #nav li ul li#record a,
                #nav li ul li#magazine a,
                #nav li ul li#album a,
                #nav li ul li#gallery a,
                #nav li ul li#area2710gv a,
                #nav li ul li#area2710gn a,
                #nav li ul li#area2710of a {
                    width: 100%;
                    height: 50px;
                }
                
            /* hover */
            #nav li:hover ul li {
                overflow: visible;
                height: 50px;
            }
                #nav li ul li:not( :last-child ) > a {
                    border-top: 1px solid #1c63a5;
                    border-bottom: 1px solid #024788;
                }
                #nav li ul li#policy a:hover,
                #nav li ul li#policy a:hover,
                #nav li ul li#director a:hover,
                #nav li ul li#plan a:hover,
                #nav li ul li#outline a:hover,
                #nav li ul li#history a:hover,
                #nav li ul li#newslist a:hover,
                #nav li ul li#schedule a:hover,
                #nav li ul li#meetinglist a:hover,
                #nav li ul li#takuwa a:hover,
                #nav li ul li#event a:hover,
                #nav li ul li#dokokai a:hover,
                #nav li ul li#record a:hover,
                #nav li ul li#magazine a:hover,
                #nav li ul li#album a:hover,
                #nav li ul li#gallery a:hover,
                #nav li ul li#area2710gv a:hover,
                #nav li ul li#area2710gn a:hover,
                #nav li ul li#area2710of a:hover,
                #nav li ul:not( :hover ) li.active a {
                    background-color: #02519b;
                }
                #nav li ul li:last-child a {
                    border-radius: 0 0 7px 7px;
                }
        /* size */
        #nav li#home     { width:  6.1475409%; /*60px*/}
        #nav li#about    { width: 23.5655739%; /*230px*/}
        #nav li#news     { width: 26.639344%; /*260px*/}
        #nav li#activity { width: 13.319672%; /*130px*/}
        #nav li#media    { width: 13.319672%; /*130px*/}
        #nav li#area2710 { width: 17.008199%; /*161px*/}
        #nav li#about ul       { width: 100%;}
        #nav li#about ul li    { width: 100%;}
        #nav li#news ul        { width: 100%;}
        #nav li#news ul li     { width: 100%;}
        #nav li#activity ul    { width: 140%;}
        #nav li#activity ul li { width: 130%; left: -30%;}
        #nav li#report ul      { width: 130%; left: -35%;}
        #nav li#report ul li   { width: 130%;}
        #nav li#media ul       { width: 100%;}
        #nav li#media ul li    { width: 150%; left: -25%;}
        #nav li#area2710 ul    { width: 100%;}
        #nav li#area2710 ul li { width: 160%; left: -60%;}

/* メニューバー固定 */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0.70;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -ms-filter: "alpha(opacity=80)";
    background: linear-gradient(
        to bottom,
        rgba(0,125,216,1) 0%,
        rgba(2,97,185,1) 88%);
    box-shadow: 0px 1px 30px #000;

}
    .fixed:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -ms-filter: "alpha(opacity=90)";
        -webkit-transition: all 1s;
           -moz-transition: all 1s;
             -o-transition: all 1s;
                transition: all 1s;
}

/* --------------------------------- */
/* トップページ モジュール */
/* --------------------------------- */
.indexModule,
.indexWideModule,
.indexFatWideModule {
    min-height: 300px;
    box-shadow: 0px 1px 3px #ccc;
}   
    .indexModule:hover,
    .indexWideModule:hover,
    .indexFatWideModule:hover {
       box-shadow: 0px 0px 15px #999;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
    }
    .indexModule h2,
    .indexWideModule h2,
    .indexFatWideModule h2 {
        border-radius: 5px 5px 0 0;
    }
    .indexModule h2 img,
    .indexWideModule h2 img {}
    .indexNewsImg {
        width: 312px;
        height: 175px;
    }
    .indexNewsImg > img {
        width: 312px;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
    }
    .indexModule:hover .attIndexNewsImg,
    .indexWideModule:hover .attIndexNewsImg {
        -webkit-transform: scale(1.02);
           -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
             -o-transform: scale(1.02);
    }

    /* お知らせ */
    .indexEntry {}
        /* タイトル */
        .indexEntry li {}
            .indexEntry li a {
                padding-left: 20px;
            }
                .indexEntry li a .nDate,
                .indexEntry li a .mDate {}
                .indexEntry li a:hover {}
                .indexEntry li:last-Child a {}
        /* タイトル */
        .indexEntry .nTitle {}
        /* 日付 */
        .indexEntry .nDate {}
        .indexEntry .mTitle {}
        .indexEntry .mDate {}
        .indexMinutes li a {}
        .indexMinutes li a:hover {}

    /* クラブ活動・委員会報告 */
    .indexEvent {}
        .indexEvent a {}
            .indexEvent a .eName,
            .indexEvent a .eDate {}
                .indexEvent a:hover h3 {}
        .indexEvent h3,
        .indexEvent p {
            margin: 10px 20px;
        }
        /* タイトル */
            .indexEvent .eTitle {
                height: 40px;
                line-height: 20px;
            }
            /* 委員会・同好会名 */
            .indexEvent .eName {
                margin: 10px 20px 5px;
            }
            /* 日付 */
            .indexEvent .eDate {
                margin: 0 20px 0px;
            }

    /* ガバナー・会長 */
    .indexLeader {}
        .indexLeader a {
            display: block;
            color: #333;
        }
            .indexLeader a:hover h3 {
                color: #09c;
            }

    .leaderPhoto {}
        .leaderPhoto img {}
        .indexLeader dl {}
        .indexLeader dt,
        .indexLeader dd {}
            .indexLeader .name {}
            .indexLeader .roman {}
            .indexLeader .occupation,
            .indexLeader .coName {}
                .indexLeader .occupation span,
                .indexLeader .coName span {}
        /* ガバナー・会長 詳細 */
        .leaderDetail {
            padding: 16px 20px 0;
        }
            .leaderDetail h3 {
                min-height: 60px;
                line-height: 20px;
            }
            .leaderDetail p {}
            .leaderDetail p.date {}
            .leaderDetail p.lYear {}
            .leaderDetail p.lPlan {}
        /* hcrc 会長方針 */
        .indexPresident {
            display: block;
        }
        .hcrcLeader {}
        .hcrcLeader h3 {
            min-height: 29px;
        }
    
    /* 例会記録 */
    #indexMeetingL,
    #indexMeetingR {
        float: left;
        width: 312px;
    }
    #indexMeetingR {
        float: right;
    }
        #indexMeetingL {
            margin: 0 20px 0 0;
        }
            #indexMeetingL ul {}
                #indexMeetingL ul li {
                    height: 37px;
                    font-size: 15px;
                    line-height: 39px;
                }
                    #indexMeetingL ul li a {
                        display: block;
                        background: url("../new-images/common/arr_a.png") 250px -2px no-repeat;
                        color: #666;
                    }
                        #indexMeetingL ul li a:hover {
                            background-position: 250px -102px;
                            color: #09c;
                        }
            #indexMeetingL span {}
            #indexMeetingR .meetingNo {
                margin-top: 40px;
            }
            #indexMeetingR .mtDate {}
            #indexMeetingR .mtPlace, #indexMeetingR .mtSong {}
            #indexMeetingR .mtSong {}
            #indexMeetingR .mtProgram {
                height: 72px;
            }
                #indexMeetingR .mtProgram span {}

    /* アルバム */
    .indexAlbum {
        float: left;
        width: 312px;
        margin: 0 20px 0 0;
    }
        .indexAlbumLast {
            display: block;
            margin-right: 0;
        }
        .indexAlbum > img {
            width: 312px;
            -webkit-transition: all 0.3s;
               -moz-transition: all 0.3s;
                 -o-transition: all 0.3s;
                    transition: all 0.3s;
        }
        .indexAlbum:hover .attIndexNewsImg {
            -webkit-transform: scale(1.02);
               -moz-transform: scale(1.02);
                -ms-transform: scale(1.02);
                 -o-transform: scale(1.02);
        }
        .indexAlbum h3 {
            height: 40px;
            line-height: 20px;
        }   
        .indexAlbum p {}
        .indexAlbum a {
            display: block;
            background: url("../new-images/common/arr_a.png") 281px 195px no-repeat;
            color: #333;
        }
            .indexAlbum a:hover {
                background-position: 281px 95px;
            }
            .indexAlbum a:hover h3 {}
        .indexAlbum .aName {}
        .indexAlbum .aDate {
            margin-bottom: 6px;
        }

    /* 一覧ページへ */
    .goToList {}
        .goToList a {
            background-color: #eee;
            border-radius: 0 0 7px 7px;
        }
        .goToList a:hover {
            border-radius: 0 0 7px 7px;
        }
        .wideGoToList a {
            background-position: 100% 0;
            border-radius: 0 0 7px 7px;
        }
            .wideGoToList a:hover {
                background-position: 100% 64%;
                border-radius: 0 0 7px 7px;
            }

/** ---------------
 トップページ コンテンツ
 --------------- */
#topConts {
}
/* 今月の表紙 */
#topPicture {
    float: left;
    width: 550px;
    margin: 20px 0;
}
    #monthlyPicture {}
    #monthlyPicture img {
        width: 400px;
    }
        #monthlyPicture img:hover {
            border: 5px solid #fff;
            box-shadow: 0px 0px 20px #999;
            -webkit-transform: scale(1.1);
               -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                 -o-transform: scale(1.1);
        }
    #topPictureCaption {}
        #topPictureCaption p {}
        #topPictureCaption .worksName {}
        #topPictureCaption .description {
            line-height: 1.8;
        }
            #topPictureCaption .description p {}

/* 今日のHCRC */
#topInfo {
    width: 426px;
}
    /* 今日の予定 */
    #eventToday {}
        #eventToday p a {
            background: url(../new-images/index/btn_l.png) 382px 0px no-repeat;
        }
            #eventToday p a:hover {
                background-position: 382px -100px;
            }
            .gotoSchedule a {
                background: url(../new-images/index/btn_s.png) 382px 0px no-repeat;
            }
            .gotoSchedule a:hover {
                background-position: 382px -100px;
            }
        
        /* 区切り線 */
        #topConts hr {}

    /* 他クラブイベント */
    #eventOtherClub {}
        #eventOtherClub p a {
            background: url(../new-images/index/btn_l.png) 390px -188px no-repeat;
        }
            #eventOtherClub p a:hover {
                background-position: 390px -88px;
            }
        #eventOtherClub li {
            width: 141px;
        }
            #eventOtherClub li.twoPlace {
                width: 211px;
            }
            #eventOtherClub li.twoPlace:last-child {
                width: 212px;
            }
        /* 広島東南RC */
        /* 広島中央RC */
        #hcRc {}
        /* 広島廿日市RC */
        #hhRc {}
        /* 広島RC */
        #hRc {}
        /* 広島西南RC */
        #hwsRc {}
        /* 安芸RC */
        #hakiRc {}
        /* 広島東RC */
        #heRc {}
        /* 広島陵北RC */
        #hryoRc {}
        /* 広島北RC */
        #hnRc {}
        /* 広島西RC */
        #hwRc {}
        /* 広島安佐RC */
        #hasaRc {}
        /* 広島南RC */
        #hsRc {}
        /* 広島城南RC */
        #hjyoRc {}
        /* hover */
        #hesRc:hover, #hcRc:hover, #hwsRc:hover, #hakiRc:hover, #hasaRc:hover {
        }
        #hhRc:hover {}
        #hRc:hover  {}
        #heRc:hover, #hsRc:hover {}
        #hryoRc:hover, #hjyoRc:hover {}
        #hnRc:hover, #hwRc:hover {}
        
        /* 例会場所 */
        .iPlace {}

/* --------------------------------- */
/* フッター */
/* --------------------------------- */
/* 例会場 */
#fPlace {
    width: 976px;
}
    #fPlace article {
        width: 306px;
        background: url(../new-images/footer/place/bg_border.png) top right repeat-y;
        padding: 10px 23px 0 0;
    }
        #fPlace article #meetingPlace,
        #fPlace article#fpMap {
            float:left;
            width: 306px;
            padding: 10px 23px 0 0;
            background: url(../new-images/footer/place/bg_border.png) top right repeat-y;
        }
        #fPlace article#secretariat {
            float:left;
            width: 284px;
            border-top: none;
        }
        #fPlace article#fpMap {
            border: none;
        }
            #fPlace article#fpMap #fpMapImg {
                display: block;
            }
            #fPlace article#fpMap #fpShareGMaps {
                display: none;
            }  
    #fConts div.thrCols {
        width: 306px;
    }
        #fConts div.thrCols:last-child {
            width: 284px;
        }
        #fMobileTitle {
            display: none;
        }

/* フッターコンテンツ */
#fConts {
    width: 976px;
    padding: 10px 10px 20px;
}
    #fConts div.thrCols {
        float: left;
        margin: 10px 10px 0 10px;
        padding: 0 20px 0 0;
        border-right: 3px dotted #fff;
        box-sizing: border-box;
    }
        #fConts div.thrCols:last-child {
            border: none;
        }
    #fConts article#fcAbout,
    #fConts article#fcSchedule,
    #fConts article#fcReport,
    #fConts article#fcMedia,
    #fConts article#fcArea2710 {
        display: block;
    }
    #fConts article {
        margin: 0 0 20px;
        padding: 70px 0 0;
    }
        #fConts div.thrCols article:last-child {
            margin: 0;
        }
        #fConts article#fcAbout {
            background: url(../new-images/footer/contents/mark.png) top center no-repeat;
        }
        #fConts article#fcSchedule {
            background: url(../new-images/footer/contents/schedule.png) top center no-repeat;
        }
        #fConts article#fcReport {
            background: url(../new-images/footer/contents/report.png) top center no-repeat;
        }
        #fConts article#fcMedia {
            background: url(../new-images/footer/contents/media.png) top center no-repeat;
        }
        #fConts article#fcArea2710 {
            background: url(../new-images/footer/contents/area2710.png) top center no-repeat;
        }
        #fConts article#fcCommon {
            padding: 0;
        }
            #fConts article h2 {
                float: none;
                width: auto;
                margin: 0 0 10px;
                padding: 0 0 0 17px;
                background: url(../new-images/footer/contents/bg_list.png) top left no-repeat;
                color: #2e5174;
                font-size: 15px;
                line-height: 16px;
            }
                #fConts article h2 a {
                    display: inline;
                    height: auto;
                    margin: 0 0 5px;
                    padding: 0;
                    background: none;
                    border: none;
                    color: #2e5174;
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 15px;
                }
            #fConts article#fcAbout p {
                display: block;
                margin-bottom: 5px;
                color: #2e5174;
                font: normal 18px serif;
                text-align: center;
             }
            #fConts article ul {
                margin: 0 0 20px;
                padding: 0;
                font-size: 13px;
            }
                #fConts article ul:last-child {
                    margin-bottom: 0;
                }
                #fConts article ul li {
                    margin: 0 0 5px;
                }
            #fConts article ul li a {
                display: block;
                margin-left: 10px;
                padding-left: 17px;
                background: url(../new-images/footer/contents/bg_list_child.png) top left no-repeat;
                color: #666;
                line-height: 16px;
            }
                #fConts article a:hover,
                #fConts article#fcCommon h2 a:hover {
                    color: #08c;
                }
                #fConts article#fcCommon h2 a {
                    color: #2e5174;
                }



}
/* -------------------- PCサイズ 768px以上 ここまで -------------------- */





/* -------------------- PCサイズ 1480px以上 -------------------- */
@media screen and (min-width: 1480px)
{
/* ---------------
 要素の再定義
 --------------- */
 /*
body  {
    background: #fff url(../new-images/common/bg_1480.png) top center no-repeat;
}

    header,
    nav,
    #topConts,
    #contents {
        width: 1420px;
        margin: 0 auto;
    }
    #contents {
        width: 1440px;
        margin-bottom: 30px;
    }
    #wrap {
        width: 1440px;
        margin: 0 auto;
    }
    
    #gsc{
    display: block;
}
    section {
        width: 364px;
        margin: 10px 10px;
    }
    nav {
        width: 1420px;
        margin: 0 auto;
    }
    #mobiNav {
        display: none;
    }
    #nav{
        display: block;
    }
    
    
    .module {
        width: 340px;
    }
    .wideModule {
        width: 700px;
    }
    .fatWideModule {
        width: 1060px;
    }
    #fPlace,
    #fConts {
        width: 1420px;
    }

*/
}
/* -------------------- PCサイズ 1480px以上 ここまで -------------------- */
