#kinkyuKeisai{
	padding :0px;
	width   :100%;
}

#kinkyuKeisai ul{
	margin     : 5px;
	padding    : 3px;
	width      : 100%;
	background : #fff4f9 !important;
}

.scroll{
	margin     : auto;
	width      : 96%;
	border: 1px solid #ff0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow   : hidden;
}

.scroll span{
	font-weight : bold !important;
	font-size   :1.2em;
	line-height :1.4em;
	color: #f00 !important;
	display     : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	animation   : scrollAnime 15s linear infinite;
}

@keyframes scrollAnime{
	  0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.nonScroll{
	margin     : auto;
	width      : 96%;
	border: 1px solid #ff0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.nonScroll span{
	font-weight : bold !important;
	font-size   :1.2em;
	line-height :1.4em;
	color: #f00 !important;
	display     : inline-block;
	white-space : nowrap;
}
