﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ 共通CSS  ■■■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/

/*　■■■■■■■■■ リセット補足 ■■■■■■■■■　*/
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#000;
}
a:hover {
	color:#F00;
}
figure {
	margin:0;
}
ul {
	list-style: none;
}
.clear {
	clear:both;
}
/*　■■■■■■■■■ 文字色・背景 ■■■■■■■■■　*/
/* カラー */
.black {
	color:#000000;
}
.red {
	color:#FF0000;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0000FF;
}
.navy {
	color:#000066;
}
.gray {
	color:#CCCCCC;
}
.green {
	color:#009900;
}
.orange {
	color: #FF6600;
}
.pink {
	color:#FF6699;
}
/*　■■■■■■■■■ フォント ■■■■■■■■■　*/
/* サイズ */
.s400 {
	font-size:400%;
}
.s200 {
	font-size:200%;
}
.s160 {
	font-size:160%;
}
.s140 {
	font-size:140%;
}
.s120 {
	font-size:120%;
}
.s110 {
	font-size:110%;
}
.s90 {
	font-size:90%;
}
.s85 {
	font-size:85%;
}
.s80 {
	font-size:80%;
}
.s70 {
	font-size:70%;
}
.s60 {
	font-size:60%;
}
.s50 {
	font-size:50%;
}
/* フォントの太さ */
.bold {
	font-weight: bold;
}
.normal {
	font-weight:normal;
}
/*　■■■■■■■■■ 文字配置 ■■■■■■■■■　*/
/* 行の高さ */
.lh110 {
	line-height:110%;
}
.lh130 {
	line-height:130%;
}
.lh150 {
	line-height:150%;
}
/* 行揃えの位置 */
.tright {
	text-align:right;
}
.tleft {
	text-align:left;
}
.tcenter {
	text-align:center;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
/* テキストの下線・打ち消し線 */
.under {
	text-decoration: underline;
}
.torikeshi {
	text-decoration:line-through;
}
/* 字下げ */
.sage1 {
	text-indent: 1em;
}
.sage10 {
	margin:0 0 7px 1em;
	text-indent: -1em;
}
.sage13 {
	margin:0 0 7px 1.3em;
	text-indent: -1.3em;
}
/* マージン・パディング */
/* 上 */
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
/* 右 */
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
/* 下 */
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
/* 左 */
.ml03 {
	margin-left:0.3em;
}
.ml04 {
	margin-left:0.4em;
}
.ml05 {
	margin-left:0.5em;
}
.ml06 {
	margin-left:0.6em;
}
.ml08 {
	margin-left:0.8em;
}
.ml10 {
	margin-left:1em;
}
.ml13 {
	margin-left:1.3em;
}
.ml20 {
	margin-left:2em;
}
.ml30 {
	margin-left:3em;
}
.ml40 {
	margin-left:4em;
}
/*　■■■■■■■■■ リスト ■■■■■■■■■　*/
/* 算用数字 */
.deci {
	margin:0 0 0 20px;
	list-style-type:decimal;
}
/* 先頭に0をつけた算用数字 */
.deci2 {
	margin:0 0 0 20px;
	list-style-type:decimal-leading-zero;
}
/* 黒四角 */
.square {
	margin:0 0 0 20px;
	list-style-type:square;
}
/* 黒丸 */
.disc {
	margin:0 0 0 20px;
	list-style-type:disc;
}
/* 白丸 */
.circle {
	margin:0 0 0 20px;
	list-style-type:circle;
}
/* 大文字のローマ数字 */
.uproman {
	margin:0 0 0 20px;
	list-style-type:upper-roman;
}
/* 小文字のアルファベット */
.lowlatin {
	margin:0 0 0 20px;
	list-style-type:lower-latin;
}
/* 大文字のアルファベット */
.uplatin {
	margin:0 0 0 20px;
	list-style-type:upper-latin;
}
/*　■■■■■■■■■ その他 ■■■■■■■■■　*/
/* 画像の枠線など */
.img_border {
	padding:1px;
	border:solid 1px #666;
	background-color: #FFF;
}
/* ページトップへ */
.page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	width:60px;
	height:60px;
	background: #DDDDDD;
	border-radius: 30px;
	text-decoration:none;
}
.page-top i {
	margin: 5px 0 0 15px;
}
.page-top p {
	margin: -9px 0 0 7px;
	font-size: 85%;
}
/* 準備中 */
.const {
	margin:50px 0 50px 50px;
	font-size:200%;
	color:#999;
	line-height:240%;
}
.const span {
	margin-left:40px;
	font-size:200%;
}
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height:165%;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-top: solid 10px #333;
	box-sizing: border-box;
}
/* ------------ タイトル -----------*/
#title {
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 200px;
}
#title .enttl {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0.5em;
	text-align: center;
}
#title .enttl span {
	font-size: 80%;
	vertical-align: 5px;
}
#title h1 {
	font-weight: bold;
	font-size: 260%;
	line-height: 1;
	color: #333;
	text-align: center;
}
#title h1 span {
	font-size: 80%;
	margin-right: 0.1em;
}
#title h1 span.kai {
	font-size: 80%;
	letter-spacing: -0.05em;
	margin-right: 0.2em;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: flex;
	flex-flow: row, wrap;
	margin:0 auto;
	padding:100px 0 50px;
	width:1000px;
	/* width:1210px; */
