@charset "utf-8";

/* ============================================= */
/* フォント */
/* ============================================= */
/* zh-tw */
div.lh_font {
	background: url("../img/multilingual/zh-tw/character-size_ch.png") no-repeat;
/*	position: absolute;
	top: -5px;
	right: 5px;
	width: 80px;
	height: 30px;
	padding-left: 120px;
	padding-top: 8px*/
}
#font1 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/multilingual/zh-tw/small_1_ch.png) no-repeat 0 0;
	margin-right: 3px;
}
#font2 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/multilingual/zh-tw/medium_1_ch.png) no-repeat 0 0;
	margin-right: 3px;
}
#font3 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/multilingual/zh-tw/large_1_ch.png) no-repeat 0 0;
}
#font1:hover {
	background: url(../img/multilingual/zh-tw/small_2_ch.png) no-repeat 0 0;
}
#font2:hover {
	background: url(../img/multilingual/zh-tw/medium_2_ch.png) no-repeat 0 0;
}
#font3:hover {
	background: url(../img/multilingual/zh-tw/large_2_ch.png) no-repeat 0 0;
}
.font1_select {
	background: url(../img/multilingual/zh-tw/small_2_ch.png) no-repeat 0 0 !important;
}
.font2_select {
	background: url(../img/multilingual/zh-tw/medium_2_ch.png) no-repeat 0 0 !important;
}
.font3_select {
	background: url(../img/multilingual/zh-tw/large_2_ch.png) no-repeat 0 0 !important;
}