.modules.schdule {

}

/* scheduleCalendar */
.modules.schdule .scheduleCalendar {
	padding: 5px 20px 20px 20px;
	border: 1px solid #0a3c85;
}
.modules.schdule .scheduleCalendar h2 {
	text-align: center;
	color: #0a3c85;
	font-size: 16px;
	margin: 10px 0;
}
.modules.schdule .scheduleCalendar table {
	width: 100%;
}
.modules.schdule .scheduleCalendar table thead th {
	width: 1%;
	border: 1px solid #e9e9e9;
	background-color:#f1f1f1;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	line-height: 150%;
}
.modules.schdule .scheduleCalendar table thead th:nth-of-type(1) {
	color: #ea4e00;
}
.modules.schdule .scheduleCalendar table thead th:nth-of-type(7) {
	color: #017ccf;
}
.modules.schdule .scheduleCalendar table tbody td {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #e9e9e9;
	line-height: 200%;
}
.modules.schdule .scheduleCalendar table tbody td:nth-of-type(1),
.modules.schdule .scheduleCalendar table tbody td.holiday {
	color: #ea4e00;
}
.modules.schdule .scheduleCalendar table tbody td:nth-of-type(7) {
	color: #017ccf;
}


/* scheduleList_btnArea */
.modules.schdule .scheduleList_btnArea {
	text-align: right;
}
.modules.schdule .scheduleList_btnArea span {
	display: inline-block;
	padding: 1px 5px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	user-select: none;
	background-color: #275b89;
	border-color: #1f496d;
}
.modules.schdule .scheduleList_btnArea span a {
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

/* scheduleList */
.modules.schdule .scheduleList {
	margin-left: 30px;
}
.modules.schdule .scheduleList li {
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	margin: 3px 0;
	font-size:18px;
	line-height: 1.6;
}
.modules.schdule .scheduleList li:before {
	width: 2px;
	height: 2px;
	position: absolute;
	content: "";
	display: block;
	background-color: #70559d;
	top: 13px;
	left: 3px;
}
.modules.schdule .scheduleList li span.date {
	color: #70559d;
	display: inline-block;
	width: 30%
}
.modules.schdule .scheduleList li span.title {
	display: inline-block;
	font-weight:300;
}
.modules.schdule .scheduleList li span.title a {
	color: #333;
}
.modules.schdule .scheduleList li span.holiday {
	color: #ea4e00;
}
.modules.schdule .scheduleList li span.holiday a {
	color: #ea4e00;
}

/* custom button */
.board_write .write_btn .right_area > button {
	color:#fff;
	display:inline-block;
	min-width:76px;
	height:31px;
	margin:2px;
	line-height:31px;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	border-radius:3px;
}
.board_write .write_btn .right_area .btn_del {
	border:1px solid #d3220e;
	background:#d3220e;
}
.board_write .write_btn .right_area .btn_wrt {
	border:1px solid #1f496d;
	background:#275b89;
}