/*	background: #ECC4C4;*/
}
#sec_con .cl {
	order: 1;
	width:200px;
	min-height: 1200px;
/*	background: #CEC6F1;*/
}
#sec_con .cr {
	order: 2;
	width:800px;
/*	background: #EAF3C6;*/
}
#sec_con .cr_ad {
	order: 3;
	margin: 5px 0 0 10px;
	width: 200px;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 796px;
	background: url(img/image.jpg) 50% 0% no-repeat;
	position: relative;
}
/* ------------ サイド -----------*/
.atcl_side {
	width: 95%;
	margin: 0 10px 24px 5px;
}
.atcl_side dl {
	line-height: 130%;
}
.atcl_side dt {
	margin: 20px 0 5px;
	font-weight: bold;
}
.atcl_side dd {
	font-size: 90%;
}
.side_banner {
	margin: 20px 10px 20px 0;
}
.side_banner ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.side_banner .frame_line {
	position: relative;
}
.side_banner .frame_line:before {
	position: absolute;
	content: "";
	inset: 0;
	box-shadow: 0 0 0 1px #ccc inset;
	mix-blend-mode: darken;
	pointer-events: none;
}
.side_banner img {
	display: block;
}
/* ------------ ナビ -----------*/
nav {
	margin:5px 0 0 0;
}
nav li {
	margin:0 0 4px;
	width:190px;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.2;
	box-sizing: border-box;
}
nav li a {
	display:block;
	padding: 10px;
	border:solid 1px #999999;
	background: #FFF;
}
nav li a:link, nav li a:visited {
	color: #333;
}
nav li a:hover {
	background: #DDD;
	color: #F00;
}
nav li a.abstract {
	background: #ffc;
}
nav li a.abstract:hover {
	background: #DDD;
	color: #F00;
}
nav i.material-icons {
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	user-select: none;
	vertical-align: middle;
}
/* ------------ バー -----------*/
.bar {
	width:95%;
	margin: 20px 0 15px 0px;
	padding:7px 0 7px 2em;
	font-size:120%;
	font-weight:bold;
	background:#f68b1f;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
.br_temp {
	margin: 5px 0 15px 0px;
}
.bar span.renew {
	margin:0 1em 0 0;
	float:right;
	font-size:70%;
}
.bar span.renew a:link, .bar span.renew a:visited {
	color:#FFFFFF;
}
.bar span.renew a:hover {
	color:#F00;
}
.minibar {
	width:88%;
	margin: 20px 0 15px 0px;
	padding:5px 0 5px 1em;
	font-size:120%;
	font-weight:bold;
	background:#f68b1f;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
/* 更新情報 */
.news {
	margin:0 0 0 20px;
	width:95%;
	height:400px;
	overflow:auto;
	background:#FFF;
}
.news dl {
	padding:10px 5px;
	border-bottom:dotted 1px #666;
}
.news dt {
	float:left;
}
.news dt span {
	margin:0 5px 0 0;
	color:#f00;
	font-size:110%;
}
.news dd {
	margin:0 0 0 9em;
}
/* バナー広告 */
#sec_con .cr_ad ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
#sec_con .cr_ad .field {
	position: relative;
}
#sec_con .cr_ad .field:before {
	position: absolute;
	content: "";
	inset: 0;
	box-shadow: 0 0 0 1px #ccc inset;
	mix-blend-mode: darken;
	pointer-events: none;
}
#sec_con .cr_ad img {
	display: block;
}
/* お知らせ */
#info_top {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}
#info_top .sanka_btn {
	background: #FF0000;
	border: solid 1px #999999;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 120%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#info_top a.sanka_btn:hover {
	opacity: 0.8;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
