/*
* Multilingual page CSS
*/
@charset "utf-8";
body#zh{
    font-family:"Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
body#ko{
    font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}

.header {
	width:1000px;
	height:60px;
	margin: 0 auto;
	position:relative;
}

.header a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	text-decoration:none;
	}


	.header .logo a {
		display: block;
		width: 231px;
		height: 47px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background:url(../../images/common/logo.png) left top no-repeat;
		position:absolute;
		left:0;
		top:5px;
	}

	.header .btnTop01,
	.header .btnTop02 {
		display: block;
		height: 12px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position:absolute;
	}
	.header .btnTop01 {
		width: 96px;
		background:url(../../images/common/btnTop01.png) left top no-repeat;
		right:124px;
		top:10px;
	}
	.header .btnTop02 {
		width: 89px;
		background:url(../../images/common/btnTop02.png) left top no-repeat;
		right:0;
		top:10px;
	}

/*--------------------------------------------------------
Global Nav
--------------------------------------------------------*/
.gNav {
	margin: 0 auto;
}

	.gNav ul {
		padding: 0;
	}

	.gNav ul li {
		padding:0px 35px 0 35px;
		height: 50px;
		position:absolute;
	}

		.gNavi01 {
			width: 152px;
			right:406px;
			top:12px;
			background:url(../../images/common/borderRed.png) right top no-repeat;
			}

		.gNavi02 {
			width: 158px;
			right:178px;
			top:12px;
			background:url(../../images/common/borderRed.png) right top no-repeat;
			}

		.gNavi03 {
			width: 107px;
			right:0;
			top:12px;
			}

		.gNav ul li a{
			display: block;
			height: 49px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		.gNavi01 a{
			display: block;
			width: 152px;
			background:url(../../images/common/gNavi01.png) left top no-repeat;
		}
		.gNavi02 a{
			display: block;
			width: 158px;
			background:url(../../images/common/gNavi02.png) left top no-repeat;
		}
		.gNavi03 a{
			display: block;
			width: 107px;
			background:url(../../images/common/gNavi03.png) left top no-repeat;
		}



		.gNavi01:hover span,
		.gNavi02:hover span,
		.gNavi03:hover span,
		.gNavi01:active span,
		.gNavi02:active span,
		.gNavi03:active span,
		.gNavi01.active span,
		.gNavi02.active span,
		.gNavi03.active span{
			background:url(../../images/common/activeArrow.png) center bottom no-repeat;
		}


		.gNavi01 span{
			display: block;
			width: 152px;
			height: 49px;
		}
		.gNavi02 span{
			display: block;
			width: 158px;
			height: 49px;
		}
		.gNavi03 span{
			display: block;
			width: 107px;
			height: 49px;
		}


		.gNavi01 a:hover,
		.gNavi02 a:hover,
		.gNavi03 a:hover {
			opacity: 1.0; /* Standard: FF gt 1.5, Opera, Safari */
			filter: alpha(opacity=100); /* IE lt 8 */
			-ms-filter: "alpha(opacity=100)"; /* IE 8 */
			-khtml-opacity: 1.0; /* Safari 1.x */
			-moz-opacity: 1.0; /* FF lt 1.5, Netscape */
		}


.header .logo_en{
    width: 400px;
    margin:12px 0 0 0;
}
.header .multi_btn{
    margin:5px 0 19px;
}
.header .multi_btn li{
    width:8em;
    margin:0 2px;
    border:#de3d45 solid 1px;
    text-align:center;
    background-color:#FFF;
    color:#DE3D45;
}
.header .multi_btn li:hover{
    background-color:#de3d45;
    color:#FFF;
    cursor:pointer;
    transition-duration:.3s;
}
.header .multi_btn li a{
    display:block;
    width:100%;
    height:100%;
    color:#DE3D45;
    padding:0.5em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.header .multi_btn li a:hover{
    color:#FFF;
}
.header .multi_btn li.on{
    background-color:#FAEEEF;
    padding:0.5em;
}
.header .multi_btn li.on:hover{
    cursor:text;
    background-color:#FAEEEF;
    color:#DE3D45;
}

.pageImage{
    border-top:#de3d45 solid 5px;
}

ul.index li{
    border-bottom:#CCC dotted 1px;
    padding:0 0 0.75em 0.5em;
    margin:1em 0 0 0;
    line-height:100%;
}

/*Facility information*/
ul.ico_list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    border:#DDD solid 3px;
    border-radius:5px;
    padding:1em 1em 0;
}
.ico_list li{
    width:auto;
    margin:0 2em 1em 0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items:center;

}
.ico_list li img{
    width:24px;
    height:auto;
    margin-right:5px;
}

ul.num_list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    border:#F00 solid 3px;
    border-radius:5px;
    padding:1em 1em 0;
}
.num_list li{
    width:auto;
    margin:0 2em 1em 0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items:center;

}
.num_list li img{
    width:20px;
    height:auto;
    margin-right:3px;
}


/*--------------------------------------------------------
  common style
--------------------------------------------------------*/

.flex_sb{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.flex_sa{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:space-around;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.flex_c{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.w50per{
    width:50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.w45per{
    width:45%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.zh_btn{
    margin: 0 2px;
    border: #de3d45 solid 1px;
    text-align: center;
    background-color: #FFF;
    color: #DE3D45;
    font-weight: bold;
    padding: 0.8em 40px;
    text-decoration: none!important;
}

.zh_btn:hover{
    background-color: #de3d45;
    color: #FFF;
    cursor: pointer;
    transition-duration: .3s;
}

/* 中国語　診療科一覧*/
.section_list_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 30px 3em;
}
.section_list_wrap .shinryoBox{
    margin: 0 0 15px 0;
}
.section_list_wrap::after{
    border:solid 1px #FFF;
    content:"";
    display: block;
    padding: 10px;
    width:200px;
}

.section_list_wrap .shinryoText {
  color: #de3d45;
  line-height: 1.1em;
  margin-top: 7px;
}
.shinryoBox {
  display: block;
  padding: 10px;
  width: 200px;
  height: 140px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #DE3D45;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.03, #FFFFFF),
	color-stop(1, #FFF9F0)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 3%, #FFF9F0 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 3%, #FFF9F0 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 3%, #FFF9F0 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 3%, #FFF9F0 100%);
background-image: linear-gradient(to bottom, #FFFFFF 3%, #FFF9F0 100%);
}


.font-blue {
  color: cornflowerblue;
}

ul.en-top-news,ul.zh-top-news {
      border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}
ul.en-top-news li,ul.zh-top-news li {
    border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.en-top-news li a,
ul.en-top-news li > span,
ul.zh-top-news li a,
ul.zh-top-news li > span{
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 1.05em;
    padding: 12px 12px 12px 40px;
    position: relative;
    text-decoration: none;
    width: 100%;
    color: #000;
    transition: 0.2s;
}

ul.en-top-news li a::before,
ul.zh-top-news li a::before{
    content: "\f0da";
    font-family: FontAwesome;
    color: #de3d45;
		left: 2%;
		position: absolute;
    font-size: 17px;
}
ul.en-top-news li a:hover,
ul.zh-top-news li a:hover{
    background-color:#faeeef;
}

.top-ttl {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  position: relative;
}
.top-ttl::before {
  display: inline-block;
  content: "";
  background-image: url(../images/multi/en/top-ttl-ico.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
  width: 35px;
  height: 35px;
  vertical-align: middle;

}

hr.dot{
    border: 1px dashed #AAA;
    
}