/* トップページ
================================================== */
h2.normal {
    padding: 6px 0 0 20px;
    width: 725px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../img/h2_normal_bg.gif) 0 0 no-repeat;
}



/* メイン
================================================== */
#tp_main_bg {
    padding: 0 0 40px 0;
    background: url(../img/tp_main_bg.jpg) center 0 no-repeat;
}
#tp_main h2 {
    margin: 20px 0 20px 0;
    font-size: 36px;
    font-weight: bold;
}
#tp_main h2 span.small {
    font-size: 28px;
}
.tp_main_logo {
    padding-top: 197px;
}
.tp_main_copy {
    font-size: 19px;
    line-height: 1.7em;
}
.tp_main_box {
    margin-top: 50px;
    background: rgba(255,249,224,0.9) url(../img/tp_main_box_bg.png) right bottom no-repeat;
}
.tp_main_box .img {
    float: left;
    width: 370px;
}
.tp_main_box .text {
    float: left;
    width: 590px;
    padding: 20px;
}
.tp_main_box .text p {
    color: #000;
}


/* インターナショナル
================================================== */
#tp_in_bg {
    height: 400px;
    background: url(../img/tp_in_bg.jpg) center 0 no-repeat;
}
#tp_in h2 {
    margin: 65px 0 20px 0;
}

/* ショー
================================================== */
#tp_show_bg {
    height: 400px;
    background: url(../img/tp_show_bg.jpg) center 0 no-repeat;
}
#tp_show h2 {
    margin: 65px 0 20px 0;
}



/* ドリンク　カラオケ
================================================== */
#tp_drinkkaraoke_bg {
    padding: 40px 0;
    background: #950000 url(../img/tp_drinkkaraoke_bg.jpg) center 0 no-repeat;
}
#tp_drinkkaraoke h3 {
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
#tp_drinkkaraoke p {
    line-height: 1.3em;
}


/* アクセス
================================================== */
#tp_access_bg {
    padding: 60px 0 0 0;
    background: url(../img/tp_access_bg.jpg) center 0 no-repeat;
}
#tp_access h3 {
    font-size: 16px;
    text-align: center;
}
.tp_access_box {
    position: relative;
    background: #ffe27c;
}
.tp_access_box p {
    color: #000;
}
.tp_access_box .map {
    float: left;
    width: 500px;
}
.tp_access_box .text {
    float: left;
    padding: 20px;
    width: 460px;
}
.tp_access_box .michael {
    position: absolute;
    top: 50px;
    left: 760px;
}


/* ニュース
================================================== */
#tp_news_bg {
    padding: 40px 0 200px 0;
    background: url(../img/kobe_bg.jpg) center bottom no-repeat;
}

h3.news_h3 img {
    margin-right: 10px;
    vertical-align: bottom;
}
#news {
    margin: 10px 0 0 0;
    padding: 20px;
    background: rgba(255,255,255,0.85);
    height: 321px;
    overflow-y: scroll;
}

#news p {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 13px;
}


/* 求人
================================================== */
h3.recruit_h3 img {
    margin-right: 10px;
    vertical-align: bottom;
}
#tp_news #recruit {
    margin: 10px 0 0 0;
    padding: 20px;
    background: rgba(148,0,0,0.85);
}
