@charset "utf-8";

#fontSize{
}

#fontSize ul{
	overflow: hidden;
}

#fontSize li{
	list-style-type: none;
	float: left;
	cursor: pointer;
	padding: 5px 0; 
	text-align: center;
}
#fontSize li p{
	list-style-type: none;
	float: left;
	cursor: pointer;
	padding: 5px 0; 
	text-align: center;
	font-size:90%;
}

#fontSize li.current{
	font-weight: bold;
	color: red;
}

/*************
/* ƒ{ƒ^ƒ“
*************/

.btn {
	background: -moz-linear-gradient(top,#80CCE6,#80CCE6 5%,#09C 5%,#069 95%,#069 95%,#00293D);
	background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), color-stop(0.05,#80CCE6), color-stop(0.05,#09C), color-stop(0.95,#069), color-stop(0.95,#00293D), to(#00293D));
	border: 1px solid #DDD;
	color: #FFF;	
		padding: 5px 0; 
		margin-right: 10px;
		width: 50px;
}

.btn  li.current{
	font-weight: bold;
	color: red;
}