.scroll_bar100{
	float: left;
	height: auto;
	width: 100%;
	background-color: #326384;
	overflow: hidden;
}
@media screen and (min-width:720px)
{
#scroll_bar{
	width: 20rem;
	height: 1.5rem;
	overflow: hidden;
	float: left;
    }
}
@media screen and (max-width:720px)
{
#scroll_bar{
	width: 90%;
	height: 1.5rem;
	overflow: hidden;
	float: left;
    }
}

.scroll_bar_kong{
	float: left;
	height: 10rem;
	width: 100%;
}
#scroll_bar p{
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: rgba(255,255,255,0.2);
	text-align: left;
	margin-bottom: 1rem;
}
#scroll_bar a{
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: rgba(255,255,255,0.2);
	text-decoration: none;
	font-weight: bold;
}
.scroll_title{
	text-decoration: none;
	display: block;
}
