﻿@charset "UTF-8";
/* ハイヤータイトル */
.kurotaku__titlebar {
  background: #33200a;
  color: #fff;
  padding: 5px 10px;
  width: 90%;
}

/* 料金 */
.kurotaku__priceTable {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 94%;
}
  .kurotaku__priceTable th,
  .kurotaku__priceTable td {
    border: 1px solid #aaa;
    font-weight: normal;
    padding: 5px 10px;
  }
  .kurotaku__priceTable thead th,
  .kurotaku__priceTable thead td {
    background: #f0f0f0;
    text-align: center;
  }
  .kurotaku__priceTable--route {
    text-align: left;
    width: 50%;
  }
  .kurotaku__priceTable--price {
    text-align: right;
    width: 25%;
  }
  .kurotaku__priceTable--time {
    text-align: right;
    width: 25%;
  }


