@charset "utf-8";

/* ---------------
 要素の再定義
 --------------- */
body  {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 13px;
    font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Lucida Grande', 'Lucida Sans Unicode',  sans-serif;
}

/* リンク */
a {
    text-decoration: none;
}
a:link {
    border: none;
    color: #069;
    text-decoration: none;
}
a:visited {
    border: none;
    color: #069;
    text-decoration: none;
}
a:active {
    border: none;
    color: #069;
    text-decoration: none;
}
a:hover {
    border: none;
    color: #09c;
    text-decoration: none;
}
img {
    vertical-align: middle;
}
/* 強調表示 */
.em{}
/* リスト */
ul, ol {
    list-style: none;
}
/* clear */
.clear {
    clear:both;
}
hr.clear {
    clear:both;
    visibility: hidden;
}
/**
 * CLEARFIX HACK
 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



/** ---------------
 レイアウトの定義
 --------------- */
#wrap {
    background: transparent url(../new-images/common/bg_rc_mark.png) 20px 20px no-repeat;
}

/* 共通 */
header,
nav,
#topConts,
#contents,
#fPlace,
#fConts,
footer {
    margin: 0 auto;
}
    #contents {
        clear: both;
    }

/* コピーライト */
#copyright {
    margin: 0;
    padding: 40px;
    background: linear-gradient(
        to bottom,
        rgba(226,227,230,1) 0%,
        rgba(191,193,193,1) 88%); /* W3C */
    border-top: 1px solid #fff;
    color: #666;
    font-size: 11px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

#fPlace,
#fConts {
    display: none;
}

/* モバイル用ナビボタン */
#mobiNav {
}
/* PC用ナビボタン */
#nav{
    clear: both;
    display: none;
}
/* パン屑リスト */
#breadcrumb {
    margin: 0 auto 20px;
    background: url("../new-images/common/bg_breadcrumb.png") top left repeat;
}
    #breadcrumb a {
        color: #999;
        font-size: 11px;
    }
    #breadcrumb a:hover {
        text-decoration: underline;
    }
    #breadcrumb ul {
    }
    #breadcrumb ul li {
        line-height: 40px;
    }


/** ---------------
 ヘッダー
 --------------- */
header {
    padding-top: 10px;
}
/* サイト ロゴ */
#siteName {
    text-align: center;
}
/* 年度 */
#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;
}


/* Google search */
#gsc{
    float: right;
    width: 200px;
    margin: 0;
    position:relative;
}
    #gsc .gsc-control-cse, #gsc .gsc-control-cse-ja{
        margin: 5px 0 0 !important;
        padding: 0 !important;
        background: transparent;
        border: none;
    }
    #gsc table.gsc-search-box td,
    #gsc table.gsc-search-box input {
        vertical-align: top !important;
    }
    #gsc #gsc-iw-id1{
        padding: 1px 0 0;
    }
    #gsc input.gsc-search-button {
        padding: 7px;
        background: #008ee1 !important;
        border: 1px solid #008ee1 !important;
    }
    #gsc .gsc-search-button{
        margin:0 0 0 -6px !important;
    }
    #gsc #gsc-iw-id1{
        border-radius: 3px;
    }


/** ---------------
 フッター
 --------------- */
footer {
    clear: both;
    margin: 0;
    padding: 40px 0 0;
    background: #e4e4e6 url(../new-images/common/bg_rc_mark.png) bottom left no-repeat;
    border-top: 2px solid #ddd;
}
/* フッター 例会場 */
#fPlace {
    display: block;
    margin-bottom: 30px;
    background: transparent url(../new-images/footer/place/bg.png) top left repeat;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px;
    color: #333;
}
    #fPlace h2 {
            margin: 0 0 5px 10px;
            padding: 0;
            height: 40px;
        }
    #fPlace article {
        width: 344px;
        margin: 0 10px 10px 10px;
        padding-top: 10px;
        box-sizing: border-box;
    }
        #fPlace article#meetingPlace,
        #fPlace article#fpMap,
        #fPlace article#secretariat {
            float: left;
        }
            #fPlace article#secretariat {
                margin-top: 10px;
                padding-right: 0;
                background-image: none;
                border-top: 1px dotted #fff;
            }
            #fPlace article#fpMap {
                float: right;
                width: 364px;
                margin-bottom: 10px;
                padding-left: 23px;
                background: url(../new-images/footer/place/bg_border.png) top left repeat-y;
            }
                #fPlace article#fpMap iframe {
                    border: 1px solid #fff;
                }
                #fPlace article#fpMap #fpMapImg {
                    display: none;
                }
        #fPlace article p {
            margin-bottom: 10px;
            font-size: 13px;
            line-height: 1.5;
        }
        #fPlace article .fpImg {
            float: left;
            margin: 0 15px 0 0;
        }
        #fPlace article .fpDatetime {
            font : normal 16px serif;
        }
            #fPlace article .fpDatetime span {
                font : italic normal 18px serif;
            }
        #fPlace article .fpName {}
        #fPlace article .fpName span {
            font-size: 12px;
        }
        #fPlace article .fpGMaps {
            text-align: right;
        }
        #fPlace article dl {}
            #fPlace article dt {
                margin: 10px 0 15px;
                font-size: 15px;
            }
            #fPlace article dt span {
                margin-left: 1em;
                background: #e3e3e3;
                border-radius: 3px;
                color: #666;
                font-size: 12px;
            }
            #fPlace article dd {
                margin: 0 0 10px;
                padding: 0;
            }
                #fPlace article dd.fpFax {
                    margin: 0 0 20px 0;
                }
                #fPlace article dd.fpContact {
                    text-align: right;
                }
            #fPlace article#fpMap #fpMapImg {
                display: block;
            }
            #fPlace article#fpMap #fpShareGMaps {
                display: none;
            }

/* フッター コンテンツ */
#fConts {
    display: block;
    margin-bottom: 30px;
    padding: 10px 10px 20px;
    background: transparent url(../new-images/footer/bg_footer_conts.png) top left repeat;
    border-radius: 7px;
    box-sizing: border-box;
}
    #fConts article {
    }
        #fConts article h2 {
            float: left;
            width: 192px;
        }
            #fConts article h2 a {
                display: block;
                height: 44px;
                margin: 0 0 10px;
                padding: 0 0 0 17px;
                background: url(../new-images/footer/contents/bg_list.png) 163px 15px no-repeat;
                border: 1px dotted #ccc;
                border-width: 1px 1px 1px 0;
                box-sizing: border-box;
                color: #2e5174;
                font-size: 14px;
                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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pageTop a {
    display: block;
    width: 120px;
    padding: 25px 0;
    background: #333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -ms-filter: "alpha(opacity=60)";
}











