﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ 共通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-left: 1em;
	text-indent: -1em;
}
.sage13 {
	margin:0 0 7px 1.3em;
	text-indent: -1.3em;
}
.sage20 {
	margin-left: 2em;
	text-indent: -2em;
}
.sage30 {
	margin:0 0 0 3em;
	text-indent: -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;
}
.ml15 {
	margin-left:1.5em;
}
.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: #4b2f87;
	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;
}
#title .logo {
	margin-right: 30px;
}
#title .logo img {
	display: block;
	filter: drop-shadow(1px 1px 3px #3c276e);
}
#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 #3c276e, 0 0 3px #3c276e, 0 0 3px #3c276e;
}
#title .enttl span {
	font-size: 80%;
	vertical-align: 5px;
}
#title h1 {
	font-weight: bold;
	font-size: 220%;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #3c276e, 0 0 5px #3c276e, 0 0 5px #3c276e;
}
#title h1 span {
	font-size: 90%;
	margin-right: 0.1em;
}
#title h1 .csfrt {
	display: block;
	font-size: 70%;
	font-weight: normal;
	margin: 0;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#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-left: 10px;
	width:200px;
}
/* #sec_con .cr_ad ul li {
	width:200px;
	height: 80px;
	background-color: #AFAFAF;
	display: flex;
	align-items: center;
} */
/* #sec_con .cr_ad img {
	width:200px;
} */
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 780px;
	background: url(img/image.jpg) 50% 0% no-repeat;
	position: relative;
}
dl#tokitokoro {
	font-size: 14px;
	line-height: 1.0;
	position: absolute;
	top: 30px;
	left: 30px;
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0.5em 0.5em;
}
dl#tokitokoro > dt {
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: #efed80;
	color: #333;
	font-weight:bold;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
dl#tokitokoro > dd {
	color: #fff;
	text-shadow: 1px 1px 3px #005d8c, 1px 1px 3px #005d8c, 1px 1px 3px #005d8c;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
dl#tokitokoro > dd > p:nth-of-type(1) {
	font-size: 150%;
	font-weight: bold;
}
dl#tokitokoro > dd > p:nth-of-type(2) {
	margin-top: 0.25em;
}
dl#tokitokoro > dd:nth-of-type(1) > p:nth-of-type(1) {
	font-size: 130%;
	font-weight: bold;
}
dl#tokitokoro > dd:nth-of-type(1) > p:nth-of-type(1) span {
	font-size: 160%;
}
#theme {
	position: absolute;
	left: 16px;
	top: 200px;
}
#theme img {
	display: block;
}
div.oshirase {
	border: solid 1px #000;
	margin: 10px;
	padding: 20px;
}
#kaicho {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
	text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
	text-shadow: 1px 1px 10px #000, 1px 1px 10px #000, 1px 1px 10px #000, 1px 1px 3px #000, 1px 1px 3px #000;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
@media all and (-ms-high-contrast: none) {
	dl#tokitokoro:after {
		content: "";
		clear: both;
		display: block;
	}
	dl#tokitokoro > dt {
		float: left;
	}
	dl#tokitokoro > dd {
		display: table-cell;
		min-height: 3.5em;
		padding-left: 0.5em;
		vertical-align: middle;
	}
	dl#tokitokoro > dd:nth-last-of-type(n+2) {
		padding-bottom: 0.5em;
	}
}

