/* =======================================

	companytop pc

======================================= */

.company-area {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
}
.company-list {
	border-bottom: 1px dotted #bbb;
}
.company-area img {
	right: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.company-area ul {
	margin-top: -30px;
}
.company-area ul li {
	border-bottom: 1px dotted #bbb;
	float: left;
	display: inline-block;
	padding: 30px 0 25px;
	width: 352px;
	box-sizing: border-box;
}
.company-list .right {
	padding-right: 0;
	width: 320px;
}
.company-area ul li.bottom {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.company-area ul li img {
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	width: 320px;
	height: auto;
}
.company-area ul li img:hover {
	opacity: 0.8;
}
