@charset "utf-8";

.content_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.content_body .content_main {
  width: 730px;
}
.content_body .content_main .sections {
  margin-top: 30px;
}
.content_body .tbl_01 {
  margin-top: 10px;
}
.content_body .tbl_01 .s_text {
  font-size: 12px;
  line-height: 1.2em;
}
.content_body .anc_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 5px 10px;
  background: #f2f2f2;
}
.content_body .anc_list li {
  float: none;
  margin: 5px 5px 5px 0;
  width: calc((100% - 10px) / 3);
}
.content_body .anc_list li:nth-of-type(3n) {
  margin-right: 0;
}
.content_body .anc_list li a {
  display: block;
  padding-left: 13px;
  background: url("/support/codereader/blsrus/soft_dl/common/images/icon_arrow_bottom.gif") no-repeat left 5px;
  font-size: 13px;
  line-height: 1.2em;
}
.content_body .sub_title {
  padding-bottom: 5px;
  border-bottom: 3px solid #292929;
  font-size: 17px;
}
.content_body .content_side {
  width: 215px;
}
.content_body .content_side .side_nav_wrap {
  padding: 5px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ececec;
}
.content_body .content_side .side_nav_wrap .nav_title {
  font-weight: 600;
}
.content_body .content_side .side_nav_wrap .side_nav {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.content_body .content_side .side_nav_wrap .side_nav .side_nav_list_title {
  padding: 5px 8px;
  border: 1px solid #dcdcdc;
  border-top: 1px solid #fff;
  background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(228,228,228,1) 100%);
  font-weight: 500;
  line-height: 1.2em;
}
.content_body .content_side .side_nav_wrap .side_nav .side_nav_list_data + .side_nav_list_data {
  margin-top: 1px;
}
.content_body .content_side .side_nav_wrap .side_nav .side_nav_list_data a {
  display: block;
  padding: 12px 10px 12px 25px;
  background: url("/img/elements/icon_arrow_red01.gif") no-repeat 10px center #fff;
  line-height: 1.2em;
}
.content_body .content_side .side_nav_wrap .side_nav .side_nav_list_data.ac a {
  color: #f00;
}
.notice_list_wrap {
  margin-top: 30px;
  width: 480px;
}
.notice_list_wrap .notice_list {
  margin-top: 10px;
}
.notice_list_wrap .notice_list .date {
  font-weight: 900;
}
.notice_list_wrap .notice_list .data {
  margin-bottom: 5px;
  padding-left: 14px;
  background: url(/edit/images/ct_support/list_maru.gif) no-repeat left 8px;
}


