@charset "UTF-8";
@import url(../../common/css/base_layout.css);
@import url(../../common/css/common_parts.css);
/* line 7, medical.scss */
#medical #wrapper {
  background: url(../../common/img/bg/bg_page.jpg) no-repeat top;
}

/* 診療科・部門紹介　トップページ
********************************************************************/
/* 診療科・部門リスト
----------------------------------------------*/
/* line 15, medical.scss */
.areaMenu {
  margin: 20px 0 35px 0;
}

/* line 18, medical.scss */
.areaMenu:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 26, medical.scss */
* html .areaMenu {
  height: 1em;
}

/* line 29, medical.scss */
.areaMenu {
  display: block;
}

/* for IE7 */
/* line 33, medical.scss */
*:first-child + html .areaMenu {
  zoom: 1;
}

/* 診療科・部門名 */
/* line 38, medical.scss */
.areaMenu li {
  margin-left: 20px;
  margin-bottom: 15px;
  padding-left: 35px;
  width: 170px;
  /*height:29px;*/
  background: url(../img/bg_menu.gif) no-repeat left top;
  border: 1px solid #ABB9C5;
  line-height: 30px;
  font-weight: bold;
  font-size: 90%;
  float: left;
}

/* line 51, medical.scss */
.areaMenu li a {
  color: #000000;
  text-decoration: none;
  display: block;
}

/* 説明文
----------------------------------------------*/
/* line 59, medical.scss */
.introBox {
  padding: 20px;
  border: 1px solid #C4C4C4;
  font-size: 90%;
  line-height: 1.5;
}

/* 説明文 下点線 */
/* line 67, medical.scss */
.introUline {
  padding: 10px 0;
  border-bottom: 1px dotted #C4C4C4;
  font-size: 90%;
  line-height: 1.5;
}

/* 外枠付きテキスト */
/* line 75, medical.scss */
.txt_box {
  margin: 15px auto;
  padding: 20px;
  width: 400px;
  text-align: center;
  border: 1px dotted #FFC8EB;
  background: url(../../common/img/bg/bg_plad_pink.gif);
  /*background-color:#FEF7FB;*/
}

/* 医師紹介
----------------------------------------------*/
/* ページ内リンク */
/* line 89, medical.scss */
.navi_below li {
  margin-left: 20px;
  padding-left: 10px;
  font-size: 90%;
  background: url(../../common/img/ico/icon_below.gif) no-repeat left center;
  line-height: 1.8;
  float: left;
}

/* 医師１人分 */
/* line 99, medical.scss */
.dr {
  margin: 0 auto 30px auto;
  width: 670px;
}

/* 医師　氏名 */
/* line 104, medical.scss */
.dr .dr_name {
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #00A367;
  font-weight: bold;
  border-bottom: 1px dotted  #00A367;
}

/* 女性医師　氏名　2015.10.21 add */
/* line 112, medical.scss */
.dr .dr_Wname {
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #e40056;
  font-weight: bold;
  border-bottom: 1px dotted  #00A367;
}

/* 項目 */
/* line 120, medical.scss */
.dr .ttl {
  clear: both;
  padding-left: 15px;
  width: 40px;
  float: left;
  font-weight: bold;
  font-size: 90%;
}

/* 文章 */
/* line 129, medical.scss */
.dr .txt {
  padding-right: 10px;
  width: 590px;
  float: right;
  font-size: 90%;
}

/* 項目幅広 */
/* line 137, medical.scss */
.dr .ttl_l {
  clear: both;
  padding-left: 15px;
  width: 60px;
  float: left;
  font-weight: bold;
  font-size: 90%;
}

/* line 145, medical.scss */
.dr .txt_l {
  padding-right: 10px;
  width: 570px;
  float: right;
  font-size: 90%;
}

/* 整形外科
----------------------------------------------*/
/* table */
/* line 155, medical.scss */
table.tb_seikei {
  margin: 10px 0 50px;
  border-collapse: collapse;
  width: 680px;
}

