<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PC版のスタイル START */
@media screen and (min-width:640px){

body{
    background-color:#FEFEFE;
    text-align:center;
    color:#333333;
}
#container{
    width:980px;
    margin:0 auto 30px;
    text-align:left;
}

/* -------------------------------------------------------------- */
/* タイトル周辺エリアのスタイル
/* -------------------------------------------------------------- */

#title{
    position:relative;
    display:block;
    width:940px;
    margin-bottom:15px;
    padding:10px 20px;
    border-top:5px solid #111111;
    border-bottom:1px solid #666666;
    background-color: #F6F6F6;
}
#title h1{
    display:inline-block;
    vertical-align:middle;
}
#title h1 span{
    display:inline-block;
    padding:25px 0 0 0px;
    min-height:55px;
    font-size:108%;
    line-height:1.0em;
    vertical-align:middle;
}
#title p.close_top a{
    position:absolute;
    right:20px;
    top:50%;
    min-height:20px;
    margin-top:-8px;
    padding-left:25px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left top;
    color:#333333;
}

/* 各コース毎にカスタマイズが必須のスタイル ※必ずコースID入りの識別子を記述する。 */

/* ▼ 桂ゴルフ倶楽部(cid=10) ▼ */
.cid10 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid10 #title h1 span{
    background:url(/images/guide/hg/logo_katsura.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ 利府ゴルフ倶楽部(cid=25) ▼ */
.cid25 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid25 #title h1 span{
    background:url(/images/guide/hg/logo_rifu.png) no-repeat left center;
    padding-left: 90px;
}


/* ▼ プレステージカントリークラブ(cid=33) ▼ */
.cid33 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid33 #title h1 span{
    background:url(/images/guide/hg/logo_prestige.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ サンヒルズカントリークラブ(cid=36) ▼ */
.cid36 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid36 #title h1 span{
    background:url(/images/guide/hg/logo_sunhills.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ 美浦ゴルフ倶楽部(cid=48) ▼ */
.cid48 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid48 #title h1 span{
    background:url(/images/guide/hg/logo_miho.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ セゴビアゴルフクラブ イン チヨダ(cid=49) ▼ */
.cid49 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid49 #title h1 span{
    background:url(/images/guide/hg/logo_segovia.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ 千代田カントリークラブ(cid=51) ▼ */
.cid51 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid51 #title h1 span{
    background:url(/images/guide/hg/logo_chiyoda.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ ザ･ゴルフクラブ竜ヶ崎(cid=53) ▼ */
.cid53 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid53 #title h1 span{
    background:url(/images/guide/hg/logo_ryugasaki.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ 総武カントリークラブ 総武コース(cid=62) ▼ */
.cid62 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid62 #title h1 span{
    background:url(/images/guide/hg/logo_sohbu.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ ＰＧＭゴルフリゾート沖縄(cid=138) ▼ */
.cid138 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid138 #title h1 span{
    background:url(/images/guide/hg/logo_okinawa.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ 茨木国際ゴルフ倶楽部(cid=96) ▼ */
.cid96 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid96 #title h1 span{
    background:url(/images/guide/hg/logo_ibaraki.png) no-repeat left center;
    padding-left: 90px;
}

/* ▼ ＰＧＭ総成ゴルフクラブ(cid=163) ▼ */
.cid163 #title{
    background:url(/images/guide/hg/bg_sunhills_w.png) repeat;
}
.cid163 #title h1 span{
    background:url(/images/guide/hg/logo_sohsei.png) no-repeat left center;
    padding-left: 90px;
}
/* -------------------------------------------------------------- */
/* お知らせ詳細のスタイル（.news_detail）
/* -------------------------------------------------------------- */

.news_detail #contents h2{
    padding:0 10px;
    color:#333333;
}
.news_detail #contents p.date{
    margin:15px 0 10px;
    padding:10px;
    background-color:#F6F6F6;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.news_detail #contents p.txt{
    min-height:150px;
    margin-bottom:30px;
    padding:10px;
    font-size:108%;
    line-height:1.5;
}
.news_detail #contents p.txt a{
    color:#0033FF;
}
.news_detail #contents p.back{
    padding:15px;
    text-align:center;
    border-top:1px dotted #333333;
    border-bottom:1px dotted #333333;
    background-color:#111111;
}
.news_detail #contents p.back a{
    font-size:116%;
    color:#FFFFFF;
}
.news_detail #container p.close_bottom{
    text-align:center;
}
.news_detail #container p.close_bottom a{
    padding-left:25px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left center;
    font-size:116%;
    color:#333333;
}


/* -------------------------------------------------------------- */
/* お知らせ一覧のスタイル（.news_list）
/* -------------------------------------------------------------- */

