body {
  font-size: 1em;
}

/* 文字サイズ */

div#global-nav ul li.font-size a.font-small { /* 文字サイズ小 */
  background: url(../img/button/font-size_small-big.png) no-repeat 0px -23px;
}

* html div#global-nav ul li.font-size a.font-small { /* for ie6 */
  background: url(../img/button/font-size_small-big.gif) no-repeat 0px -23px;
}

div#global-nav ul li.font-size a.font-big { /* 文字サイズ大 */
  background: url(../img/button/font-size_small-big.png) no-repeat -24px 0px;
}

* html div#global-nav ul li.font-size a.font-small { /* for ie6 */
  background: url(../img/button/font-size_small-big.gif) no-repeat -24px 0px;
}

/*=========================
 トップページ
=========================*/

/* div#header
---------------*/

*:first-child+html body#index div#header { /* for ie7 */
  height: 573px;
}

/*=========================
 お葬式
=========================*/

/* プランの費用 */

body#plan div#main div.plan-price-body dl {
  width: 488px;
}

body#plan div#main div.plan-price-body dl dd {
  width: 338px;
}

/* 社葬の形態 */

body#plan div#main div.funeral-type dl dt {
  width: 88px;
}

body#plan div#main div.funeral-type dl dd {
  width: 522px;
}

/*=========================
 相談窓口
=========================*/

/* もしも会員
---------------*/

body#inquiry div#main dl.member-privilege-inner-body dd dl.member-benefits dt {
  max-width: 120px;
}

body#inquiry div#main dl.member-privilege-inner-body dd dl.member-benefits dd {
  width: 450px;
}