.main-contents h2 {
  border-left: 5px solid #7dac14 !important;
  font-size:2.14rem !important;
  padding-left: 10px;
  margin: 10px 0;
}

.main-contents pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main-contents code, pre{
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.main-contents {
  line-height: 1.75em;
}


.main-contents h3 {
  border-left: 5px solid #4D4D4D;
  font-size: 15px;
  margin: 20px 10px 15px;
  padding-left: 10px;
  text-align: left;
  line-height: 25px;
}

.main-contents h4 {
  font-size: 15px;
  margin: 20px 10px 15px;
  text-align: left;
  line-height: 25px;
  font-weight: bold;
}

.main-contents ul {
  list-style:circle;
  padding-left: 40px;
}

.main-contents ol{
  padding-left: 40px;
}

.main-contents table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-break: break-all;
}

.main-contents table th{
  background: url("/img/common/bg_tbl_head.gif") left bottom repeat-x #6f6f6f;
  padding: 7px 0.5em;
  border-right: 1px #aaaaaa solid;
  border-bottom: 1px #aaaaaa solid;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  min-width: 40px;
}

.main-contents table td{
  border-top: transparent 1px solid;
  border-left: #ddd 1px solid;
  min-width: 40px;
  max-width: 15em;
  padding: 10px 0.5em;
  text-align: left;
  vertical-align: middle;
  background-color: #f3f2ef;
  height: 100%;
}

.main-contents table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.main-contents table {
  border: 1px solid #D2D2D2;
}

.main-contents .table_title {
  border-left: 5px solid #8D8D8D;
  font-size: 15px;
  margin: 20px 10px 15px;
  padding-left: 10px;
  text-align: left;
  line-height: 25px;
}


.container-frame {
	background-color: #f3f2ef;
}