.ex_tit{
	cursor:pointer;
	font-weight:bold;
	padding:10px 0;
}

.ex_tit:hover{
	color:#ff0000;
	text-decoration: underline;
}

#element_to_pop_up_01, #element_to_pop_up_02,
#element_to_pop_up_03, #element_to_pop_up_04,
#element_to_pop_up_05, #element_to_pop_up_06,
#element_to_pop_up_07, #element_to_pop_up_08,
#element_to_pop_up_09, #element_to_pop_up_10,
#element_to_pop_up_11, #element_to_pop_up_12,
#element_to_pop_up_13, #element_to_pop_up_14,
#element_to_pop_up_15, #element_to_pop_up_16,
#element_to_pop_up_17, #element_to_pop_up_18,
#element_to_pop_up_19, #element_to_pop_up_20,
#element_to_pop_up_21, #element_to_pop_up_22,
#element_to_pop_up_23, #element_to_pop_up_24,
#element_to_pop_up_25, #element_to_pop_up_26,
#element_to_pop_up_27, #element_to_pop_up_28,
#element_to_pop_up_29, #element_to_pop_up_30,
#element_to_pop_up_31, #element_to_pop_up_32,
#element_to_pop_up_33, #element_to_pop_up_34,
#element_to_pop_up_35, #element_to_pop_up_36,
#element_to_pop_up_37, #element_to_pop_up_38,
#element_to_pop_up_39, #element_to_pop_up_40,
#element_to_pop_up_41, #element_to_pop_up_42,
#element_to_pop_up_43, #element_to_pop_up_44,
#element_to_pop_up_45, #element_to_pop_up_46,
#element_to_pop_up_47, #element_to_pop_up_48{ 
	position:relative;
    background-color:#fff;
	/*border-radius:15px;*/
    color:#7d7d7d;
    display:none;
		width:1400px;
    min-height:500px;
    border:0px solid red; 
}

.b-close{
	position:absolute;
	top:10px;
	right:10px;
  cursor:pointer;
	float:right;
	margin-right:20px;
}

.b-pop_con{
	width:1200px;
	margin:80px auto;
	border:0px solid red; 
	line-height:24px;
}

.b-pop_con div.top{
	position:relative;
	width:1200px;
	height:510px;
	border:0px solid red; 	
	}	
.b-pop_con div.top img{
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:510px;
	overflow:hidden;
	}

.b-pop_con div.top div{
	float:right;
	width:690px;
	height:510px;
	border:0px solid red; 	
	}

.b-pop_con div.top div p.center{
	text-align:left;
	font-size:30px;
	line-height:1;
	letter-spacing:-0.05em;
	color:#333;
	font-weight:300;
	height:30px;
	border:0px solid red;
	margin-bottom:10px;
	}
.b-pop_con div.top div p.name{
	text-align:left;
	font-size:35px;
	line-height:1;
	letter-spacing:-0.05em;
	color:#333;
	font-weight:700;
	height:65px;
	border:0px solid red;
	margin-bottom:10px;
	}

.b-pop_con div.top div p.sp{
	width:150px;
	height:40px;
	-moz-border-radius : 50px;
	-webkit-border-radius : 50px;
	-ms-border-radius : 50px;
	-khtml-border-radius : 50px;
	-o-border-radius : 50px;
	border-radius:50px;
	background:#93c0ed;
	text-align:center;
	color:#fff;
	line-height:2;
	font-size:20px;
	font-weight:400;
	overflow:hidden;
	margin-top:50px;
	}
.b-pop_con div.top div p.sp_t{
	text-align:left;
	font-size:25px;
	height:75px;
	letter-spacing:-0.05em;
	line-height:1.5;
	margin-top:10px;
	border:0px solid red;
	}	
.b-pop_con div.top div p.sch_title{
	width:150px;
	height:40px;
	-moz-border-radius : 50px;
	-webkit-border-radius : 50px;
	-ms-border-radius : 50px;
	-khtml-border-radius : 50px;
	-o-border-radius : 50px;
	border-radius:50px;
	background:#b2b6b9;
	text-align:center;
	color:#fff;
	line-height:2;
	font-size:20px;
	font-weight:400;
	overflow:hidden;
	margin-top:20px;
	}
.b-pop_con div.top div table.timetable{
	margin-top:10px;
	}

.b-pop_con div.top div table.timetable thead tr th{
	height:45px;
	}	
.b-pop_con div.top div table.timetable tbody tr td{
	height:45px;
	}


.b-pop_con div.title_bar{
	position:relative;
	width:100%;
	height:45px;
	border-top:1px solid #d0d3d5;
	margin-bottom:20px;
	}
.b-pop_con div.title_bar span{
	position:absolute;
	display:inline-block;
	width:250px;
	height:45px;
	top:-1px;
	left:0;
	text-align:left;
	text-indent:20px;
	font-size:20px;
	font-weight:700;
	letter-spacing:-0.05em;
	line-height:2.5;
	border-top:1px solid #0055a9;	
	}	

.b-pop_con ul.doc_profile{
	width:1120px;
	height:auto;
	margin:0 auto;
	border:0px solid red;
	}
.b-pop_con ul.doc_profile li{
	width:1100px;
	border:0px solid red;
	background:url(/02_center/img/doc_pop_listdot.png) 0px 15px no-repeat;
	padding-left:18px;
	font-size:20px;
	letter-spacing:-0.05em;
	line-height:1.5;
	padding-bottom:8px;
	}	
