@charset "utf-8";

/*common*/
#titlebox {
    background: #f9fdff url(../img/resorts/title_bk.gif) repeat-x left bottom;
    width: 100%;
    padding-bottom: 5px;
    border-top: 1px solid #dbdfe4;
    border-right: 1px solid #dbdfe4;
    border-left: 1px solid #dbdfe4;
    margin-top: 15px;
    padding-top: 8px;
    text-align: left;
}
#titlebox .fl {
    width: 550px;
    padding-left: 20px;
    padding-top: 10px;
}
#titlebox h3 {
    font-size: 20px;
    line-height: 100%;
    color: #333;
    text-align: left;
    float: left;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
}
#titlebox #bookmark {
    width: 109px;
    float: left;
    margin-right : 15px;
}
#titlebox #bookmark button.bookmarkbtn {
    background: url(../img/resorts/bookmark.gif) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
    display: block;
    height: 24px;
    width: 109px;
    margin:0;
    padding: 0;
    border: none;
    cursor:pointer;
    overflow: hidden;
}
#titlebox #bookmark button.bookmarkbtn:hover {
    background: url(../img/resorts/bookmark.gif) no-repeat left bottom;
}

#titlebox #bookmark button.unbookmark {
    background: url(../img/resorts/bookmark.gif) no-repeat right top !important;
}

#titlebox #bookmark button.unbookmark:hover {
    background: url(../img/resorts/bookmark.gif) no-repeat right bottom !important;
}
#titlebox #st_icon {
    float: left;
    margin-top: 7px;
}
#titlebox ul {
    list-style: none;
    text-align: left;
    padding: 10px 0px;
}
#titlebox ul li {
    float: left;
    background: url(../img/common/icon_blue.gif) no-repeat left center;
    padding-left: 7px;
    margin-right: 10px;
}

#titlebox ul li a {
    text-decoration: underline;
}

#titlebox #map_btn  {
    background-image: none;
}
#titlebox #map_btn a {
    background-color: #56aef9;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #3199f3;
    padding: 3px 5px 2px;
    font-size: 11px;
    line-height: 100%;
}
#titlebox .fr .fl {
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
}

#snsbox {
    background: #f7fcff;
    border: 1px solid #c8d7e1;
    margin-top: 10px;
    padding: 5px 0px 5px 10px;
}
#snsbox .snsLink {
    float: left;
    list-style: none;
    text-align: left;
    padding-top: 5px;
}
#snsbox .snsLink li {
    float: left;
    margin-left: 5px;
}
#snsbox .snsLink #rs_sns_more {
    background: url(../img/common/icon_blue2.gif) no-repeat right center;
    padding-left: 10px;
    margin-top: 2px;
    padding-right: 8px;
    position: relative;
    color: #0178d8;
    cursor: pointer;
}
#snsbox .snsLink #rs_sns_more span {
    text-decoration: underline;
}
#snsbox .slideBox{
    position: absolute;
    z-index: 100;
    width: 250px;
    top: 15px;
    left: 12px;
    padding: 10px;
    border: 2px solid #ccc;
    display:none;
    background: #fff;
    text-align: left;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-decoration: none !important;
}


#snsbox .btn_box {
    float: right;
    text-align: left;
    list-style: none;
}
#snsbox .btn_box li {
    float: left;
    margin-right: 5px;
}
#snsbox .btn_box a {
    text-align: left;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#snsbox .btn_box #review_btn a {
    background: url(../img/common/review_btn.gif) no-repeat left top;
    height: 27px;
    width: 124px;
    cursor: pointer;
}
#snsbox .btn_box #review_btn a:hover {
    background: url(../img/common/review_btn.gif) no-repeat left bottom;
}
#snsbox .btn_box #snap_btn a {
    background: url(../img/common/snap_btn.gif) no-repeat left top;
    height: 27px;
    width: 127px;
    cursor: pointer;
}
#snsbox .btn_box #snap_btn a:hover {
    background: url(../img/common/snap_btn.gif) no-repeat left bottom;
}
#snsbox .btn_box #help_btn {
    padding-top: 2px;
}
#snsbox .btn_box #help_btn a{
    background: url(../img/common/help_btn.gif) no-repeat left top;
    height: 23px;
    width: 23px;
}
#snsbox .btn_box #rss_btn {
    padding: 4px 5px 0px 3px;
}
#snsbox .btn_box #rss_btn a {
    background: url(../img/resorts/rss_btn.gif) no-repeat left top;
    height: 20px;
    width: 20px;
}
#gare_menu {
    margin-top: 7px;
    background: url(../img/resorts/menu_bk.gif) repeat-x left top;
    height: 39px;
    width: 100%;
}
#gare_menu ul {
    list-style: none;
}
#gare_menu ul li {
    float: left;
    color: #2d2d2d;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
}
#gare_menu ul li a {
    color: #2d2d2d;
    display: block;
    padding: 14px 20px 13px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
