@charset "UTF-8";
/* CSS Document */

.day{
	text-align: right;
	font-size: 15px;
	padding-bottom: 10px;
}

table{
	width: 100%;
	font-size: 16px;
}

td,th{
	width: 175px;
	height: 60px;
	border: 1px solid;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.th1{
	border-left: none;
	border-top: none;	
}

.L-cell{
	background: #909090;
}

.scroll table{
	width:100%;
}

.scroll{
	overflow: auto;
	white-space: nowrap;
}

.scroll::-webkit-scrollbar{
	height: 5px;
}

.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

@media screen and (max-width: 767px){
.day{
	font-size: 12px;
}
	
table{
	font-size: 12px;
}

td,th{
	width: 175px;
	height: 30px;
}
}