@charset "utf-8";
/* CSS Document */

div.cont-box p {
	margin-bottom: 20px;
}

table.basic-table {
	margin-bottom: 20px;
	width: 100%;
}
table.basic-table thead {
	background-color: #818181;
}
table.basic-table thead th {
	background-color: #818181;
	text-align: center;
	color: #fff;
	border: 1px solid #ababab;
	font-weight: normal;
}
table.basic-table tbody th p {
	font-weight: normal;
	padding-top: 10px;
}

table.basic-table tbody th,
table.basic-table tbody td {
	border: 1px solid #7F7F7F;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
table.basic-table thead th.price {
	width: 95px;
	padding: 5px;
}
table.basic-table th p.img {
	text-align:right;
	margin-bottom: 0;
}
table.basic-table th p.img img {
	display: inline;
	margin-left: 3px;
}
table.basic-table td.price {
	text-align: right;
}
table.basic-table tr.odd th,
table.basic-table tr.odd td {
	background-color: #f6f6f6;
}
table.basic-table tr.even th,
table.basic-table tr.even td {
}

span.tel {
	font-size: 116%;
	font-weight: bold;
}


