@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / recruit_nurse  ======================

	第2階層以降の汎用スタイル指定

====================================================== */
/*	Date : 2012.01	*/


.mainColumn { 
	width: 745px; 
	float: left;
  *display:inline;
	margin: 18px 0; 0
	padding-right: 14px; 
	} 
.mainColumn h2 { 
	margin: 0 0 18px; 
	} 

.breadcrumb { 
	margin: 0 0 12px; 
	color: #999999; 
	}
.dotline { 
	background: url(../image/dotline.gif) repeat-x left center; 
	} 
.lineH17 { 
	line-height: 1.7; 
	}
.purple{
	color: #be3b8b;
	}

	
/* mainArea
 ------------------------------------ */
#mainArea { 
	width: 745px; 
	} 


/*	タイトル周り 
 ------------------------------------ */
.pgTitle { 
	background: url(../image/pgtitle-bg.jpg) no-repeat left center; 
	line-height: 35px; 
	padding: 0 20px; 
	color: #001589; 
	font-weight: bold; 
	} 
.icoTitle { 
	background: url(../image/icotitle-bg.gif) repeat-x left bottom; 
	font-weight: normal; 
	color: #3366cc; 
	padding: 0 0 5px; 
	} 
.icoTitle span { 
	background: url(../image/icotitle-icon.gif) no-repeat left center; 
	padding: 0 0 0 26px; 
	} 
.blueTextTitle { 
	font-weight: bold; 
	color: #043198; 
	}
.pinkTextTitle { 
	font-weight: bold; 
	color: #a91970; 
	}
.ttlLine {
    border-bottom: 2px solid #003399;
    padding-bottom: 2px;
}

/*	写真周り 
 ------------------------------------ */
.sinryoPhoto { 
	border: 1px solid #d3dcde; 
	width: 88px; 
	height: 105px; 
	margin-bottom: 5px; 
	} 
.sinryoPhoto img { 
	margin: 4px; 
	} 
.sinryoName { 
	font-size: 10px; 
	}


/*	Visit
 ------------------------------------ */
.visitInformation { 
	border: 1px solid #86c3fc; 
	margin: 0 0 25px; 
	color: #0a63b5; 
	} 
.visitInformation .line { 
	border-right: 1px solid #86c3fc; 
	} 
.visitInformation .note { 
	padding-left: 1em; 
	text-indent: -1em; 
	margin: 4px 2px; 
	} 
.visitInformation table { 
	width: 450px; 
	} 
.visitInformation table.blueBg th { 
	padding: 3px 0; 
	text-align: center; 
	font-weight: normal; 
	color: #FFFFFF; 
	background: #3683cb; 
	} 
.visitInformation table.blueBg td { 
	text-align: center; 
	color: #0a63b5;
	padding: 3px 0; 
	border-bottom: 1px solid #86c3fc; 
	border-right: 1px solid #86c3fc; 
	} 
.visitInformation table.blueBg td.last { 
	border-right: none; 
	} 
.visitInformation table.redBg th { 
	padding: 3px 0; 
	text-align: center; 
	font-weight: normal; 
	color: #FFFFFF; 
	background: #cc3333; 
	} 
.visitInformation table.redBg td { 
	color: #0a63b5;
	padding: 5px 4px 3px; 
	} 

/*	汎用
 ------------------------------------ */

.colRed	{color:#c00;}
.colBlue	{color:#36c;}
.tleft		{text-align:left;}
.tright		{text-align:right;}
.tcenter	{text-align:center;}

.spt10 {margin-top:10px;}
.spt20 {margin-top:20px;}
.spl10{margin-left:10px;}
.spl20{margin-left:20px;}

.pagetop {
	text-align:right;
	font-size:10px;
}
.pagetop a {text-decoration:none;}

.bld ul{ 
	list-style-position: inside;
	} 
.bld ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.item{
	margin:0 0 0 17px;
}
.item table th{
	font-weight:normal;
	line-height: 1.7; 
}

.case_old{
	background:none!important;
	float:right;
	text-align:right!important;
}



/*	がん登録室
 ------------------------------------ */

/*	tab01 ------------------------------------ */
.tab-wrap01 {
  display: flex;
  flex-wrap: wrap;
  margin:5px 0;
}

.tab-label01 {
  color: #3366cc;
  background:#ebebeb;
  text-align: center;
  padding: .5em 1em;
  margin:0 0 0.8em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /*flex: 1;*/
  flex:100px;
  border-radius: 2px;
  position: relative;
}

.tab-label01:not(:last-of-type) {
  margin-right: 1.5px;
}

.tab-content01 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch01:checked+.tab-label01 {
 background:#3366cc;
 color: #fff;
 font-weight: bold;
}
.tab-switch01:checked+.tab-label01:after{
	content: "";
	position: absolute;
	top: 90%;
	left:50%;
	margin-left: -10px;
	border: 10px solid transparent;
border-top:10px solid #3366cc;
	width: 0;
	height: 0;
}

.tab-switch01:checked+.tab-label01+.tab-content01 {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch01 {
  display: none;
}




/*	tab02 ------------------------------------ */
.tab-wrap02 {
  display: flex;
  flex-wrap: wrap;
  margin:5px 0;
}

.tab-label02 {
  color: #3366cc;
  background:#ebebeb;
  text-align: center;
  padding: .5em 1em;
  margin:0 0 0.8em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /*flex: 1;*/
  flex:100px;
  border-radius: 2px;
  position: relative;
}

.tab-label02:not(:last-of-type) {
  margin-right: 1.5px;
}

.tab-content02 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch02:checked+.tab-label02 {
 background:#3366cc;
 color: #fff;
 font-weight: bold;
}
.tab-switch02:checked+.tab-label02:after{
	content: "";
	position: absolute;
	top: 90%;
	left:50%;
	margin-left: -10px;
	border: 10px solid transparent;
border-top:10px solid #3366cc;
	width: 0;
	height: 0;
}

.tab-switch02:checked+.tab-label02+.tab-content02 {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch02 {
  display: none;
}






