﻿@charset "utf-8";


	.tbl-price {
		margin:75px auto;
		border-collapse: collapse;
	}
	.tbl-price th{
		border:#000 1px solid;
		text-align: center;
		vertical-align: middle;
		padding:6px;
	}
	.tbl-price td{
		border:#000 1px solid;
		text-align: center;
		vertical-align: middle;
		padding:4px;
	}
	.tbl-price .bnone{
		border:none;
	}
	.contract {
		background:#D92127;
		color:#fff;
		min-width:10em;
	}
	.service {
		background:#EAEDF2;
	}
	.main-txt {
		font-size:16px;
		font-weight:bold;
	}
	.sub-txt {
		font-size:16px;
		font-weight:normal;
	}
	.mini {
		font-size:12px;
	}
	tr.bold th,
	tr.bold td{
		border-top:2px solid #000;
	}
	tr.last-bold th,
	tr.last-bold td {
		border-bottom:#000 2px solid;
	}
	.s-btn {
		margin-top:10px;
		display:block;
		background:#D92127;
		color:#fff;font-weight:bold;
		border-radius: 30px;
		text-decoration: none;
		line-height:1.2;
		padding:0.25em;
	}