﻿@charset "utf-8";

.lead p
	{
	margin:0.5ex 25px 12px 0;
	}

.business h2
	{
	margin:20px 25px 10px 0;
	font-weight:bold;
	}

.business table
	{
	width:500px;
	}

.business .c2,
.business .c3
	{ background:#FFF; }
.business .c4
	{ background:#FFFCD6; }

.business th,
.business td
	{
	border:1px solid #FFF;
	text-align:center;
	vertical-align:middle;
	}

.business th
	{ background:#D2D3D5; }
.business th.c1
	{ border-right-color:#58585A; }
.business th.c3
	{ background:#818284; }
.business th.c4
	{ background:#EE439A; }

.business td
	{
	padding:1px;
	color:#231F20;
	font-size:63%;
	line-height:1.35;
	border-width:0 1px 1px;
	border-color:#58585A;
	}
.business td.c4
	{
	color:#EE439A;
	font-weight:bold;
	}

.business td strong
	{
	font-weight:bold;
	font-size:3.5ex;
	}
.business td small
	{
	color:#58585A;
	font-weight:normal;
	}

.business .note
	{
	display:block;
	padding:2px 32px 0 0;
	text-align:right;
	font-size:63%;
	line-height:1.25;
	}

.business li
	{
	margin:1.5ex 25px 0 0;
	font-weight:bold;
	font-size:75%;
	line-height:1.25;
	}

.business li:first-letter
	{
	color:#EE439A;
	}

