@charset "Shift_Jis";

ol.charalist {
	position : relative;
	display : block;
	width : 100%;
	height : 100px;
	font-size : 0;
}
ol.charalist li {
	display : inline-block;
	width : calc( 100% / 9 );
	height : 100%;
	font-size : 12px;
}
ol.charalist li a {
	width : 100%;
	height : 100%;
	border-bottom : none;
	text-align : center;
	display : block;
	line-height : 100px;
	position : relative;
}
ol.charalist li a:hover { background : none; }
ol.charalist li a:hover::before {
	content : '';
	position : absolute;
	width : 100%;
	height : 100%;
	background :  url("../img/flower.png") no-repeat;
	left : 0;
}


