@charset "EUC-JP";

/* 一覧表 */
table.frameList {
	width: 100%;
	font-size: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.frameList td {
	vertical-align: top;
}
table.frameList td.frameSeparator {
	border-bottom: 1px dotted #b5b5b5;
}

/* ポスター用テーブル */
table.frameList td.posterLecNo {
	width: 80px;
	padding-top: 8px;
	font-size: 120%;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}
table.frameList td.posterLecNo a {
	color: #0066cc;
	text-decoration: underline;
}
table.frameList td.posterTitle {
	padding-top: 8px;
	font-weight: bold;
	text-align: left;
}
table.frameList td.posterAffil {
	padding-right: 12px;
	text-align: right;
}
table.frameList td.posterAuthor {
	white-space: nowrap;
}

/* その他発表テーブル */
table.frameList td.generalLecNo {
	padding-top: 16px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #b5b5b5;
}
table.frameList td.generalLecNo a {
	color: #0066cc;
	text-decoration: underline;
}
table.frameList td.generalTitle {
	font-size: 120%;
	padding-left: 4em;
	font-weight: bold;
	text-align: left;
}
table.frameList td.generalRole {
	padding-left: 4em;
	padding-right: 12px;
	text-align: right;
	white-space: nowrap;
}
table.frameList td.generalAuthor {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
table.frameList td.generalOrganization {
	text-align: left;
	white-space: nowrap;
}
table.frameList td.generalAffil {
	padding-left: 12px;
	text-align: left;
}

/* ページ移動ボタン */
table.framePageButton {
	width: auto;
	margin: 24px auto;
	padding: 0;
	border-collapse: collapse;
}
table.framePageButton td {
	font-size: 140%;
}
table.framePageButton td.frameButtonPage {
	font-size: 160%;
}
table.framePageButton td.frameButtonPrev {
	white-space: nowrap;
	padding-right: 24px;
}
table.framePageButton td.frameButtonNext {
	white-space: nowrap;
	padding-left: 24px;
}
table.framePageButton em {
	color: #ff0000;
	font-weight: bold;
}
