/*====================================
フッターカレンダーエリア
=====================================*/
.ptFree {
	margin-bottom:20px;
}
.fcGlobal .CalendarBlock {
	width:320px;
	float:left;
	margin-bottom: 15px;
}

#cal0 table{
	float:left!important;
}
#cal0 table th,#cal0 table td,#cal1 table th,#cal1 table td {
	 border: 1px solid #cccccc;
   padding: 2px;
}
#cal0 table th,
#cal1 table th{
	text-align: left;
	padding: 10px;
}
#cal0 table,
#cal1 table{
	float:right!important;
	width:100%;
	background-color: #fff;
}
.CalendarBlock th p{
	color: #4c4c4c;
}
.dvBody #cal0 td:nth-child(1),.dvBody #cal1 td:nth-child(1){
    color: #000;
}
.dvBody #cal0 td:nth-child(7),.dvBody #cal1 td:nth-child(7){
    color: #000;
}
div.cal_wrapper {
	text-align:center;
	float: left;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width:150px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
.dvBody .headline {
    background-color: #cccccc;
    padding: 2px 1px;
    font-weight: normal;
    text-align: center;
}
.Sun,.Holyday,.Sat  {
	background-color: #ffcd95 !important;
    border-radius: 3px;
    margin: 2px;
    padding: 1px;
}
.Holyday span {
	display:none;
}
div.cal_wrapper table.cal tr td div.Sat {
	color: #000;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #000;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	/*font-weight: bolder;*/
	color: #000;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #000;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}

#BtmCalendar1 .pt1 img {
    background-color: #FFcc33;
    vertical-align: middle;
}
#BtmCalendar1 .pt2 img {
    background-color: #3333CC;
    vertical-align: middle;
}


/*====================================
ヘルパー

=====================================*/

.clear {
	clear:both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*clearFix  */
.clearFix:before,
.clearFix:after{
  content:"";
  display: table;
}
.clearFix:after{
  clear:both;
}