footer {
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
	background:#FFFFFF;
}
footer .copy {
	display:block;
	margin:10px auto 0;
	width:1000px;
	text-align:right;
	font-size:80%;
}
footer .copy a {
	font-size:90%;
}
.copy_m {
	display: none;
}
/* 印刷用 */
@media print {
	header {
		position: static;
	}
	#sec_con {
		padding-top: 0;
	}
	.page-top {
		display: none;
	}
	footer {
		position: static;
	}
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#nv_drwr {
    display: none;
}
/*footer .mb_menu {
	display:none;
}*/
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
#aisatsu {
	margin: 50px 0 0 3em;
	width:90%;
}
#aisatsu h3 {
	margin:20px 0;
	font-size:120%;
	font-weight:bold;
}
#aisatsu figure {
	display: flex;
	flex-flow: row, wrap;
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: solid 1px #999999;
}
#aisatsu figure img {
	order: 1;
	width: 150px;
	height: 215px;
}
#aisatsu figure p {
	order: 2;
	margin: 160px 0 0 30px;
	line-height: 180%;
}
#aisatsu figure p span {
	margin-left: 10px;
	font-size: 120%;
}
/* #aisatsu .kaicho {
	float: right;
	font-size: 95%;
	line-height: 1.5;
	margin: 0 0 2em 2em;
	text-align: center;
}
#aisatsu .kaicho img {
	vertical-align: bottom;
} */
#aisatsu .kaicho {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 1em 2em;
	line-height: 1.5;
}
#aisatsu .kaicho > *:nth-child(2) {
	text-align: right;
}
#aisatsu .kaicho img {
	vertical-align: bottom;
}
#aisatsu .bun {
	font-size:105%;
	line-height:180%;
}
#aisatsu .bun p {
	text-indent:1em;
	margin: 1em 0;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin:0 0 0 3em;
	width:90%;
}
#gaiyo dl {
	margin: 50px 0 0;
}
#gaiyo dt {
	padding:5px 0;
	width:100px;
	text-align:center;
	background: #f7a24b;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	font-weight:bold;
	line-height:110%;
	float:left;
	color: #FFFFFF;
}
#gaiyo dt .nimoji {
	letter-spacing:1em;
}
#gaiyo dd {
	margin:0 0 30px 9em;
	padding:3px 0 0 ;
}
/*　■■■ 演題募集 ■■■　*/
#endai {
	margin:50px 0 150px 3em;
	width:90%;
}
#endai h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#endai h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#endai dl.online dt {
	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;
}
#endai dl.online dd {
	margin:0 0 0 20px;
}
#endai dl.online dd.kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#endai dl.online dd.kikan span {
	font-size:150%;
}
#endai dl.online dd.kikan_encho {
	margin:10px 0 0 20px;
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#endai dl.online dd.kikan_encho span {
	font-size:150%;
}
#endai dl.online dd.kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#endai dl.online dd.kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#endai dl.online dd.kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#endai dl.online li {
	margin:0 10px 10px 0;
	padding: 0.51em 0;
	min-width: 180px;
	text-align: center;
	border-radius:10px;
	border:solid 1px #999999;
	font-size:120%;
	float:left;
	color:#FFFFFF;
}
#endai dl.online li.shinki {
/*	padding:10px 0 0 30px;*/
	background-color:#FF0000;
}
#endai dl.online a:link li.shinki, #endai dl.online a:visited li.shinki {
	color:#FFFFFF;
}
#endai dl.online a:hover li.shinki {
	color:#FFFFCC;
	background-color:#FF6666;
}
#endai dl.online li.syusei {
/*	padding:10px 0 0 20px;*/
	background-color:#003399;
}
#endai dl.online a:link li.syusei, #endai dl.online a:visited li.syusei {
	color:#FFFFFF;
}
#endai dl.online a:hover li.syusei {
	color:#FFFFCC;
	background-color:#0066CC;
}
#endai dl.online li.owari {
	opacity:0.6;
}
#endai dl dt {
/*	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;*/
}
#endai .sage13 {
	margin-bottom: 0;
}
#endai ul.li_m > li {
	margin: 0.2em 0;
}
#endai ul.list01 {
	margin:24px 0 0 2em;
	list-style-type:disc;
	line-height:140%;
}
#endai ul.list01 li {
	margin:0 0 14px;
}
#endai table.cate td{
	border:solid #999 1px;
	padding:10px;
}
#endai table.cate th{
	border:solid #999 1px;
	padding:10px;
	text-align: left;
	background: #CCFFFF;
}
#endai div.box01 {
	padding:4px;
	width:70%;
}
#endai .waku {
	width:90%;
	padding:10px 20px;
	border: solid 1px #3cf;
	letter-spacing:2px;
}
#endai table.kazari {
	width:90%;
}
#endai table.kazari td {
	border: solid 1px #3cf;
}
#endai table.kazari sup {
	vertical-align: super;
}
#endai table.kazari sub {
	vertical-align: sub;
}
/* ---ボタン--- */
#endai .btn_pdf li {
	margin:5px;
	width:200px;
	border:solid 1px #999;
	border-radius:5px;
	background:#900;
	float:left;
}
#endai .btn_pdf li a {
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	color:#fff;
}
#endai .btn_pdf li:hover {
	opacity:0.7;
}
#endai li.ppt_iro {
	background:#f60;
}
/*参加登録*/
#endai table.tbl_sanka{
	margin: 20px  0;
	width: 88%;
}
#endai table.tbl_sanka td{
	border:solid #999 1px;
	padding:10px;
}
#endai table.tbl_sanka th{
	border:solid #999 1px;
	padding:10px;
	text-align: center;
	background: #CCFFFF;
}
#endai table.tbl_sanka td:nth-of-type(1) {
	width: 35%;
}
#endai table.tbl_sanka td:nth-of-type(2) {
	width: 40%;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}
