@charset "UTF-8";
/* -------------------------------------------------------------------
共通スタイル
------------------------------------------------------------------- */
@import url("../../../common/css/style.css");  

/* -------------------------------------------------------------------

------------------------------------------------------------------- */
h2 {
	background: url(../images/ico_h2.png) no-repeat left 25%;
	font-size: 215%;
	padding-left: 50px;
	margin: 25px 0;
}
.kaicyouPhoto {
	width: 200px;
	float: left;
	margin: 0 25px 0 0;
	text-align: center;
}
.privacy { padding: 0 0 25px 0;}
.privacy h3 {
}

/*.privacy ol li ol { margin-bottom: 1.4em; margin-left: 2.5em; }*/
.privacy ol li {
	margin-bottom: 0.3em;
}
.privacy ol li ol li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
.privacy ol li ol li span {
	position: absolute;
	top: 0;
	left: -1.7em;
}
* html .privacy ol li ol li span { top: -0.1em; } /* for win ie6 */
*:first-child+html .privacy ol li ol li span { top: -0.1em; } /* for win ie7 */

.eng { width: 730px; margin-top: -20px;}
a.btn {
	float: right;
	display: block;
	padding: 0.5em 4em;
	text-align: center;
	/*width: 20em;*/
	margin: 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px #a4afaf;
	-moz-box-shadow: 0 3px #a4afaf;
	box-shadow: 0 3px #a4afaf;
	border: solid 7px #d5e5e5;
	margin-bottom: 6px;
}
a:hover.btn {
	margin-top: 3px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	border: solid 7px #d5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 3px;
}

table.chairman td{vertical-align:middle;}
.textC{text-align:center}

/*-------------------nyukai*/
.nyukaiClub{
	display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;
	-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
	list-style:none;
	padding:0;
	border-top:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	margin-bottom:1em;
}
.nyukaiClub li{
	width:16.6666%;
	box-sizing:border-box;
	padding:.3em .5em;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
.nyukaiKaihi th,.nyukaiKaihi td{
	vertical-align:middle;
	text-align:center

}
.nyukaiKaihi td:nth-last-of-type(1),.nyukaiKaihi td:nth-last-of-type(2),.nyukaiKaihi td:nth-last-of-type(3),.nyukaiKaihi td:nth-last-of-type(4){
	text-align:right

}

/*_______________________横浜市医師会について 事務局図*/
.jimukyokuzu *{box-sizing:border-box}
.jimukyokuzu{
  position:relative;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
  margin-bottom:1em;
}
.jimuBlock1,.jimuBlock2 dt{
  padding:.5em;
  border:1px solid rgb(45, 165, 218);
  border-radius: 6px;
  background-color:#b2e1f5;
  background-image:linear-gradient(180deg,#b2e1f5,#d7f1fc);
  background-image:-moz-linear-gradient(-90deg,#b2e1f5,#d7f1fc);
  background-image:-webkit-linear-gradient(-90deg,#b2e1f5,#d7f1fc);
  font-weight:bold;
  
  font-size:1.3em;
  line-height:1
}
.jimuBlock1{
  position:relative;
  width:110px;
  margin-right:40px;
  text-align:center;
}
.jimuBlock1::after{
  position:absolute;
  top:50%;right:-41px;
  content:"";
  display:block;
  width:40px;height:1px;
  background:#999
}
.jimuBlock2{
  position:relative;
  width:580px;
  padding-left:40px;
  border-left:1px solid #999;
}
.jimuBlock2::before,.jimuBlock2::after{
  position:absolute;
  left:-10px;
  z-index:2;
  content:"";
  width:20px;
  height:1.5em;
  background:#FFF
}
.jimuBlock2::before{top:0;height:1.32em}
.jimuBlock2::after{bottom:0;height:1.96em}
.jimuBlock2 dl{
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.jimuBlock2 dt{
  display:block;
  position:relative;
  width:150px;
  margin-bottom:.5em
}
.jimuBlock2 dt::after{
  position:absolute;
  top:50%;left:-41px;
  content:"";
  display:block;
  width:40px;height:1px;
  background:#999
}
.jimuBlock2 dd{
  width:150px;
  width:-webkit-calc(100% - 150px);
  width:calc(100% - 150px);
  padding-left:1em;
  margin-bottom:.5em;
  
  line-height:1.4
}  