@charset "UTF-8";
/**************************************
 * file: banquet.css
 * brief: banquet.html で使う用の設定
 * author: Y. Kamijima
 * date: 2019/01/09
 * details:
 **************************************/

/* 表の th タグの中身を右寄せする。 */
.l-contentsTable th {
  text-align: left;
}
