/* フォントチェンジスタイル
---------------------------------------------------- */
#utility {
  margin: 5px 5px 0 0;
  text-align: right;
}
#switchFontSizeBig,
#switchFontSizeMedium,
#switchFontSizeSmall {
  margin-left: 0.3em;
  padding: 0.1em;
  cursor: pointer;
  border: solid 1px #666666;
  background: #eeeeee;
}
#switchFontSizeBig.active,
#switchFontSizeMedium.active,
#switchFontSizeSmall.active {
  background:#66ccff;
}