@charset "utf-8";

#company table ul{
	margin-bottom:0 !important;
}
@media screen and (min-width: 768px) {
#company img{
	width:200px;
}
#company table{
	margin-top:60px;
}
#company table th{
	width:25%;
	vertical-align:middle;
}
#company table th, #company table td{
	padding:20px;
}
}
@media all and (max-width: 767px) {
#company{
	margin-bottom:40px !important;
}
#company img{
	max-width:40%;
	margin:20px 0 10px 10px !important;
}
#company table{
	margin-top:40px;
}
}