@charset "utf-8";

/* 問い合わせ・支部紹介・入会案内CSS */

/* メインBOX問い合わせ */
.wrapper-form {
    border-left-width:2px;
    border-right-width:2px;
    border-color:#9abce4;
    width:900px;
    height:100%;
    min-width:900px;
    border-style:solid;
    border-top-style:none;
    border-bottom-style:none;
    margin-left:auto;
    margin-right:auto;
    background-image:url(photo_top2/title_form.jpg);
    background-repeat:no-repeat;
    background-position:top;
}

/* メインBOX支部紹介 */
.wrapper-sihan {
    border-left-width:2px;
    border-right-width:2px;
    border-color:#9abce4;
    width:900px;
    height:100%;
    min-width:900px;
    border-style:solid;
    border-top-style:none;
    border-bottom-style:none;
    margin-left:auto;
    margin-right:auto;
    background-image:url(photo_top/title_sihan.jpg);
    background-repeat:no-repeat;
    background-position:top;

}

/* メインBOX入会案内 */
.wrapper-nyukai{
    border-left-width:2px;
    border-right-width:2px;
    border-color:#9abce4;
    width:900px;
    height:100%;
    min-width:900px;
    border-style:solid;
    border-top-style:none;
    border-bottom-style:none;
    margin-left:auto;
    margin-right:auto;
    background-image:url(photo_top2/title_nyukai.jpg);
    background-repeat:no-repeat;
    background-position:top;
}




/* 問い合わせ先テーブル */

.table-info {
    margin:25px;
    padding:0px;
}

.table-info td{
    padding:10px;
}

.table-info td:nth-child(1) {
    width:230px;
}


/* 青線 */

hr.style3 {
    width:80%;
    height:4px;
    background-color:#3399CC;
    border:none;
}


