/* company */

dl{
    border-top:1px solid #ccc;
}

dl dt{
width:15%;
border-bottom:1px solid #fff;
padding:15px 0;
background:#e4cc9a;
text-align:center;
font-weight:500;
}

dl dd{
width:85%;
border-bottom:1px solid #ccc;
padding:15px 0 15px 20px;
}

@media screen and ( max-width:800px )
{

dl{
    border-top:none;
}

dl dt{
width:100%;
border-bottom:none;
padding:5px 8px;
text-align:left;
}

dl dd{
width:100%;
border-bottom:none;
padding:8px 8px 15px 8px;
}

}