@charset "UTF-8";

#trend #main > h1 {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 1.5em 0;
	line-height: 1.3;
	padding-left: 7px;
	border-left: 7px solid #b71c1c;
}
#trend #main > p.notice {
	font-size: .7rem;
	line-height: 1.3;
	margin: 1em 0;
	color: #999;
}
#trend nav.hour {
	position: relative;
}
#trend nav.hour dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    width: 100%;
}
#trend nav.hour dt {
    padding: 5px 0px;
    font-size: .75rem;
    line-height: 1;
    white-space: nowrap;
}
#trend nav.hour a,
#trend nav.hour span {
	display: block;
    padding: 5px 0px;
    font-size: .75rem;
    line-height: 1;
    width: 2em;
    text-align: center;
}
#trend nav.hour span {
	color: #ccc;
}
#trend nav.hour .selected {
    background: #b71c1c;
    border-radius: 3px;
    color: #fff;
}
@media (max-width: 767px){
	#trend nav.hour dl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	    overflow-scrolling: touch;
	}
	#trend nav.hour dl::-webkit-scrollbar {
		height: 0;
	}
	#trend nav.hour {
		padding: 0 10px;
	}
}