﻿@charset "utf-8";

/*----------------------- div#contnet --------------------------*/

div#inner-article h3 {
	color: #005b98;
	font-size: 17px;
	font-weight: bold;
	margin: 30px 5px 0 5px;
}

div#inner-article h3 span.annotation {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

div#inner-article div.section {
	margin: 0;
	padding: 20px 5px;
	text-align: center;
}

div.section h4 {
	color: #005b98;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

div.section table {
	width: 100%;
	border: 1px solid #cccccc;
	margin: 10px 0;
	text-align: left;
}

col.client-name {
	width: 230px;
}

div.section table th {
	padding: 5px 0;
	text-align: center;
	text-indent: 2.5em;
	letter-spacing: 2.5em;
	border: 1px solid #cccccc;
	font-size: 15px;
}
* html div.section table th {
	text-indent: 0;
}
*+html div.section table th {
	text-indent: 0;
}

div.section table td {
	padding: 10px 0;
	text-indent: 1em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
}

div.section table tr.odd td {
	background: #ffffff;
}

div.section table tr.even td {
	background: #dfe8ed;
}

div.section span.annotation {
	display: block;
	margin: 0 0 10px 5px;
	text-align: left;
}

div.section a.to-deptprod {
	margin: 0 auto;
}

















