.mark_page h1 {
    font-size: 27px;
    background: url(../images/voice/voice_h1_bg.png) no-repeat left center;
    padding: 10px 0 10px 30px;
    margin-bottom: 30px;
}

.mark_page h2 {
    color: #e85369;
    font-size: 22px;
    padding: 15px 10px 15px 0px;
    background: url(../images/voice/voice_qa_border.png) no-repeat bottom;
}

.mark_page .note {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

.mark_page .memo {
    padding: 20px;
    background-color: #eee;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 20px;
}

.mark_page .memo a {
    padding: 16px;
    background-color: #e85369;
    border-radius: 1px;
    font-size: 18px;
    margin: 10px auto;
    color: white;
    width: 80%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.mark_page dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}

.mark_page dl dd {
  margin-bottom: 20px;
}

.mark_page dl dd ul li {
  margin-bottom: 10px;
}

.mark_page ol li {
  margin-bottom: 10px;
}

.mark_page ol{
  counter-reset: num; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  margin:0;
  padding:0;
  position: relative;
}

.mark_page ol li {
  list-style-type: none;
}

.mark_page ol li:before{
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  background: #e85369;
  min-width: 1.5em;
  text-align: center;
  height: 1.5em;
  line-height: 1.5;
  color: white;
  border-radius: 50%;
}

.mark_page table thead td {
  font-weight: bold;
  color: #e85369;
  font-size: 14px;
  text-align: center;
}

.mark_page table tr td {
  border-right: 1px solid #eee;
  padding: 10px;
}

.mark_page table tr td:first-child {
  border-right: 1px solid #eee;
  padding: 10px;
  font-weight: bold;
}

.mark_page .food_table tr td:first-child {
  font-weight: normal;
}

.mark_page .food_table thead tr td:first-child {
  font-weight: bold;
}
.mark_page table tr td:last-child {
  border-right: none;
}

.mark_page table tr td span {
  font-weight: bold;
  margin-right: 10px;
}

.mark_page .mark_img img {
  box-shadow: none;
  width: 200px;
}

#colophon {
    background: #e85369;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

#colophon .footer p {
    text-align: center;
}
