﻿

/* =css範囲
------------------------------------------------------------------------------------------*/
h3 {
	padding-bottom: 20px;
}

h4 {
	padding-bottom: 10px;
}

.price {
	text-align: center;
	padding-bottom: 30px;
}

.price th{
	text-align: center;
	color: #339be3;
	font-weight: bold;
	background-color: #ccebff;
	padding: 20px;
}

.price td{
	border-bottom: #909090 solid 1px;
	padding: 20px;
}

.price_dot {
	border-right: #909090 dashed 1px;
}