.news_list #contents{
    margin-bottom:20px;
}
.news_list p.sample{
    margin-bottom:5px;
    text-align:right;
}
.news_list table{
    width:100%;
    border:none;
    border-collapse:collapse;
}
.news_list th,
.news_list td{
    padding:15px 10px;
    border-bottom:1px dotted #666666;
    font-size:116%;
}
.news_list th.date,
.news_list th.title{
    padding:10px;
    background-color:#F6F6F6;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    font-size:116%;
}
.news_list th.date{
    width:20%;
}
.news_list th.title{
    width:80%;
}
.news_list td a:link{
    color:#003399;
}
.news_list td a:visited{
    color:#666666;
}
.news_list td a:hover{
    color:#CC0000;
}

.news_list #container p.close_bottom{
    text-align:center;
}
.news_list #container p.close_bottom a{
    padding-left:25px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left center;
    font-size:116%;
    color:#333333;
}
}
/* PC版のスタイル END */

/* スマートフォン版のスタイル START */
@media screen and (max-width:640px){

body{
    background-color:#FEFEFE;
    text-align:center;
    color:#333333;
}
#container{
    width:100%;
    margin:0 auto 30px;
    text-align:left;
}
#title{
    position:relative;
}
#title h1{
    display:inline-block;
    width:calc(100% - 50px);
    min-height:40px;
    margin-bottom:15px;
    padding:15px 0 10px 50px;
    font-size:93%;
    border-top:5px solid #111111;
    border-bottom:1px solid #CCCCCC;
    vertical-align:middle;
}
/* 各コース毎にカスタマイズが必須のスタイル ※必ずコースID入りの識別子を記述する。 */
.cid36 #title h1{
    background:url(/images/guide/hg/logo_sunhills.png) no-repeat 5px 45% , url(/images/guide/hg/bg_sunhills_w.png) repeat;
    background-size:40px 40px,50%;
}
#title h1 span{
    display: block;
    font-size:116%;
}
#title p.close_top a{
    position:absolute;
    right:5px;
    top:50%;
    min-height:20px;
    margin-top:-16px;
    padding-left:20px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left top;
    color:#333333;
}
#contents{
    /*
    width:-webkit-calc(100% - 20px) !important;
    width:calc(100% - 20px) !important;
    */
    width:100% !important;
    padding:0 !important;
}


/* -------------------------------------------------------------- */
/* お知らせ詳細のスタイル（.news_detail）
/* -------------------------------------------------------------- */

.news_detail #contents h2{
    width:-webkit-calc(100% - 10px);
    width:calc(100% - 10px);
    margin-bottom:10px;
    padding:0 5px;
    color:#333333;
    font-size:123.1%;
}
.news_detail #contents p.date{
    margin:15px 0 10px;
    padding:10px;
    background-color:#F6F6F6;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.news_detail #contents p.txt{
    min-height:150px;
    margin-bottom:30px;
    padding:10px;
    font-size:108%;
    line-height:1.5;
}
.news_detail #contents p.txt a{
    color:#56BCFF;
}
.news_detail #contents p.back{
    margin-bottom:20px;
    padding:15px;
    text-align:center;
    border-top:1px dotted #333333;
    border-bottom:1px dotted #333333;
    background-color:#111111;
}
.news_detail #contents p.back a{
    font-size:116%;
    color:#FFFFFF;
}
.news_detail #container p.close_bottom{
    text-align:center;
}
.news_detail #container p.close_bottom a{
    padding-left:25px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left center;
    font-size:116%;
    color:#333333;
}
    
/* -------------------------------------------------------------- */
/* お知らせ一覧のスタイル（.news_list）
/* -------------------------------------------------------------- */

.news_list p.sample{
    margin-bottom:5px;
    text-align:center;
}
.news_list table{
    width:100%;
    border:none;
    border-collapse:collapse;
}
.news_list th.date{
    display:none;
}
.news_list th.title{
    display:none;
}
.news_list th{
    display:block;
    width:calc(100%-10px);
    padding:5px;
    background-color:#F6F6F6;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.news_list td{
    display:block;
    width:calc(100%-10px);
    padding:10px 5px 15px;
}
.news_list td a:link{
    color:#003399;
}
.news_list td a:visited{
    color:#666666;
}
.news_list #container p.close_bottom{
    text-align:center;
}
.news_list #container p.close_bottom a{
    padding-left:25px;
    background:url(/images/guide/hg/common/icn_close_box.png) no-repeat left center;
    font-size:116%;
    color:#333333;
}
}
/* スマートフォン版のスタイル END */</pre></body></html>