@charset "UTF-8";
/*===========================================

【1】基本設定



============================================*/
/*-------------------------------------------
【1】基本設定
--------------------------------------------*/
/* line 16, ../scss/normal.scss */
body {
  font-size: 0.75em;
}
/* line 19, ../scss/normal.scss */
body img {
  font-size: 0;
}

/* line 25, ../scss/normal.scss */
ul.font_btn li.normal {
  width: 43px;
  height: 20px;
}

/* line 30, ../scss/normal.scss */
ul.font_btn li.normal a {
  width: 43px;
  height: 20px;
  background: url("/images/common/header/normal_btn_on.gif") no-repeat;
}

/* line 37, ../scss/normal.scss */
ul.font_btn li.big {
  width: 22px;
  height: 20px;
  margin-left: 3px;
}

/* line 43, ../scss/normal.scss */
ul.font_btn li.big a {
  width: 22px;
  height: 20px;
  background: url("/images/common/header/big_btn_off.gif") no-repeat;
}

/* line 49, ../scss/normal.scss */
ul.font_btn li.big a:hover {
  background: url("/images/common/header/big_btn_on.gif") no-repeat;
}