@charset "UTF-8";

/*================================================
 *  information.html
 ================================================*/

.sagscroller{
	width: 100%;
	height: 33px;
	overflow: hidden;
	position: relative;
}

.sagscroller ul{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sagscroller ul li{
	display: block;
}

.sliderdesc { display: none; }

#information {
    background: #fff;
	width: 100%;
	height: 33px;
    line-height: 33px;
}

#information b {
    display: block;
    margin-right: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #666;
	position: absolute;
	top: 0;
	left: 0;
}

#information b::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(../images/header/arrow.png) left center no-repeat;
    background-size: 10px 10px;
    margin-left: 10px;
}

#information li a {
	text-decoration: none;
	display: block;
	margin-left: 170px;
}

#information strong {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #DD5411;
	padding-right: 1em;
	height: 33px;
	overflow: hidden;
	position: relative;
}

#information p {
	display: inline-block;
    font-size: 14px;
	height: 33px;
	overflow: hidden;
}

#information strong:before,
#information strong:after { background: #fff; position: absolute; }
#information strong:before { content: "･･･"; bottom: 0; right: -6px; }
#information strong:after { content: ""; height: 100%; width: 100%; }

@media screen and (max-width: 767px) {
	#information p { display: none; }
}
