﻿@charset "utf-8";
/*カレンダーエリア*/
.calenderArea.locator {
    clear: both;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}
.calendar {
    border-bottom-color: #FFF4D8;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-value: #FFF4D8;
    border-left-style-value: solid;
    border-left-width-value: 3px;
    border-right-color-value: #FFF4D8;
    border-right-style-value: solid;
    border-right-width-value: 3px;
    border-top-color: #FFF4D8;
    border-top-style: solid;
    border-top-width: 3px;
    margin-top: 10px;
    padding-bottom: 3px;
    width: auto;
}

.calendar div.date {
    height: 35px;
    padding-left: 7px;
    padding-top: 7px;
}

.calendar div.date ul {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    padding-right: 10px;
}

.calendar div.date ul li.lastmonth {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("./images/mark_cal_back.gif");
    background-origin: padding-box;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    top: 5px;
}

.calendar div.date ul li.nextmonth {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("./images/mark_cal_next.gif");
    background-origin: padding-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    float: left;
    font-size: 95%;
    padding-left: 2px;
    padding-right: 8px;
    position: relative;
    top: 5px;
}

.calendar div.date ul li a {
    color: #545DAC;
}
.calendar div strong {
    color: #FE0201;
    display: block;
    font-size: 95%;
    text-align: left;
}

.calendar table {
    border-collapse: separate;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    width: 98%;
}

.calendar th, .calendar td
{
	line-height: 2;
	color: #333333;
	font-size: 120%;
}

.calendar table th.zero {
    background-color: #FFFFFF !important;
}
.calendar table tr th {
    background-color: #DDDDDD;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-value: -moz-use-text-color;
    border-left-style-value: none;
    border-left-width-value: 0;
    border-right-color-value: -moz-use-text-color;
    border-right-style-value: none;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #666666;
    font-weight: normal;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
}

.calendar table th.sat {
    background-color: #BBDDFF;
}

.calendar table th.sun {
    background-color: #FFBADC;
}

.calendar table th.even {
    background-color: #FFF4D5 !important;
}

.calendar table th.odd {
    background-color: #E1E4FF !important;
}

.calendar table td.holiday {
    background-color: #FFDDEE;
}

.calendar table td {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-value: -moz-use-text-color;
    border-left-style-value: none;
    border-left-width-value: medium;
    border-right-color-value: -moz-use-text-color;
    border-right-style-value: none;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #D3D3D3;
    line-height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}

.calendar table td.sat {
    background-color: #DCEDFD;
}

.calendar table td.sun {
    background-color: #FFDDEE;
}

.calendar table td.on {
    background-color: #FFE665;
}
.calendarC label{
  display:block;
  color:#666666;
  font-weight:bold;
}
.calendarC label:hover{
  cursor:pointer;
  text-decoration:underline;
}
.calendarC input{
  position:absolute;
  left:-1000000px;
}

.calendar div.date ul li a {
  color:#545DAC;
  text-decoration: none;
}

.date em, .date ul, .date li {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

/* カレンダー */
div#calendarParts .calendarC a{
	text-decoration: none;
    display: block;
    color: #666666;
    font-weight: bold;
}
