@charset "utf-8";

/* ----------------------------------------------------------
after style.css import 
---------------------------------------------------------- */


/* スケジュール */
.schedule {
	padding:0px 0px 30px 0px;
	margin:5px 0px 0px 0px;
}


.schedule a:link , .schedule a:visited { 
	color: #666; 
	text-decoration: none;	
}

.schedule a:active ,.schedule a:hover {
	color: #666;
	text-decoration: underline;
}



.schedule h3 {
	margin:10px 20px 10px 20px !important;
	padding:7px 20px 7px 20px !important;
	font-size:13px !important;
	background:none !important;
	background-color:#D0E2FA !important;
	border:none !important;
	color:#333 !important;
}

.schedule .month_navi{
	padding:0px 0px 10px 0px;
	text-align:center;
}





.schedule table.sche {
	width:646px !important;
	margin:20px 0px 20px 20px;
	border-collapse:collapse;
}

.schedule table.sche th {
	background-color:#8FC0E3;
	text-align:center !important;
	padding:5px 0px 5px 0px !important;
	border:none !important;
	border:solid 1px #1076BF !important;

	color:#fff;
	font-weight:bold;
}
.schedule table.sche th.w1 {
	width:14% !important;
}
.schedule table.sche th.w2 {
	width:15% !important;
}
.schedule table.sche td {
 	word-break:break-all;
	font-family: "MS ゴシック",sans-serif; 
   	letter-spacing:0em;	
	padding:5px 5px 5px 5px !important;
	border:none !important;
	border:solid 1px #1076BF !important;

	line-height:1.3;
	vertical-align:top;
	text-align:left !important;

	height:68px;

}



.schedule .calday{
	padding-bottom:5px;
	text-align:center !important;
}
.schedule .selmonth{
	width:235px;
	float:left;
	padding-bottom:20px;
	margin-left:20px;
	text-align:left;
}
.schedule .selmonth form{

	text-align:left;

}


.schedule .selall{
	width:300px;
	float:left;
	padding-bottom:20px;
}

.schedule .btn{
	border:1px solid #666;
	background-color:#ffffcc;
	padding:2px 5px 2px 5px;
	font-size:12px;
}

.schedule .hr_bdr{
	width:646px !important;
	margin:0px 0px 5px 20px;

	border-bottom:solid 2px #1076BF;
	height:1px;
	line-height:1px;
	padding:10px 0 0 0;
}

.schedule .syosai{
	color:#1076BF;
	padding-bottom:0px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}


.schedule .schelist {
	width:648px;
	margin:0px 0px 20px 20px;
	border:solid 1px #1076BF;
	font-size:12px;
	line-height:1.3;
}



.schedule .schelist .title{
	font-weight:bold;
	padding-bottom:5px;
}

.schedule .schelistdata{
	padding-bottom:5px;
	text-align:left !important;
}
.schedule .schelistdata2{
	padding:10px 10px 10px 10px;
}

