.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:#FBE7F0;
	cursor:pointer;
}

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

#modal-content h2{
	font-size:30px;
}

#modal-content{
	width:95%;
	height:90%;
	margin:1.5em auto 0;
	margin-bottom: 50px;
	padding:10px 20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:40px;
	background:#fff;
	z-index:0;
	position:static;
	display:none;
	overflow: scroll;
}

.modal-content-detail{
	width:85%;
	height:70%;
	margin:auto 0;
	margin-bottom:80px;
	padding-top:0px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	position:static;
	display:none;
	overflow: scroll;
	font-size:34px;
	color: #000;
}

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

.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:0;
	display:none;
	position:static;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

textarea#schedule{
	font-size:40px;
	width:99%;
	height:200px;
	border:0px;
}

ul.schedule{
	list-style:none;
}

div.schedule{
	font-size:32px;
	width:95%;
	height:auto;
	max-height:80px;
	margin:22px 10px;
	padding:8px 2px;
	word-break: break-all;
	overflow: hidden;
	/*
	background-color:#E0E6F8;
	
    text-overflow: ellipsis;
    white-space: nowrap;
	*/
}

div.schedule a{
	font-size:32px;
}

div.year_month_label{
	font-size:40px;
	font-weight:bold;
}

span.d_num{
	font-size:40px;
}

span.add_schedule a{
	font-size:30px;
	margin-left:16px;
}

table#list {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table#list th,
table#list td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
	font-size:18px;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
}
table#list td{
	float:left;
	min-height:200px;
	width:98%;
	border: 1px solid #999;
}

table#list th {
  background-color: #eee;
  text-align: left;
  font-size:36px;
}

@media screen and (max-width: 480px) {
  table#list {
    border: none;
  }
  table#list thead {
    display: none;
  }
  table#list tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table#list td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
  }
  table#list td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

table#list th{
	display:none;
}

table#list td.cal_dis{
	display:none;
}

span.d_date{
	font-size:30px;
}

div#rle_list{
	text-align:center;
}

input#urlCopyButton{
	font-size:30px;
	display:none;
}

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