@charset "utf-8";
@import url(base.css);

body{
	width:100%;
}

/************************* ティッカー *************************/

	.ticker{
		width:96%;
		padding: 0 5px;
		text-align: left;
		position: relative;
		overflow:hidden;
		white-space: nowrap;
		border:none;
	}

@media screen and (max-width:420px){
	
	.ticker{
		font-size:0.9em;
	}
	
}

		.ticker ul {
			width:100%;
			position:relative;
		}

			.ticker ul li {
				width:100%;
				display:none;
			}


		.ticker ul li a:hover{
			text-decoration: underline;
			color:#000;
		}
		
		.ticker ul li span{
			color:#666;
			font-size:0.8em;
		}