#gare_menu ul li a:hover {
    background: url(../img/resorts/menu_bk_r.gif) repeat-x left top;
    text-decoration: none;
    padding-bottom: 12px;
}
#gare_menu ul .select a {
    background: url(../img/resorts/menu_bk_r.gif) repeat-x left top;
    border-right: 1px solid #6eb1f0;
    border-left: 1px solid #6eb1f0;
}
#gare_menu ul .select a:hover {
    padding-bottom: 13px;
}
#gare_menu ul #ge_top {
    width: 108px;
}
#gare_menu ul #ge_top a {
    background: url(../img/resorts/menu_top_no.gif) no-repeat left top;
    border-right: none;
    border-left: none;
}
#gare_menu ul #ge_top a:hover{
    background: url(../img/resorts/menu_top.gif) no-repeat left top;
    border-right: none;
    border-left: none;
}
#gare_menu ul #ge_top.select {
    width: 108px;
}
#gare_menu ul #ge_top.select a {
    background: url(../img/resorts/menu_top.gif) no-repeat left top;
    border-right: none;
    border-left: none;
    padding-bottom: 13px;
}
#gare_menu ul #ge_coupon {
    border-left: 1px solid #d7d7d7;
    float: right;
    width: 99px;
    background: url(../img/resorts/menu_coupon_no.gif) no-repeat left top;
}
#gare_menu ul #ge_coupon span {
    display: block;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 10px;
}
#gare_menu ul #ge_coupon a{
    background: url(../img/resorts/menu_coupon.gif) no-repeat left top;
    border-right: none;
    border-left: none;
    padding-right: 15px;
    padding-left: 25px;
}
.h4_subtitle {
    background: url(../img/resorts/ac_title_bk.gif) repeat-x left top;
    font-size: 14px;
    color: #333;
    padding: 12px 5px 11px;
    line-height: 100%;
    text-align: left;
}
.h5_subtitle {
    background: url(../img/resorts/subtitle_bk.gif) no-repeat 3px 0px;
    font-size: 14px;
    text-align: left;
    line-height: 100%;
    color: #333;
    padding: 10px 0px 10px 15px;
    margin-top: 15px;
}
.ac_titlebox {
    width: 100%;
    background: url(../img/resorts/ac_title_bk.gif) repeat-x left bottom;
}
.ac_titlebox h4 {
    font-size: 14px;
    line-height: 100%;
    color: #333;
    text-align: left;
    float: left;
}
.ac_titlebox #ac_review_title {
    background: url(../img/resorts/review_title.gif) no-repeat left bottom;
    padding: 15px 0px 10px 50px;
    width: 50%;
}
.ac_titlebox #ac_event_title {
    background: url(../img/resorts/event_title.gif) no-repeat left bottom;
    padding: 13px 0px 10px 40px;
}
.ac_titlebox ul {
    list-style: none;
    float: right;
    padding-top: 15px;
}
.ac_titlebox ul li {
    float: right;
    margin-right: 15px;
}
.ac_titlebox ul li span {
    background: #d8eeff;
    padding: 5px;
}
.ac_titlebox ul li a {
    text-decoration: underline;
}

.ac_titlebox ul li a.select ,.ac_titlebox ul li a.select:link , .ac_titlebox ul li a.select:hover {
    color:#505050;
    background: #d8eeff;
    padding: 5px;
    text-decoration:none;
    cursor:default;
}
.acmovie {
    cursor:pointer;
}

.pages {
    list-style: none;
    cursor:pointer;
    float: right;
}
.pager-prev {
    margin-right: 10px;
    color: #0178d8;
}

.pager-next {
    margin-left: 10px;
    color: #0178d8;
}

.pager-action {
    color: #0178d8;
    float:left;
    background:none repeat scroll 0 0 transparent !important;
    border:0;
    text-decoration: underline !important;
}

.page-number {
    background:none repeat scroll 0 0 transparent !important;
    border:0;
    float:left;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: underline !important;
    color: #0178d8;
}
.page-number.ui-state-active{
    opacity: .50; filter:Alpha(Opacity=50);
}

#pager {
    font-size: 12px;
    line-height: 100%;
    color: #74b0e1;
    float:right;
    padding-bottom: 20px;
}

#pager2 {
    font-size: 12px;
    line-height: 100%;
    color: #74b0e1;
    background: #f6fbfe;
    border: 1px solid #ccdae2;
    padding: 10px;
}


#rv_pager,#sn_pager {
    font-size: 12px;
    line-height: 100%;
    color: #74b0e1;
    text-align: right;
}

#rv_pager2,#sn_pager2 {

    font-size: 12px;
    line-height: 100%;
    color: #74b0e1;
    background: #f6fbfe;
    border: 1px solid #ccdae2;
    padding: 10px;
}

