#page-container.sidebar-dark #sidebar {
	background-color:#980001 !important;
}
.bg-gd-dusk {
	background: #0b2830!important;
}
.sidebar-dark .content-side.content-side-user {
	background-color:rgba(0,0,0,.2) !important;
}
.bg-gd-emerald{
	background:#fff!important
}
.content-header {
}
.karaage-header {
	.logo {
		img {
			max-width: 100%;
			 height: auto;
		}
	}	
	.title {
		background: #980001;
		color: #fff;
		padding: .2em;
		margin-top: .5em;
		font-size: 0.8em;
	}

	
}
@media (max-width: 768px) {
	.content-header {
	}
	.karaage-header {
		display: none;
	}
}
.star {
	color: #e6b422;
}
.tasting-name {
	background: #980001;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.all {
	border-top: 1px solid #999;
	padding-top: 2rem!important;
}
	.all .tasting-name {
		background: #D3AF37;
	}
	.tasting-name.comment {
		background: #333333;
	}
.tasting-point {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: .5em;
}
	.tasting-point p {
		margin-bottom: 0;
	}
.star-10{
	font-size: 3em;
}
.totalpoint {
	font-size: 3.2em;
}
.totalpoint span {
	font-size: .5em;
}

