@charset "utf-8";

/* font size */

body {
	font-size: 100%;
}


/* font switch */

#font_switch .btn_s {
	background-image: url(../images/icon_font_s.gif);
}

#font_switch .btn_m {
	background-image: url(../images/icon_font_m2.gif);
}

#font_switch .btn_l {
	background-image: url(../images/icon_font_l.gif);
}


/* news list */

.tb_news th {
	font-size: 0.688em;
}

.tb_news td {
	font-size: 0.75em;
}


/* contact */

.tb_contact th,
.tb_contact td {
	font-size: 0.75em;
}


/* products detailt */

.ctfeatures th,
.ctfeatures td {
	font-size: 0.75em;
}

.components_table th,
.components_table td {
	font-size: 0.70em;
}

.spe_table th,
.spe_table td {
	font-size: 0.70em;
}