.ac_reviewbox {
    margin: 0px auto;
    border-bottom: 1px dotted #c7c7c7;
    padding: 15px 0px 5px;
    width: 98%;
}
.ac_reviewbox .ar_user {
    float: left;
    width: 15%;
    text-align: center;
}
.ac_reviewbox .ar_user p {
    font-size: 11px;
    line-height: 14px;
    padding-top: 5px;
}
.ac_reviewbox .ar_user p a{
    text-decoration: underline;
}
.ac_reviewbox .ar_data {
    float: right;
    width: 82%;
    text-align: left;
}
.ac_reviewbox .ar_data .modal {
    cursor: pointer;
}
.ac_reviewbox .ar_data .ar_text {
    line-height: 20px;
    padding-top: 5px;
    display: none;
    word-break: break-all;
    white-space:normal;
    overflow:  auto;
}
.ac_reviewbox .ar_data .ar_text .more {
    display: none;
}
.ac_reviewbox .ar_data .ar_text .read {
    cursor: pointer;
    color: #299bf6;
    text-decoration: underline;
    display: inline;
}
.ac_reviewbox .ar_data .ar_text .read.select {
    display: block;
    margin-bottom: 10px;
}
.ac_reviewbox .ar_data .ar_date {
    font-size: 11px;
    line-height: 100%;
    padding-top: 3px;
    color: #299bf6;
}
.photo_tb td div {
    position: relative;
}
.photo_tb td .acphotobox {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0px auto;
    cursor: pointer;
}
.photo_tb td div span { 
    display: block;
}
.photo_tb td div .acphoto {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

html>/**/body .photo_tb td div .mv_thum img {
    position: relative;
    left: -15px;
}

.photo_tb td div .acmovie {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 35px;
    height: 35px;
}

#near_box {
    border: 1px solid #d4d4d4;
    margin-top: 6px;
}
#near_box h4 {
    font-size: 14px;
    line-height: 100%;
    color: #333;
    text-align: left;
    padding: 10px 0px 10px 20px;
}
#near_box #near_thumbox {
    width: 100%;
    margin: 10px auto;
    height: 140px;
    position: relative;
}
#near_box #near_thumbox  ul.carrousel {
    list-style-type:  none;
    cursor:  pointer;
}
#near_box #near_thumbox ul li.carrousel-body{
    padding-right: 15px;
}
#near_box #near_thumbox ul.carrousel li p {
    text-align: left;
    padding: 5px 0px 0px 10px;
}


/*投稿ポップアップ*/
#dialog-message2 {
    display:none;
}

#dialog-message2 h3 {
    font-size: 12px;
    text-align:left;
    background: #edeff1;
    padding: 7px;
    margin-bottom: 15px;
}

#dialog-message3 {
    display:none;
}

#dialog-message3 h3 {
    font-size: 12px;
    text-align:left;
    background: #edeff1;
    padding: 7px;
    margin-bottom: 15px;
}

#dialog-message4 {
    display:none;
}

#my_btn {
    width: 120px;
    margin: 20px auto;
}
#my_btn a{
    border: 1px solid #a7cce4;
    -moz-border-radius: .5em;
    border-radius: .5em;
    width: 120px;
    padding: 7px 0px;
    font-weight: bold;
    font-size: 12px;
    background: #e8f6ff;
    display: block;
    text-decoration: none;
}
#my_btn a:hover{
    background: #039;
    border: 1px solid #2a2a2a;
    color: #FFF;
}
#my_btn2 {
    margin: 20px auto;
}
#my_btn2 a{
    border: 1px solid #a7cce4;
    -moz-border-radius: .5em;
    border-radius: .5em;
    width: 120px;
    padding: 7px 0px;
    font-weight: bold;
    font-size: 12px;
    background: #e8f6ff;
    text-decoration: none;
    display: block;
    float: left;
}
#my_btn2 a:hover{
    background: #039;
    border: 1px solid #2a2a2a;
    color: #FFF;
}
#my_btn2 p {
    float: left;
    padding: 5px;

}

/*top*/
#tab-ge_top {
    display:none;
}
#tab-ge_top #main {
    width: 100%;
    margin-top: 16px;
}
#tab-ge_top #main #main_photobox {
    width: 288px;
    float: left;
}
#tab-ge_top #main #main_photobox #main_photo {
    height: 220px;
    width: 288px;
    display: table-cell;
    vertical-align: middle;
}
#tab-ge_top #main #main_photobox #m_thumbox {
    background: #e8e8e8;
    margin-top: 6px;
    width: 288px;
    height: 50px;
    position: relative;
}
#tab-ge_top #main #main_photobox #m_thumbox ul.carrousel {
    padding:0;
    list-style: none;
}
#tab-ge_top #main #main_photobox #m_thumbox ul.carrousel li{
    float:left;
}
#tab-ge_top #main #main_photobox #m_thumbox li.carrousel-prev{
    padding-right: 5px;
    cursor:pointer;
}
#tab-ge_top #main #main_photobox #m_thumbox li.carrousel-body{
    padding-right: 15px;
}
#tab-ge_top #main #main_photobox #m_thumbox .thumbs {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    width: 240px;
}
#tab-ge_top #main #main_photobox #m_thumbox .column {
    float:left;
    padding:0;
    margin: 0pt; 
    position: relative; 
    list-style-type: none; 
    z-index: 1; 
    width: 180px; 
    left: 0px;
}
#tab-ge_top #main #main_photobox #m_thumbox .column li {
    overflow: hidden;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor:pointer;
}
#tab-ge_top #main #main_photobox #m_thumbox .column li div {
    width: 50px;
    height: 50px;
}
#tab-ge_top #main #main_photobox #m_thumbox li.carrousel-next{
    cursor:pointer;
}
#tab-ge_top #main #main_photobox #m_thumbox li.carrousel-padding{
    cursor:default;
}
#tab-ge_top #main #main_photobox #main_wether {
    width: 100%;
    margin-top: 10px;
}
#tab-ge_top #main #main_photobox #main_wether #wtab {
    list-style: none;
    color: #7e7e7e;
}
#tab-ge_top #main #main_photobox #main_wether #wtab li {
    padding-top: 8px;
    font-size: 11px;
    line-height: 100%;
    padding-bottom: 7px;
    cursor: pointer;
}
#tab-ge_top #main #main_photobox #main_wether #wtab #today {
    float: left;
    width: 193px;
}
#tab-ge_top #main #main_photobox #main_wether #wtab #today {
    background: url(../img/resorts/wether_today_bk.gif) no-repeat left top;
}
#tab-ge_top #main #main_photobox #main_wether #wtab #today.select {
    background: url(../img/resorts/wether_today_bk_on.gif) no-repeat left top;
    color: #333;
}
#tab-ge_top #main #main_photobox #main_wether #wtab #today #tommorow {
    margin-left: 20px;
}

