table#list{
	width:1197px;
	margin-top:0px;
	text-align:center;
	border: 1px #BDBDBD;
	border-collapse: collapse;
}

table#list th, table#listtr, table#list td{
	border: 1px #BDBDBD solid;
	border-collapse: collapse;
}

table#list th{
	height:50px;
}

table#list td{
	width:150px;
	height:90px;
	font-size:18px;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
}

.cal_holidy {
	background-color:#FFAAAA;
	cursor:pointer;
}

.cal_holidy:hover {
	background-color:#FFCCCC;
	cursor:pointer;
}

.cal_nomal {
	background-color:#FFFFE0;
	cursor:pointer;
}

.cal_nomal:hover {
	background-color:#FFE4B5;
	cursor:pointer;
}

.cal_dis {
	background-color:#EEEEEE;
	color: #AAAAAA;
}

#modal-content{
	width:45%;
	height:auto;
	max-height:60%;
	margin:1.5em auto 0;
	padding:10px 20px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	position:fixed;
	display:none;
	overflow: scroll;
}

.modal-content-detail{
	width:45%;
	height:auto;
	max-height:80%;
	margin:1.5em auto 0;
	padding:10px 20px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	position:fixed;
	display:none;
	overflow: scroll;
	color: #000;
	font-size:16px;
}

.modal-content-detail h2{
	font-size:16px;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#ff0000;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

ul.schedule{
	list-style:none;
	margin:0 0;
	padding:0 0;
}

li.schedule{
	margin:0 0;
	padding:0 0;
}

textarea#schedule{
	width:99%;
	height:200px;
}

div.schedule{
	font-size:11px;
	width:138px;
	height:auto;
	max-height:34px;
	margin:6px 0px;
	padding:2px 6px;
	background-color:#FCFBFB;
	word-break: break-all;
	overflow: hidden;
	line-height: 18px;
	/*	
    text-overflow: ellipsis;
    white-space: nowrap;
	*/
}

div.schedule:hover{
	background-color:#EFEFEF;
}

span.add_schedule a{
	font-size:12px;
	margin-left:6px;
}

div.year_month_label{
	font-size:18pt;
}

span.d_date{
	display:none;
}

div#rle_list{
	text-align:center;
}

div.footer_cal_nav{
	display:none;
}

input#urlCopyButton{
	font-size:12px;
}

#modal-schedule-body{
	word-break: break-all;
}