@charset "shift_jis";
/* CSS Document */
#Maincontents {
    min-height:100%;
}

/* Page Title */
#PageTitleCalendarHeading {
    background-image: url(../../../img/skin02/common/calendar/page-title-calendar.jpg);
    background-repeat: no-repeat;
    height: 28px;
    width: 940px;
    margin-bottom: 20px;
    text-indent: -9999px;
    margin-left: -20px;
}

/* Page Main Caption */
.PageMainCaption {
    font-size: 12px;
    line-height: 130%;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}

/* switch the calendar type */
#ChangeCalendar {
    height: 39px;
    width: 340px;
    background-image: url(../../../img/skin02/common/calendar/bg-changecalendar.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 600px;
    padding-top: 4px;
    margin-left: -20px;
}
#ChangeCalendarPlanBlock {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-plan.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 39px;
    width: 121px;
    text-indent: -9999px;
    display: none;
}
#ChangeCalendarPlanBlock a {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-plan.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 39px;
    width: 121px;
}
#ChangeCalendarPlanBlock a:hover {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-plan_on.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 39px;
    width: 121px;
}
#ChangeCalendarMonthBlock {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-month_on.jpg);
    background-repeat: no-repeat;
    height: 39px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#ChangeCalendarTimeBlock {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-time.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 39px;
    width: 121px;
    display: none;
    text-indent: -9999px;
}
#ChangeCalendarTimeBlock a {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-time.jpg);
    background-repeat: no-repeat;
    height: 39px;
    width: 121px;
    display: block;
}
#ChangeCalendarTimeBlock a:hover {
    background-image: url(../../../img/skin02/common/calendar/btn-changecalendar-time_on.jpg);
    background-repeat: no-repeat;
    height: 39px;
    width: 121px;
    display: block;
}

#CalenderBlock {
    width: 940px;
    display: block;
    overflow: auto;
    clear: both;
    margin-left: -20px;
}
#PlanListWrap {
    width: 244px;
    margin-top: 32px;
    float: left;
    clear: both;
}


#PlanCalendarMonthSelect {
    clear:both;
    display: block;
    height: 32px;
    width: 640px;
    float: left;
    padding-top: 5px;
}
#PlanCalendarMonth01Head, #PlanCalendarMonth02Head, #PlanCalendarMonth03Head {
    color: #FFFFFF;
    font-weight:bold;
    font-size: 14px;
    height: 21px;
    background-image: url(../../../img/skin02/common/calendar/bg_bookingcalselectmonth_off.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 150%;
}
#PlanCalendarMonth01Head a, #PlanCalendarMonth02Head a, #PlanCalendarMonth03Head a {
    color: #113300;
    font-weight:bold;
    font-size: 14px;
    height: 21px;
    width: 84px;
    background-image: url(../../../img/skin02/common/calendar/bg_bookingcalselectmonth_off.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    float: left;
    margin-right: 5px;
    text-align: center;
}
#PlanCalendarMonth01Head a:hover, #PlanCalendarMonth02Head a:hover, #PlanCalendarMonth03Head a:hover {
    color: #FFFFFF;
    font-weight:bold;
    font-size: 14px;
    height: 21px;
    width: 84px;
    background-image: url(../../../img/skin02/common/calendar/bg_bookingcalselectmonth_on.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    float: left;
    margin-right: 5px;
    text-align: center;
}
#PlanCalendarWrap {
    float: left;
    width: 647px;
}
.calendar-Plan {
    margin-bottom: 20px;
    width: 225px;
}
.calendar-PlanName {
    height: 40px;
    width: 220px;
    background-image:  url("../../img/skin02/common/calendar/bg-planlist.jpg");
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 5px;
}
.calendar-PlanName a:hover {
    color:#000000;
    background-image:  url("../../img/skin02/common/calendar/bg-planlist_on.jpg");
    background-repeat: no-repeat;
}
.calendar-PlanCaption {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    height: 87%;
}
.PlanOption {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
}
.PlanOption img {
    display: inline;
    margin-left: 5px;
    padding: 0px;
}
.calendar-PlanDetail {
    background-color: #FFFFFF;
    color: #333333;
    background-image:  url("../../img/skin02/common/calendar/bg-plandetail.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
}
.calendar-PlanDetail-hover {
    color: #000000;
    background-image:  url("../../img/skin02/common/calendar/bg-plandetail.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
}
.calendar-PlanDetail-active {
    background-color: #000000;
    color: #000000;
    background-image:  url("../../img/skin02/common/calendar/bg-plandetail.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
}
.calendar-PlanDetail-active h2 {
    color:#000000;
}

#CalendarPlanTitle {
    clear: both;
    display: block;
    background-color: #337B26;
    color: #FFFFFF;
    width: 647px;
    overflow: auto;
    background-image:  url(../../../img/skin02/common/calendar/icon-calendartitle.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 23px;
    padding-top: 2px;
    margin-left: 0px;
    margin-bottom: 10px;
}
#CalendarPlanTitleItem {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
.CalendarPlanTitleIcon {
}
.CalendarPlanTitleIcon img {
    margin-right: 3px;
    margin-bottom: 2px;
    margin-left: 3px;
}
#PlanIconDetailSA {
    clear: both;
    width: 800px;
    height: 254px;
    margin-left:120px;
    background-repeat: no-repeat;
    margin-top: 30px;
    text-indent: -9999px;
    background-image: url(../../../img/skin02/common/calendar/icon-planoption-detail.gif);
}
#PlanIconDetailSA_p {
    clear: both;
    width: 800px;
    height: 254px;
    margin-left:120px;
    background-repeat: no-repeat;
    margin-top: 30px;
    text-indent: -9999px;
    background-image: url(../../../img/skin02/common/calendar/icon-planoption-detail_2.gif);
}
#PlanIconDetailBB {
    clear: both;
    width: 800px;
    height: 254px;
    margin-left:120px;
    background-repeat: no-repeat;
    margin-top: 30px;
    text-indent: -9999px;
    background-image: url(../../../img/skin02/common/calendar/icon-planoption-detail.jpg);
}
#PlanIconDetailBB_p {
    clear: both;
    width: 800px;
    height: 254px;
    margin-left:120px;
    background-repeat: no-repeat;
    margin-top: 30px;
    text-indent: -9999px;
    background-image: url(../../../img/skin02/common/calendar/icon-planoption-detail_p.jpg);
}
.PlanDetailTable {
    width: 300px;
    margin-top: 20px;
}

