@charset "utf-8";
/* 弁護士紹介 */
.lawTable {
width: 100%;
border-style: none;
margin-bottom: 100px;
}
.lawTable.last {
margin-bottom:0;
}
.lawTable tr .name {
background-color: #FFF;
width: 300px;
border-style: none;
}
.lawTable tr th {
background-color: #FFF;
border-bottom: 1px dotted #999;
font-weight: bold;
color: #0E2783;
border-top-style: none;
border-right-style: none;
border-left-style: none;
vertical-align: top;
padding-top: 20px;
width: 130px;
}
.lawTable tr td {
border-bottom: 1px dotted #999;
border-top-style: none;
border-right-style: none;
border-left-style: none;
padding-top: 20px;
padding-bottom: 30px;
}
