.headNavi {
	font-size: 90%;
	}

.sightWrap {
	padding-top: 3em;
	}

.tableScroll{
	font-size: 90%;
	text-align: left;
	}

.table ul{
	display: flex;
	flex-wrap: wrap;
	align-self: stretch;
	list-style: none;
	order: 1;
	}
.table li{
	margin: 0 0.25em 0 0;
	padding: 0.15em 0.5em;
	background: #49BDC9;
	color: #fff;
	font-size: 90%;
	}
.table .new{
	background: rgba(232,0,127,0.7);
	}
.table .cancel{
	background: rgba(128,0,0,0.8);
	}

#sideYm{
	margin-top: 1.5em;
	}
	#sideYm ul{
		list-style: none;
		}
		#sideYm li{
			padding: 0.5em;
			border-bottom: 1px solid #49BDC9;
			}
		#sideYm li+li{
			margin-top: 0.5em;
			}
		#sideYm li.active{
			}
		
	#sideYm a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: inherit;
		fill: #BDCCD4;
		text-decoration: none;
		line-height: 1.4em;
		}
		#sideYm a:hover{
			opacity: 0.8;
			color: #49BDC9;
			fill: #49BDC9;
			}
		#sideYm li.active a,#sideYm li.active a:hover{
			color: #49BDC9;
			fill: #49BDC9;
			}
	#sideYm i{
		display: flex;
		align-content: center;
		margin-right: 0.5em;
		}
	#sideYm svg{
		width: 1em;
		height: 1em;
		}
	

/* for mobile */
@media (max-width: 767px) {
.sightWrap {
	padding-top: 5em;
	}
.tableScroll{
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #ccc;
	}
	.tableScroll table{
		width: auto;
		margin: -1px;
		}
	.tableScroll th,
	.tableScroll td{
		white-space: nowrap;
		}
}