/*variable*/
#news_content p, #news_content div, #news_content table, #news_content ol, #news_content ul, #news_content iframe, #conf_content p, #conf_content div, #conf_content table, #conf_content ol, #conf_content ul, #conf_content iframe {
  margin-top: 10px; }
  #news_content p:first-child, #news_content div:first-child, #news_content table:first-child, #news_content ol:first-child, #news_content ul:first-child, #news_content iframe:first-child, #conf_content p:first-child, #conf_content div:first-child, #conf_content table:first-child, #conf_content ol:first-child, #conf_content ul:first-child, #conf_content iframe:first-child {
    margin-top: 0; }
#news_content .news_btn, #conf_content .news_btn {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: #feccb1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlY2NiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNzQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VhNTUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjk1NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); }
  #news_content .news_btn:hover, #conf_content .news_btn:hover {
    color: #ff0; }
#news_content .news_ttl, #conf_content .news_ttl {
  background-color: #515c9a;
  color: #fff;
  font-size: 23.4px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #news_content .news_ttl span, #conf_content .news_ttl span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
    background-color: #ff0;
    color: #fc6c21;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  #news_content .news_ttl span.catch, #conf_content .news_ttl span.catch {
    margin: 0 0 0 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #f30;
    font-size: 10.4px; }
#news_content .sch, #news_content .list_tbl, #news_content .list_tbl2, #conf_content .sch, #conf_content .list_tbl, #conf_content .list_tbl2 {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #news_content .sch caption, #news_content .list_tbl caption, #news_content .list_tbl2 caption, #conf_content .sch caption, #conf_content .list_tbl caption, #conf_content .list_tbl2 caption {
    color: #515c9a;
    font-size: 20.8px;
    margin-bottom: 5px; }
  #news_content .sch th, #news_content .sch td, #news_content .list_tbl th, #news_content .list_tbl td, #news_content .list_tbl2 th, #news_content .list_tbl2 td, #conf_content .sch th, #conf_content .sch td, #conf_content .list_tbl th, #conf_content .list_tbl td, #conf_content .list_tbl2 th, #conf_content .list_tbl2 td {
    vertical-align: top;
    text-align: left;
    padding: 10px;
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd; }
    #news_content .sch th:last-child, #news_content .sch td:last-child, #news_content .list_tbl th:last-child, #news_content .list_tbl td:last-child, #news_content .list_tbl2 th:last-child, #news_content .list_tbl2 td:last-child, #conf_content .sch th:last-child, #conf_content .sch td:last-child, #conf_content .list_tbl th:last-child, #conf_content .list_tbl td:last-child, #conf_content .list_tbl2 th:last-child, #conf_content .list_tbl2 td:last-child {
      border-right: 0px; }
  #news_content .sch .s_ttl, #news_content .list_tbl .s_ttl, #news_content .list_tbl2 .s_ttl, #conf_content .sch .s_ttl, #conf_content .list_tbl .s_ttl, #conf_content .list_tbl2 .s_ttl {
    background-color: #515c9a;
    color: #fff;
    text-align: center; }
  #news_content .sch th, #news_content .list_tbl th, #news_content .list_tbl2 th, #conf_content .sch th, #conf_content .list_tbl th, #conf_content .list_tbl2 th {
    background-color: #d9f5ff;
    color: #515c9a; }
  #news_content .sch tr:first-child th, #news_content .sch tr:first-child td, #news_content .list_tbl tr:first-child th, #news_content .list_tbl tr:first-child td, #news_content .list_tbl2 tr:first-child th, #news_content .list_tbl2 tr:first-child td, #conf_content .sch tr:first-child th, #conf_content .sch tr:first-child td, #conf_content .list_tbl tr:first-child th, #conf_content .list_tbl tr:first-child td, #conf_content .list_tbl2 tr:first-child th, #conf_content .list_tbl2 tr:first-child td {
    border-top: 0px; }
    #news_content .sch tr:first-child th:first-child, #news_content .sch tr:first-child td:first-child, #news_content .list_tbl tr:first-child th:first-child, #news_content .list_tbl tr:first-child td:first-child, #news_content .list_tbl2 tr:first-child th:first-child, #news_content .list_tbl2 tr:first-child td:first-child, #conf_content .sch tr:first-child th:first-child, #conf_content .sch tr:first-child td:first-child, #conf_content .list_tbl tr:first-child th:first-child, #conf_content .list_tbl tr:first-child td:first-child, #conf_content .list_tbl2 tr:first-child th:first-child, #conf_content .list_tbl2 tr:first-child td:first-child {
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      -ms-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    #news_content .sch tr:first-child th:last-child, #news_content .sch tr:first-child td:last-child, #news_content .list_tbl tr:first-child th:last-child, #news_content .list_tbl tr:first-child td:last-child, #news_content .list_tbl2 tr:first-child th:last-child, #news_content .list_tbl2 tr:first-child td:last-child, #conf_content .sch tr:first-child th:last-child, #conf_content .sch tr:first-child td:last-child, #conf_content .list_tbl tr:first-child th:last-child, #conf_content .list_tbl tr:first-child td:last-child, #conf_content .list_tbl2 tr:first-child th:last-child, #conf_content .list_tbl2 tr:first-child td:last-child {
      -webkit-border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -ms-border-radius: 0 5px 0 0;
      border-radius: 0 5px 0 0; }
    #news_content .sch tr:first-child th.s_ttl:first-child, #news_content .sch tr:first-child td.s_ttl:first-child, #news_content .list_tbl tr:first-child th.s_ttl:first-child, #news_content .list_tbl tr:first-child td.s_ttl:first-child, #news_content .list_tbl2 tr:first-child th.s_ttl:first-child, #news_content .list_tbl2 tr:first-child td.s_ttl:first-child, #conf_content .sch tr:first-child th.s_ttl:first-child, #conf_content .sch tr:first-child td.s_ttl:first-child, #conf_content .list_tbl tr:first-child th.s_ttl:first-child, #conf_content .list_tbl tr:first-child td.s_ttl:first-child, #conf_content .list_tbl2 tr:first-child th.s_ttl:first-child, #conf_content .list_tbl2 tr:first-child td.s_ttl:first-child {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
  #news_content .sch tr:last-child th:first-child, #news_content .sch tr:last-child td:first-child, #news_content .list_tbl tr:last-child th:first-child, #news_content .list_tbl tr:last-child td:first-child, #news_content .list_tbl2 tr:last-child th:first-child, #news_content .list_tbl2 tr:last-child td:first-child, #conf_content .sch tr:last-child th:first-child, #conf_content .sch tr:last-child td:first-child, #conf_content .list_tbl tr:last-child th:first-child, #conf_content .list_tbl tr:last-child td:first-child, #conf_content .list_tbl2 tr:last-child th:first-child, #conf_content .list_tbl2 tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px; }
  #news_content .sch tr:last-child th:last-child, #news_content .sch tr:last-child td:last-child, #news_content .list_tbl tr:last-child th:last-child, #news_content .list_tbl tr:last-child td:last-child, #news_content .list_tbl2 tr:last-child th:last-child, #news_content .list_tbl2 tr:last-child td:last-child, #conf_content .sch tr:last-child th:last-child, #conf_content .sch tr:last-child td:last-child, #conf_content .list_tbl tr:last-child th:last-child, #conf_content .list_tbl tr:last-child td:last-child, #conf_content .list_tbl2 tr:last-child th:last-child, #conf_content .list_tbl2 tr:last-child td:last-child {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }
