@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本


******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */
div.title h1{ float:left; }

.container div.title2 p.hd{
	width:880px;
	padding:7px 47px 7px 7px;
	backgorund-color:#d96d00;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	position:relative;
}
div.title2 p.hd span{
	width:20px;
	margin:0;
	padding:7px;
	background-color:#939598;
	color:#fff;
	text-align:center;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

div.title2 h1{
	height:110px;
	padding-top:35px;
	background:#f4f4f4 url(../../images/rn01/case/bg_title.jpg) right bottom no-repeat;
	line-height:1.4;
}
div.title2 h1 small{ font-size:50%; color:#333; }



.mainCnts .case{ width:910px; clear:both; }

.mainCnts .case p.img{ margin:0 0 20px; float:right; }
.mainCnts .case .defTable{ width:380px; margin-bottom:20px; float:left; clear:none; }
.mainCnts .case .defTable th{ width:7em; }




