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

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

/* 共通 */
.docTable  {
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
}
.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, .dokImgRight {
float: none;
padding: 0 10px;
margin-bottom: 20px;
text-align: center;
}
img.dokImgLeft, img.dokImgRight {
display: block;
margin-left: auto;
margin-right: auto;
}

/*人間ドッグ*/
.dokList li {
margin-bottom: 5px;
}
.dokTell {
display: block;
padding: 0 10px;
}
.dokTell .dokTellCell {
float: none;
margin-right: 0;
min-width: auto;
margin-bottom: 15px;
}
.dokTell .dokTellCell p{
padding: 0 0 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: auto;
}
.docLis li{
float:none;
margin-right:0;
}
.docLis li p{
text-align:center;
}


}