#news_content .list_tbl thead th, #news_content .list_tbl2 thead th, #conf_content .list_tbl thead th, #conf_content .list_tbl2 thead th {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }
  #news_content .list_tbl thead th:first-child, #news_content .list_tbl2 thead th:first-child, #conf_content .list_tbl thead th:first-child, #conf_content .list_tbl2 thead th:first-child {
    -webkit-border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
    -ms-border-radius: 5px 0 0 0 !important;
    border-radius: 5px 0 0 0 !important; }
  #news_content .list_tbl thead th:last-child, #news_content .list_tbl2 thead th:last-child, #conf_content .list_tbl thead th:last-child, #conf_content .list_tbl2 thead th:last-child {
    -webkit-border-radius: 0 5px 0 0 !important;
    -moz-border-radius: 0 5px 0 0 !important;
    -ms-border-radius: 0 5px 0 0 !important;
    border-radius: 0 5px 0 0 !important; }

#news_list {
  list-style-type: none; }
  #news_list li {
    border-bottom: 1px dashed #999; }
    #news_list li:first-child {
      border-top: 1px dashed #999; }
    #news_list li a {
      display: block;
      padding: 10px 10px 10px 5em;
      font-size: 18px;
      position: relative;
      text-decoration: none;
      color: #515c9a; }
      #news_list li a span {
        position: absolute;
        top: 18px;
        left: 10px;
        font-size: 12px; }
      #news_list li a:hover {
        background-color: #fff9ee; }

