@charset "utf-8";
/* CSS Document */

/* 共通 */
.docTable  {
width: 100%;
}
.docTable  tr th {
background-color: #5158a0;
padding: 10px 13px;
text-align: center;
color: #FFF;
}
.docTable tr td {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.docTable .txtC {
text-align: center;
}
.docTable .txtR {
text-align: right;
}
.docTable .txtL {
text-align: left;
}
.dokImgLeft {
float: left;
padding-right: 20px;
padding-bottom: 10px;
}
.dokImgRight {
float: right;
padding-left: 20px;
padding-bottom: 10px;
}

/*人間ドッグ*/
.dokList li {
margin-bottom: 5px;
}
.dokTell {
margin-top: 15px;
display: flex;
align-items: center;
}
.dokTell .dokTellCell {
float: left;
display: flex;
align-items: center;
margin-right: 30px;
min-width: 300px;
}
.dokTell .dokTellCell img{
display: block;
}
.dokTell .dokTellCell p{
padding: 0 10px;
}

.docDl li{
margin-bottom: 20px;
margin-left: 18px;
}
.docDl li span {
margin-left: -18px;
}
.docDl li b {
color: #5158A0;
font-weight: normal;
}

/* PET-CT検査 191003追加*/
.docLis {
width: 880px;
}
.docLis li {
float: left;
text-align: center;
margin-right: 20px;
}

.docLis li p{
text-align: left;
}
