/* 劣化箇所について */

#det .img01 {
	margin: 20px 0px 30px 0px;
	}

#det ul {
	width: 690px;
	font-size: 12px;
	line-height: 120%;
	margin: -5px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#det li {
	width: 325px;
	background: url(img/detbg.gif) no-repeat 1px 1px;
	border: 1px #dddddd solid;
	margin: 20px 20px 0px 0px;
	padding: 11px 9px 9px 9px;
	}

#det li h4 {
	width: 100%;
	background: url(../../img/ctitle02.gif) repeat-x bottom;
	font-size: 12px;
	line-height: 100%;
	color: #336699;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 9px 5px;
	float: left;
	}

#det li p {
	width: 120px;
	background: #f6f6f6;
	margin: 0px 10px 0px 0px;
	float: left;
	text-align: center;
	position: relative;
	}

#det li p img {
	height: 90px;
	}

#det li p span {
	width: 11px;
	height: 11px;
	background: url(../../img/zoom.gif) no-repeat;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
