@charset "utf-8";


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

	その他

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.fontSize * {
	margin:0; padding:0;
}
.fontSize ul {
	list-style-type:none;
}
.fontSize ul li {
	text-indent: -9999px;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor:pointer;
}
.fontSize ul li.small {
	background: url(../../images/small_off.png) 0 0;
}
.fontSize ul li.small:hover {
	background: url(../../images/small_on.png) 0 0;
}
.fontSize ul li.middle {
	background: url(../../images/middle_off.png) 0 0;
}
.fontSize ul li.middle:hover {
	background: url(../../images/middle_on.png) 0 0;
}
.fontSize ul li.large {
	background: url(../../images/large_off.png) 0 0;
}
.fontSize ul li.large:hover {
	background: url(../../images/large_on.png) 0 0;
}

.right .fontSize { margin-right: 25px;}