#tab-ge_top #main #main_photobox #main_wether #wtab #week {
    float: right;
    width:95px;
    background: url(../img/resorts/wether_week_bk.gif) no-repeat right top;
}
#tab-ge_top #main #main_photobox #main_wether #wtab #week.select {
    background: url(../img/resorts/wether_week_bk_on.gif) no-repeat right top;
    color: #333;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap {
    border-right: 1px solid #93d4f5;
    border-bottom: 1px solid #93d4f5;
    border-left: 1px solid #93d4f5;
    background: #fffef0;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap .wether_left {
    float: left;
    width: 49%;
    border-right: 1px solid #c4d7e5;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap .wh_icon {
    float: left;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 2px;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap p {
    padding-top: 9px;
    line-height: 100%;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap .wh_most {
    color: #dd2727;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap .eh_worst {
    color: #2990db;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap .wether_week {
    float: left;
    width: 20%;
    border-right: 1px solid #c4d7e5;
    font-size: 11px;
}
#tab-ge_top #main #main_photobox #main_wether .content_wrap #wh_last {
    float: right;
    width: 18%;
    border-right: none;
}

#tab-ge_top #main #main_databox {
    float: right;
    width: 437px;
}
#tab-ge_top #main #main_databox h4 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: left;
    padding-right: 15px;
}
#tab-ge_top #main #main_databox #main_text {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tab-ge_top #main #main_databox .icon {
    text-align: left;
}
#tab-ge_top #main #main_databox .icon ul {
    list-style: none;
    width: 250px;
}
#tab-ge_top #main #main_databox .icon ul li {
    margin-top: 7px;
    margin-right: 10px;
    display: block;
    width: 40px;
    height: 37px;
    float: left;
    text-align: left;
    text-indent: -9999px;
}
#tab-ge_top #main #main_databox .icon ul .icon1 {
    background: url(../img/common/mark/family.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon2 {
    background: url(../img/common/mark/morning.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon3 {
    background: url(../img/common/mark/nighter.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon4 {
    background: url(../img/common/mark/kids.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon5 {
    background: url(../img/common/mark/school.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon6 {
    background: url(../img/common/mark/rest.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon7 {
    background: url(../img/common/mark/ski.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon8 {
    background: url(../img/common/mark/rental.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon9 {
    background: url(../img/common/mark/bath.gif) no-repeat left top;
}
#tab-ge_top #main #main_databox .icon ul .icon10 {
    background: url(../img/common/mark/nursery.gif) no-repeat left top;
}

#tab-ge_top #main #main_databox .icon ul .icon1.off {
    background: url(../img/common/mark/family.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon2.off {
    background: url(../img/common/mark/morning.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon3.off {
    background: url(../img/common/mark/nighter.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon4.off {
    background: url(../img/common/mark/kids.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon5.off {
    background: url(../img/common/mark/school.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon6.off {
    background: url(../img/common/mark/rest.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon7.off {
    background: url(../img/common/mark/ski.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon8.off {
    background: url(../img/common/mark/rental.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon9.off {
    background: url(../img/common/mark/bath.gif) no-repeat left center;
}
#tab-ge_top #main #main_databox .icon ul .icon10.off {
    background: url(../img/common/mark/nursery.gif) no-repeat left center;
}

#tab-ge_top #main #main_databox .icon ul .icon1.non {
    background: url(../img/common/mark/family.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon2.non {
    background: url(../img/common/mark/morning.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon3.non {
    background: url(../img/common/mark/nighter.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon4.non{
    background: url(../img/common/mark/kids.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon5.non {
    background: url(../img/common/mark/school.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon6.non {
    background: url(../img/common/mark/rest.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon7.non {
    background: url(../img/common/mark/ski.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon8.non {
    background: url(../img/common/mark/rental.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon9.non {
    background: url(../img/common/mark/bath.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox .icon ul .icon10.non {
    background: url(../img/common/mark/nursery.gif) no-repeat left bottom;
}


#tab-ge_top #main #main_databox #main_couponbox {
    margin-top: 27px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon {
    float: left;
    border: 1px solid #a9d3f1;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon {
    border: 1px solid #FFF;
    height: 91px;
    width: 214px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon {
    background: #e2f3ff url(../img/resorts/coupon_bk.gif) no-repeat left top;
    border: 1px solid #FFF;
    padding-bottom: 24px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon p {
    padding-top: 25px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon div {
    margin: 6px auto 0px;
    width: 172px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon div a {
    background: url(../img/resorts/coupon_btn.gif) no-repeat left top;
    height: 48px;
    width: 172px;
    text-align: left;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#tab-ge_top #main #main_databox #main_couponbox #main_coupon #main_in_coupon div a:hover {
    background: url(../img/resorts/coupon_btn.gif) no-repeat left bottom;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price {
    float: left;
    height: 117px;
    width: 200px;
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    text-align: left;
    position: relative;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price p {
    margin-left: 20px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price #main_price1 {
    color: #dd1d1d;
    padding-top: 10px;
    font-weight: bold;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price #main_price2 {
    line-height: 16px;
    font-size: 12px;
    padding-top: 5px;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price #main_price2 span {
    font-weight: bold;
    color: #1590f2;
}

#tab-ge_top #main #main_databox #main_couponbox #main_price #main_price3 {
    background: url(../img/common/icon_blue.gif) no-repeat left center;
    padding-left: 7px;
    margin-top: 5px;
    font-weight: bold;
    position: relative;
    color: #0178d8;
    cursor: pointer;
}
#tab-ge_top #main #main_databox #main_couponbox #main_price .open2{
    cursor: pointer;
    text-decoration: underline;
}
#tab-ge_top #planbox {
    position: absolute;
    z-index: 100;
    width: 550px;
    top: 85px;
    left: -460px;
    padding: 10px;
    border: 2px solid #ccc;
    display:none;
    background: #fff;
    text-align: center;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

#tab-ge_top #activebox {
    width: 100%;
    margin-top: 0px;
}
#tab-ge_top #activebox #ac_left {
    float: left;
    width: 220px;
}
#tab-ge_top #activebox #ac_left #ac_snap_title {
    background: url(../img/resorts/snap_title.gif) no-repeat left top;
    height: 37px;
}
#tab-ge_top #activebox #ac_left #ac_snap_title h4 {
    font-size: 14px;
    line-height: 100%;
    color: #333;
    float: left;
    padding-top: 14px;
    padding-left: 50px;
}
#tab-ge_top #activebox #ac_left td {
    width: 100px;
}
#tab-ge_top #activebox .all {
    background: url(../img/common/icon_orange.gif) no-repeat left center;
    float: right;
    margin-top: 13px;
    font-size: 11px;
    line-height: 100%;
    padding: 4px 10px 1px 17px;
}
#tab-ge_top #activebox .all a {
    color: #505050;
}

#photo_tb {
    background: url("../img/common/spnr24pxt.gif") no-repeat center;
    /*height: 484px;*/
}

#tab-ge_top #activebox #ac_left table {
    border: 1px solid #d4d4d4;
}
#tab-ge_top #activebox #ac_left table td {
    text-align: center;
    vertical-align: top;
}

#tab-ge_top #activebox #ac_left table tr td p {
    font-size: 11px;
    line-height: 12px;
    padding-top: 3px;
}

#tab-ge_top #activebox #ac_right {
    float: right;
    width: 515px;
}
#tab-ge_top #activebox #ac_right .eventbox {
    margin: 0px auto;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #c7c7c7;
    font-size: 12px;
    line-height: 20px;
}
#tab-ge_top #activebox #ac_right .eventbox .event_date {
    text-align: left;
    float: left;
    width: 15%;
}
#tab-ge_top #activebox #ac_right .eventbox .event_text {
    text-align: left;
    float: right;
    width: 83%;
    background: url(../img/common/icon_blue.gif) no-repeat 0px 8px;
    padding-left: 10px;
}
#tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .ar_title  {
    font-size: 12px;
    font-weight: bold;
    background: url(../img/common/icon_review.png) no-repeat left top;
    padding: 1px 0px 3px 18px;
    word-break: break-all;
    white-space:normal;
    overflow:  auto;
}

#tab-ge_top #activebox #ac_right #ac_newtitlebox {
    background: url(../img/resorts/ac_title_bk.gif) repeat-x 0px 2px;
}
*:first-child+html #tab-ge_top #activebox #ac_right #ac_newtitlebox {
    background: url(../img/resorts/ac_title_bk.gif) repeat-x 0px 3px;
}
*html #tab-ge_top #activebox #ac_right #ac_newtitlebox {
    background: url(../img/resorts/ac_title_bk.gif) repeat-x 0px 3px;
}

#tab-ge_top #activebox #ac_right .ac_titlebox #ac_new_title {
    background: url(../img/resorts/new_title.gif) no-repeat left bottom;
    padding: 15px 0px 13px 50px;
}
#tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .acphotobox {
    position: relative;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 15px;
}
#tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .acphotobox span { 
    display: block;
}
#tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .acphotobox .acphoto {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

html>body #tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .acphotobox .mv_thum img {
    position: relative;
    left: -15px;
}

#tab-ge_top #activebox #ac_right .ac_reviewbox .ar_data .acphotobox .acmovie {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 35px;
    height: 35px;
}
#tab-ge_top .acdata {
    float:right;
    width: 300px;
}

/*info*/
#tab-ge_detail {
    display:none;
}
#tab-ge_detail #info_map {
    background-color: #eaf5ff;
    padding: 8px;
}
#tab-ge_detail #infobox1 {
    width: 100%;
    margin-top: 35px;
}
#tab-ge_detail #infobox1 .fl {
    width: 210px;
    margin-right: 15px;
}
#tab-ge_detail #infobox1 .fr {
    width: 515px;
}
#tab-ge_detail .info_tb {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 20px;
}
#tab-ge_detail .info_tb th{
    background: #dfeefd;
    text-align: center;
    width: 100px;
}
#tab-ge_detail .w_border {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
#tab-ge_detail .info_tb td {
    border-top: 1px dotted #d9d9d9;
}
#tab-ge_detail .w_border_d {
    border-top: 1px dotted #d9d9d9;
}
#tab-ge_detail .inbox {
    padding: 10px 20px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    margin-right: 4px;
    margin-left: 3px;
    text-align: left;
}
#tab-ge_detail .info_tb2 {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 20px;
}
#tab-ge_detail .info_tb2 th{
    background: #fff8e5;
    text-align: center;
    width: 100px;
}
#tab-ge_detail .info_tb2 td {
    border-top: 1px dotted #d9d9d9;
}


/*review*/
#tab-ge_review{
    display:none;
}
#tab-ge_review .ar_title2 {
    background: url(../img/common/icon_review.png) no-repeat left top;
    font-weight: bold;
    padding: 1px 0px 3px 18px;
    margin-top: 5px;
}
#tab-ge_review .ar_data .goodbox {
    background: #edeff1;
    padding: 5px;
    width: 380px;
}
#tab-ge_review .ar_data .goodbox p {
    font-size: 11px;
    line-height: 100%;
    float: left;
    margin-right: 10px;
    padding-top: 7px;
    padding-left: 5px;
}
#tab-ge_review .ar_data .goodbox .ico_good button.goodbtn {
    background: url(../img/common/icon_good.png) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
    display: block;
    height: 22px;
    width: 56px;
    margin: 0;
    padding: 0;
    cursor:pointer;
    border:none;
    overflow: hidden;
}
#tab-ge_review .ar_data .snsbox {
    padding-top: 5px;
    padding-bottom: 5px;
}
#tab-ge_review .ar_data .snsbox ul {
    list-style: none;
}
#tab-ge_review .ar_data .snsbox ul li {
    float: right;
    margin-left: 5px;
    font-size: 11px;
    line-height: 100%;
}
#tab-ge_review .ar_data .snsbox .open {
    background: url(../img/common/icon_blue2.gif) no-repeat right center;
    margin-top: 4px;
    padding-right: 5px;
    color: #0178d8;
    cursor: pointer;
    position: relative;
}
#tab-ge_review .ar_data .snsbox .slideBox{
    position: absolute;
    z-index: 100;
    width: 250px;
    top: 15px;
    left: -230px;
    padding: 10px;
    border: 2px solid #ccc;
    display:none;
    background: #fff;
    text-align: left;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-decoration: none !important;
}


/*snap*/
#tab-ge_snap{
    display:none;
}
#tab-ge_snap .ac_titlebox #ac_snap_title2 {
    background: url(../img/resorts/snap_title2.gif) no-repeat 5px bottom;
    padding: 15px 0px 10px 50px;
    width:  50%;
}
#snap_list {
    float:left;
}
#tab-ge_snap #snap_list {
    list-style: none;
    font-size: 12px;
    line-height: 100%;
    width: 50%;
}
#tab-ge_snap #snap_list li {
    float: left;
    margin-right: 15px;
}
#tab-ge_snap #snap_list li a{
    text-decoration: underline;
}
#snap_list li.select a {
    cursor:default;
    text-decoration:none !important;
    color:#505050;
}
#tab-ge_snap .photo_tb td {
    vertical-align: top;
    width: 105px;
}

