@charset "utf-8";
/* CSS Document */
div.iraidata {
	width: 70%;margin-top:0px;
}
.seiyakudate {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.irai-item-course {
	width: 30%;
}
.irai-item-category {
	width: 7%;
}
.irai-item-kind {
	width: 7%;
}
.irai-item-kingaku {
	width: 30%;
}
.irai-item-bikou {
	width: 26%;
}

.noRequest {
	margin-top: 4rem;
	margin-right:auto;
	padding: 1rem;
/*	background:#f00;*/
	font-size:1.5rem;
/*	border:1px solid #990;*/
}

div.iraidata {
	height: 100%;
	min-height: 100%;
}

div.iraidata h3.irai-urikai {
	display: block;
	font-size:100%;
	color: #fff;
	padding: 20px;
	width: 50%;
	
}
div.iraidata table {
	border-top:0px solid #993;
	border-right:1px solid #993;
	border-bottom:1px solid #993;
	border-left:1px solid #993;
	margin-bottom: 1em;
}
div.iraidata table th {
	border-right:0px solid #999933;
	border-bottom:0px solid #999933;
	text-align:left;
	color: #666 !important;
}
div.iraidata table th.lab {
	font-weight:normal;
	text-align:center;
}
div.iraidata table th.date {
	color:#333333;
	font-weight:normal;
	font-size:90%;
	text-decoration:none;
}
div.iraidata table a {
	text-decoration:none;
}
div.iraidata table td {
	border-right:0px solid #993;
	border-bottom:0px solid #993;
	border-top:1px solid #993;
	height:22px;
}
div.iraidata table td p {
	margin-left:2px;
}
div.iraidata h3 {
	display: block;
	width: 100% !important;
	padding: 0.25em 0 !important;
	text-align: center;
/*	background: #FC0;*/
	background: #6C6;
	color: #fff !important;
	font-weight: normal;
}

#calender {
	width: 29%;
	float: right;
/*	margin:20px 0px 0px 0px;*/
}
#calender table.small {
	width:100%;
	border-top: 1px solid #996;
	border-left: 1px solid #996;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 0.5em;
}
#calender table.small caption {
/*	background: #996;*/
	background: #69f;
	line-height: 1.5em;
	font-weight:bolder;
	color: #ffc;
}
#calender table.small th, #calender table.small td {
	font-weight: normal;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	text-align:center;
}
#calender table.small th {
	color:#333333;
/*	background: #cc9;*/
	background: #CFF;
}
#calender table.small td {
}
#calender table.small td.yasumi, #calender table.small td.sun, #calender table.small td.syuku {
	background: #f00;
	color: #fff;
}
#calender table.small td.sat {
	background: #fff;
	color: #666;
}
#calender table.small td.syuku {
	color:#ff0;
}

@media screen and (max-width:900px) {
div.iraidata {
	width: 100%;
	margin: 0;
	float: none;
}
.iraidata table {
	width: 100%;
}

#calender {
	width: 100%;
	float: none;
	margin-top:4em;
	margin-bottom:1em;
}
#calender table.small {
	width: 100%;
	margin: 0;
}
}

@media screen and (max-width:600px) {
div.iraidata {
	display:block;
	float: none;
}
.iraidata table {
	width: 100%;
}

#calender {
	display:block;
	float: none;
}
#calender table.small {
	width: 100%;
	margin: 0;
}
}

div.sticky {
	overflow:hidden;
	position:-webkit-sticky;
	position:-moz-sticky;
	position:-ms-sticky;
	position:sticky;
	top:0;
	padding:0.5em;
	background-color:rgba(255,255,255,1);
	border-bottom:2px solid rgba(255,255,255,0.5);
	z-index:9999;
}
@media screen and (max-width:896px) {
div.sticky {
	overflow:scroll;
	position:initial;
}
}