﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ 共通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;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
/* 右 */
.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%;
}
#container {
	background: url(img/image.png) #e3dcd6 50% 0 no-repeat;
	width: 1000px;
	margin: auto;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	width:100%;
	/* height:150px; */
	box-sizing: border-box;
}
/* ------------ タイトル -----------*/
#title {
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 0 0 100px;
	box-sizing: border-box;
	width: 1000px;
	height: 100%;
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr;
}
#title > *:nth-child(1) {
	position: absolute;
	top: 10px;
	left: 20px;
}
#title > *:nth-child(3) {
	grid-row: 1;
}
#title .logo img {
	vertical-align: bottom;
}
#title .enttl {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0.5em;
	text-align: center;
	text-shadow: 0 0 3px #ff911e, 0 0 2px #ff911e, 1px 1px 1px #333;
}
#title .enttl span {
	font-size: 80%;
	vertical-align: 5px;
}
#title h1 {
	font-weight: bold;
	font-size: 340%;
	line-height: 1;
	color: #333;
	text-align: center;
}
#title h1 span.kai {
	font-size: 80%;
	margin-right: 0.4em;
}
#title h1 span.cf {
	font-size: 80%;
	margin-left: 0.4em;
}
#title .kaicho {
	text-align: right;
	margin: 10px 210px 0 0;
}
#title .kaicho img {
	vertical-align: bottom;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: flex;
	flex-flow: row, wrap;
	margin:0 auto;
	padding: 0 0 20px;
	width:1000px;
}
#sec_con .cl {
	order: 1;
	width:200px;
	min-height: 1200px;
	padding-left: 10px;
	box-sizing: border-box;
}
#sec_con .cr {
	order: 2;
	width:800px;
	display: flex;
	flex-direction: column;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 760px;
	position: relative;
}
#tokitokoro {
	position: absolute;
	/* top: -17px; */
	top: 0;
	left: 30px;
}
#tokitokoro img {
	display: block;
}
#sponsor_x {
	position: absolute;
	top: 140px;
	left: 35px;
}
#sponsor_x img {
	display: block;
}
#theme {
	position: absolute;
	/* top: -44px; */
	top: -40px;
	right: 30px;
}
#theme img {
	display: block;
}
#theme .image_list {
	position: relative;
	display: flex;
}
#theme .theme1 {
	position: relative;
	order: 2;
}
#theme .theme2 {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
}
#poster {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: flex;
	flex-direction: column;
}
#poster img {
	display: block;
}
#poster dl {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
#poster dt {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main_sub {
	position: relative;
}
#video {
	position: absolute;
	bottom: 20px;
	left: 50px;
}
#video .embed {
	position: relative;
	overflow: hidden;
	width: 512px;
	aspect-ratio: 16/9;
}
#video .embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video .embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#web {
	position: absolute;
	bottom: 20px;
	left: 30px;

	display: grid;
	gap: 20px 0;
	width: 560px;
}
#web img {
	vertical-align: bottom;
}
#web .web_box {
	background: #fff;
	border: solid 1px #666;
	border-radius: 10px;
	font-size: 95%;
	line-height: 1.65;
	padding: 20px;
	box-sizing: border-box;
	/* width: 560px; */
}
#web .app_list {
	display: flex;
	justify-content: space-between;
}
#web .app_list2 {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
}
#web .app {
	width: 250px;
	box-sizing: border-box;
	padding: 5px;
}
#web .app_heading {
	background: #ef5a24;
	border-radius: 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 0.5em 1em;
	box-sizing: border-box;
	width: fit-content;
	min-width: 180px;
}
#web .app_heading2 {
	color: #9ccf00;
	font-size: 110%;
	font-weight: bold;
}
#web .app_content {
	margin: 5px;
}
#web a.app_link {
	border-radius: 10px;
	color: inherit;
	display: block;
}
#web a.app_link:hover {
	box-shadow: 0 0 0 1px #ccc inset;
}
#web a.web_ban:hover {
	opacity: 0.8;
}
#web .pc_app {
	background: content-box url(img/bg_app_ban_01.jpg) 100% 0 no-repeat;
}
#web .sp_app {
	background: content-box url(img/bg_app_ban_04.jpg) 100% 0 no-repeat;
}
#web .qr_list {
	color: #333;
	display: flex;
	gap: 20px;
}
.orei {
	border:solid 1px #FF3300;
	background:#FFFFFF;
	border-radius: 10px;
	font-size: 95%;
	line-height: 1.65;
	padding: 20px;
	box-sizing: border-box;
}
/* ------------ サイド -----------*/
.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_poster img {
	vertical-align: bottom;
}
.side_content {
	margin-top: 20px;
}
.side_banner {
	text-align: center;
}
.side_banner img {
	vertical-align: bottom;
}
/* ------------ ナビ -----------*/
nav {
	/* margin-top: -30px; */
	margin-top: -12px;
	position: relative;
}
nav li {
	width:190px;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.2;
	box-sizing: border-box;
	position: relative;
}
nav li a {
	display:block;
	padding: 10px;
	border-bottom: solid 1px rgb(255 0 255 / 0.5);
}
nav li a:link, nav li a:visited {
	color: #333;
}
nav li a:hover {
	background: #cc3366;
}
nav li a.pre {
	color: #aaa;
}
/* nav li a {
	background: rgba(204, 51, 102, 0.1);
}
nav li a.pre {
	background: transparent;
} */
.container_tpl nav .home_arrow_box {
	display: none;
}
#nv_drwr nav .home_arrow_box {
	display: none;
}
nav .home_arrow_box {
	display: block;
	background: #c30d23;
	border-radius: 10px;
	color: #fff;
	padding: 1em;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	transform: translate(0, -50%);
	z-index: 1;
}
nav .home_arrow_box:after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:30px;
	border-right-width:30px;
	margin-top: -10px;
	border-right-color:#c30d23;
	right:100%;
	top:50%;
}
nav .home_arrow_box:hover {
	opacity: 0.8;
}
/* ------------ バー -----------*/
.bar {
	margin: 20px 10px 0;
	padding:7px 0 7px 2em;
	font-size:120%;
	font-weight:bold;
	background:#cc3366;
	color:#FFFFFF;
}
.br_temp {
	margin: 5px 0 0 0px;
	/* margin: 0 10px; */
	margin: 20px 10px 0;
}
.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 {
	margin: 20px 0 15px 0px;
	padding:5px 0 5px 1em;
	font-size:120%;
	font-weight:bold;
	background:#cc3366;
	color:#FFFFFF;
}
/* コンテンツ */
.content {
	margin: 0 10px;
	padding: 0 40px 50px;
	background: #FFF;
	box-sizing: border-box;

	/* min-height: 100%; */
	flex-grow: 1;
}
/* 更新情報 */
.news {
	margin: 0;
	margin-top: 10px;
	/* height:400px; */
	max-height: 400px;
	overflow:auto;
}
.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;
}
/* コンテンツ2 */
.content2 {
	margin: 0 10px;
	padding: 0 40px 50px;
	background: #FFF;
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 20px 80px;
}
/* 市民公開講座 */
.shimin_title {
	padding: 5px 0 5px 1em;
	font-size: 120%;
	font-weight: bold;
	background: #cc3366;
	color: #FFFFFF;
}
.shimin_poster {
	margin: 15px 0 0 0;
	text-align: center;
}
.shimin_poster img {
	vertical-align: bottom;
}
/* バナー */
.banner {
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.banner ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.banner ul li {
	flex: 0 1 210px;
	display: flex;
	justify-content: center;
}
.banner .frame_border {
	position: relative;
}
.banner .frame_border:before {
	position: absolute;
	content: "";
	inset: 0;
	box-shadow: 0 0 0 1px #ccc inset;
	mix-blend-mode: darken;
	pointer-events: none;
}
.banner li.jiins29 img {
	width: 240px;
	height: auto;
}
.banner img {
	vertical-align: bottom;
}
.banner .dummy {
	background: #eee;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 70px;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
footer {
	width:100%;
	height:auto;
}
footer .copy {
	font-size:80%;
	background:#9c005d;
	color: #fff;
	text-align: center;
}
footer .copy a {
	font-size:90%;
	color: inherit;
}
.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 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 1em 2em;
	line-height: 1.5;
}
#aisatsu .kaicho > *:nth-child(1) {
	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; */
	width:110px;
	text-align:center;
	background: #8c1f66;
	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; */
	margin:0 0 30px 9.5em;
	padding:3px 0 0 ;
}
/*　■■■■■■■■■ 開催方式ご案内 ■■■■■■■■■　*/
#holding_method h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#holding_method table.haishin {
	font-size: 95%;
}
#holding_method table.haishin th,
#holding_method table.haishin td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#holding_method table.haishin th {
	background: #dcf2fa;
	font-weight: normal;
	text-align: center;
}
#holding_method table.haishin td:nth-child(2),
#holding_method table.haishin td:nth-child(3) {
	text-align: center;
	min-width: 9em;
}
#holding_method .od_btn {
	background:#CC3399;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	min-width: 350px;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#holding_method a.od_btn:hover {
	opacity: 0.8;
}
#holding_method .od_btn.end {
	background:#ccc;
}
/*　■■■ 演題募集 ■■■　*/
/* #endai {
	margin:0 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 {
	background-color:#FF0000;
}
#endai dl.online a:link li.shinki, #endai dl.online1 a:visited li.shinki {
	color:#FFFFFF;
}
#endai dl.online a:hover li.shinki {
	color:#FFFFCC;
	background-color:#FF6666;
}
#endai dl.online li.syusei {
	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 .kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#endai .kikan span {
	font-size:150%;
}
#endai .kikan_encho {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#endai .kikan_encho span {
	font-size:150%;
}
#endai .kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#endai .kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#endai .kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#endai .syst_btn_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#endai .syst_btn {
	background:#e33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	min-width: 350px;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#endai a.syst_btn:hover {
	opacity: 0.8;
}
#endai .syst_btn_end {
	background:#ccc;
}
#endai .mt10 {
	margin-top: 10px;
}
#endai .mt20 {
	margin-top: 10px;
}
#endai table.kisai {
	font-size: 95%;
}
#endai table.kisai th,
#endai table.kisai td {
	border:solid #999 1px;
	padding: 0.75em;
}
#endai table.kisai th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#endai table.kisai td {
	text-align: left;
}
#endai .kubun {
	display: grid;
	grid-template-columns: repeat(6, auto);
	font-size: 95%;
}
#endai .kubun > * {
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0.6em;
}
#endai .kubun > *:nth-child(-n+6) {
	border-top: solid 1px #999;
}
#endai .kubun > *:nth-child(6n+1) {
	border-left: solid 1px #999;
}
#endai .kubun > *:nth-child(2n+1) {
	background: #def;
	text-align: center;
}
#endai dl dt {
/*	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;*/
}
#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;
}
/*　■■■■■■■■■ English Session 登録 ■■■■■■■■■　*/
#english_session h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#english_session h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#english_session .mt10 {
	margin-top: 10px;
}
#english_session .mt20 {
	margin-top: 10px;
}
#english_session .sage13 {
	margin-bottom: 0;
}
#english_session sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#english_session sub {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: bottom;
}
#english_session .syst_btn_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#english_session .syst_btn {
	background:#e33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	min-width: 350px;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#english_session a.syst_btn:hover {
	opacity: 0.8;
}
#english_session .syst_btn_end {
	background:#ccc;
}
#english_session table.fee {
	font-size: 95%;
}
#english_session table.fee th,
#english_session table.fee td {
	border:solid #999 1px;
	padding: 0.75em;
}
#english_session table.fee th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#english_session table.fee td {
	text-align: center;
}
#english_session table.submission {
	font-size: 95%;
}
#english_session table.submission th,
#english_session table.submission td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#english_session table.submission th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#english_session .form_btn {
	background: #054e7d;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#english_session a.form_btn:hover {
	opacity: 0.8;
}
#english_session .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
/*　■■■■■■■■■ 演題賞の応募 ■■■■■■■■■　*/
#award h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#award .mt10 {
	margin-top: 10px;
}
#award .mt20 {
	margin-top: 10px;
}
#award .row {
	display: flex;
}
#award .row > *:nth-child(1) {
	flex: none;
}
#award .row > *:nth-child(2) {
	flex: auto;
}
/*　■■■■■■■■■ 演題表彰 ■■■■■■■■■　*/
#presentation_award h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#presentation_award .pdf_btn {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#presentation_award a.pdf_btn:hover {
	opacity: 0.8;
}
#presentation_award .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#presentation_award .btn_w3 {
	max-width: 400px;
	width: 100%;
}
/*　■■■■■■■■■ 交流集会募集 ■■■■■■■■■　*/
#exchange_meeting h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#exchange_meeting h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#exchange_meeting .mt10 {
	margin-top: 10px;
}
#exchange_meeting .mt20 {
	margin-top: 10px;
}
#exchange_meeting .kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#exchange_meeting .kikan span {
	font-size:150%;
}
#exchange_meeting .kikan_encho {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1;
}
#exchange_meeting .kikan_encho span {
	font-size:150%;
}
#exchange_meeting .kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#exchange_meeting .kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#exchange_meeting .kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#exchange_meeting .syst_btn_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#exchange_meeting .syst_btn {
	background:#e33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	min-width: 250px;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#exchange_meeting a.syst_btn:hover {
	opacity: 0.8;
}
#exchange_meeting .syst_btn_end {
	background:#ccc;
}
#exchange_meeting table.kisai {
	font-size: 95%;
}
#exchange_meeting table.kisai th,
#exchange_meeting table.kisai td {
	border:solid #999 1px;
	padding: 0.75em;
}
#exchange_meeting table.kisai th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#exchange_meeting table.kisai tr:nth-child(1) th {
	font-weight: bold;
}
#exchange_meeting table.kisai td {
	text-align: left;
}
/*　■■■■■■■■■ 交流集会ご案内 ■■■■■■■■■　*/
#exchange_meeting2 h3 {
	margin: 50px 0 10px;
	font-size: 130%;
}
#exchange_meeting2 ul {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#exchange_meeting2 ul a {
	display: block;
	padding: 10px 30px;
	background: #660033;
	color: #FFFFFF;
	text-align: center;
}
#exchange_meeting2 ul a:hover {
	opacity: 0.7;
}
#exchange_meeting2 table {
	margin: 0 0 100px;
	font-size: 95%;
}
#exchange_meeting2 table th,
#exchange_meeting2 table td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#exchange_meeting2 table th {
	background: #DDDDDD;
}
#exchange_meeting2 table td:nth-of-type(1),
#exchange_meeting2 table td:nth-of-type(2),
#exchange_meeting2 table td:nth-of-type(3) {
	width: 18%;
	text-align: center;
}
#exchange_meeting2 table td:nth-of-type(5) {
	width: 20%;
}
#exchange_meeting2 table td a {
	display: block;
	padding: 5px;
	background: #660033;
	color: #FFFFFF;
	text-align: center;
}
#exchange_meeting2 table td a:hover {
	opacity: 0.7;
}
#exchange_meeting2 .session {
	margin: 50px 0;
}
#exchange_meeting2 sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#exchange_meeting2 .heading {
	margin: 0 0 5px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	display: flex;
	align-items: baseline;
	gap: 0 1em;
}
#exchange_meeting2 .heading .name {
	font-size:110%;
	font-weight:bold;
	flex: none;
}
#exchange_meeting2 .endai {
	margin: 20px 0;
}
#exchange_meeting2 .title {
	font-size: 105%;
	font-weight: bold;
}
#exchange_meeting2 .title ~ * {
	margin-top: 5px;
}
#exchange_meeting2 .enja {
	padding-left: 1em;
	text-indent: -1em;
}
#exchange_meeting2 .moshikomi {
	margin: 20px 0;
}
#exchange_meeting2 .form_btn2 {
	background: #660099;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#exchange_meeting2 a.form_btn2:hover {
	opacity: 0.8;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
