@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : S.Takahashi
	Update : 6/18
*/
/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
#conts h2 {
	padding: 0 0 10px;
}

#conts h3 {
	margin-left: 10px;
	padding: 5px 0 10px 0;
	
	clear: both;
}

#conts h4 {
	margin-left: 10px;
	padding: 0 0 7px 20px;
	background: url(/img/icon/02.gif) no-repeat left 3px;
	
	color: #3C5CB0;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2;
}

	* html #conts h4 {
		background: url(/img/icon/02.gif) no-repeat left  2px;
		/*Mac IE用ハック*/
		/*\*//*/
		background: url(/img/wiring/example/01.gif) no-repeat left 3px;
		/**/ 
	}

#conts p {
	padding: 0 10px 20px;
}

#conts ul.bold {
	margin: -15px 0 20px 10px;
	font-weight: bold;
}

#conts .bold li {
	margin-bottom: 2px;
	padding: 0 0 0 12px;
	background: url(/img/icon/03.gif) no-repeat left center;
}
















