@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   ヘッダー・フッターメニューpage
========================================================= */
/* content
----------------------------------------------- */
.contentPage .body h2 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #CC3399;
  font-size: 130%;
}
.contentPage .inquiry h2 {
  background: #E0E0E0;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 130%;
  padding: 3px 5px;
}
.contentPage .body h3, .mceTmpl .komidashi, .mceTmpl .kanren {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 3px 5px;
  border-left: 5px solid #0086CA;
  font-weight: bold;
}
.contentPage .body h4 {
  margin-bottom: 5px;
  padding: 0 5px;
  font-weight: bold;
  margin-top: 15px;
  border-left: 5px solid #999999;
}

.contentPage .body p.indent {
  text-indent: 1em;
}
.contentPage .body p.leftIndent {
  padding-left: 1em;
}
.contentPage .body p.burasage {
  padding-left: 1em;
  text-indent: -1em;
}
.contentPage .body p.noSpace {
  margin-bottom: 0;
}
.contentPage .body ol {
  margin-left: 25px;
}
.contentPage .body ul li {
  padding: 3px 0 3px 10px;
  background: url("/ccell/img/minami/ic-list.gif") left 0.75em no-repeat;
}
.contentPage .body .toiawase {
  margin-bottom: 15px;
}
.contentPage .body .toiawase p {
  margin-bottom: 5px;
}
.contentPage .body .tokutalk .ic-list li {
  background: none;
}