/* #pro {
	margin:0 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: 120%;
	margin: 0 0 20px 0;
	padding: 0.5em;
	text-align: center;
}
#pro * + h3 {
	margin-top: 50px;
}
#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;
	margin-right: auto;
}
#pro .theme {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0;
}
#pro .title {
	font-size: 105%;
	font-weight: bold;
}
#pro .session dl {
	display: grid;
	grid-template-columns: minmax(6.5em, auto) 1fr;
	gap: 20px;
	margin: 20px 0;
}
#pro .session dl dt {
	background: #8c1f66;
	color: #fff;
	text-align: center;
	padding: 0 0.2em;
	align-self: start;
}
#pro .endai + .endai {
	margin-top: 10px;
}
#pro .pdf_btn {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#pro a.pdf_btn:hover {
	opacity: 0.8;
}
#pro .pdf_btn2 {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#pro a.pdf_btn2:hover {
	opacity: 0.8;
}
#pro .btn_w1 {
	max-width: 300px;
	width: 100%;
}
#pro .btn_w3 {
	max-width: 400px;
	width: 100%;
}
#pro .image {
	margin: 20px 0;
}
#pro .image img {
	vertical-align: bottom;
	border: solid 1px #999;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
/* #sanka {
	margin:0 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 sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#sanka sub {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: bottom;
}
#sanka dl.online dt {
	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;
}
#sanka dl.online dd {
	margin:0 0 0 20px;
}
#sanka dl.online dd.kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#sanka dl.online dd.kikan span {
	font-size:150%;
}
#sanka dl.online dd.kikan_encho {
	margin:10px 0 0 20px;
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#sanka dl.online dd.kikan_encho span {
	font-size:150%;
}
#sanka dl.online dd.kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#sanka dl.online dd.kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#sanka dl.online dd.kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#sanka dl.online li {
	margin:0 10px 10px 0;
	padding: 0.51em 0;
	min-width: 270px;
	text-align: center;
	border-radius:10px;
	border:solid 1px #999999;
	font-size:120%;
	float:left;
	color:#FFFFFF;
}
#sanka dl.online li.shinki {
	background-color:#FF0000;
}
#sanka dl.online li.shinki.shinki_2 {
	background-color:#ff6600;
}
#sanka dl.online a:link li.shinki, #sanka dl.online1 a:visited li.shinki {
	color:#FFFFFF;
}
#sanka dl.online a:hover li.shinki {
	color:#FFFFCC;
	opacity: 0.8;
}
#sanka dl.online li.syusei {
	background-color:#003399;
}
#sanka dl.online a:link li.syusei, #sanka dl.online a:visited li.syusei {
	color:#FFFFFF;
}
#sanka dl.online a:hover li.syusei {
	color:#FFFFCC;
	background-color:#0066CC;
}
#sanka dl.online li.owari {
	opacity:0.6;
}
#sanka .blank_space{
	display: inline-block;
	width: 1em;
}
#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 th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#sanka table.sankahi td {
	text-align: center;
}
#sanka table.sankahi td:nth-child(1),
#sanka table.sankahi tr:nth-child(2) td:nth-child(2) {
	text-align: left;
}
#sanka table.sankahi.jizen_waku tr:nth-child(1) > *:nth-child(2) {
	border-top: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.jizen_waku tr:nth-child(2) > *:nth-child(3) {
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.jizen_waku tr:nth-child(3) > *:nth-child(2),
#sanka table.sankahi.jizen_waku tr:nth-child(4) > *:nth-child(2) {
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.jizen_waku tr:nth-child(5) > *:nth-child(2) {
	border-bottom: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.jizen_not tr:nth-child(1) > *:nth-child(2) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.jizen_not tr:nth-child(2) > *:nth-child(3) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.jizen_not tr:nth-child(3) > *:nth-child(2),
#sanka table.sankahi.jizen_not tr:nth-child(4) > *:nth-child(2) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.jizen_not tr:nth-child(5) > *:nth-child(2) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.tsujo_waku tr:nth-child(1) > *:nth-child(3) {
	border-top: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.tsujo_waku tr:nth-child(2) > *:nth-child(4) {
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.tsujo_waku tr:nth-child(3) > *:nth-child(3),
#sanka table.sankahi.tsujo_waku tr:nth-child(4) > *:nth-child(3) {
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.tsujo_waku tr:nth-child(5) > *:nth-child(3) {
	border-bottom: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka table.sankahi.tsujo_not tr:nth-child(1) > *:nth-child(3) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.tsujo_not tr:nth-child(2) > *:nth-child(4) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.tsujo_not tr:nth-child(3) > *:nth-child(3),
#sanka table.sankahi.tsujo_not tr:nth-child(4) > *:nth-child(3) {
	background: #ddd;
	color: #444;
}
#sanka table.sankahi.tsujo_not tr:nth-child(5) > *:nth-child(3) {
	background: #ddd;
	color: #444;
}
#sanka .kome {
	display: flex;
	gap: 0 0.5em;
}
#sanka .kome > *:nth-child(1) {
	flex: none;
}
#sanka .kome > *:nth-child(2) {
	flex: auto;
}
#sanka .flowchart img {
	display: block;
}
#sanka .form_btn {
	background: #054e7d;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sanka a.form_btn:hover {
	opacity: 0.8;
}
#sanka .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
/*　■■■■■■■■■ オンデマンド参加申込 ■■■■■■■■■　*/
#sanka2 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#sanka2 sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#sanka2 sub {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: bottom;
}
#sanka2 dl.online dt {
	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;
}
#sanka2 dl.online dd {
	margin:0 0 0 20px;
}
#sanka2 dl.online dd.kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#sanka2 dl.online dd.kikan span {
	font-size:150%;
}
#sanka2 dl.online dd.kikan_encho {
	margin:10px 0 0 20px;
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#sanka2 dl.online dd.kikan_encho span {
	font-size:150%;
}
#sanka2 dl.online dd.kikan_encho p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#sanka2 dl.online dd.kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#sanka2 dl.online dd.kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#sanka2 dl.online li {
	margin:0 10px 10px 0;
	padding: 0.51em 0;
	min-width: 270px;
	text-align: center;
	border-radius:10px;
	border:solid 1px #999999;
	font-size:120%;
	float:left;
	color:#FFFFFF;
}
#sanka2 dl.online li.shinki {
	background-color:#FF0000;
}
#sanka2 dl.online li.shinki.shinki_2 {
	background-color:#ff6600;
}
#sanka2 dl.online a:link li.shinki, #sanka2 dl.online1 a:visited li.shinki {
	color:#FFFFFF;
}
#sanka2 dl.online a:hover li.shinki {
	color:#FFFFCC;
	opacity: 0.8;
}
#sanka2 dl.online li.syusei {
	background-color:#003399;
}
#sanka2 dl.online a:link li.syusei, #sanka2 dl.online a:visited li.syusei {
	color:#FFFFFF;
}
#sanka2 dl.online a:hover li.syusei {
	color:#FFFFCC;
	background-color:#0066CC;
}
#sanka2 dl.online li.owari {
	opacity:0.6;
}
#sanka2 .blank_space{
	display: inline-block;
	width: 1em;
}
#sanka2 table.sankahi {
	font-size: 95%;
}
#sanka2 table.sankahi th,
#sanka2 table.sankahi td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#sanka2 table.sankahi th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#sanka2 table.sankahi td {
	text-align: center;
}
#sanka2 table.sankahi.jizen_not tr > *:nth-child(2) {
	background: #ddd;
	color: #444;
}
#sanka2 table.sankahi.tsujo_waku tr:nth-child(1) > *:nth-child(3) {
	border-top: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka2 table.sankahi.tsujo_waku tr:nth-child(2) > *:nth-child(3) {
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka2 table.sankahi.tsujo_waku tr:nth-child(3) > *:nth-child(3) {
	border-bottom: solid 2px #f00;
	border-left: solid 2px #f00;
	border-right: solid 2px #f00;
}
#sanka2 table.sankahi.tsujo_not tr > *:nth-child(3) {
	background: #ddd;
	color: #444;
}
#sanka2 .kome {
	display: flex;
	gap: 0 0.5em;
}
#sanka2 .kome > *:nth-child(1) {
	flex: none;
}
#sanka2 .kome > *:nth-child(2) {
	flex: auto;
}
#sanka2 .sage10 {
	margin-bottom: 0;
}
#sanka2 .flowchart img {
	display: block;
}
#sanka2 .form_btn {
	background: #054e7d;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sanka2 a.form_btn:hover {
	opacity: 0.8;
}
#sanka2 .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
/*　■■■■■■■■■ ランチョンセミナー申込 ■■■■■■■■■　*/
#luncheon_seminar h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#luncheon_seminar .sage10 {
	margin-bottom: 0;
}
#luncheon_seminar ul.li_m > li {
	margin: 10px 0;
}
#luncheon_seminar .row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#luncheon_seminar .moshikomi_code {
	border: solid 2px #f00;
	padding: 20px;
}
#luncheon_seminar .moshikomi_code ul.li_m > li + li {
	margin: 10px 0 0 0;
}
#luncheon_seminar .sanka_btn {
	background: #e00;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#luncheon_seminar a.sanka_btn:hover {
	opacity: 0.8;
}
#luncheon_seminar .form_btn2 {
	background: #660099;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#luncheon_seminar a.form_btn2:hover {
	opacity: 0.8;
}
#luncheon_seminar .form_btn2.end {
	background: #ccc;
}
#luncheon_seminar .attention {
	background: #fff8e1;
	padding: 1em;
}
#luncheon_seminar sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#luncheon_seminar .session {
	margin: 30px 0;
}
#luncheon_seminar .heading {
	background: #eee;
	padding: 1em;
	display: flex;
	align-items: baseline;
	gap: 0 1em;
	flex-wrap: wrap;
}
#luncheon_seminar .heading .name {
	font-size:110%;
	font-weight:bold;
	flex: 1 1 100%;
}
#luncheon_seminar .heading .kyosai {
	flex: 1 1 100%;
}
#luncheon_seminar .heading2 {
	margin: 10px 0;
	padding: 3px 0;
	border-bottom:solid 1px #666666;
	display: flex;
	align-items: baseline;
	gap: 0 1em;
}
#luncheon_seminar .heading2 .num {
	font-size:110%;
	font-weight:bold;
	color: #666;
}
#luncheon_seminar .heading2 .name {
	font-size:110%;
	font-weight:bold;
}
#luncheon_seminar .zacho {
	margin: 10px 0;
}
#luncheon_seminar .zacho p {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#luncheon_seminar .endai {
	margin: 10px 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#luncheon_seminar .endai > * {
	grid-column: 2;
}
#luncheon_seminar .endai .num {
	font-size:105%;
	font-weight:bold;
	color: #666;
	margin-right: 1em;
	grid-column: 1;
}
#luncheon_seminar .endai .name {
	font-size:105%;
	font-weight:bold;
}
#luncheon_seminar .enja2 {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
/*　■■■■■■■■■ 採択演題一覧 ■■■■■■■■■　*/
#saitaku h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#saitaku .h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#saitaku .pdf_btn {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#saitaku a.pdf_btn:hover {
	opacity: 0.8;
}
#saitaku .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#saitaku .btn_w3 {
	max-width: 400px;
	width: 100%;
}
#saitaku table.reschedule {
	font-size: 95%;
}
#saitaku table.reschedule th,
#saitaku table.reschedule td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
}
#saitaku table.reschedule th {
	color: #333;
	font-weight: bold;
}
#saitaku table.reschedule tr > *:nth-child(1),
#saitaku table.reschedule tr > *:nth-child(2),
#saitaku table.reschedule tr > *:nth-child(4) {
	white-space: nowrap;
}
#saitaku table.reschedule tr > *:nth-child(2),
#saitaku table.reschedule tr > *:nth-child(4),
#saitaku table.reschedule tr > *:nth-child(5) {
	background: #FAE2D5;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
