@charset "utf-8";
/* CSS Document */

.welfare-article h2
{
	border-bottom: solid 4px #BC8C5E;
}

.welfare-article h3
{
	border-bottom: solid 1px #BC8C5E;
}

.welfare-article .text-smaller
{
	font-size: smaller;
	font-weight: normal;
}

.welfare-article .indent
{
	padding-left: 30px;
}

.welfare-article table
{
	margin: 10px;
}

.welfare-article .imgtable
{
	text-align: center; /*border: 1px solid #000;*/
	background-color: #fff;
}

.welfare-article .imgtable tr, .welfare-article .imgtable td
{
	padding-top: 0;
	padding-bottom: 0;
}

.welfare-article .caption
{
	padding-top: 0;
	font-size: smaller;
}

.font-bold
{
	font-weight: bold;
}