<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* サブメニュー */
/*----------------------------------------------*/


/*診療科・部門*/
#page_division .sub_nav_wrapper .sub_nav .sub_category {
  display: block;
  background: #efefef;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  padding: 10px;
}
#page_division .sub_nav_wrapper .sub_nav .sub_category li {
  margin: 3px 0;
}
#page_division .sub_nav_wrapper .sub_nav .sub_category li:last-child {
  margin: 3px 0;
}
#page_division .sub_nav_wrapper .sub_nav .sub_category a {
  display: block;
	width: 100%;
  background: #dddddd url(../../common/images/svg/arrow_link_gray.svg) no-repeat right 10px center / 6px 10px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
	transform: 0s;
}
#page_division .sub_nav_wrapper .sub_nav .sub_category.line_2nd {
	margin-top: 10px;
}


/*現在地表示*/
/*診療科*/
body.department_01 .list_department li:nth-child(1) a { background-color: #e8d4d2 !important; cursor: default;}
body.department_02 .list_department li:nth-child(2) a { background-color: #e8d4d2 !important; cursor: default;}
body.department_03 .list_department li:nth-child(3) a { background-color: #e8d4d2 !important; cursor: default;}
body.department_04 .list_department li:nth-child(4) a { background-color: #e8d4d2 !important; cursor: default;}
/*body.department_05 .list_department li:nth-child(5) a { background-color: #e8d4d2 !important; cursor: default;}*/
/*乳腺外来（5番目）は永久欠番*/
body.department_06 .list_department li:nth-child(6) a { background-color: #e8d4d2 !important; cursor: default;}
body.department_07 .list_department li:nth-child(7) a { background-color: #e8d4d2 !important; cursor: default;}
body.department_08 .list_department li:nth-child(8) a { background-color: #e8d4d2 !important; cursor: default;}
/*部門*/
body.section_01 .list_section li:nth-child(1) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_02 .list_section li:nth-child(2) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_03 .list_section li:nth-child(3) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_04 .list_section li:nth-child(4) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_05 .list_section li:nth-child(5) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_06 .list_section li:nth-child(6) a { background-color: #e8d4d2 !important; cursor: default;}
body.section_07 .list_section li:nth-child(7) a { background-color: #e8d4d2 !important; cursor: default;}



/* TITLE
-------------------------------------------------------------------- */

h3 .icon_department,
h3 .icon_section {
  padding:  0 0 0 45px;
  display: block;
  height: 36px;
  margin: 0 0 10px;
}

h3 .icon_department {
  background: url(/division/images/svg/icon_department.svg) no-repeat left top;
  background-size: 30px;
}
h3 .icon_section {
  background: url(/division/images/svg/icon_section.svg) no-repeat left top;
  background-size: 30px;
}



/* LINK BUTTON
-------------------------------------------------------------------- */
/*
.btn_link {
  width: 100%;
  box-sizing: border-box;
}

.btn_link_schedule {
  padding: 20px;
  background: url(/common/images/svg/arrow_link_green.svg) no-repeat right center;
  background-position: 60% 50%;
  display: block;
  border: #008042 2px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #008042;
  text-decoration: none;
}

.btn_link_schedule p {
  text-align: center;
}

.btn_link_schedule:hover {
  background: url(/common/images/svg/arrow_link_white.svg) no-repeat right center;
  background-position: 60% 50%;
  background-color: #008042;
  color: #fff;
}
*/

/*2019.06.24追記　layout.css上書き*/
/*----------------------------------------------*/
.top_list_link div {
  overflow: hidden;
}
.top_list_link .title {
  width: 100%;
	width: -webkit-calc(100% - 140px) ;
  width: calc(100% - 140px) ;
	float: right;
  display: block;
	border-bottom: #008042 3px solid;
	background: url(/common/images/svg/arrow_link_green.svg) no-repeat right 5%;
	padding: 0 10px 10px 0;
  line-height: 1em;
  letter-spacing: 0;
}

/*2019.06.26追記　common.css上書き*/
/*----------------------------------------------*/
.main_contents .txt_box figure {
  margin: 0 0 20px 20px;
}

.main_contents .txt_box {
  width: auto;
}

.main_contents .txt_box .ttl_underline {
  display: flex;
}


/* MEDIAQUERY for PC（ウィンドウ幅が961px以上の場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (min-width: 961px) {

}




/* MEDIAQUERY for TABLET（ウィンドウ幅が0～960pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

}




/* MEDIAQUERY for SMARTPHONE（ウィンドウ幅が0～480pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 480px){

}
</pre></body></html>