/* #annai {
	margin:0 0 200px 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 h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
}
#annai sup {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: top;
}
#annai sub {
	font-size: 80%;
	line-height: 1.65;
	vertical-align: bottom;
}
#annai .blank_space{
	display: inline-block;
	width: 1em;
}
#annai table.sankahi {
	font-size: 95%;
}
#annai table.sankahi th,
#annai table.sankahi td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#annai table.sankahi th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#annai table.sankahi td {
	text-align: center;
}
#annai table.sankahi td:nth-child(1) {
	text-align: left;
}
#annai .kome {
	display: flex;
	gap: 0 0.5em;
}
#annai .kome > *:nth-child(1) {
	flex: none;
}
#annai .kome > *:nth-child(2) {
	flex: auto;
}
#annai .row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#annai ul.li_m > li {
	margin: 10px 0;
}
#annai .mt10 {
	margin-top: 10px;
}
#annai .mt20 {
	margin-top: 20px;
}
#annai .sage10 {
	margin-bottom: 0;
}
#annai dl.dl_list dd {
	margin-left: 1em;
}
/*　■■■■■■■■■ 託児室のご案内 ■■■■■■■■■　*/
#nursery h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#nursery .sage10 {
	margin-bottom: 0;
}
#nursery .list2 p {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 10px 0;
}
#nursery .list2 p > *:nth-child(1) {
	font-weight: bold;
}
#nursery .pdf_btn {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#nursery a.pdf_btn:hover {
	opacity: 0.8;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
