

.content-detail {

}

.content-detail a {
    display: inline-block;
    color: #00f;
}

.content-detail p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 10px 0;
}

.content-detail dl dd strong {
    font-size: 18px;
    margin: 35px 0 10px 0;
    display: block;
    
}

.content-detail dl {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #c2c2c2;
}

.content-detail dl dt {
    font-size: 28px;
    margin-bottom: 20px;
}

.content-detail .dash_list>li:before {
    content: '-';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.content-detail .dash_list > li {
    padding-left: 15px;
    line-height: 1.8;
    position: relative;
}

.vTable {
  width: 100%;
  border-bottom: 1px solid #333;
}
.vTable thead th {
  border-top: 3px solid #333;
  height: 58px;
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.vTable thead th.col1 {
  width: 15%;
}
.vTable thead th.col2 {
  width: 70%;
}
.vTable thead th.col3 {
  width: 15%;
}
.vTable tbody td.col1 {
  width: 15%;
}
.vTable tbody td.col2 {
  width: 70%;
}
.vTable tbody td.col3 {
  width: 15%;
}
.vTable thead th.col2 {
  text-align: left;
  padding-left: 20px;
}
.vTable tbody tr td {
  padding: 22px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.vTable tbody td.col2 {
  text-align: left;
  padding-left: 20px;
}