/* line 160, medical.scss */
.tb_seikei th {
  padding: 5px 15px;
  width: 150px;
  background: url(../../common/img/bg/bg_plad_blue.gif);
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: left;
  white-space: nowrap;
}

/* line 170, medical.scss */
.tb_seikei td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

/* 放射線科
----------------------------------------------*/
/* ＣＴ写真横並び */
/* line 179, medical.scss */
.ct_pic {
  margin: 10px 25px;
  width: 150px;
  font-size: 80%;
  line-height: 1.4;
  float: left;
}

/* 検査科
----------------------------------------------*/
/* table */
/* line 191, medical.scss */
.tb_kensa th {
  vertical-align: top;
  white-space: nowrap;
}

/* リハビリ科
----------------------------------------------*/
/* 患者様の声 */
/* line 200, medical.scss */
.voice {
  margin: 10px 0 50px 0;
  padding: 20px;
  text-align: center;
  background: #F2F9FF;
  border: 1px dotted #7EC3FC;
}

/* 小児科 2013/12/04 追加
----------------------------------------------*/
/* background Image */
/* line 212, medical.scss */
.syouni_img {
  background-image: url(../img/syouni_back.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

/* text成形用 2014/06/04 追加
----------------------------------------------*/
/* line 221, medical.scss */
.em1 {
  text-indent: 1em !important;
}

/* line 222, medical.scss */
.plem1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* 地域医療連携室　2016/08/22 ADD
----------------------------------------------*/
/* line 227, medical.scss */
.ctBox {
  margin: 0 auto;
  line-height: 1.5;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  -moz-box-shadow: 0px 0px 4px #000000;
  -webkit-box-shadow: 0px 0px 4px #000000;
  box-shadow: 0px 0px 4px #000000;
  /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e3f3ff', endColorstr = '#6eb7f2');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e3f3ff', endColorstr = '#6eb7f2')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #e3f3ff, #6eb7f2);
  background-image: -ms-linear-gradient(top, #e3f3ff, #6eb7f2);
  background-image: -o-linear-gradient(top, #e3f3ff, #6eb7f2);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#e3f3ff), to(#6eb7f2));
  background-image: -webkit-linear-gradient(top, #e3f3ff, #6eb7f2);
  background-image: linear-gradient(top, #e3f3ff, #6eb7f2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

/* 薬剤部　2016/08/26 ADD
----------------------------------------------*/
/* line 261, medical.scss */
.wide190 {
  width: 190px;
}

/* line 265, medical.scss */
.wide480 {
  width: 480px;
}

/* 眼科 2017.03.22
----------------------------------------------*/
/* line 281, medical.scss */
img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 289, medical.scss */
.border-box {
  border: 1px solid #c4c4c4;
  padding: 10px;
}

/* line 294, medical.scss */
ul.style01 {
  list-style-type: disc;
  padding-left: 1em;
}
/* line 297, medical.scss */
ul.style01 li {
  margin-bottom: 0.6em;
}

/* line 302, medical.scss */
ul.dr-resume {
  border-top: 1px dotted #555;
  color: #333;
  font-size: 0.8em;
  margin-top: 0.4em;
  padding-top: 0.4em;
}

/* line 311, medical.scss */
.grid {
  margin: 0 -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 320, medical.scss */
.column {
  padding: 10px;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1;
}

/* line 328, medical.scss */
.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

/* line 331, medical.scss */
.col-1-center {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

/* line 331, medical.scss */
.col-2-center {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

/* line 331, medical.scss */
.col-3-center {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

/* line 331, medical.scss */
.col-4-center {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

/* line 331, medical.scss */
.col-5-center {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

/* line 331, medical.scss */
.col-6-center {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

/* line 331, medical.scss */
.col-7-center {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

/* line 331, medical.scss */
.col-8-center {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

/* line 331, medical.scss */
.col-9-center {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

/* line 331, medical.scss */
.col-10-center {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

/* line 331, medical.scss */
.col-11-center {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
  margin: 0 auto;
}

/* line 328, medical.scss */
.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 331, medical.scss */
.col-12-center {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
