@charset "utf-8";
/* CSS Document */
.business_ul li {
position: static;
}
.business_ul li a {
position: static;
text-align: center;
bottom: auto;
right: auto;
padding: 0;
}
.business_ul > li > a > img {
max-width: 100%;
height: 214px;
}
.business_ul li:nth-child(4) {
background-color: #1ACFBB;
border-radius: 10px;
}
.business_ul li:nth-child(5) {
background-color: #8512E8;
border-radius: 10px;
}
.business_ul li:nth-child(6) {
background-color: #E1AA07;
border-radius: 10px;
}