#tab-ge_snap .photo_tb td p {
    text-align: left;
    padding-top: 5px;
    line-height: 16px;
    word-break: break-all;
    white-space:normal;
    overflow:  auto;
    width:  105px;
}
#tab-ge_snap .photo_tb td .f11 {
    line-height: 100%
}
#tab-ge_snap .photo_tb td .date {
    font-size: 11px;
    padding-top: 2px;
    color: #518dbe;
}

/*access*/
#tab-ge_access{
    display:none;
}
#tab-ge_access #map {
    width: 749px;
    height: 465px;
    margin: 15px auto 0px;
    background: #CCC;
}
#tab-ge_access #map_pbtn {
    margin-top: 10px;
    float: right;
    width: 130px;
}
#tab-ge_access #map_pbtn a {
    background: url(../img/resorts/map_print_btn.gif) no-repeat left top;
    display: block;
    height: 24px;
    width: 130px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}
#tab-ge_access #map_pbtn a:hover {
    background: url(../img/resorts/map_print_btn.gif) no-repeat left bottom;
}

/*coupon*/
#tab-ge_coupon{
    display:none;
}
#tab-ge_coupon #co_box1 {
    margin-top: 20px;
    padding-bottom: 25px;
}
#tab-ge_coupon #co_box1 .fl {
	width: 350px;
	position: relative;
}
#tab-ge_coupon #co_box1 .fl #media_code1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	position: absolute;
	top: 93px;
	left: 30px;
}
#tab-ge_coupon #co_box1 .fl #media_code2 {
	font-weight: bold;
	font-size: 19px;
	line-height: 100%;
	letter-spacing:15px;
	position: absolute;
	top: 83px;
	left: 215px;
}

