@charset "UTF-8";
.pg_err{
	color:red
}
input:disabled ,
select:disabled ,
textarea:disabled, 
select:disabled {
  border: 1px solid #fff;
}
.form-input.w-50{
	width: 50%;
}
.form-input.w-38{
	width: 38%;
}

.txt-a-left{
	text-align: left;
}
.txt-a-right{
	text-align: right;
}

.calendar_tbl{
	width: 100%;	
}
.calendar_tbl tbody tr td,
.calendar_tbl tbody tr th{
	border: 1px solid #dcdcdc;
	text-align:center;
}

.event-category.category10 {
  background: #aeaeae;
}
.event-category.category20 {
  background: #53b2b0;
}
.event-category.category30 {
  background: #e69b2e;
}

.ft-w110{
	font-size:110%!important;
}
.ft-w120{
	font-size:120%!important ;
}
.ft-w130{
	font-size:130%!important ;
}
.ft-w140{
	font-size:140%!important ;
}
.ft-w150{
	font-size:150%!important ;
}
.ft-w160{
	font-size:160%!important ;
}
.txt-red{
	color:red;
}
.cal_select_ymd{
	font-size:150%;
	color:#f9cc19;
}