@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.calendarHeader{
    background-color: #00341C;
    padding: 5px 0;
    border-radius: 5px;
}
.calendarHeader a{
    color: #fff;
}
.calendarHeader p{
    text-align: center;
    color: #fff;
    margin: 0;
}
.calendar{
    width: 100%;
}
.calendar {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 4px;
}
.calendar td{
    color:#000;
    background-color: #F2F2F2;
    vertical-align: top;
    padding: 0.5em ;
}
.weekSun{
    background-color: #f00;
    color: #fff;
    width: calc(100% / 7) ;
    padding: 0.5em 0;
    font-weight: normal;
}
.week{
    background-color: #B2B2B2;
    color: #000;
    width: calc(100% / 7) ;
    padding: 0.5em 0;
    font-weight: normal;
}
.calendar .dateLabel{
    text-align: center;
}
.calendar .dateCell{
    text-align: center;
    font-size: 20px;
}
.calendar .dateCell a{
    color: #0f0 ;
}
.calendar .dateCell {
    color: #f00 ;
}
.timeTable{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    margin: 0 auto;
    color:#000;
    padding: 5px;
}
.timeTable a{
    font-size: 12px;
    background-color: #28AAE1;
    color:#fff;
}
.timeTable a:hover{
    color:#fff;
}
.timeTable a:visited{
    color:#fff;
}
.timeTable th{
    padding: 5px;
}
.timeTable td{
    background-color: #fff;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    color:#000;
    padding: 5px;
}
.reservedTime{
    background-color: #ccc !important ;
}
.reservedTime a{
    display: none;
}
.ui-widget {
    font-family: 'Noto Sans JP', sans-serif;
}
.reserved{
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.reserved a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.noReserved{
    background-color: #5bFF5b;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.noReserved a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
}
.reservedHighlight{
    background-color: #FF9999;
    color: #fff;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.reservedHighlight a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.noReservedHighlight1{
    background-color: #ffff00;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.noReservedHighlight1 a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.noReservedHighlight2{
    background-color: #ffff88;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.noReservedHighlight2 a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.noReservedHighlight3{
    background-color: #ffffcc;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.noReservedHighlight3 a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.labelRsvHighlight{
    background-color: #FF9999;
}
.labelHighlight1{
    background-color: #ffff00;
}
.labelHighlight2{
    background-color: #ffff88;
}
.labelHighlight3{
    background-color: #ffffcc;
}
.disabled{
    pointer-events: none;
    background-color: #C8C8C8;
    color: #888;
}
.usageGuide{
    background-color: #fff;
    padding: 5px 0;
}
.usageGuide > div{
    display: inline-block;
}
.fixedReserved{
    background-color: #A2FF5B;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.fixedNoReserved{
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.dateBox{
    position: relative;
}
.dateBox a{
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dateBox a:hover{
    background-color: rgba(8,0,0,0.3) ;
}
.targetDate{
    background-color: #FFA7A7 !important;
}
.define{
    background-color: #FF5B5B;
    color: #fff;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.undefine{
    background-color: #5bFF5b;
    color: #000;
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    border-radius: 4px;
    position: relative;
}
.define a, .undefine a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
}