#tab-ge_coupon #co_box1 .fl #coupon_p_btn {
    background-color: #e2f1ff;
    margin-top: 10px;
    padding: 10px 0px;
}
#tab-ge_coupon #co_box1 .fl #coupon_p_btn a {
    text-align:left;
    display: block;
    margin: 0px auto;
    text-indent: -9999px;
    width: 211px;
    height: 40px;
    background: url(../img/resorts/coupon_print_btn.gif) no-repeat left top;
}
#tab-ge_coupon #co_box1 .fl #coupon_p_btn a:hover {
    background: url(../img/resorts/coupon_print_btn.gif) no-repeat left bottom;
}
#tab-ge_coupon #co_box1 .fr {
	width: 380px;
	text-align: left;
}
#tab-ge_coupon #co_box1 .fr #attend {
    color: #e80000;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    background: #fff6f7;
    padding: 10px;
    border: 1px solid #f0bec6;
    font-weight: bold;
}
#tab-ge_coupon #co_box1 .fr #attend2 {
    line-height: 150%;
    background: #fff6f7;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #f0bec6;
}
#tab-ge_coupon #co_box1 .fr #attend2 .at_title {
    font-size: 14px;
    font-weight: bold;
    color: #e80000;
}

#tab-ge_coupon #co_box1 .fr #subtitle {
    font-size: 12px;
    line-height: 100%;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #6eb7e1;
    padding: 25px 0px 5px 5px;
}
#tab-ge_coupon #co_box1 .fr ul {
    list-style: none;
    font-size: 12px;
    line-height: 24px;
    padding-top: 10px;
    border-top: 2px solid #c0e8ff;
}
#tab-ge_coupon #co_plan {
    clear: both;
    background: #ecf4fc;
    padding: 10px;
    margin-top: 12px;
    margin-bottom: 25px;
}
#tab-ge_coupon #map {
    margin-top: 15px;
}