/* #annai2 {
	margin:0 0 200px 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 h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
}
#annai2 .row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#annai2 ul.li_m > li {
	margin: 10px 0;
}
#annai2 .mt10 {
	margin-top: 10px;
}
#annai2 .mt20 {
	margin-top: 20px;
}
#annai2 .sage10 {
	margin-bottom: 0;
}
#annai2 dl.dl_list dd {
	margin-left: 1em;
}
#annai2 table.poster_schedule {
	font-size: 95%;
}
#annai2 table.poster_schedule th,
#annai2 table.poster_schedule td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#annai2 table.poster_schedule th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#annai2 table.poster_schedule td {
	text-align: center;
}
#annai2 .poster_size {
	display: flex;
	gap: 10px 20px;
	align-items: center;
	font-size: 95%;
	line-height: 1.65;
}
#annai2 .poster_size img {
	vertical-align: bottom;
}
#annai2 .poster_size_caption {
	border: solid 1px #ccc;
	padding: 1em;
}
/*　■■■■■■■■■ 利益相反（COI） ■■■■■■■■■　*/
#coi h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#coi .mt20 {
	margin-top: 20px;
}
#coi table.submission {
	font-size: 95%;
}
#coi table.submission th,
#coi table.submission td {
	border:solid #999 1px;
	padding: 0.75em;
	vertical-align: middle;
}
#coi table.submission th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#coi .rei img {
	vertical-align: bottom;
}
#coi .rei .f {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#coi .rei dt {
	margin-bottom: 5px;
}
#coi .rei * + dt {
	margin-top: 20px;
}
#coi .rei a img:hover {
	opacity: 0.8;
}
/*　■■■■■■■■■ 協賛・寄付申込 ■■■■■■■■■　*/
#sponsor .pdf_btn {
	background: #c33;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sponsor a.pdf_btn:hover {
	opacity: 0.8;
}
#sponsor .form_btn {
	background: #054e7d;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sponsor a.form_btn:hover {
	opacity: 0.8;
}
#sponsor .end_btn {
	background: #ccc;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sponsor .btn_w1 {
	max-width: 300px;
	width: 100%;
}
/*　■■■■■■■■■ プレス取材申込み ■■■■■■■■■　*/
#coverage h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#coverage .form_btn2 {
	background: #660099;
	border-radius: 10px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#coverage a.form_btn2:hover {
	opacity: 0.8;
}
#coverage .btn_w1 {
	max-width: 300px;
	width: 100%;
}
#coverage ul.li_m > li {
	margin: 10px 0;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#notice h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
