﻿@charset "utf-8";

.font {
  font-size: 12px;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
}

#price {
  width: 980px;
  height: 640px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  float: left;
}

.price_info {
  width: 550px;
  display: block;
  position: relative;
  margin: 20px auto;
}

.price_table1 {
  border-collapse: collapse;
  width: 550px;
  height: 80px;
  display: block;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 2px solid #cccccc;
}

#price table tr th {
  width: 150px;
  height: 80px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
  padding: 20px 0px;
  border-right: 1px solid #cccccc;
  max-height: 100%;
}

#price table tr td {
  width: 200px;
  height: 80px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
  padding: 20px 0px;
  border-bottom: 1px solid #cccccc;
  max-height: 100%;
}

#price table tr td.none {
  border-bottom: none;
}

#price_table2 {
  width: 550px;
  height: 242px;
  border-collapse: collapse;
  background-color: #ffffff;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #cccccc;
}
