html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 12px;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
}

body {
  margin: 0;
  padding: 0;
  color: #411c10;
  background-color: #fff5fa;
}

img {
  width: 100%;
}

header {
  padding: 0 0 10px;
}

a.start {
  display: block;
  width: 290px;
  height: 59px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/btn_detail.png) no-repeat 0 0;
  background-size: 290px 118px;
}
a.start:hover {
  background-position: 0 -59px;
}

ol#cntBody li{
  padding: 15px 0 0;
}
ol#cntBody li:nth-child(1){
  background-color: #ffebf3;
}
ol#cntBody li:nth-child(2){
  background-color: #f0ebff;
}
ol#cntBody li:nth-child(3){
  background-color: #e5fef9;
}

footer{
  padding: 30px 0 15px;
  text-align: center;
}
footer div{
  margin: 25px 0 0;
}
footer div a{
  color: #411c10;
}



