@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:#contents.sectionH1
		#article
	2:Browser clear
=============================================
*/

/*
===== 1:#contents.sectionH1 =====
*/

#contents.sectionH1 #article .lead {
	margin-bottom: 30px;
}
#contents.sectionH1 #article .sectionH2 .pictR {
	margin: 0 3px 0 20px;
}

#contents.sectionH1 #article .sectionH2.point {
	padding: 0 0 12px;
	background: url(../images/point_btm.gif) no-repeat left bottom;
}
#contents.sectionH1 #article .sectionH2.point h2 {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#contents.sectionH1 #article .sectionH2.point .sectionH3 {
	padding: 0 24px;
}
#contents.sectionH1 #article .sectionH2.point .sectionH3 h3 {
	margin-bottom: 12px;
	color: #5172b3;
	font-size: 90%;
	font-weight: bold;
}


/*
===== 2:Browser clear =====
*/
#contents.sectionH1 #article .sectionH2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #contents.sectionH1 #article .sectionH2 {
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}