.news_detail {
  overflow: hidden;
  zoom: 1; }
  .news_detail > div:nth-child(1) {
    width: 75%;
    float: left; }
  .news_detail > div:nth-child(2) {
    width: 23%;
    float: right; }
    .news_detail > div:nth-child(2) h2 {
      color: #515c9a;
      font-size: 18px;
      border-top: 1px dashed #999;
      border-bottom: 1px dashed #999;
      padding: 10px; }
    .news_detail > div:nth-child(2) ul {
      list-style-type: none; }
      .news_detail > div:nth-child(2) ul li {
        border-bottom: 1px dashed #999; }
        .news_detail > div:nth-child(2) ul li a {
          display: block;
          padding: 10px;
          text-decoration: none;
          color: #515c9a; }
          .news_detail > div:nth-child(2) ul li a:hover {
            background-color: #fff9ee; }

@media (max-width: 750px) {
  #news_content .news_ttl, #conf_content .news_ttl {
    font-size: 15.6px; }
    #news_content .news_ttl span.catch, #conf_content .news_ttl span.catch {
      display: block;
      margin: 5px 0 0 0; }
  #news_content .sch caption, #conf_content .sch caption {
    font-size: 15.6px; }
  #news_content .sch th, #news_content .sch td, #conf_content .sch th, #conf_content .sch td {
    display: block;
    width: 100% !important;
    text-align: center;
    border-right: 0px; }
  #news_content .sch tr:nth-child(2n) td, #conf_content .sch tr:nth-child(2n) td {
    background-color: #fff9ee; }
  #news_content .sch tr:last-child th:first-child, #news_content .sch tr:last-child td:first-child, #conf_content .sch tr:last-child th:first-child, #conf_content .sch tr:last-child td:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  #news_content .sch tr:last-child th:last-child, #news_content .sch tr:last-child td:last-child, #conf_content .sch tr:last-child th:last-child, #conf_content .sch tr:last-child td:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  #news_content .list_tbl thead, #conf_content .list_tbl thead {
    display: none; }
  #news_content .list_tbl th, #news_content .list_tbl td, #conf_content .list_tbl th, #conf_content .list_tbl td {
    display: block;
    width: 100%;
    border-right: 0px;
    border-top: 1px dashed #ddd !important;
    text-align: center; }
    #news_content .list_tbl th br, #news_content .list_tbl td br, #conf_content .list_tbl th br, #conf_content .list_tbl td br {
      display: none; }
  #news_content .list_tbl th:first-child, #conf_content .list_tbl th:first-child {
    border-top: 0px !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -ms-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important; }
  #news_content .list_tbl2 thead, #conf_content .list_tbl2 thead {
    display: none; }
  #news_content .list_tbl2 tr:nth-child(2n) td, #conf_content .list_tbl2 tr:nth-child(2n) td {
    background-color: #fff9ee; }
  #news_content .list_tbl2 td, #conf_content .list_tbl2 td {
    padding: 5px 10px;
    padding-left: 150px;
    position: relative;
    display: block;
    width: 100%;
    border-right: 0px;
    border-top: 0px; }
    #news_content .list_tbl2 td:first-child, #conf_content .list_tbl2 td:first-child {
      border-top: 1px dashed #ddd; }
    #news_content .list_tbl2 td:last-child, #conf_content .list_tbl2 td:last-child {
      min-height: 60px; }
    #news_content .list_tbl2 td span, #conf_content .list_tbl2 td span {
      position: absolute;
      top: 5px;
      left: 5px;
      color: #515c9a; }

  .news_detail img {
    height: auto !important; }
  .news_detail div:nth-child(1) {
    width: 100%;
    float: none; }
  .news_detail div:nth-child(2) {
    width: 100%;
    float: none;
    margin-top: 20px; } }
/*page menu*/
.pmenu {
  margin-top: 10px;
  list-style-type: none;
  letter-spacing: -1em; }
  .pmenu li {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid #515c9a;
    border-radius: 3px;
    margin: 0 3px; }
    .pmenu li a {
      display: block;
      padding: 5px;
      color: #515c9a;
      text-decoration: none; }
      .pmenu li a:hover {
        color: #fff;
        background-color: #515c9a; }
    .pmenu li.s {
      padding: 5px;
      color: #fff;
      background-color: #515c9a; }

/*# sourceMappingURL=news.css.map */
