﻿@charset "utf-8";

/* -----------------------------------------------------------------
   servicerate
----------------------------------------------------------------- */
#main .left .content .sentence table {
	margin : 0 auto;
	text-align: center;
	border: 1px solid #333;
}

#main .left .content .sentence table tr th {
	width         : 200px;
	margin        : 0;
	padding       : 5px 10px;
	background    : #AD1A1A;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	text-align    : center;
	color         : #fff;
}

#main .left .content .sentence table tr td {
	width         : 150px;
	margin        : 0;
	padding       : 5px 10px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	text-align    : center;
}