@charset "UTF-8";

/* コンテンツバー */
article h1 { background: url(../images/shouni_bar.gif) no-repeat; }

article section h2 span {
  color: #F99964;
  font-size: 15px;
  text-decoration: underline;
}

article section h2 span:before {
  content: "";
}

.photo {
  float: right;
  margin-right: 10px;
}

article section p {
  margin-top: 0;
  color: #444444;
}

article section#examples p:before {
  content: "■■■■■■";
  display: block;
}

a#indication {
  width: 179px;
  height: 40px;
  display: block;
  background-image: url(../images/shouni_case_button.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px auto;
}

a#indication span {
  display: none;
}

article section#examples ul li:before {
  content: "＋　";
}

.photo2 {
  text-align: center;
}

.color_group_01 {
  color: #CC6600;
}

.color_group_02 {
  color: #798D49;
}

