@charset "utf-8";

/*
 * 納入事例（舞台）一覧の共通スタイル
 *
 * 対象: /jp/lighting/control/stage/works/ 配下の 6 ページ
 *   theaterhall / artmuseum / banquet / medical-welfare / multiple / school
 *
 * スタジオ側（/jp/lighting/control/studio/works/）のページ内 <style> を移植したもの。
 * 同じ指定を 6 ページに複製しないため 1 ファイルに集約している。
 * なお .column-three_caption 自体は共通 CSS（jp/template/common/v2/css/common.css）にあるので、
 * ここで定義しているのは「日付を左・PDF を右」に横並びさせる分だけ。
 */

.stw-pdficon {
  text-align: left;
  font-weight: bold;
}

.stw-pdficon img {
  margin-top: 4px;
}

@media print, screen and (min-width: 641px) {
  .column-three_text {
    overflow: hidden;
    zoom: 1;
  }

  .stw-txt {
    float: left;
    width: 50%;
  }

  .stw-pdficon {
    text-align: right;
  }

  .stw-pdficon img {
    margin-top: 2px;
  }
}

@media screen and (max-width: 640px) {
  .column-three_caption .column-three_child .column-three_image .column-three_caption {
    font-size: 14px;
    line-height: 1.25;
  }
}