div.web_enter {
	position: absolute;
	bottom: 150px;
	left: 30px;
	right: 30px;
	background: #fff;
	border: solid 2px #000;
	padding: 1.0em 1.5em;
	font-size: 90%;
	/*text-align: center;*/
}
/*div.web_enter  a.btn{
	background: #D44A57;
	padding: 0.5em 1.0em;
	text-align: center;
}*/
div.web_enter  a.btn {
	background: #3366cc;
	border-radius: 5px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 110%;
	font-weight: bold;
	min-height: 2.5em;
	min-width: 30%;
	padding: 0.2em 1.2em;
	text-align: center;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	margin: 0 auto 10px 240px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
div.web_enter  a.btn:hover {
	opacity: 0.8;
}

div.web_enter_mbl {
	display: none;
	
	background: #fff;
	border: solid 2px #000;
	padding: 1.0em 1.5em;
	/*text-align: center;*/
	
}
/*div.web_enter_mbl  a.btn{
	background: #D44A57;
	padding: 0.5em 1.0em;
	text-align: center;
}*/
div.web_enter_mbl  a.btn {
	background: #3366cc;
	border-radius: 5px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 110%;
	font-weight: bold;
	min-height: 3.5em;
	min-width: 30%;
	padding: 0.5em 1.2em;
	text-align: center;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	margin: 0 auto 10px 240px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
div.web_enter_mbl  a.btn:hover {
	opacity: 0.8;
}
/* ------------ サイド -----------*/
.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%;
}
.atcl_side .d_inline_block {
	display: inline-block;
}
.side_image img {
	vertical-align: bottom;
}
.side_sns {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
.side_sns img {
	vertical-align: bottom;
}
.side_instagram {
	width: 190px;
	height: 370px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.side_instagram > * {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	transform: scale(0.582);
	width: 326px;
}
/* ------------ ナビ -----------*/
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 i.material-icons {
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	user-select: none;
	vertical-align: middle;
}
/* バナー広告 */
.migigawa {
	margin: 5px 0;
}
.migigawa ul li {
	margin: 0px 0 10px 0;
}
/* #sec_con .migigawa .field {
	width:200px;
	height: 80px;
	background-color: #AFAFAF;
	display: flex;
	align-items: center;
} */
#sec_con .migigawa .field {
	position: relative;
}
#sec_con .migigawa .field:before {
	position: absolute;
	content: "";
	inset: 0;
	border: solid 1px #999;
	box-sizing: border-box;
	pointer-events: none;
}
.migigawa img {
	vertical-align: bottom;
}
.migigawa .ad_dammy {
	width: 200px;
	height: 70px;
	text-align: center;
	background: #eee;
	color: #999;
	font-size: 150%;
	display: flex;
	align-items: center;
	justify-content: center
}
/* ------------ バー -----------*/
.bar {
	width:95%;
	margin: 20px 0 15px 0px;
	padding:7px 0 7px 2em;
	font-size:120%;
	font-weight:bold;
	background:#4b2f87;
	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:#4b2f87;
	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;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
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 .bun {
	font-size:105%;
	line-height:180%;
}
#aisatsu .bun p {
	text-indent:1em;
	margin: 1em 0;
}*/

#aisatsu h3 {
	margin: 50px 0 15px;
	font-size: 140%;
	text-align: center;
}
#aisatsu .kaicho {
	display: flex;
	justify-content: center;
}
#aisatsu .kaicho > * {
	line-height: 1.5;
	padding: 0 20px;
	text-align: center;
}
#aisatsu .kaicho img {
	vertical-align: bottom;
}
#aisatsu .kaicho2 {
	margin: 20px 0 20px auto;
	display: table;
}
#aisatsu .bun {
	font-size:105%;
	line-height:180%;
}
/* #aisatsu .bun p.first {
	text-indent:1em;
	margin: 1em 0 0;
}
#aisatsu .bun p.second {
	text-indent:1em;
} */
#aisatsu .bun p {
	text-indent:1em;
	margin: 1em 0;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 50px 0 150px 3em;
	width:90%;
}
#gaiyo dl {
	margin: 50px 0 0;
}
#gaiyo dt {
	padding:5px 0;
	width:100px;
	text-align:center;
	background: #d6d1e8;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	font-weight:bold;
	line-height:110%;
	float:left;
	color: #333;
}
#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 {
	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 dl dt {
/*	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;*/
}
#endai .poster_presen {
	display: flex;
	gap: 1em;
}
#endai .poster_presen img {
	vertical-align: bottom;
}
#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 table {
	font-size:90%;
}
#endai table td{
	border:solid #999 1px;
	padding:7px;
}
#endai table th{
	border:solid #999 1px;
	padding:7px;
	background: #FFFFCC;
}
#endai dl.online2 dt {
	margin:20px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#333333;
}
#endai .red a {
	color: #FF0000;
} 
#endai ul.deci li {
	margin: 0 0 10px;
}
#endai ul.t_list {
	margin: 10px 0 0;
}
#endai ul.t_list li {
	margin: 0 0 10px 2em;
	text-indent: -2em;
}
#endai div.coi {
	max-width: 700px;
}
#endai div.coi:after {
	content: "";
	clear: both;
	display: block;
}
#endai div.coi > div {
	float: left;
	margin: 10px 20px 10px 10px;
	min-width: 250px;
	min-height: 200px;
}
#endai div.coi > div > div.name {
	color: #333;
	font-weight: bold;
	text-align: center;
}
#endai div.coi > div > div.link {
	text-align: center;
}
#endai div.coi > div > div.link img {
	vertical-align: bottom;
}
#endai div.coi > div > div.link a:hover img {
	opacity: 0.8;
}
#endai div.coi > p {
	clear: both;
}
#endai .btn_pdf {
	background: #900;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	min-width: 200px;
	padding: 0.8em 1.2em;
	text-align: center;
	white-space: nowrap;
}
#endai a:hover .btn_pdf  {
	opacity:0.6;
}
/* ---ボタン--- */
#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;
}
/*　■■■■■■■■■ 採択演題 ■■■■■■■■■　*/
#saitaku {
	margin: 50px 0 150px 3em;
	width:90%;
}
#saitaku h3 {
	margin:50px 0px 5px 0px;
	padding:5px;
	font-weight:bold;
	font-size:120%;
	color: #FFFFFF;
	text-align: center;
	background: #666666;
	clear:both;
}
#saitaku .session_header {
	margin:50px 0 3px;
	padding:0 0 3px 0;
	border-bottom: solid 1px #666;
	display: flex;
	align-items: baseline;
}
#saitaku .session_header .ses {
	font-size: 110%;
	font-weight:bold;
	color: #666666;
}
#saitaku .session_header .sub {
	margin-left: 1em;
	font-size: 110%;
	font-weight:bold;
}
#saitaku .session_header .kaijo {
	margin-left: auto;
}
/* #saitaku h3 {
	margin:50px 0 3px;
	padding:0 0 3px 5px;
	border-bottom: solid 1px #000000;
	font-weight:bold;
	font-size:115%;
	clear:both;
} */
/* #saitaku h3 span.ses {
	margin-right: 10px;
	font-size: 105%;
	color: #666666;
} */
/* #saitaku h3 span.jikan {
	float: right;
	font-size: 90%;
	font-weight: normal;
} */
/* #saitaku .zacho {
	float: right;
	margin: 0 0 10px 3em;
	text-indent: -3em;
}
#saitaku .zacho:after {
	content: "";
	clear: both;
	display: block;
} */
#saitaku sup {
	font-size: 80%;
	line-height: 1;
	vertical-align: top;
}
#saitaku sub {
	font-size: 80%;
	line-height: 1;
	vertical-align: bottom;
}
#saitaku i {
	font-style: italic;
}
#saitaku b {
	font-weight: bold;
}
#saitaku u {
	text-decoration: underline;
}
#saitaku table {
	margin: 20px 0;
	font-size: 95%;
	line-height: 1.65;
	table-layout: fixed;
	width: 100%;
}
#saitaku table th,
#saitaku table td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#saitaku table th {
	color: #333;
	background: #FFFFCC;
	font-weight: bold;
}
#saitaku table tr > *:nth-child(1) {
	width: 5em;
}
#saitaku table tr > *:nth-child(2) {
	width: 6em;
}
#saitaku table tr > *:nth-child(3) {
	width: 17em;
}
#saitaku table tr > td:nth-child(3) {
	text-align: left;
}
#saitaku table tr > td:nth-child(4) {
	text-align: left;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro {
	margin: 50px 0 150px 3em;
	width:90%;
}
/* #pro em{
	font-style: normal;
}
#pro h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:110%;
	font-weight:bold;
}
#pro h3 {
	margin: 30px 0 5px;
	padding: 0 0 0px 10px;
	border-bottom: solid 1px;
	font-size: 120%;
	font-weight: bold;
}
#pro h3 span {
	float: right;
	margin-right: 0px;
	font-size: 75%;
	font-weight: normal;
}
#pro h3:after {
	content: "";
	clear: both;
	display: block;
}
#pro em.date {
	font-size: 110%;
}
#pro .kaijo {
	font-size: 110%;
}
#pro .zacho {
	display: flex;
	justify-content: flex-end;
	margin: 0 10px 20px 8em;
	text-indent: -3em;
}
#pro .s_title{
	font-weight: bold;
	font-size: 130%;
	margin: 10px 0 5px 10px;
}
#pro .k_title{
	font-weight: bold;
	font-size: 130%;
	margin: 20px 0 5px 3em;
	text-indent: -1em;
}
#pro .title {
	display: flex;
	align-items: baseline;
	font-weight: bold;
	font-size: 120%;
	margin-top: 15px;
	margin-left: 1.0em;
}
#pro .title > *:nth-child(1)  {
	flex: 0 0 auto;
	margin-right: 20px;
	font-size: 110%;
	color: #666666;
}
#pro .title > *:nth-child(2)  {
	font-size: 100%;
	color: #000;	
}
#pro .enja	{
	display: flex;
	align-items: baseline;
	margin-top: 10px;
	margin-left: 9.0em;
}
#pro .enja > *:nth-child(1)  {
	flex: 0 0 auto;
	margin-right: 20px;
	font-size: 100%;
}
#pro .enja> *:nth-child(2)  {
	font-size: 90%;
}
#pro .enja_c	{
	margin-top: 10px;
	margin-left: 10.0em;
	text-indent: -1em;
}
#pro sup {
	font-size: 0.8em;
	vertical-align: super;
}
#pro .shozoku	{
	margin-top: 10px;
	margin-left: 11.0em;
	font-size: 90%;
}
#pro .mida {
	margin: 50px 0 10px -20px;
	padding: 10px;
	text-align: center;
	background: #666666;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
} */
#pro h3 {
	font-size: 160%;
	font-weight: bold;
	margin: 50px 0 15px;
	text-align: center;
}
#pro * + h3 {
	margin-top: 100px;
}
#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;
	flex: 1;
}
#pro .date_sub {
	display: flex;
	justify-content: flex-end;
}
#pro .endai {
	margin: 20px 0 20px 1rem;
}
#pro .title {
	font-size: 105%;
	font-weight: bold;
}
#pro .title + * {
	margin-top: 5px;
}
#pro .title ~ * {
	margin-left: 4.2em;
}
#pro .enja {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: baseline;
	gap: 0 1em;
}
#pro .zoku {
	font-size: 90%;
}
/*■PDFダウンロード*/
#pro ul.pdf {
	margin:10px 0 0 0;
}
#pro ul.pdf:after {
	content: "";
	clear: both;
	display: block;
}
#pro ul.pdf li {
	margin: 0 0 20px 10px;
	padding:0px auto;
	width:200px;
	border:solid 1px #333333;
	border-radius:5px;
	background:#990000;
	float:left;
	text-align:center;
}
#pro ul.pdf li:hover {
	opacity:0.8;
}
#pro ul.pdf li a {
	display:block;
	padding:10px 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 0 150px 3em;
	width:90%;
}
#sanka h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#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;
	margin: 40px 0 0 20px;
}
#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 14em;
	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: 180px;
	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 a:link li.shinki, #sanka dl.online1 a:visited li.shinki {
	color:#FFFFFF;
}
#sanka dl.online a:hover li.shinki {
	color:#FFFFCC;
	background-color:#FF6666;
}
#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 .sage10 {
	margin-bottom: 0;
}
#sanka ul.li_m > li {
	margin: 0.75em 0
}
#sanka table.sankahi {
	font-size: 95%;
	line-height: 1.65;
	table-layout: fixed;
	width: 600px;
}
#sanka table.sankahi th,
#sanka table.sankahi td {
	border:solid #999 1px;
	color: #333;
	font-weight: bold;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
}
#sanka table.sankahi th {
	color: #333;
	background: #c9daf8;
	font-weight: bold;
	text-align: center;
}
#sanka table.sankahi td:nth-child(2) ,#sanka table.sankahi td:nth-child(3)  {
	text-align: center;
}
#sanka .sanka_btn {
	background: #FF0000;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	min-width: 180px;
	padding: 0.6em 1.2em;
	text-align: center;
}
#sanka a.sanka_btn:hover {
	opacity: 0.8;
}
#sanka .sanka_btn.end {
	opacity: 0.5;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#annai {
	margin: 50px 0 150px 3em;
	width:90%;
}
/* #annai > div.takasa {
	margin-top: -110px;
	padding-top: 110px;
}
#annai > article {
	margin: 0 auto 100px;
	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 li {
    margin-bottom: 10px;
}
#annai .mina_index {
    margin: 0 0 0 4em;
    font-size: 90%;
}
#annai .mina_index a {
	text-decoration:underline;
}
#annai table.tbl_haishin {
	font-size:90%;
	width: 95%;
	margin: 10px 0 0 20px;
}
#annai table.tbl_haishin td {
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
}
#annai table.tbl_haishin tr.header td {
	background-color: #DDF4FE;
	font-size: 90%;
}
#annai table.tbl_sankahi {
	font-size:90%;
	width: 70%;
}
#annai table.tbl_sankahi th {
	border:solid #999 1px;
	padding:7px;
	background: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
#annai table.tbl_sankahi td {
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
}
#annai table.tbl_sankahi th{
	white-space: nowrap;
	vertical-align: middle;
}
#annai table.tbl_sankahi td:nth-child(1){
	white-space: nowrap;
}
#annai table.tbl_sankahi td.td_left{
	text-align: left;
}
#annai table.tbl_kikan {
	font-size:100%;
	width: 80%;
	margin: 10px 0 0 20px;
}
#annai table.tbl_kikan td {
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
}
#annai table.tbl_kikan  td.header {
	background-color: #DDF4FE;
	font-size: 100%;
}
#annai .tensen {
	border-bottom: dotted 3px #666666;
} */
#annai ul.li_m > li {
	margin: 10px 0;
}
#annai .row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
}
#annai .blank_space{
	display: inline-block;
	width: 1em;
}
#annai .highlight1 {
	border: solid 1px #999;
	padding: 0 0.3em;
}
#annai .highlight2 {
	background: #FF0000;
	border-radius: 5px;
	color: #fff;
	padding: 0 0.3em;
}
#annai table.tbl_1 {
	font-size: 90%;
}
#annai table.tbl_1 th,
#annai table.tbl_1 td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
}
#annai table.tbl_1 th {
	color: #333;
	background: #eee;
	font-weight: bold;
	text-align: center;
}
#annai table.tbl_2 {
	font-size: 90%;
}
#annai table.tbl_2 th,
#annai table.tbl_2 td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
}
#annai table.tbl_2 th {
	color: #333;
	background: #eee;
	font-weight: bold;
	text-align: center;
}
#annai table.tbl_2 td:nth-child(1),
#annai table.tbl_2 td:nth-child(2) {
	text-align: center;
}
/* ボタン */
#annai ul.btn_pdf li {
	margin:0 0 10px 10px;
	padding:10px 0;
	width:220px;
	text-align:center;
	float:left;
	background:#900;
	border:solid 1px #999;
	border-radius:10px;
}
#annai ul.btn_pdf li.ppt {
	background:#f60;
}
#annai ul.btn_pdf li a {
	width:220px;
	display:block;
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
#annai ul.btn_pdf li:hover {
	opacity:0.8;
}
#annai ul.btn_pdf li.pre {
	opacity:0.7;
}
/* 発表者の皆様へ */
#annai h4 {
    margin: 25px 0 5px;
    font-size: 105%;
    font-weight: bold;
}
#annai .box_coi {
    margin: 0;
    padding: 15px;
    border: solid 1px #000;
}
#annai figure.sakusei_button img {
	width: 210px;
	margin: 10px 0 20px 0;
}
#annai  img.sakusei_button {
	width: 450px;
	margin: 10px 0 20px 0;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
