@charset "UTF-8";

/* コンテンツバー */
article h1 { background: url(../images/indication_bar.gif) no-repeat; }

article section h2 span:before {
  content: url(../images/illust2.gif);
}

article section h2 {
  margin: 10px;
}

#cases li { display: inline; }
#cases li:before { content: "｜"; }
#cases li:first-child:before { content: ""; }

article section h3 {
  margin: 5px;
  color: #F99964;
  text-decoration: underline;
  font-size: 16px;
}

article section h4 span:before {
  content: "＊";
}

article section h4 span {
  margin: 5px;
  color: #ff0000;
  font-size: 16px;
}

div#desc {
  margin: 0 10px;
}

div#cases {
  margin: 10px;
}

.photo {
  float: right;
  margin-right: 10px;
}

article section p {
  margin-left: 5px;
  margin-right: 5px;
}
