@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本


******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */

div.title2 h1{
	height:95px;
	padding-top:50px;
	background:#f4f4f4 url(../../images/rn01/point01/bg_title.jpg) right bottom no-repeat;
}


.mainCnts div.example div{
	width:930px;
	margin:0 0 20px -20px;
	clear:both;
}
.mainCnts div.example div.col3{ background:url(../../images/rn01/point01/bg_exam_col3.gif) 20px top repeat-y; }
.mainCnts div.example div.col2{ background:url(../../images/rn01/point01/bg_exam_col2.gif) 20px top repeat-y; }
.mainCnts div.example div div{
	width:270px;
	margin:0 0 0 20px;
	padding:10px;
	background-color:#f4f4f4;
	display:inline;
	float:left;
	clear:none;
}

.mainCnts div.example div div p.img{ margin-bottom:5px; }

