@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	参加者へのご案内

//////////////////////////////////////////////////////////////////////////////*/


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

	共通

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

main table.reception th,
main table.announcement th,
main table.pc_reception th,
main table.poster th,
main table.examination th {
	width: 10em;
	text-align: center;
}

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

main table .attach {
	display: block;
}

}


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

	発表者の方へ

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

/*	参加者へのご案内
------------------------------------------------------------------------------*/

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

main #information .button {
	margin-right: auto;
	margin-left: auto;
}
	
}


/*	利益相反に関して
------------------------------------------------------------------------------*/

main #presenter .for_presenter .group {
	display: flex;
	justify-content: center;
}

main #presenter .for_presenter .group figure {
	margin-right: 5%;
}

main #presenter .for_presenter .group figure:last-child {
	margin-right: 0;
}

main #presenter .for_presenter .group figure img {
	border: 1px solid rgba(35,35,0,1);
}

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

main #presenter .for_presenter .group {
	display: block;
}
	
main #presenter .for_presenter .group figure {
	margin-right: 0 !important;
}

}


/*	ポスター発表者の方へ
------------------------------------------------------------------------------*/

main #presenter .for_poster figure {
	width: 40%;
}

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

main #presenter .for_poster figure {
	width: 100%;
}

}








