.c5-table{
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-contents .c5-table th,.c5-table td{
  padding: .5rem;
  text-align: center;
}
.c5-contents .c5-table thead th{
  background: #006fbb;
  color: white;
  font-weight: bold;
}
.c5-contents .c5-table tbody th{
  background: #c6dffc;
  font-weight: bold;
}
.c5-contents .c5-table tbody td{
  background: #f2f2f2;
}
.c5-contents .c5-table tbody td br + a{
  margin-top: 10px;
}
.c5-contents a.c5-btnDownload{
  display: inline-block;
  padding: .5rem;
  background: #CC0000;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  transition: all .5s;
  width: 100px;
}
.c5-contents a.c5-btnDownload:hover{
  text-decoration: none;
}
.c5-contents a.c5-btnDownload:not(.is-disable):hover{
  opacity: .55;
}
.c5-contents a.c5-btnDownload.is-disable{
  cursor: default;
  background: #bfbfbf;
}
.c5-contents a.c5-btnDownload small{
  font-size: .6em;
}
.c5-contents .c5-pageTitle{
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c5-contents input[type="checkbox"]{
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.c5-contents .c5-scrollBox{
  overflow-y: scroll;
  height: 300px;
  margin-top: 2rem;
  box-shadow: inset 0 0 .5rem 0 rgba(0,0,0,.2);
  padding: 1em;
  line-height: 1.7;
}
.c5-contents .c5-scrollBox::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background: #dfdfdf;
}
.c5-contents .c5-scrollBox::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: .5rem;
}
.c5-contents .c5-scrollBox::-webkit-scrollbar-track-piece:start {
  background: #dfdfdf;
}
.c5-contents .c5-scrollBox::-webkit-scrollbar-track-piece:end {
  background: #dfdfdf;
}
.c5-contents .c5-scrollBox::-webkit-scrollbar-corner {
  background: transparent;
}
.c5-contents .c5-scrollBox h3{
  font-weight: bold;
  font-size: 1.4em;
}
.c5-contents .c5-scrollBox >*{
  margin: 1em 0;
}
#licenceBox >*{
  margin: 1em 0;
}
.c5-contents .c5-caption h3{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1rem;
}
.c5-contents .licenceList{
  list-style-type: decimal!important;
}
.c5-contents .licenceList li{
  list-style-type: decimal!important;
  line-height: 1.7;
}
.c5-contents dl dt{
  font-weight: bold;
}
.c5-contents dl dd{
  margin-top: .5em;
  margin-left: 10px;
}
.c5-contents .c5-subTitle{
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-weight: bold;
  font-size: 1.4em;
}
.c5-contents .iconList li {
  list-style-type: disc;
  margin-left: 2em;
}
