/*----------------------*/
/* 会社案内ページ用CSS  */
/*----------------------*/

/* --- 会社データ --- */
#container section dl.co_data{
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #EEE;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#container section dl.co_data dt{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	text-align: center;
	border-top: 1px solid #CCC;
}
#container section dl.co_data dd{
	margin-left: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#container section img.award{
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}