#CalendarTable {
    clear: both;
    width: 650px;
    border-collapse: collapse;
}
#CalendarTable td {
    padding: 2px;
    margin: 0px;
    border: 1px solid #CCCCCC;
}
.CalendarTitleWeek {
    font-size: 9px;
    font-family: Tahoma, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    font-weight: bold;
    text-align: center;
    height: 20px;
    background-color:#E6E6E6;
    width:83px;
}
.day {
    display:block;
    font-size: 12px;
}
.calendar-date-num {
    color: #113300;
    font-size: 14px;
    display: block;
    text-align: right;
}
.calendar-date-price {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.calendar {
    float: left;
}

#PlanCalendarMonthIconCaptionBlock {
    display: block;
    float: right;
    margin-top: 5px;
}
#PlanCalendarMonthIconCaptionBlock .IconFlag {
    background-image: url(../../../img/skin02/common/reserve/golficon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 5px;
}
#PlanCalendarMonthIconCaptionBlock .IconOk {
    color:#337B26;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
}
#PlanCalendarMonthIconCaptionBlock .IconFew {
    color:#337B26;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
}
#PlanCalendarMonthIconCaptionBlock .IconRec {
    background-image: url(../../../img/skin02/common/reserve/plan-mark_recommend.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
#PlanCalendarMonthIconCaptionBlock .IconReq {
    background-image: url(../../../img/skin02/common/reserve/plan-mark_request.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
.sp-plan {
    background-image: url(../../../img/skin02/common/calendar/icon-sp-plan.jpg);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
.WeekColorHoliday {
    color: #CC0000;
    background-color:#FFDDDD;
}
.WeekColorSaturday {
    color: #233B6C;
    background-color:#D3DEF3;
}
.WeekColorStyle01 {
}
.WeekColorStyle02 {
}

.mark0 {
    font-size: 18px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #CCCCCC;
    text-align: center;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 15px;
}
.mark2 {
    font-size: 24px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #9EA68C;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}
.mark2 a {
    color: #337B26;
    text-decoration: none;
    font-weight: bold;
}
.mark2caption {
    font-size: 18px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #337B26;
    font-weight: bold;
}
.mark1 {
    font-size: 24px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #337B26;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}
.mark1 a {
    color: #337B26;
    text-decoration: none;
    font-weight: bold;
}
.mark1caption {
    font-size: 18px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #337B26;
    font-weight: bold;
}
.mark0caption {
    font-size: 18px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    color: #CCCCCC;
    font-weight: bold;
}


#CalendarTable .MonthStyle01 {
    background-color: #F4F3E8;
    border: 1px solid #CCCCCC;
}
#CalendarTable .MonthStyle02, #CalendarTable .MonthStyle03 {
    background-color: #F9F9F9;
    color:#CCCCCC;
    border: 1px solid #CCCCCC;
}
#CalendarTable .MonthStyle04 {
    background-color: #F1FBDD;
    background: url(../../../img/skin02/common/calendar/bg_calendar_today.gif);
    border-right: 1px solid #3D962E;
    border-bottom: 1px solid #3D962E;
}
.MonthStyle05 {
}

.AlertMessage {
    color: #FF0000;
}
