@charset "UTF-8"; 
 
/*--- 会社案内 ---*/ 
	 
/* 会社概要 */ 

.csr {
	float: left;
	width: 470px;
}

.csrImage {
	float: right;
	width: 340px;
}

.csrContent {
	float: left;
	width: 550px;
}

.csrContent h3 {
	color: #c20d23;
	font-size: 120%;
	font-weight: bold;
	margin: 3em 0 0;
}

.csrContent h3:first-child {
	margin: -2em 0 0;
}
