<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
PROGRAM AT A GLANCE
--------------------------*/
.contents.program{
	width:100%;
	padding:20px 10px;	
}
.scroll_x{
	overflow-x:scroll;
}
.scroll_x table{
	margin-bottom:10px;
}
.pro_venue1{
	width: 132.5px;
}
.pro_venue2{
	width: 132.5px;
}
.pro_venue3{
	width: 132.4px;
}
.pro_venue4{
	width: 132.5px;
}
.pro_time1,
.pro_time2,
.pro_time3,
.pro_time4{
	width: 2760px;
}
.pro_schedule1,
.pro_schedule2,
.pro_schedule3,
.pro_schedule4{
	width: 2760px;
}
.pro_schedule4_text{
	width: 700px;
}
.tbl_category02 .th-l-t th{
	text-align: left;
	vertical-align: top;
}
.pro_download{
	text-align: right;
}

/*
FULL PROGRAM
--------------------------*/

.cat_border{
	border:1px solid #1A3068;
	padding:10px 0 10px 10px;
	margin-top:30px;
}
.ul_cat{
	display:flex;
	justify-content: center;
}
.ul_cat li{
	width:170px;
	margin:5px 10px;
}
.ul_cat li.w230{
	width:230px;
}
.f18{
	font-size: 18px;
}
.top_ttl{
	display: flex;
	background: #D9EAD3;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 20px 0 5px;
}
.top_ttl .right{
	margin-left: auto;
}
.top_theme{
	color: #C6602C;
	font-size: 17px;
	font-weight: bold;
	padding: 0 10px 5px;
}
.topbox{
	border-top: 2px dashed #000;
	padding: 10px;
	margin: 10px 0 30px;
}
.topbox.none{
	border-top: none;
}
.topbox .cat{
	margin-bottom: 20px;
}
.topbox .person{
	display: flex;
}
.topbox .person div{
	padding-top: 10px;
}
.topbox img{
	width: 80px;
	height: auto;
}
img.imgsample{
	width: 80px;
	height: 80px;
}
.topbox .name{
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.topbox .title{
	font-size: 17px;
	text-indent: -42px;
	padding-left: 62px;
	margin-bottom: 20px;
}
.bio dl{
	display: flex;
	font-weight: normal;
}
.bio dl dd{
	max-width: 950px;
}
.bio .year{
	width: 110px;
}
.bio.w50 .year{
	width: 47px;
}
.bio.w60 .year{
	width: 60px;
}
.bio.w70 .year{
	width: 72px;
}
.bio.w80 .year{
	width: 80px;
}
.bio.w90 .year{
	width: 90px;
}
summary{
	font-size: 17px;
	margin-bottom: 10px;
}
details{
	cursor: pointer;
}

/*
Guidelines for Chairs and Speakers
--------------------------*/
.poster_sample{
	max-width: 700px;
}
.img_coi{
	display: block;
}
.img_coi img{
	max-width: 500px;
	height: auto;
	border: 1px solid #ccc;
	margin: 10px auto;
}
.flex.contact div.btn{
	margin: -20px 0 20px 90px;
}

/*
Pre-congress Courses
--------------------------*/
.pre_flex{
	display: flex;
}
.pre_flex .ul_btn_css3{
	margin: 0 auto;
}
table.boeder_none,
table.boeder_none th,
table.boeder_none td{
	border: none;
	padding: 0;
}
.course6{
	display: block;
	max-width: 300px;
}
.course6 img{
	max-width: 600px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.course6:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}

/* ACCREDITATION */
sup{
	font-size:65%;
	vertical-align:top;
	position:relative;
	top:-0.4em;
}
.tbl_category02.center th,
.tbl_category02.center td{
	text-align: center;
}

@media screen and (min-width: 841px) and (max-width: 1200px){
	
	
/*
TOPICS
--------------------------*/
	.f18{
		font-size: 15px;
	}
	.bio dl{
		display: block;
	}
	.bio .year{
		font-weight: 600;
		margin-bottom: 0;
	}
	.ul_btn_css3.pro_download {
		text-align: center;
	}

	/*
	Guidelines for Chairs and Speakers
	--------------------------*/
	.poster_sample{
		max-width: 500px;
	}
	
	
}




@media screen and (max-width: 840px){

	.pro_venue1{
		max-width:99px;
	}
	.pro_venue2,
	.pro_venue3,
	.pro_venue4{
		max-width:98.8px;
	}
	.pro_time1,
	.pro_time2,
	.pro_time3,
	.pro_time4,
	.pro_schedule1,
	.pro_schedule2,
	.pro_schedule3,
	.pro_schedule4{
		width: 2060px;
	}
	.scroll_x img{
		max-width:2180px;
	}
	.tbl_category02{
		width:100%!important;
	}
	.ul_btn_css3.pro_download {
		text-align: center;
	}
	.ul_cat{
		display:block;
	}
	.flex.spblock{
		display: block;
	}
	.flex.spblock p{
		margin-bottom: 20px;
	}
	
/*
TOPICS
--------------------------*/
	.f18{
		font-size: 15px;
	}
	.top_ttl{
		display: block;
	}
	.bio dl{
		display: block;
	}
	.bio .year{
		font-weight: 600;
		margin-bottom: 0;
	}

	/*
	Guidelines for Chairs and Speakers
	--------------------------*/
	.poster_sample{
		max-width: 380px;
	}
	.img_coi img{
		max-width: 300px;
	}
	/*
	Pre-congress Courses
	--------------------------*/
	.pre_flex{
		display: block;
	}
	.pre_flex .ul_btn_css3{
		margin: 0 auto 30px;
	}
	.flex.contact{
		display: block;
	}
	.flex.contact div.btn{
		margin: 20px auto;
	}
	
}










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