.clearfix, #main-column .list li p, #main-column .detail header p, #main-column .detail footer .horizontal {
  *zoom: 1;
}
.clearfix:after, #main-column .list li p:after, #main-column .detail header p:after, #main-column .detail footer .horizontal:after {
  content: "";
  display: table;
  clear: both;
}

.indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/* ==========================================================================
   main-column
   ========================================================================== */
#main-column .notes {
  margin: 5px 0 0 0;
  font-size: 12px;
}
#main-column .notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#main-column .emphasis {
  margin: 20px 0 0 0;
  padding: 15px 20px;
  background: #eee;
}
#main-column .list {
  margin: 40px 0 0 0;
}
#main-column .list li + li {
  margin: 12px 0 0 0;
  padding: 17px 0 0 0;
  background: url(/img/common/line_dot_gray.png) repeat-x left top;
}
#main-column .list li p span {
  float: left;
  font-size: 12px;
}
#main-column .list li p span.category {
  display: inline-block;
  padding: 0 0;
  border-radius: 7px;
  height: 14px;
  line-height: 14px;
  height: 14px;
  line-height: 14px;
  margin: 0 0 0 15px;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#main-column .list li p span.category01 {
  color: #20a92b;
  border: solid 1px #20a92b;
}
#main-column .list li p span.category02 {
  color: #f24e8e;
  border: solid 1px #f24e8e;
}
#main-column .list li p span.category03 {
  color: #4a8cf4;
  border: solid 1px #4a8cf4;
}
#main-column .list li p span.status {
  display: inline-block;
  padding: 0 0;
  border-radius: 8px;
  height: 16px;
  line-height: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 15px;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#main-column .list li p span.status01 {
  color: #ff8000;
  background: #ffefBf;
}
#main-column .list li p span.status02 {
  color: #ff2626;
  background: #ffdbdb;
}
#main-column .list li p span.status03 {
  color: #333;
  background: #ccc;
}
#main-column .list li p span.status04 {
  color: #888;
  background: #ddd;
}
#main-column .list li p span.status05 {
  color: #aaa;
  background: #eee;
}
#main-column .list li h2 {
  font-size: 16px;
}
#main-column .past {
  margin: 30px 0 0 0;
}
#main-column .past h2 {
  color: #60ad2c;
  font-size: 24px;
  line-height: 1.4;
}
#main-column .past ul {
  overflow: hidden;
  margin: 10px 0 0 0;
  text-align: center;
}
#main-column .past ul li {
  float: left;
}
#main-column .past ul li + li {
  float: right;
}
#main-column .past ul li img {
  max-width: 100%;
}
#main-column .detail header {
  padding: 0 0 16px 0;
  background: url(../img/common/line_dot_gray.png) repeat-x left bottom;
}
#main-column .detail header p span {
  float: left;
  font-size: 12px;
}
#main-column .detail header p span.date {
  font-size: 18px;
  line-height: 18px;
}
#main-column .detail header p span.category {
  display: inline-block;
  padding: 0 0;
  border-radius: 7px;
  height: 14px;
  line-height: 14px;
  height: 14px;
  line-height: 14px;
  margin: 0 0 0 15px;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#main-column .detail header p span.category01 {
  color: #20a92b;
  border: solid 1px #20a92b;
}
#main-column .detail header p span.category02 {
  color: #f24e8e;
  border: solid 1px #f24e8e;
}
#main-column .detail header p span.category03 {
  color: #4a8cf4;
  border: solid 1px #4a8cf4;
}
#main-column .detail header p span.status {
  display: inline-block;
  padding: 0 0;
  border-radius: 8px;
  height: 16px;
  line-height: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 15px;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#main-column .detail header p span.status01 {
  color: #ff8000;
  background: #ffefBf;
}
#main-column .detail header p span.status02 {
  color: #ff2626;
  background: #ffdbdb;
}
#main-column .detail header p span.status03 {
  color: #333;
  background: #ccc;
}
#main-column .detail header p span.status04 {
  color: #888;
  background: #ddd;
}
#main-column .detail header p span.status05 {
  color: #aaa;
  background: #eee;
}
#main-column .detail header h1 {
  margin: 15px 0 0 0;
  color: #60ad2c;
  font-size: 24px;
  line-height: 1.4;
}
#main-column .detail header .notes {
  margin: 5px 0 0 0;
  color: #d80000;
  text-align: right;
}
#main-column .detail section {
  margin: 30px 0 0 0;
}
#main-column .detail section h1 {
  margin: 15px 0 0 0;
}
#main-column .detail section dl {
  margin: 10px 0 0 0;
}
#main-column .detail section dl dt {
  font-weight: bold;
}
#main-column .detail section dl dd + dt {
  margin: 20px 0 0 0;
}
#main-column .detail section table {
  margin: 15px 0 0 0;
  width: 100%;
  background: url(../img/common/line_dot_gray.png) repeat-x left top;
}
#main-column .detail section table th {
  width: 25%;
  padding: 10px 0 11px;
  text-align: left;
  background: url(../img/common/line_dot_gray.png) repeat-x left bottom;
}
#main-column .detail section table td {
  width: 75%;
  padding: 10px 0 11px;
  background: url(../img/common/line_dot_gray.png) repeat-x left bottom;
}
#main-column .detail footer {
  margin: 50px 0 0 0;
  padding: 0 0 30px 0;
  text-align: center;
}
#main-column .detail footer .horizontal li {
  float: left;
  width: 47.058823529%;
}
#main-column .detail footer .horizontal li + li {
  float: right;
}
#main-column .detail footer .horizontal li .btn a {
  display: inline-block;
  padding: 0 0;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
