@charset "UTF-8";
@import 'css/reset.css';
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);


/*
Theme Name: Back to School
Description: Back to School オリジナルテーマ1
Author: CIDER inc.
Version: 0.1
*/


#ticker_bokenews,
#ticker_news{
	/*visibility: hidden;*/
}


#ticker_bokenews{
	width: 260px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	height: 30px;
	font-size: 10px;
	position: relative;
}

	#ticker_bokenews ul{
		width: 10000px;
		position: absolute;
		left: 260px;
		top: 0;
		margin-top: 5px;
	}
	
	#ticker_bokenews li{
		float: left;
		height: 100%;
		margin-right: 260px;
		white-space: nowrap;
	}
	
	#ticker_bokenews span{
		margin-right: 10px;
	}
	
	
#ticker_news{
	width: 670px;
	margin-left: 5px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 36px;
	font-size: 10px;
}

	#ticker_news ul{
		width: 10000px;
		position: absolute;
		top: 0;
		margin-top: 13px;
		left: 10px;
	}
	
	#ticker_news li{
		float: left;
		height: 100%;
		margin-right: 670px;
		white-space: nowrap;
	}
	
	#ticker_news span{
		margin-right: 10px;
	}