@charset "utf-8";
/* CSS Document */

ul.companyList li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.companyList .clTitle {
	float: left;
	width: 16%;
}
.companyList .clc {
	float: right;
	width: 80%;
}
.companyList .clc img {
	width: 20%;
	display: inline-block;
}
.access p {
	margin: 0 0 20px 0;
}
.aboutList li {
	border-bottom: none !important;
}
.aboutList .clTitle {
	width: 100%;
	background-color: #3a6883;
	color: #fff;
	text-align: center;
	font-size: 90%;
	border-radius: 5px;
	padding: 1% 0 1% 0;
	margin: 0 0 2% 0;
}
.aboutList .clc {
	float: inherit;
	clear: both;
	width: 90%;
	margin: 1% auto;
	background: url(../img/top/allow.jpg) no-repeat left 6px;
	padding: 0 0 0 15px;
}
.aboutList .clc.last {
	background: none;
	padding: 0 0 0 0px;
	margin-left: 4%;
	margin-top: 3%;
	font-weight: bold;
}