#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;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 50px 0 150px 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;
}
#access .square {
	margin: 0px 0 0 0em;
	border: solid 1px #000;
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 120%;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
#link {
	margin:50px 0 150px 3em;
	width:90%;
}
#link h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#link ul {
	margin:10px 0 0 30px;
	list-style:square;
}
#link li {
	margin:0 0 10px;
	font-size:105%;
}
#link li a {
	font-size:85%;
	text-decoration:underline;
}
#link li.mt30 {
	margin-top: 30px;
}
#link li.mb30 {
	margin-bottom: 30px;
}
/*　■■■■■■■■■ 問い合わせ ■■■■■■■■■　*/
#toi {
	margin:50px 0 150px 3em;
	width:90%;
}
#toi h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
/*　■■■■■■■■■ 協賛企業の申込 ■■■■■■■■■　*/
#link2 {
	margin:0 0 150px 3em;
	margin-top: 50px;
	width:90%;
}
#link2 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#link2 ul.btn_kaitou_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#link2 .btn_kaitou {
	width: 250px;
	background: #999;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
#link2 .btn_kaitou.pdf {
	background: #FF3333;
}
#link2 .btn_kaitou.pdf2 {
	background: #E84143;
}
#link2 .btn_kaitou.word {
	background: #0066CC;
}
#link2 .btn_kaitou.form {
	background: #6a4ca6;
}
#link2 a.btn_kaitou:hover {
	opacity: 0.8;
}
#link2 form dt {
	margin: 10px 0 0 0;
}
#link2 dl.toi_ck {
	margin: 0 0 30px 0;
}
#link2 dl.toi_ck dt {
	margin: 20px 0 0;
	font-weight: bold;
}
/*　■■■■■■■■■ 汎用 ■■■■■■■■■　*/
#etc {
	margin:30px 0 0 3em;
	width:90%;
}
