@charset "utf-8";


/* ==========================================
 
トップページのスタイル

========================================== */


/* ----- ウィジェットの共通スタイル ----- */

#main_wrapper #index_main .widget {
    position: relative;
    margin: 0 0 30px 0;
}

/* サイドバーのウィジェット */

#main_wrapper #sidebar_wrapper .widget {
    position: relative;
    margin: 0 0 20px 0;
}

/* フッタのウィジェット */

#main_wrapper #footer_widget {
    margin: 30px 0 30px 0;
}

#main_wrapper #footer_widget .widget {
    position: relative;
    margin: 0 0 30px 0;
}



/* ----- コンタクト情報 ----- */

#contact {
    position: relative;
}

#contact .btn {
    position: absolute;
    /* コンタクトボタンの位置はカスタムCSSで設定 */
    right: 0px;
    bottom: 0px;
}



/* ----- アクセス情報 ----- */

#access_info {
    margin: 0 0 15px 0;
}

#access_info table {
    width: 100%;
}

#access_info table tr th {
    color: #666666;
    font-weight: normal;
    background: #fbfaf9;
    width: 100px;
    padding: 5px 15px 5px 15px;
    border: solid 1px #cccccc;
}

#access_info table tr td {
    padding: 5px 15px 5px 15px;
    border: solid 1px #cccccc;
}

#google_map small {
    
}