@charset "UTF-8";

p {
  color: #48331b;
  font-size: 1.3em;
  margin-bottom: 23px;
  line-height: 1.7em;
}
h1 {
  font-weight: bold;
  font-size: 2.3em;
  line-height: 37px;
  margin-bottom: 18px;
}
h2 {
  font-weight: bold;
  font-size: 1.7em;
  line-height: 22px;
  margin-bottom: 15px;
}
h3 { font-weight: bold; font-size: 1.3em; line-height: 20px; margin-bottom: 5px; }
h4 { font-weight: bold; font-size: 1.3em; line-height: 20px; margin-bottom: 5px; }

/* Font設定 - 一覧ボックス用 */
.catTtl {
  font-size: 1.2em;
  color: #9bc200;
  background: url(images/cat_ttl_bg.gif) no-repeat left top;
  padding-left: 17px;
  height: 26px;
  line-height: 26px;
  padding-top: 3px;
}
.boxTxt h3 {
   font-size: 1.4em;
   line-height: 1.5em;
}
.boxTxt h4 {
   font-size: 1.0em;
   line-height: 1.5em;
}
.boxTxt p {
   font-size: 1.2em;
   line-height: 1.6em;
}


/* Font設定 - シングルページ用 */
#singleBox h1 {
  margin-bottom: 8px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: left;
}
#singleBox h2 {
  color: #ce5760;
  margin-bottom: 6px;
  text-align: left;
}
#singleBox h3 {
  text-align: left;
  margin-bottom: 4px;
}
#singleBox h4 {
  color: #b7863f;
  text-align: left;
}
#singleBox p {
  color: #48331b;
  margin-bottom: 5px;
  text-align: left;
}
#singleBox em {
  font-size: 11px;
  line-height: 16px;
  color: #7E7172;
}
#singleBox strong {
  color: #ce5760;
  font-weight: bold;
  margin-right: 5px;
}
#keiBox p,#pinkBox p {
  font-size: 1.2em;
  line-height: 19px;  
}

#singleBox .ttlMeta {
   line-height: 1.4em;
}

#font_s a {
  background: url(images/txt_s_off.gif);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 17px;
  width: 20px;
}
#font_l  a {
  background: url(images/txt_l_on.gif);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 17px;
  width: 19px;
}
#font_s a:hover {
  background: url(images/txt_s_over.gif);
}
#font_l a:hover {
  background: url(images/txt_l_over.gif);
}
