/* default dimensions and justification for each month including title */
.jCal {
	/* each day width + border-left + border-right */
	text-align:center;
}
/* default dimensions and justification for each month not including title */
.jCalMo {
	overflow:visible;
	padding-right: 0em;
	padding-left: 0em;
	white-space:nowrap;
}
/* top month display block - i.e. January */
.jCal .month, .jCal .monthSelect, .jCal .monthName, .jCal .monthYear {
	text-align:center;
	font-size:130%;
	color:dimgrey;
	display: inline-block;
	width: 85%;
	margin:0px;
}
/* month name per calendar style - includes left/right padding and alignment */
.jCal .monthName {
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
/* year per calendar style - includes left/right padding and alignment */
.jCal .monthYear {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
/* width of monthName + monthYear */
.jCal .month {
}
/* hilight style for new month combobox pulldown for hover */
.jCal .monthSelect {
	background:#EEE;
}
/* do not edit - this enables the new month combobox selector */
.jCal .monthSelector {
	position:absolute;
}
/* do not edit - this enables the new month combobox selector "shadow" for capturing auto-hide */
.jCal .monthSelectorShadow {
	position:absolute;
	background:#808080;
	padding:0px;
}
/* this is the hover for the month name */
.jCal .monthNameHover {
	background:#EDEDED url(./double-arrow-vert.gif) center left no-repeat;
	color:#808080;
}
/* this is the hover for the year */
.jCal .monthYearHover {
	background:#EDEDED url(./double-arrow-vert.gif) center right no-repeat;
	color:#808080;
}
/* this is the hover for the new month or year hover in the new combobox selection */
.jCal .monthSelectHover {
	background:#069;
	color:#FFF;
}

/* day block dimensions and style - for all day blocks */
.jCalMo .dow{
	background: #DCB;
}
.jCalMo .dow1{
	background: #C33;
}
.jCalMo .dow2{
	background: #33C;
}
/* day block dimensions and style - for all day blocks */
.jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .selectedDay {
	width: 14.28%;
	color:dimgrey;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #EEE;
	cursor:default;
	float:left;
}
/* day of week header specific style */
.jCalMo .dow , .jCalMo .dow1, .jCalMo .dow2 {
	color: #FFF;
	border-bottom: 0;
	width: 14.28%;
	font-size: 120%;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #EEE;
	text-align:center;
	cursor:default;
	float:left;
}

/* actual calendar day default style */
.jCalMo .day, .jCalMo .invday {
	height:5em;
}
/* selectable calendar day specific style */
.jCalMo .day {
	cursor:pointer;
	background:#ffffff;
}
/* blacked-out calendar day specific style */
.jCalMo .invday {
	background:#fafafa;
	color:#CCC;
}
/* previous and subsequent months calendar day specific style */
.jCalMo .pday, .jCalMo .aday {
	height:5em;
	background:#e3e3e3;
	color:#CCC;
}
/* selected day */
.jCalMo .selectedDay:first-of-type {									/*20160721 change*/
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(255, 180, 180);
}
/* mouseover hilighted selectable day */
.jCalMo .overDay:first-of-type{										/*20160721 change*/
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(255, 210, 210);
}

/**************** selectedfirstDay 20160721 add start*****************/
.jCalMo .selectedFirstDay{
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(255, 180, 180);
}
.jCalMo .overFirstDay{
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(255, 210, 210);
}
/*20160721 add end*/
/* left month navigation button - no need to change */
.jCal .left , .jCal .right {
	width:7.5%;
	height:2em;
	cursor:pointer;
}

.jCal .left:after ,
.jCal .right:after {
	font-family: fontawesome;
}

.jCal .left:after {
	content: "\f0d9";
}
/* right month navigation button - no need to change */
.jCal .right:after {
	content: "\f0da";
}
/* no need to change - this is for carousel opacity */
.jCalMask, .jCalMove {
	position:absolute;
	overflow:hidden;
}
.dInfo {
			font-size:80%;
			color:#fff;
			padding-top:1px;
			padding-bottom:1px;
		}

/*additional for iwasakihotels*/

.dayinfo {
	text-align:center;
	line-height:25px;
	font-weight: normal;
}
.dayday {
	text-align:center;
	color:#ff0000;
	line-height:40px;
	font-weight: normal;
}

fullday {
	text-align:center;
	color:#ff0000;
	line-height:40px;
}

.jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .selectedDay {
	font-weight: bold;
	font-size: 120%;
}

/*20160722 change status_c → status_m*/
.status_f:before ,
.status_o:before ,
.status_n:before ,
.status_m:before {
	font-family: "fontawesome";
	font-size: 140%;
}

.status_f:before {
	font-family: sans;
	content: "▲";
	color: #FC0;
}

.status_o:before {
	content: "\f111";
	color: #090;
}

/*20160722 change status_c → status_m*/
.status_m:before {
	content: "\f00d";
	color: #C00;
}

.status_n:before {
	content: "\f00d";
	color: #C00;
}

/* .status_n:before { */
/* 	content: "\f165"; */
/* 	color: blue; */
/* } */