@charset "Shift_JIS";

.section {
	padding: 4px 4px 2px;
	border: 1px solid #CCCCCC;
}


.section dl.info {
	height: 1%;
	padding-top: 2px;
}

.section dl.info:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .section dl.info { display: inline-block; }
/* no ie mac \*/
* html .section dl.info { height: 1%; }
.section dl.info { display: block; }
/* */


.section dl.info dt {
	height: 1%;
	color: #003399;
	font-weight: bold;
	width: 120px;
	float: left;
	margin-bottom: 2px;
}

.section dl.info dd {
	height: 1%;
	width: 350px;
	float: right;
	font-weight: bold;
	margin-bottom: 2px;
}

.section dl.info dd.article {
	width: auto;
	float: none;
	font-weight: normal;
	clear: both;
	background-color: #f5f5f5;
	padding: 10px 5px 5px;
	border: 1px dotted #cccccc;
}


