@charset 'UTF-8';
/******************************************************************************

  スタイル定義上書き

******************************************************************************/
table.tbl01
{
	margin-bottom: 3em;
}

table.tbl01 th
{
	vertical-align: middle !important;
}
.message img.picR {
	float: right;
	margin-bottom: 10px;
}
.message p
{
	margin: 0;
	clear: both;
}

.message ul
{
	margin: 1em 0;
}

.message ul > li
{
	line-height: 1.25;
	margin-bottom: .5em;
	list-style: none;
}

.message ul > li > strong
{
	display: block;
	font-size: 90%;
	color: #999;
}

.content dl
{
	margin: 1em 0;
}
.content dl > dt
{
	display: inline-block;
	line-height: 1;
	padding: .65em;
	border-radius: 5px;
	background-color: green;
	color: white;	
	font-size: 80%;
	font-weight: bold;
}
.content dl > dd
{
	margin-top: .35em;
	margin-bottom: 1em;
}
.content dl > dd:last-child
{
	margin-bottom: 0;
}



.content dl > dd div.actPic {
	margin-top: .8em;
	margin-left: 15px;
	padding-bottom: 5px;
}
.content dl > dd div.actPic02 {
	margin-left: 100px;
	margin-top: .8em;
}
.content dl > dd div.actPic img,
.content dl > dd div.actPic02 img {
	margin-right: 5px;
}
.content dl > dd div.actPic img.cat {
	margin: 0 30px 0 0;
}
