@charset "UTF-8";
/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
  font-family: sans-serif; }

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0; }

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px; }

::-webkit-input-placeholder {
  color: rgba(137, 137, 137, 0.8);
  line-height: 12px;
  padding-top: auto;
  padding-bottom: auto;
  font-size: 12px;
  font-weight: normal; }

::-moz-placeholder {
  color: rgba(137, 137, 137, 0.8);
  line-height: 32px;
  padding-top: auto;
  padding-bottom: auto;
  font-size: 12px;
  font-weight: normal; }

::-ms-input-placeholder {
  color: rgba(137, 137, 137, 0.8);
  line-height: 32px;
  padding-top: auto;
  padding-bottom: auto;
  font-size: 12px;
  font-weight: normal; }

/*  要素の中央配置 */
.container {
  position: relative;
  width: 100%;
  height: 100%; }

.media_checkbox_container {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  cursor: pointer; }
  .media_checkbox_container label {
    color: #005282;
    font-size: 12px;
    vertical-align: middle; }
  .media_checkbox_container.search_box {
    line-height: 24px; }
  .media_checkbox_container .media_checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #005282;
    margin-right: 5px;
    vertical-align: middle; }
    .media_checkbox_container .media_checkbox label {
      color: #005282;
      color: #005282;
      font-size: 12px; }
    .media_checkbox_container .media_checkbox.checked {
      background-image: url("../img/check_mark.svg");
      background-size: 12px 12px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff; }

#search_view {
  background-color: #fff; }
  #search_view header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 2; }

#header_backgroud_area {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff; }

/*  要素の中央配置 */
.search_container {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto; }

.search_container_left {
  display: block;
  width: 204px;
  height: 100px;
  float: left; }
  .search_container_left .search_container_title {
    display: block;
    width: 204px;
    height: 32px;
    background-image: url("../img/logo_sankeidb.svg");
    background-size: 188px 21px;
    background-repeat: no-repeat;
    background-position: right 10px center; }

.search_container_right {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 100px;
  float: left; }
  .search_container_right .search_container_options {
    display: block;
    width: 300px;
    margin-top: 17px; }
  .search_container_right input[type="text"] {
    width: 300px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1083c2;
    border-radius: 3px;
    padding: 0 8px;
    /*
    background-image: url('../img/glass.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right 5px center;*/ }

