@charset "utf-8";

h3 {
	margin-bottom: 13px;
	font-weight: bold;
}

h3.detailHead {
	margin-bottom: 24px;
	padding-bottom: 7px;
	border-bottom: 1px solid #afafaf;
	font-size: 108%;
	color: #ff8400;
	font-weight: bold;
}

h3.detailHead2 {
	font-size: 108%;
	color: #ff8400;
}

.solutionBox {
	display: table;
	width: 650px; 
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #afafaf;
}

.solutionBox02 {
	display: table;
	width: 650px; 
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.solutionBox .img, .solutionBox02 .img {
	margin: 0; /* IE 6, 7 */
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	width: 1%;
	/width: auto;
	/float: left; /* IE 6, 7 */
}

.solutionBox .txt, .solutionBox02 .txt {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px 0 20px;
	/zoom: 1; /* IE 6, 7 */
}

.solutionBox02 .txt { padding-top: 0;}

.solutionBox02 .txt dt {
	margin-bottom: 5px;
	font-weight: bold;
}
