@charset "utf-8";
/* CSS Document */

select {
	width: 300px;
}

#button {
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-bottom:10px;
}


#calender1, #calender2 {
	border-collapse: collapse;
	border: 1px solid #006;
}

#calender1 td {
	width: 70px;
	font-size: 16px;
	text-align: center;
}


#calender2 {
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #eee;
	/*overflow-x: scroll;*/
	overflow: hidden;
}

/*
#calender2::-webkit-scrollbar{
	height: 15px; 
}
	*/

.table-container {
	overflow-x: auto; /* Allow horizontal scrolling for the table */
	margin: 10px auto;
}

#calender2::-webkit-scrollbar-track{
	margin: 0 2px; 
	background: #ccc; 
	border-radius: 5px; 
}

#calender2::-webkit-scrollbar-thumb{
	border-radius: 5px; background: #666; 
}

#calender2 table {
	margin: 10px auto;
	background: white;
}

#calender2 tr {
	/* height: 40px; */
}

#calender2 th {
	/* width: 10px; */
	border: 1px solid #006;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	white-space: nowrap;
	position:sticky;
	left:0;
	background-color: white;
	font-size:10px;
}

#calender2 td {
	border: 1px solid #006;
	width: 30px;
	text-align: center;
}

#calender2 td a {
	display: block;
	padding-top: 10px;
	height: 35px;
}

#calender2 td a:hover {
	background: #FC3;
	color: white;
}


#calender2 .time {
	font-size: 13px;
	line-height: 1.1em;
}

#calender2 p {
	font-size: 14px;
	/* width: 500px; */
}


#yoyaku_head {
	padding-top: 50px;
	height: 150px;
}


#yoyaku_left {
	width: 100%;
	float: left;
	padding-top: 10px;
}

#yoyaku_left p span {
	font-size: 100% !important;
}

#yoyaku_right {
	clear: both;
}

#yoyaku_left, #yoyaku_right {
	/* height: 220px; */
}

#yoyaku_bt {
	text-align: center;
	margin-top: 10px;
}

#yoyaku_bt img {
	width: 100%;
}

#yoyaku_head p span{
	font-size: 100% !important;
}


#filter, #hanrei, #hanrei_sub {
	clear: both;
	border: 1px solid #006;
}

#filter{
	margin-top:10px;
}

#filter fieldset {
	width: 980px;
}

#filter_list {
	padding: 10px;
	font-size: 14px;
}

#filter_list li.kai li {
	display: inline-block;
	margin: 0 5px;
}

#filter_list ul {
	margin-left: 5%;
	margin-right: 5%;
}

.today {
	background: #FFC;
}

.sunday {
	background: #FCC;
}

.suturday {
	background: #CCF;
}

.reserved_td {
	background: #FDE8D0;
}

.link_span {
	text-decoration: underline;
	color: #00F;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.over {
	cursor: pointer;
}

#top #side #yoyaku_week #filter form #filter_list .kai ul {
	padding: 0px;
}

#shisetu_name {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

.link_span {
	cursor: pointer;
}

.shisetsu-label{
	width:140px;
	height:22px;
	background:#0C4EC2;
	border-radius:10px;
	margin-top:2px;
	font-weight:bold;
	color:white;
	text-align: center;
	margin-top:10px;
	margin-bottom:5px;
}

.cal-caption{
	font-size: 18px;
	text-align:left;
	padding-left: 1%;
}

.table-description{
	margin-top: 10px;
}

.entry-role{
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #FF0000;
	font-size: 13px;
}

h4.midashi3{
	background:url("../img/midashi3.png");
	color:white;
	width:230px;
	padding-top:3px;
	margin-bottom:5px;
	text-align:center;
}