.hdn1px {
    overflow: hidden;
    width:1px;
    height:1px;
}
.print {
    display: none;
}

/*coupon(ゲレンデなし)*/
#co_group {
    background: #fbfdff;
    border: 1px solid #d7d9db;
    text-align: left;
    padding: 10px 20px;
    margin-top: 15px;
}
#co_group p {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 10px;
}
#co_group h5 {
    font-size: 12px;
    line-height: 100%;
    color: #333;
    padding-bottom: 5px;
}

/*events*/
#ge_event{
    display:none;
}
#tab-ge_event {
    display:none;
}
#tab-ge_event .ar_data  {
    background: #e1f1fc;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 6px;
}
#tab-ge_event .ar_data .titlebox {
    width: 97%;
    margin: 0px auto;
}
#tab-ge_event .ar_data .ar_date  {
    font-size: 12px;
    line-height: 100%;
    padding-top: 8px;
    color: #299bf6;
    text-align: left;
    font-weight: bold;
}
#tab-ge_event .ar_data .ar_inbox {
    clear: both;
    margin: 5px auto 0px;
    width: 98%;
    border: 1px solid #b9d6ea;
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
#tab-ge_event .ar_data .ar_title2  {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: left;
    padding: 0px 20px 5px;
}
#tab-ge_event .ar_data .ar_text  {
    line-height: 20px;
    text-align: left;
    padding: 5px 15px 0px 20px;
}

#ev_pager2 {
    font-size: 12px;
    line-height: 100%;
    color: #74b0e1;
    float:right;
    padding-bottom: 20px;
}
/*画像ポップアップ*/
#snapdlg_snap_vw {
    min-height: 600px;
    vertical-align: middle;
}
#main_thumbox {
    width: 720px;
    margin: 10px auto;
    height: 65px;
    position: relative;
}
#main_thumbox ul.carrousel{
    padding:0;
    list-style: none;
}
#main_thumbox li.carrousel-prev{
    padding-right: 5px;
    cursor:pointer;
}
#main_thumbox li.carrousel-next,#snap-carrousel-next,#snap-carrousel-prev{
    cursor:pointer;
}
#main_thumbox li.carrousel-body{
    padding-right:3px;
}
#main_thumbox li.carrousel-padding{
    cursor:default;
}

#main_thumbox ul.column{
    float:left;
    padding:0;
    list-style: none;
}
#main_thumbox ul.column li{
    margin: 0 5px;
    cursor:pointer;
    border:solid 2px #fff;
}
#main_thumbox li{
    float:left;
}
#main_thumbox .thumbs{
    width:675px;
    height:70px;
    overflow:hidden;
}
#main_thumbox .acmovie {
    position: relative;
    top: -50px;
    left: 0px;
    width: 35px;
    height: 35px;
}
#main_thumbox .carrousel-body li.shown_item{
    border:solid 2px #0178D8;
    height:  65px !important;
}

#ac_reviewbox_wr {
    width:750px;
    margin: auto;
}
#ac_reviewbox_wr .ac_reviewbox {
    margin: 0px auto;
    padding: 15px 0px 5px;
    width: 98%;
}
#ac_reviewbox_wr .ac_reviewbox .ar_user {
    float: left;
    width: 15%;
    text-align: center;
}
#ac_reviewbox_wr .ac_reviewbox .ar_user p {
    font-size: 11px;
    line-height: 14px;
    padding-top: 5px;
}
#ac_reviewbox_wr .ac_reviewbox .ar_user p a{
    text-decoration: underline;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data {
    float: right;
    width: 82%;
    text-align: left;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data .ar_title a {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: underline;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data .ar_title2 {
    background: url(../img/common/icon_review.png) no-repeat left top;
    font-weight: bold;
    padding: 1px 0px 3px 18px;
    margin-top: 5px;
}

#ac_reviewbox_wr .ac_reviewbox .ar_data .ar_text {
    line-height: 20px;
    padding-top: 5px;
    padding-right: 15px;
    display: block;
}

#ac_reviewbox_wr .ac_reviewbox .ar_data .ar_date {
    font-size: 11px;
    line-height: 100%;
    padding-top: 3px;
    color: #299bf6;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data #databox {
    border: 1px solid #d9dee8;
    padding: 10px;
    margin-top: 10px;
    background: #f8fbff;
    margin-right: 15px;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data #databox p {
    font-size: 11px;
    line-height: 20px;
}
#ac_reviewbox_wr .ac_reviewbox .ar_data #databox p a {
    text-decoration: underline;
}

