@charset "UTF-8";
#company.dl_table {
border-top: none;
}
#company.dl_table dd a{
color:#111111;
}
#company.dl_table dd ul {
list-style-type: disc;
padding-left:1.5em;
}
#company.dl_table dd ul li{
margin-bottom:10px;
}
#company.dl_table dd ul li:last-child{
margin-bottom:0;
}
@media (min-width: 768px) {
#contents {
padding-top: 0;
}
.page-heading {
margin: 0;
padding:30px 0 20px;
text-align: center;
}
#company.dl_table dt {
width: 100px;
vertical-align: top;
}
#company.dl_table dd.client{
padding-bottom:0;
}
#company.dl_table dd.client ul{
padding-bottom:6px;
margin-bottom: 16px;
border-bottom:1px dotted #ccc;
}
#company.dl_table dd.client ul:last-child{
margin-bottom: 0;
border-bottom:none;
}
#company.dl_table dd.client ul li{
width:50%;
float: left;
}
#company.dl_table dd.client ul li:last-child{
margin-bottom:10px;
}
}
@media (max-width: 767px){
.page-heading {
margin: 0;
border-bottom: 1px solid #ccc;
padding:10px 0;
text-align: center;
}
#company.dl_table dl {
padding: 10px 0;
}
#company.dl_table dt {
font-weight:bold;
padding:0 0 8px;
}
#company.dl_table dd.client ul{
padding-bottom:10px;
margin-bottom:15px;
border-bottom:1px dotted #ccc;
}
#company.dl_table dd.client ul:last-child{
padding-bottom:5px;
margin-bottom:0;
border-bottom:none;
}
}