* { padding: 0; margin: 0; }
ul{ list-style:none; }
ol{ list-style:none; }
img{ border:0;
     display: inline;
     vertical-align: middle;
}
fieldset{ border:0; }
table{ border-collapse:collapse; border-spacing:0; }
th{ text-align: left; }
caption{ text-align: left; }
select{vertical-align:middle; font-size:10px; ime-mode:disabled;}
input{vertical-align:middle;}

/*  フォーム周り余白（無し）  */
form{ margin: 0px; }
#cal_header{
	width:669px;
	height:auto;
	padding:10px;
	margin:5px 5px 0px 5px;
	/*background-image:url(../images/cal_top.gif);*/
	background-repeat:no-repeat;
}

#contents_tabsarea {
    float:left;
    width:710px;
    min-height:250px;
    /*height:auto !important;*/
    height:auto;
    border:solid 2px #9A8C8C;
    padding-bottom:10px;
}


div.calendar-area {
	
	background-color:#b4a6a1;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	margin:10px;
	padding:10px;
}
table.calendar {
	border-collapse: collapse;
	width: 100%;
	background-color:#FFFFFF;
	clear:left;
	table-layout: fixed;
}
table.calendar th, table.calendar td {
	border: 1px solid #b9d3e9;
	/* padding:5px; /* 表示モードに依存するでJSで */
}
table.calendar thead th.title span {
	display: block;
	height: 15px;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bolder;
}
table.calendar tr.plan td,table.calendar tr.plan th{
	border-top:3px solid #b9d3e9 !important;
}
table.calendar tr.plan .res_contents td,table.calendar tr.plan res_contents th{
	border-top:none !important;
}

table.calendar tr.head th {
text-align:center;
font-weight:bold;
border: 1px solid #b9d3e9;
}

table.calendar td.rollover {
background-color:#9bffff;
}

table.calendar th.title {
    padding-left: 2px;
    padding-right: 2px;
	background-color:#dcf1fa !important;
	overflow: hidden;
}
table.calendar thead th.title span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
table.calendar tbody th.title span {
	display: none;
	overflow: hidden;
}
table.calendar th.row {
	width:16px !important;
/*	width:2% !important;*/
	text-align: center;
}

table.calendar .cell {
	border-left: none;
	border-right: none;
	overflow: hidden;
	height: 10px;
	text-overflow: clip;
}
table.calendar .cellR {
	border-left: none;
	border-right: 1px solid #b9d3e9;
}
.subplan {
	text-align:center;
	vertical-align:middle;
}
.subplan .res_contents {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
	display: none;
	height: 35px;
	max-height: 35px;
}
.subplanA {
background-color:#20b9ff;
	text-align:center;
	vertical-align:middle;
}
.subplanB {
background-color:#ff3ca8;
	text-align:center;
	vertical-align:middle;
}

/* No Calendar */
.nocalendar {
	text-align: center;
	padding: 50px;
	height: 50px;
	clear:left;
}

/* Ajax loading */
#loading {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
    background: #dcf1fa;
    padding: 5px 5px 5px 5px;
	z-index: 100000;
}
/* Color List */
#legend_cellcolor {
	position: absolute;
	width: 300px;
	background: #eee;
	padding: 10px;
	display: none;
}
#legend_cellcolor li {
	padding: 1px;
}
#legend_cellcolor li div {
	border: 2px solid #fff;
	line-height: 25px;
	padding: 0 10px;
	width: 280px;
	overflow: hidden;
}
#legend_cellcolor li div span {
    font-weight: bold;
}

/* Dialog */
.popup .ui-dialog-titlebar {
	display: none;
}
.popup-reserve .ui-dialog-titlebar.clearfix {
	display: block;
}
.popup-reserve .ui-dialog-titlebar.clearfix input {
	cursor: pointer;
}
.popup-reserve .ui-dialog-titlebar-close {
	display: none;
}
input.notlikeform {
	border: none;
}
input.ico_customer {
	background: url(../image/ajax/user-icon.png) no-repeat left center;
	padding-left: 20px;
}
input.ico_guest {
	background: #FFFFFF;
	padding-left: 0px;
}
div.popup-calendar {
	background: url(../image/ajax/bg_pop.png) no-repeat;
	border: none;
}
/* Week Display*/
#top-area-week {
	background-color:#1c92f2;
	border-bottom:1px solid #1484df;
	width:100%;
	overflow:hidden;
}
/* Guide Comment */
.guidecomment_label {
	color: #393;
	padding-right: 5px;
}