.search_conatiner_duration {
  display: block;
  height: 24px; }
  .search_conatiner_duration .select_duration_layer_display {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    text-align: center; }
    .search_conatiner_duration .select_duration_layer_display span {
      margin-left: 2px;
      color: #fff; }
  .search_conatiner_duration .search_conatiner_duration_title {
    display: inline-block;
    width: 42px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    background-color: #1083c2;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-left: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 12px 0px 0px 12px; }
  .search_conatiner_duration .search_conatiner_duration_date {
    display: inline-block;
    height: 24px;
    color: #005282;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 12px;
    background-color: transparent;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-right: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 0px 12px 12px 0px;
    cursor: pointer; }
  .search_conatiner_duration .select_duration_layer_display_startdate {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    width: 100px;
    cursor: pointer; }
  .search_conatiner_duration .select_duration_layer_display_enddate {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    width: 100px;
    cursor: pointer; }

.search_conatiner_media {
  position: relative;
  display: block;
  width: 370px;
  height: 24px;
  line-height: 24px;
  margin-top: 6px; }
  .search_conatiner_media .search_conatiner_media_title {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background-color: #1083c2;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-left: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 12px 0px 0px 12px; }
  .search_conatiner_media .search_conatiner_media_options {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
    color: #005282;
    font-size: 12px;
    vertical-align: middle;
    background-color: transparent;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-right: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 0px 12px 12px 0px; }
    .search_conatiner_media .search_conatiner_media_options label {
      display: inline-block;
      line-height: 22px;
      padding-right: 6px;
      vertical-align: middle;
      cursor: pointer; }

.search_conatiner_param {
  display: block;
  height: 24px; }
  .search_conatiner_param .select_duration_layer_display {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    text-align: center; }
    .search_conatiner_param .select_duration_layer_display span {
      margin-left: 2px;
      color: #fff; }
  .search_conatiner_param .search_conatiner_param_title {
    display: inline-block;
    width: 42px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    background-color: #1083c2;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-left: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 12px 0px 0px 12px; }
  .search_conatiner_param .search_conatiner_param {
    display: inline-block;
    height: 24px;
    color: #005282;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    padding-right: 12px;
    background-color: transparent;
    border-top: 1px solid rgba(0, 82, 130, 0.5);
    border-right: 1px solid rgba(0, 82, 130, 0.5);
    border-bottom: 1px solid rgba(0, 82, 130, 0.5);
    border-radius: 0px 12px 12px 0px;
    cursor: pointer; }

/* main view */
.search_container_result {
  display: block;
  width: 100%;
  min-width: 768px;
  min-height: 33px;
  text-align: center;
  margin-top: 30px; }
  .search_container_result .search_conatiner_result_title {
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    height: 23px;
    background-image: url("../img/logo_sankeidb.svg");
    background-size: 188px 21px;
    background-repeat: no-repeat;
    background-position: right 10px center; }
  .search_container_result input[type="text"] {
    display: inline-block;
    width: 268px;
    height: 30px;
    padding: 0 8px;
    vertical-align: middle;
    background-color: transparent;
    cursor: default;
    /*
    background-image: url('../img/glass.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    */ }
  .search_container_result .search_area {
    display: inline-block;
    width: 300px;
    height: 32px; }
  .search_container_result .search_area_frame {
    display: inline-block;
    width: 270px;
    height: 32px;
    border: 1px solid #1083c2;
    border-radius: 3px 0px 0px 3px;
    vertical-align: middle;
    text-align: left; }
  .search_container_result .serach_icon {
    display: inline-block;
    width: 30px;
    height: 32px;
    background-color: #1083c2;
    border: 1px solid #1083c2;
    border-radius: 0px 3px 3px 0px;
    padding: 0 0px;
    vertical-align: middle;
    background-image: url("../img/search-icon.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .search_container_result .search_conatiner_result_text {
    display: inline-block;
    font-size: 12px;
    color: #005282;
    margin-left: 5px;
    vertical-align: middle; }

.global_menu {
  display: block;
  width: 100%;
  min-width: 768px;
  clear: both;
  min-height: 30px;
  margin-top: 20px; }
  .global_menu .global_menu_search_container {
    display: block;
    float: left;
    margin-left: 10px;
    vertical-align: middle; }
    .global_menu .global_menu_search_container .search_conatiner_duration {
      display: inline-block;
      margin-top: 0px;
      overflow: hidden; }
    .global_menu .global_menu_search_container .search_conatiner_media {
      display: inline-block;
      margin-top: 0px;
      overflow: hidden; }
    .global_menu .global_menu_search_container .search_conatiner_param {
      display: inline-block;
      margin-top: 0px;
      overflow: hidden; }
  .global_menu .global_menu_btns {
    display: block;
    float: right;
    margin-right: 10px; }
    .global_menu .global_menu_btns button {
      display: inline-block;
      height: 24px;
      color: #fff;
      background-color: #1083c2;
      font-size: 12px;
      border-radius: 12px;
      padding-left: 13px;
      padding-right: 13px;
      vertical-align: middle;
      cursor: pointer;
      transition: background-color 0.2s linear 0; }
      .global_menu .global_menu_btns button:hover {
        background-color: #005282; }
    .global_menu .global_menu_btns #print_articles {
      padding-left: 24px;
      background-image: url("../img/printer.svg");
      background-size: 17px 14px;
      background-repeat: no-repeat;
      background-position: left 3px center;
      background-color: transparent;
      color: #1083c2;
      cursor: pointer;
      vertical-align: middle; }
    .global_menu .global_menu_btns .character_scale {
      display: inline-block;
      vertical-align: middle; }
      .global_menu .global_menu_btns .character_scale li {
        display: inline-block;
        height: 24px;
        font-size: 12px;
        line-height: 23px;
        padding: 0px 4px;
        color: #fff;
        background-color: rgba(16, 131, 194, 0.5);
        cursor: pointer; }
        .global_menu .global_menu_btns .character_scale li.selected {
          background-color: #1083c2; }
        .global_menu .global_menu_btns .character_scale li:hover {
          background-color: #005282; }
      .global_menu .global_menu_btns .character_scale li:nth-child(1) {
        padding-left: 8px;
        border-radius: 12px 0px 0px 12px; }
      .global_menu .global_menu_btns .character_scale li:nth-child(3) {
        padding-right: 8px;
        border-radius: 0px 12px 12px 0px; }

.global_menu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

@media screen and (max-width: 1024px) {
  .global_menu {
    display: block;
    width: 100%;
    clear: both;
    min-height: 30px;
    margin-top: 20px;
    text-align: center; }
    .global_menu .global_menu_search_container {
      display: block;
      float: none;
      margin-top: 10px;
      vertical-align: middle; }
      .global_menu .global_menu_search_container .search_conatiner_duration {
        display: inline-block;
        margin-top: 0px; }
      .global_menu .global_menu_search_container .search_conatiner_media {
        display: inline-block;
        margin-top: 0px;
        width: auto; }
    .global_menu .global_menu_btns {
      display: inline-block;
      float: none;
      margin-top: 10px;
      margin-bottom: 10px; }
      .global_menu .global_menu_btns button {
        display: inline-block;
        height: 24px;
        color: #fff;
        background-color: #1083c2;
        font-size: 12px;
        border-radius: 12px;
        padding-left: 13px;
        padding-right: 13px;
        vertical-align: middle;
        cursor: pointer; }
      .global_menu .global_menu_btns .character_scale {
        display: inline-block;
        vertical-align: middle; }
        .global_menu .global_menu_btns .character_scale li {
          display: inline-block;
          height: 24px;
          font-size: 12px;
          line-height: 23px;
          padding: 0px 4px;
          color: #fff;
          background-color: rgba(16, 131, 194, 0.5);
          cursor: pointer; }
          .global_menu .global_menu_btns .character_scale li.selected {
            background-color: #1083c2; }
        .global_menu .global_menu_btns .character_scale li:nth-child(1) {
          padding-left: 8px;
          border-radius: 12px 0px 0px 12px; }
        .global_menu .global_menu_btns .character_scale li:nth-child(3) {
          padding-right: 8px;
          border-radius: 0px 12px 12px 0px; }

  .global_menu:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; } }
.article_container {
  width: 100%; }
  .article_container article {
    background-color: #f0f0ed;
    height: 54px;
    border-bottom: 1px rgba(137, 137, 137, 0.3) solid; }
    .article_container article.article_closed {
      background-color: #f0f0ed;
      transition: background-color 0.2s linear 0; }
      .article_container article.article_closed:hover {
        background-color: #e3e3dc; }
    .article_container article .article_body_text {
      display: none;
      font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 1.6em; }
      .article_container article .article_body_text p {
        line-height: 1.4em;
        max-width: 640px;
        margin: 10px auto 0px; }
  .article_container .article_container_title {
    width: 100%;
    min-width: 768px;
    min-height: 33px;
    background-color: #005282;
    overflow: hidden;
    white-space: nowrap;
    color: #000; }
    .article_container .article_container_title .article_container_title_allcheckbox {
      display: inline-block;
      width: 40px;
      height: 33px;
      line-height: 33px;
      vertical-align: middle;
      cursor: pointer; }
    .article_container .article_container_title .article_container_title_column_title {
      display: inline-block;
      width: calc(100% - 40px - 95px - 87px - 97px - 97px);
      height: 33px;
      line-height: 33px;
      color: #fff;
      font-size: 1.2em;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
    .article_container .article_container_title .article_container_title_column_thumbnail {
      display: inline-block;
      width: 95px;
      height: 33px;
      line-height: 33px;
      color: #fff;
      font-size: 1.2em;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
    .article_container .article_container_title .article_container_title_column_media {
      display: inline-block;
      width: 87px;
      height: 33px;
      line-height: 33px;
      color: #fff;
      font-size: 1.2em;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
    .article_container .article_container_title .article_container_title_column_date {
      display: inline-block;
      width: 97px;
      height: 33px;
      line-height: 33px;
      color: #fff;
      font-size: 1.2em;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer; }
      .article_container .article_container_title .article_container_title_column_date span {
        display: inline-block;
        margin-left: 5px;
        width: 7px;
        height: 33px;
        vertical-align: middle;
        background-image: url("../img/sort_dsc.svg");
        background-size: 7px 9px;
        background-repeat: no-repeat;
        background-position: right center; }
    .article_container .article_container_title .article_container_title_column_close_btn {
      display: inline-block;
      width: 74px;
      height: 33px;
      line-height: 33px;
      color: #fff;
      font-size: 1.2em;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
  .article_container .article_checkbox {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #1083c2;
    margin: auto;
    margin-top: 21px; }
    .article_container .article_checkbox.header {
      border-color: #fff;
      margin-top: 10.5px; }
    .article_container .article_checkbox.selected {
      background-image: url("../img/check_mark_white.svg");
      background-size: 7px 7px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #1083c2; }
    .article_container .article_checkbox.header.selected {
      background-image: url("../img/check_mark_white.svg");
      background-size: 8px 8px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; }
  .article_container .article_container_title:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  .article_container .article_list_container {
    width: 100%;
    min-width: 768px; }
    .article_container .article_list_container .article_list_checkbox {
      display: inline-block;
      width: 40px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle;
      cursor: pointer; }
    .article_container .article_list_container .article_list_title_container {
      display: inline-block;
      width: calc(100% - 40px - 95px - 87px - 97px - 97px);
      height: 54px;
      overflow: hidden;
      white-space: nowrap;
      vertical-align: middle; }
      .article_container .article_list_container .article_list_title_container.print {
        width: calc(100% - 40px  - 87px - 97px); }
      .article_container .article_list_container .article_list_title_container .article_list_title {
        margin-top: 5px;
        font-size: 1.6em;
        line-height: 1.6em;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000; }
      .article_container .article_list_container .article_list_title_container .article_list_description {
        font-size: 1.2em;
        line-height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #898989; }
        .article_container .article_list_container .article_list_title_container .article_list_description p {
          overflow: hidden; }
    .article_container .article_list_container .article_list_thumbnail_container {
      position: relative;
      display: inline-block;
      width: 95px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
      .article_container .article_list_container .article_list_thumbnail_container img {
        position: absolute;
        top: 16px;
        left: 30px;
        width: 17px;
        height: 24px; }
    .article_container .article_list_container .article_list_media {
      display: inline-block;
      width: 87px;
      height: 54px;
      line-height: 54px;
      font-size: 1.4em;
      font-weight: bold;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
    .article_container .article_list_container .article_list_date {
      display: inline-block;
      width: 97px;
      height: 54px;
      line-height: 54px;
      font-size: 1.4em;
      font-weight: bold;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
    .article_container .article_list_container .article_list_toggle_btn_container {
      display: inline-block;
      width: 74px;
      line-height: 24px;
      vertical-align: middle;
      height: 24px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap; }
      .article_container .article_list_container .article_list_toggle_btn_container button {
        display: inline-block;
        line-height: 24px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
        height: 24px;
        color: #fff;
        background-color: #1083c2;
        border-radius: 12px;
        cursor: pointer;
        transition: background-color 0.2s linear 0; }
        .article_container .article_list_container .article_list_toggle_btn_container button:hover {
          background-color: #005282; }
  .article_container article.read {
    color: #898989; }
    .article_container article.read .article_list_container .article_list_title_container .article_list_title {
      color: #898989; }

article.article_open {
  width: 100%;
  background-color: #fff;
  height: 54px;
  border-top: 3px solid #1083c2;
  border-bottom: 3px solid #1083c2;
  margin: -3px 0;
  position: relative; }
  article.article_open .article_open_header_container {
    background-color: #fff;
    width: 100%; }
  article.article_open .article_list_container {
    overflow: hidden; }
    article.article_open .article_list_container .article_list_checkbox {
      display: none; }
  article.article_open .article_list_media {
    display: inline-block;
    width: 87px;
    height: 54px;
    line-height: 54px;
    color: #005282;
    font-size: 1.2em;
    font-weight: bold; }
  article.article_open .article_info {
    display: block;
    width: 100%;
    color: #005282;
    font-size: 1.2em;
    font-weight: bold; }
  article.article_open .article_body_text {
    display: block;
    margin-top: 16px; }
  article.article_open .article_body_img {
    display: block;
    margin: auto;
    text-align: center; }
    article.article_open .article_body_img img {
      display: block;
      max-width: 80%;
      min-height: 10px;
      margin: 10 auto 0; }
  article.article_open .article_header_nav {
    display: block;
    height: 23px;
    border-bottom: 1px solid #1083c2;
    min-width: 768px; }
  article.article_open .article_header_nav_tabs {
    display: block;
    margin-left: 50px;
    height: 23px;
    float: left; }
    article.article_open .article_header_nav_tabs .article_header_nav_tab_text {
      display: inline-block;
      height: 23px;
      line-height: 23px;
      background-color: #fff;
      color: #1083c2;
      font-size: 12px;
      padding-left: 13px;
      padding-right: 13px;
      border-left: 1px solid #1083c2;
      border-top: 1px solid #1083c2;
      border-bottom: 1px solid #1083c2;
      border-right: 1px solid #1083c2;
      border-radius: 3px 3px 0px 0px;
      cursor: pointer; }
      article.article_open .article_header_nav_tabs .article_header_nav_tab_text.selected {
        border-bottom: 1px solid #fff; }
    article.article_open .article_header_nav_tabs .article_header_nav_tab_img {
      display: inline-block;
      height: 23px;
      line-height: 23px;
      background-color: #fff;
      color: #1083c2;
      font-size: 12px;
      padding-left: 13px;
      padding-right: 13px;
      border-left: 1px solid #1083c2;
      border-top: 1px solid #1083c2;
      border-bottom: 1px solid #1083c2;
      border-right: 1px solid #1083c2;
      border-radius: 3px 3px 0px 0px;
      cursor: pointer; }
      article.article_open .article_header_nav_tabs .article_header_nav_tab_img.selected {
        border-bottom: 1px solid #fff; }
  article.article_open .article_header_nav_control {
    display: block;
    float: right;
    margin-right: 10px;
    height: 23px -2px;
    margin-bottom: 2px;
    position: relative;
    top: -3px; }
    article.article_open .article_header_nav_control .article_header_nav_printout {
      display: inline-block;
      font-size: 1.0em;
      color: #1083c2;
      margin-left: 10px;
      padding-left: 26px;
      height: 23px -2px;
      margin-bottom: 2px;
      line-height: 23px;
      background-image: url("../img/printer.svg");
      background-size: 22px 18px;
      background-repeat: no-repeat;
      background-position: left center;
      vertical-align: middle;
      cursor: pointer; }
    article.article_open .article_header_nav_control .article_header_nav_openwindow {
      display: inline-block;
      font-size: 1.0em;
      color: #1083c2;
      margin-left: 28px;
      padding-left: 20px;
      height: 23px -2px;
      margin-bottom: 2px;
      line-height: 23px;
      background-image: url("../img/another_window1.svg");
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: left center;
      vertical-align: top;
      cursor: pointer; }
  article.article_open .article_list_container {
    width: 100%;
    min-height: 54px;
    min-width: 768px;
    /*
    .article_list_toggle_btn{
        
        display: inline-block;
        width: $COLUMN_CLOSEBTN_WIDTH;
        line-height: 24px;
        
        vertical-align: middle;
        
        height: 24px;
        color: #fff;
        background-color: $BASE_COLOR;
        
        border-radius: 12px;
        
    }
    */ }
    article.article_open .article_list_container .article_list_checkbox {
      display: inline-block;
      width: 40px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle; }
    article.article_open .article_list_container .article_list_title_container {
      display: inline-block;
      width: calc(100% - 40px - 97px);
      margin-left: 50px;
      min-width: 500px;
      min-height: 54px;
      vertical-align: middle;
      white-space: nowrap;
      margin-bottom: 10px;
      height: auto; }
      article.article_open .article_list_container .article_list_title_container .article_list_title {
        margin-top: 5px;
        font-size: 1.6em;
        overflow: hidden;
        white-space: pre;
        margin-top: 12px;
        font-size: 2em;
        text-overflow: initial;
        white-space: initial;
        line-height: 1.2; }
      article.article_open .article_list_container .article_list_title_container .article_list_description {
        font-size: 1.2em;
        overflow: hidden;
        white-space: pre; }
    article.article_open .article_list_container .article_list_thumbnail_container {
      display: inline-block;
      width: 95px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle; }
    article.article_open .article_list_container .article_list_media {
      display: inline-block;
      width: 87px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle; }
    article.article_open .article_list_container .article_list_date {
      display: inline-block;
      width: 97px;
      height: 54px;
      line-height: 54px;
      vertical-align: middle; }
    article.article_open .article_list_container .article_list_toggle_btn_container {
      position: relative;
      top: 15px;
      vertical-align: top; }
  article.article_open .article_info:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.article_container.detail_window article.article_open {
  border-bottom-style: none; }
  .article_container.detail_window article.article_open .article_list_container .article_list_title_container {
    width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .article_container.detail_window article.article_open .article_header_nav .article_header_nav_tabs {
    position: relative;
    left: 50%;
    margin-left: calc(-640px + 320px); }
  .article_container.detail_window article.article_open .article_header_nav .article_header_nav_control {
    right: 50%;
    margin-right: calc(-640px + 320px); }

.articles_footer {
  border-top: 3px solid #1083c2;
  text-align: center;
  height: 55px;
  line-height: 55px; }

.pagenation {
  display: inline-block;
  vertical-align: middle; }
  .pagenation div {
    display: inline-block; }
  .pagenation ul {
    list-style: none;
    display: inline-block; }
    .pagenation ul a {
      text-decoration: none; }
    .pagenation ul li {
      display: inline-block;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      min-width: 24px;
      height: 24px;
      line-height: 24px;
      color: #005282;
      font-size: 15px;
      vertical-align: middle;
      border-radius: 12px;
      transition: background-color 0.2s linear;
      cursor: pointer; }
      .pagenation ul li:hover {
        background-color: rgba(0, 82, 130, 0.2); }
      .pagenation ul li.selected {
        color: #fff;
        background-color: #005282; }
    .pagenation ul span {
      vertical-align: middle; }
  .pagenation .prev_first {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-image: url("../img/prev_prev.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .pagenation .prev {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-image: url("../img/prev.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .pagenation .next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-image: url("../img/next.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .pagenation .next_last {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-image: url("../img/next_next.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .pagenation .prev_first, .pagenation .prev, .pagenation .next, .pagenation .next_last {
    position: relative;
    top: -1px;
    cursor: pointer; }

#select_duration_layer {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  display: none;
  width: 318px;
  height: 146px;
  background-color: #1083c2;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  z-index: 4; }
  #select_duration_layer .select_duration_layer_btn_row {
    display: block;
    width: 100%;
    height: 22px;
    text-align: center;
    margin: 10px 0px; }
    #select_duration_layer .select_duration_layer_btn_row button {
      display: inline-block;
      width: 53px;
      height: 20px;
      margin: 0px 3px;
      color: #fff;
      font-size: 10px;
      border: 1px solid #fff;
      border-radius: 10px;
      background-color: transparent;
      vertical-align: middle; }
      #select_duration_layer .select_duration_layer_btn_row button.selected {
        background-color: #fff;
        color: #1083c2; }
  #select_duration_layer .select_duration_layer_display {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    text-align: center; }
    #select_duration_layer .select_duration_layer_display span {
      margin-left: 2px;
      color: #fff; }
  #select_duration_layer .select_duration_layer_display_startdate {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    width: 100px; }
  #select_duration_layer .select_duration_layer_display_enddate {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    width: 100px; }

#select_duration_layer:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 40%;
  border: 8px solid transparent;
  border-bottom: 8px solid #1083c2; }

.hidden {
  display: none; }

/* Calendar */
#daypicker_base {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 3; }

#calendar_base {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 5; }

#calendar {
  position: fixed;
  top: 50px;
  left: 50px;
  width: 210px;
  height: 240px;
  background-color: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 6; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0; }

.calendar_header {
  position: relative;
  width: 210px;
  display: block; }

.calender_header_btn {
  width: 15px;
  height: 30px;
  display: inline-block;
  background-color: transparent;
  color: #1083c2;
  vertical-align: middle; }

#prev_year {
  background-image: url("../img/d_left_arrow.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat; }

#prev_month {
  background-image: url("../img/left_arrow.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat; }

#next_month {
  background-image: url("../img/right_arrow.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat; }

#next_year {
  background-image: url("../img/d_right_arrow.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat; }

.calendar_header_monthyear {
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold; }

.cal_row {
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px; }

.cal_day {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  color: black;
  background-color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer; }

.cal_day_inactive {
  color: rgba(0, 0, 0, 0.3);
  cursor: default; }

.cal_day_selected {
  background-color: #1083c2;
  border-radius: 15px;
  color: #ffffff; }

.search_words_highlight {
  background-color: #ffd400; }

/*  */
#alert_popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 400px;
  border-radius: 4px;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.3);
  z-index: 7; }
  #alert_popup .caution_icon_container {
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 23px;
    top: 24px;
    left: 29px;
    background-image: url("../img/caution.svg");
    background-size: 27px 23px;
    background-repeat: no-repeat;
    background-position: center center; }
  #alert_popup .catuion_body {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    margin-top: 24px;
    width: 290px;
    height: 50px;
    font-size: 1.4em;
    background-color: #fff; }
  #alert_popup .caution_btn_container {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
    #alert_popup .caution_btn_container .caution_btn {
      display: inline-block;
      line-height: 24px;
      padding-left: 15px;
      padding-right: 15px;
      vertical-align: middle;
      height: 24px;
      color: #fff;
      background-color: #1083c2;
      border-radius: 12px;
      cursor: pointer; }

#loading {
  position: fixed;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 9; }

#white_layer {
  position: fixed;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 8; }

.sticky {
  position: fixed;
  top: 0px; }

.article_container_print_status {
  display: block;
  width: 100%;
  min-height: 100px;
  border-top: 1px solid #1083c2; }

.template_status_print {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px; }
  .template_status_print b {
    font-weight: bold; }

#article_list_print {
  display: block;
  width: 100%;
  border-top: 3px solid #1083c2; }

#printout_view {
  display: none; }

.credits {
  background-image: url("../img/sw-logotype.svg");
  background-size: 51px 9px;
  background-repeat: no-repeat;
  background-position: right 20px center; }

.detail_window {
  margin-top: 3px; }

.sankei_logo {
  display: block;
  width: 188px;
  height: 47px;
  background-image: url("../img/logo_sankeidb.svg");
  background-size: 150px 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.alert_mark {
  width: 420px;
  height: 34px;
  background-image: url("../img/caution.svg");
  background-size: 28px 24px;
  background-repeat: no-repeat;
  background-position: center center; }

.alert_container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 50px;
  margin: auto;
  background-color: #fff;
  text-align: center;
  font-size: 14px; }

.fixed_bottom {
  width: 100%;
  border-style: none;
  position: absolute;
  bottom: 0px; }

.alert_header {
  display: block;
  width: 100%;
  height: 50px;
  border-top: 3px solid #1083c2;
  background-image: url("../img/logo_sankeidb.svg");
  background-size: 150px 17px;
  background-repeat: no-repeat;
  background-position: left 80px bottom; }

.sankei_links_container {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 20px; }

.sankei_links {
  position: absolute;
  right: 10px;
  display: inline-block;
  text-align: right;
  font-size: 1.2em; }
  .sankei_links a {
    color: #005282; }
  .sankei_links button {
    display: inline-block;
    height: 24px;
    color: #fff;
    background-color: #1083c2;
    font-size: 12px;
    border-radius: 12px;
    padding-left: 13px;
    padding-right: 13px;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.2s linear 0;
    margin-left: 5px; }
    .sankei_links button:hover {
      background-color: #005282; }

#only_title_search {
  margin-left: 10px; }

#article_container_print {
  display: none; }

#article_container_print_status {
  display: none; }

#article_list_print {
  display: none; }

@media print {
  #article_container_print {
    display: block; }

  #article_container_print_status {
    display: block; }

  #article_list_print {
    display: block; } }
/*
@media print
{
	
	#printout_view
	{
		display: block;
	}
	
	#search_view
	{
		display: none;
	}
	
	#article{
		display: none;
	}
	
	.article_list_checkbox{display: none;}
	.article_list_thumbnail_container{display: none;}
	.article_list_media{display: none;}
	.article_list_date{display: none;}
	.article_list_toggle_btn_container{display: none;}
	
	li{
		list-style: none;
		margin-bottom: 7mm;
	}
	.article_list_title{
		font-weight: bold;
		
	}
	
    body {
        font-family: 'Yu Mincho', 'Hiragino Mincho ProN', Georgia, serif;
        padding: 10mm 10mm 18mm;
        position: relative;
    }
    .printout_header {
        margin-bottom: 10mm;
        h2.printout_header_title {
            font-size: 14pt;
            line-height: 1.2;
            font-weight: bold;
            margin-bottom: 2mm;
        }
        .printout_header_info {
            font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
            font-size: 9pt;
            line-height: 1.4;
        }
    }
    .printout_article {
        font-size: 10pt;
        line-height: 18pt;
        column-count: 2;
        column-gap: 12mm;
        position: relative;
        padding-bottom: 10mm;
        p {
            margin-bottom: 20pt;
        }
    }
    .printout_image {
        text-align: center;
        img {
            max-width: 180mm;
            max-height: 200mm;
        }
    }
    .printout_article_credit {
        position: absolute;
        left: 0;
        bottom: -4mm;
        font-size: 6pt;
    }
}




*/

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