@charset "UTF-8";
/*=========================================

 doctor.css

=========================================*/



.b-doctor-box{
  width: 680px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.b-doctor-box .e-img>img{
  width: 150px;
  height: auto;
}

.b-doctor-table{
  width: 494px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.b-doctor-table .e-title{
  width: 108px;
  color: #fff;
  background-color: #00AA84;
  padding: 15px 0 15px 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.b-doctor-table td.e-cont{
  width: 386px;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #cccccc;
}

.b-doctor-table .e-cont img{
  width: 75px;
}

.b-doctor-table .m-right{
  display: block;
  text-align: right;
}

.b-doctor-table .m-top{
  vertical-align: top;
}

/* そのページにいる時のサイドメニューの色*/

#doctor .sideMenu li.menu01_10 a {
    color: #00AA84;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
  #contents .mainCl_s h2 img {
    width: 65px;
  }
  .b-doctor-box{
    width: 100%;
    display: block;
  }

  .b-doctor-box .e-img>img{
    width: 150px;
    display: block;
    margin: 0 auto 20px;
  }

  .b-doctor-table{
    width: 100%;
  }
  .b-doctor-table .e-title,
  .b-doctor-table td.e-cont{
    width: auto;
    display: block;
  }
  .b-doctor-table .e-title {
    padding: 15px;
  }
  .b-doctor-table .e-cont {
    border-right: 1px solid #cccccc;
  }
}