#endai table.tbl_sanka td:nth-of-type(3) {
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}
#endai table.tbl_consin{
	width: 70%;
}
/*参加登録フォーム*/
#endai dl.frm_sanka {
	margin: 0 0 20px;
}
#endai dl.frm_sanka dt {
	float: left;
	font-weight: bold;
}
#endai dl.frm_sanka dd {
	margin: 0 0 20px 14em;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro {
	margin: 50px 0 150px 3em;
	width:90%;
}
/* #pro h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:110%;
	font-weight:bold;
} */
#pro h3 {
	color: #FFFFFF;
	background: #666666;
	font-size: 110%;
	margin: 50px 0 15px;
	padding: 0.5em 0.75em;
	text-align: center;
}
#pro .session {
	margin: 50px 0;
}
#pro .heading {
	margin: 0 0 5px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	display: flex;
	align-items: baseline;
	gap: 0 1em;
}
#pro .heading .name {
	font-size:110%;
	font-weight:bold;
}
#pro .zacho {
	display: grid;
	grid-template-columns: max-content auto;
	justify-content: end;
}
#pro .theme {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0;
}
#pro .endai {
	margin: 20px 0 20px 1rem;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 5px 0;
}
#pro .endai > *:not(.num) {
	grid-column: 2;
}
#pro .num {
	font-size: 105%;
	font-weight: bold;
}
#pro .title {
	font-size: 105%;
	font-weight: bold;
}
#pro .enja {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#pro .pdf_btn {
	background: #c33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1.4;
	display: inline-block;
	min-width: 180px;
	padding: 0.6em 1.2em;
	text-align: center;
	white-space: nowrap;
}
#pro a.pdf_btn:hover {
	opacity: 0.8;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 0 150px 3em;
	width:90%;
}
#sanka h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#sanka .online2 .kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#sanka .online2 .kikan span {
	font-size:150%;
}
#sanka .online2 .kikan_encho {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#sanka .online2 .kikan_encho span {
	font-size:150%;
}
#sanka .online2 .kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#sanka .online2 .kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#sanka .online2 .kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#sanka .sage10 {
	margin-bottom: 0;
}
#sanka table.sankahi {
	font-size: 95%;
}
#sanka table.sankahi th,
#sanka table.sankahi td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#sanka table.sankahi td:nth-child(2) {
	text-align: right;
}
#sanka .toroku_btn {
	background: #FF0000;
	border: solid 1px #999999;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 120%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sanka a.toroku_btn:hover {
	opacity: 0.7;
}
#sanka .toroku_btn.end {
	opacity: 0.6;
}
/*　■■■■■■■■■ 機器展示・広告掲載等 ■■■■■■■■■　*/
#exhibition {
	margin: 50px 0 150px 3em;
	width:90%;
}
#exhibition h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#exhibition .pdf_btn {
	background: #c33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1.4;
	display: inline-block;
	min-width: 180px;
	padding: 0.6em 1.2em;
	text-align: center;
	white-space: nowrap;
}
#exhibition a.pdf_btn:hover {
	opacity: 0.8;
}
#exhibition .toroku_btn2 {
	background: #FF0000;
	border: solid 1px #999999;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1.4;
	display: inline-block;
	min-width: 180px;
	padding: 0.6em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#exhibition a.toroku_btn2:hover {
	opacity: 0.7;
}
#exhibition .toroku_btn2.end {
	opacity: 0.6;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#annai {
	margin: 50px 0 150px 3em;
	width:90%;
}
#annai h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#annai table.uketsuke {
	font-size: 95%;
}
#annai table.uketsuke th,
#annai table.uketsuke td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#annai table.uketsuke th {
	color: #333;
	background: #eee;
	font-weight: bold;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
#annai2 {
	margin: 50px 0 150px 3em;
	width:90%;
}
#annai2 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#annai2 table.uketsuke {
	font-size: 95%;
}
#annai2 table.uketsuke th,
#annai2 table.uketsuke td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#annai2 table.uketsuke th {
	color: #333;
	background: #eee;
	font-weight: bold;
}
#annai2 ul.li_m > li {
	margin: 10px 0;
}
#annai2 .row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 50px 0 0 3em;
	width:90%;
}
#access h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
#link {
	margin:30px 0 0 3em;
	width:90%;
}
#link ul {
	margin:10px 0 0 30px;
	list-style:square;
}
#link li {
	margin:0 0 10px;
	font-size:105%;
}
#link li a {
	margin-left: 0em;
	font-size:85%;
	text-decoration:underline;
}
/*　■■■■■■■■■ 汎用 ■■■■■■■■■　*/
#etc {
	margin:30px 0 0 3em;
	width:90%;
}