.btn_ntc a {
	display: block;
	margin: 20px 0;
	padding: 10px 20px;
	width: 250px;
	text-align: center;
	border: solid 1px #666666;
	border-radius: 5px;
	font-weight: bold;
	font-size: 120%;
	background: #660099;
	color: #FFFFFF;
}
.btn_ntc a:hover {
	opacity: 0.7;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
/* #access {
	margin: 50px 0 0 3em;
	width:90%;
} */
#access h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#access .access_image img {
	display: block;
}
/*　■■■■■■■■■ ホテルのご案内 ■■■■■■■■■　*/
#accommodation h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#accommodation .yoyaku_btn {
	background: #CC3399;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 110%;
	line-height: 1;
	min-width: 180px;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#accommodation a.yoyaku_btn:hover {
	opacity: 0.8;
}
#accommodation .yoyaku_btn.end {
	background:#ccc;
}
#accommodation .image_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#accommodation .image_list img {
	vertical-align: bottom;
}
/*　■■■■■■■■■ 市民公開講座 ■■■■■■■■■　*/
#public_lecture h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#public_lecture table.overview {
	font-size: 95%;
}
#public_lecture table.overview th,
#public_lecture table.overview td {
	border:solid #999 1px;
	padding: 0.75em;
}
#public_lecture table.overview th {
	background: #def;
	font-weight: normal;
	text-align: center;
}
#public_lecture .blank_space{
	display: inline-block;
	width: 1em;
}
#public_lecture .poster_dl img {
	vertical-align: bottom;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
/* #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%;
} */
