@charset "utf-8";
@import "../../common/0-import.css";
/*  
	Author : S.Takahashi
	Update : 6/17
*/
/*------------------------------------------------------------
	施工例TOP
------------------------------------------------------------*/
#conts h2 {
	padding: 0 0 10px;
}

#conts p#top {
	padding: 0 10px 25px;
}

#conts .box {
	margin: 0 0 20px 0;
	padding: 18px 20px 15px 20px;
	background: #F3F7E9;
}

#conts .box h3 {
	padding-bottom: 10px;
}

#conts .box h4 {
	padding: 0 0 7px 20px;
	background: url(/img/wiring/example/01.gif) no-repeat left 3px;
	
	color: #3C5CB0;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2;
}

	* html #conts .box h4 {
		background: url(/img/wiring/example/01.gif) no-repeat left  2px;
		/*Mac IE用ハック*/
		/*\*//*/
		background: url(/img/wiring/example/01.gif) no-repeat left 3px;
		/**/ 
	}

#conts .box .photo {
	margin: 5px 0 0 15px;
	
	float: right;
	
	display: inline; /* IE6hack */
}

	* html #conts .box .photo {
	}

#conts .btm {
	margin-bottom: 30px;
}

#conts .box img {
	display: block;
}

#conts .box ul {
	margin: 7px 0 0 0;
}

#conts .box li {
	padding: 0 0 0 12px;
	background: url(/img/wiring/example/02.gif) no-repeat left center;
	
	letter-spacing: -1px;
}

#conts .box li a {
}