@charset "utf-8";


/*---------------------------------------------------------------------------------------*/
/* コースガイドカレンダー改修スタイル
/*---------------------------------------------------------------------------------------*/

#booking-c table.calendar-table td.td-open{
	width: 24px;
	padding: 0 0 5px;
	background:#EEFFFF url(/images/guide/bg_footer.gif) no-repeat left bottom;
	text-align: center;
	border: 1px solid #555555;
	border-bottom:3px solid #565656;
	font-size: 11px;
	line-height: 16px;
}
#booking-c .plan-window{
	position:relative;
	background:url(/images/guide/bg_header.gif) no-repeat center top;
}
#booking-c .plan-window h3{
	margin-bottom:10px;
}
#booking-c .plan-window p.close{
	position:absolute;
	left:860px;
	top:16px;
}

/* plan_window-1 内のスタイル */

#booking-c .plan-window-1 .playfee{
	margin-bottom:15px;
	background-color:#FFFFFF;
}
#booking-c .plan-window-1 .playfee table{
	width:100%;
	border:0;
	border-collapse:collapse;
	font: 13px/1.231 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
}
#booking-c .plan-window-1 .playfee th{
	width:40%;
	border:1px solid #999999;
	background-color:#F0F0F0;
	text-align:center;
}
#booking-c .plan-window-1 .playfee td{
	width:60%;
	border:1px solid #999999;
	text-align:center;
	font-size:100%;
}
#booking-c .plan-window-1 .playfee span.right{
	padding-right:5px;
	text-align:right;
	color:#DD0000;
	font-weight:bold;
}
#booking-c .plan-window-1 .playfee div.txtAR{
	padding-right:5px;
	text-align:right;
	font-size:70%;
}


/* plan_window-2 内のスタイル */

#booking-c .plan-window2-cont{
	height:418px;
}


/* plan_window-3 内のスタイル */

#booking-c .plan-window-3{
	position:relative;
}
#booking-c .plan-window-3 p.empty{
	position:absolute;
	top:3px;
	left:305px;;
	width:40px;
	text-align:right;
	color:#DD0000;
	font-size:108%;
	font-weight:bold;
}
#booking-c .booking-status{
	border:0;
	border-collapse:collapse;
	margin:0;
}
#booking-c table.booking-status th{
	background-color:#F0F0F0;
	border:1px solid #999999;
	font-size:12px;
	color:#333333;
	text-align:center;
}
#booking-c .booking-status-cont {
	height: 358px;
	overflow-x: hidden;
	overflow-y: scroll;
}

