﻿@charset "UTF-8";

/*===========================================

 * clp-750.scss

=========================================== */

table.list {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 1em;
}

table.list th, table.list td {
  padding: 0 5px;
  vertical-align: middle;
}

table.list th,
table.list td {
  padding: 5px;
  text-align: center;
}

table.list th {
  width: 200px;
  background-color: #406771;
  border: 1px solid #406771;
  border-right-color: #fff;
  color: #fff;
  font-weight: normal;
}

table.list th:last-child {
  border-right-color: #406771;
}

table.list td {
  border: 1px solid #406771;
}

table.list td.txt-l {
  text-align: left;
}