#main-column .detail footer .horizontal li .btn.registration a {
  background: #ff8000;
}
#main-column .detail footer .horizontal + .vertical {
  margin: 50px 0 0 0;
}
#main-column .detail footer .vertical li + li {
  margin: 30px 0 0 0;
}
#main-column .detail footer .vertical li p {
  margin: 0 0 10px 0;
}
#main-column .detail footer .vertical li p span {
  color: #d80000;
  font-weight: bold;
}
#main-column .detail footer .vertical li .btn a {
  display: inline-block;
  padding: 0 0;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  width: 80%;
  border: none;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
#main-column .detail footer .vertical li .btn.login a {
  background: #60ad2c;
}
#main-column .detail footer .vertical li .btn.registration a, #main-column .detail footer .vertical li .btn.entry a {
  background: #ff8000;
}

@media screen and (max-width: 520px) {
  #main-column .list li p span {
    float: none;
    display: block;
  }
  #main-column .list li p span.category {
    margin: 0 0 0 0;
  }
  #main-column .list li h2 {
    margin: 5px 0 0 0;
  }
  #main-column .past {
    margin: 30px 0 0 0;
  }
  #main-column .past ul {
    overflow: hidden;
    margin: 10px 0 0 0;
  }
  #main-column .past ul li {
    float: none;
  }
  #main-column .past ul li + li {
    float: none;
    margin: 10px 0 0 0;
  }
  #main-column .detail header p span {
    float: none;
    display: block;
  }
  #main-column .detail header p span.date {
    font-size: 18px;
    line-height: 18px;
  }
  #main-column .detail header p span.category {
    margin: 0 0 0 0;
  }
  #main-column .detail header h1 {
    margin: 15px 0 0 0;
    color: #60ad2c;
    font-size: 24px;
    line-height: 1.4;
  }
  #main-column .detail header .notes {
    text-align: left;
  }
  #main-column .detail section {
    margin: 30px 0 0 0;
  }
  #main-column .detail section h1 {
    margin: 15px 0 0 0;
  }
  #main-column .detail section dl {
    margin: 10px 0 0 0;
  }
  #main-column .detail section dl dt {
    font-weight: bold;
  }
  #main-column .detail section dl dd + dt {
    margin: 20px 0 0 0;
  }
  #main-column .detail section table th {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
    background: none;
  }
  #main-column .detail section table td {
    display: block;
    width: 100%;
    padding: 5px 0 11px;
    background: url(../img/common/line_dot_gray.png) repeat-x left bottom;
  }
}