#ac_reviewbox_wr .ar_data .goodbox {
    background: #edeff1;
    padding: 5px;
    width: 365px;
}
#ac_reviewbox_wr .ar_data .goodbox p {
    font-size: 11px;
    line-height: 100%;
    float: left;
    margin-right: 10px;
    padding-top: 7px;
    padding-left: 5px;
}
#ac_reviewbox_wr .ar_data .goodbox .ico_good button.goodbtn {
    background: url(../img/common/icon_good.png) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
    display: block;
    height: 22px;
    width: 56px;
    margin: 0;
    padding: 0;
    cursor:pointer;
    border:none;
    overflow: hidden;
}
#ac_reviewbox_wr .ar_data .snsbox {
    padding-top: 5px;
    padding-bottom: 5px;
}
#ac_reviewbox_wr .ar_data .snsbox ul {
    list-style: none;
}
#ac_reviewbox_wr .ar_data .snsbox ul li {
    float: right;
    margin-left: 5px;
    font-size: 11px;
    line-height: 100%;
}
#ac_reviewbox_wr .ar_data .snsbox ul .contact {
    margin-top: 4px;
}
#ac_reviewbox_wr .ar_data .snsbox .open {
    background: url(../img/common/icon_blue2.gif) no-repeat right center;
    margin-top: 4px;
    padding-right: 5px;
    color: #0178d8;
    cursor: pointer;
    position: relative;
}
#ac_reviewbox_wr .ar_data .snsbox .slideBox{
    position: absolute;
    z-index: 100;
    width: 250px;
    top: -50px;
    left: -230px;
    padding: 10px;
    border: 2px solid #ccc;
    display:none;
    background: #fff;
    text-align: left;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-decoration: none !important;
}
#comebox {
    width: 95%;
    margin: 35px auto 0px;
}

#come_title {
    text-align: left;
    background: url(../img/common/icon_comment.png) no-repeat left top;
    font-size: 14px;
    color: #333;
    line-height: 100%;
    padding: 2px 0px 2px 20px;
}
#comebox form {
    text-align: left;
    padding: 10px 0px 20px 20px;
}
#comebox form #com_text {
    width: 600px;
    -moz-border-radius: .0em;
}
#comebox form #com_btn {
    font-size: 12px;
    line-height: 100%;
    color: #FFF;
    background: #44b0e3;
    border: 1px solid #1fa4cf;
    cursor:pointer;
}
#comebox .com_inbox {
    background: #f4f5f6;
    text-align: left;
    padding: 10px;
    margin-bottom: 2px;
    border-bottom: 1px solid #c7c7c7;
    margin-left: 15px;
}
#comebox .com_inbox .fl {
    text-align: left;
    width: 60px;
}
#comebox .com_inbox .fr {
    width: 615px;
    font-size: 11px;
    line-height: 14px;
    word-break: break-all;
    white-space:normal;
    overflow:  auto;
}
#comebox .com_inbox .fr .date {
    color: #518dbe;
}
#comebox .del_btn {
    background:  #72b7dd;
    border: 1px solid #72b7dd;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    line-height: 130%;
    margin-top : 5px;
}

/*modal box*/
.ui-widget-overlay {
    background: none !important;
    background-color: #666 !important;
}
.ui-dialog {
    background: none !important;
    background-color: #FFF !important;
}
#dialog-message {
    display:none;
}
#dialog-message a {
    color: #0178d8;
}
.ui-dialog-titlebar {
    padding-top: 15px !important;
    background: none !important;
    border: none !important;
}

#ui-dialog-title-dialog-message {
    display: none;
}
#ui-dialog-title-dialog-message2 {
    display: none;
}
#ui-dialog-title-dialog-message3 {
    display: none;
}
#ui-dialog-title-dialog-message4 {
    display: none;
}

.disnon {
    display: none;
}
#near_thumbox ul.carrousel{
    padding:0;
    list-style: none;
}

#near_thumbox li.carrousel-prev{
    padding-right: 5px;
    cursor:pointer;
}
#near_thumbox li.carrousel-next{
    cursor:pointer;
}

#near_thumbox li.carrousel-body{
    padding-right:3px;
}
#near_thumbox li.carrousel-padding{
    cursor:default;
}

#near_thumbox ul.column{
    float:left;
    padding:0;
    list-style: none;
}
#near_thumbox ul.column li{
    margin: 0 5px;
    cursor:pointer;
}
#near_thumbox li{
    float:left;
}

#near_thumbox .thumbs{
    width:700px;
    height:140px;
    overflow:hidden;
}

#beacon {
    display:none;
}
.no_report {
    padding : 31px 10px 32px;
    text-align:  left;
    line-height: 170%;
}

#rs_twtr iframe {
    width:100px !important;
}
