
/*

--------------------------*/

.bg_lyel {
	background:#FFF2CC;
}
.bg_yel {
	background: #FADB4C;
}

.bg_lblu {
	background:#DDEBF7;
}
.bg_blu {
	background:#9BC2E6;
}

.bg_lgre {
	background:#E2EFDA;
}
.bg_gre {
	background: #6ED179;
}

.bg_pnk {
	background: #FACDF0;
}

.bg_gry {
	background:#E6E6E6;
}

.tbl_program {
	width:100%;
	margin:5px auto;
	background: #fff;
}
	.tbl_program caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_program th {
		color:#000;
		background:#eee;
		text-align:center;
		font-size:18px;
		border:1px solid #aaa;
		vertical-align:middle;
		padding:10px;
	}
	.tbl_program th.tit {
		background: #660;
		color:#fff;
		text-align:left;
		font-weight:bold;
	}
	.tbl_program td {
		padding:10px 1em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
		text-align: center;
	}
.img_program{
	max-width:1150px;
}

/* PROCEEDINGS */
.proceedings .ceed{
	display:flex;
	/*max-width:900px;*/
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.proceedings .session{
	width:90px;
	height:20px;
	line-height:20px;
	background:#06428E;
	border-radius:5px;
	color:#fff;
	text-align:center;
	padding:5px;
	margin-right:20px;
}
.proceedings .ttl{
	line-height:2.2;
	font-size:16px;
	font-weight:600;
}
.proceedings .pdf{
	margin-left:auto;
}
.proceedings .pdf a{
	display:block;
	width:40px;
}
.proceedings .pdf a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.proceedings .pdf img{
	width:35px;
}

@media screen and (max-width: 840px){
	.proceedings .ceed{
		max-width:400px;
	}
	.proceedings .ttl{
		max-width:230px;
	}
}

/* PROCEEDINGSここまで */


@media screen and (min-width: 841px) and (max-width: 1200px){
	
.img_program{
	max-width:450px;
}
	
}





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

.tbl_program {
	width:100%;
	margin:5px auto;
	background: #fff;
}
	.tbl_program caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_program th {
		text-align:center;
		padding:3px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
		line-height: 1.5;
		font-size: 0.9em;
	}
	.tbl_program th.tit {
		background: #660;
		color:#fff;
		text-align:left;
		font-weight:bold;
	}
	.tbl_program td {
		padding:3px;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
		text-align: center;
		line-height: 1.5;
		font-size: 0.9em;
	}
.img_program{
	max-width:450px;
}
	
}










