@charset "utf-8";

/* 画面タイトル */
.company_list_title {
    text-align: center;
}

.company_list_title p {
    padding: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

/* テーブル表示制御 */
.table_company_list .company_introduction {
    display: none;
}

.table_company_introduction .company_list {
    display: none;
}

/* 企業一覧テーブル */
.lavel_color{
    text-align: center;
}

.lavel_color {
    font-size: 18px;
}

/* 動画紹介テーブル */
.disflex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.company_info {
    margin: auto 0;
}

#ss_contents .company_introduction td {
    border-style: none;
    margin-top: 30px;
}

#ss_contents .ss_form table.table_company_introduction {
    border-style: none;
}

.company_movie img {
    width: 440px;
    height:auto;
}

.thumbnail_border img {
    border: 1px solid #000000;
}

.company_info {
    font-size: 18px;
    margin-left: 15px;
}

/* システム操作にかかるお問合せ */
.system_reference h3 {
    margin-bottom: 10px;
    margin-top:20px;
    padding: 0px 0px 0px 8px;
    font-size: 18px;
    font-weight: bold;
    border-left: solid 4px #000000;
    color: #000000;
}

/* フッター */
#copyright {
    text-align:center;
    padding: 6px;
}

/* JS無効エラー */
   .alert {
    margin-top: 20px;
      margin-bottom: 20px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      background-color: #fcf8e3;
      border: 1px solid #fbeed5;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding-top: 8px;
      padding-right: 14px;
      padding-bottom: 8px;
      padding-left: 14px;
      line-height: 150%;
  }
  
  .alert-error h4 {
   color: #b94a48;
  }
  .alert-error {
      color: #b94a48;
      background-color: #f2dede;
      border-color: #eed3d7;
  }

