@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本


******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */

div.title2 h1{
	height:93px;
	padding-top:52px;
	background:#f4f4f4 url(../../images/rn01/point03/bg_title.jpg) right bottom no-repeat;
}


.mainCnts .column2{
	width:940px;
	margin:0 0 20px -30px;
	clear:both;
}
.mainCnts .column2 div{
	width:440px;
	margin:0 0 30px 30px;
	display:inline;
	float:left;
}


.mainCnts .column2 div dt{
	height:auto;
	margin-bottom:10px;
	padding:7px 7px 7px 10px;
	background:none;
	background-color:#f4f4f4;
	border-left:5px solid #489619;
	font-size:110%;
	font-weight:bold;
	line-height:1.3;
	color:#333;
}

.mainCnts .column2 div dd{
	color:#333;
}
.mainCnts .column2 div dd p.floatR{ width:275px; float:right; }
.mainCnts .column2 div dd p.img{ margin-right:15px; float:left; }
