@charset "utf-8";

/* CSS Document */
/* style.css */
/* ==================================================================
共通部分CSS
==================================================================== */
.txt {
  font-size: 14px;
}

@media all and (min-width:740px) {
  .txt {
    font-size: 16px;
  }
}

/* ---テーブル--- */
.ctm_tableColor_set.table_typeA th {
  background-color: #70b42b;
  color: #fff;
}

.ctm_tableColor_set.table_typeA td {
  background-color: #fffff8;
}

/* 見出し */


/* =================================
メディアクエリ
=================================== */
@media all and (min-width:740px) {}



/* ==================================================================
自由型部分CSS
==================================================================== */