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

/*　■■■■■■■■■ リセット補足 ■■■■■■■■■　*/
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#000;
}
a:hover {
	color:#F00;
}
ul {
	list-style: none;
}
figure {
	margin:0;
}
.clear {
	clear:both;
}
/*　■■■■■■■■■ 文字色・背景 ■■■■■■■■■　*/
/* カラー */
.black {
	color:#000;
}
.red {
	color:#F00;
}
.white {
	color: #FFF;
}
.blue {
	color: #00F;
}
.navy {
	color:#006;
}
.gray {
	color:#CCC;
}
.green {
	color:#090;
}
.orange {
	color: #F60;
}
.pink {
	color:#F69;
}
/* 背景 */
.back_gray {
	background-color:#CCC;
}
.back_white {
	background-color:#FFF;
}
/*　■■■■■■■■■ フォント ■■■■■■■■■　*/
/* サイズ */
.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;
}
.nami {
	-moz-text-decoration-style: wavy;    /* for Firefox */
	-webkit-text-decoration-style: wavy; /* for Chrome,Safari,Opera */
	-ms-text-decoration-style: wavy;     /* for IE */
	text-decoration-style: wavy;         /* CSS3 */
}
/* 字下げ */
.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;
}
/*　■■■■■■■■■ テーブル ■■■■■■■■■　*/
table {
	font-size:90%;
}
table.kihon td{
	border:solid #999 1px;
	padding:7px;
}
table.kihon th{
	border:solid #999 1px;
	padding:7px;
}
table.kihon2 td{
	border:solid #999 1px;
	padding:14px;
}
table.kihon2 th{
	border:solid #999 1px;
	padding:14px;
}
table.wakunashi tr td{
	border:none;
	padding:7px;
}
/*　■■■■■■■■■ リスト ■■■■■■■■■　*/
/* 算用数字 */
.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;
}
/* dlを使ったシンプルなリスト その１ */
dl.list01 dt {
	margin:15px 0 5px;
	font-size:105%;
	font-weight:bold;
}
dl.list01 dt span {
	margin:0 0 0 5px;
	font-size:85%;
	font-weight:normal;
}
dl.list01 dd {
	margin:0 0 0 1em;
}
/*　■■■■■■■■■ その他 ■■■■■■■■■　*/
/* 画像の枠線など */
.img_border {
	padding:1px;
	border:solid 1px #666;
	background-color: #FFF;
}
/* ページトップへ */
.page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	padding: 18px 0 0 8px;
	width:50px;
	height:40px;
/*	background:#333333;*/
	background:#000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 20px;
	border-radius: 30px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-decoration:none;
}
.page-top:link, .page-top:visited {
	color:#FFFFFF;
}
.page-top:hover {
	background:#999999;
	color:#FF0000;
}
/* 準備中 */
.const {
	margin:40px 0 0 30px;
	font-size:200%;
	color:#999;
	line-height:240%;
}
.const span {
	margin-left:40px;
	font-size:240%;
}
/* ボタン */
ul.btn01 {
}
ul.btn01 li {
	margin:0 20px 5px 0;
	padding:5px;
	width:240px;
	height:40px;
	border:solid 1px #333;
	border-radius:3px;
	background:#fc6;
	float:left;
}
ul.btn01 a:link li, ul.btn01 a:visited li {
	color:#000;
}
ul.btn01 a:hover li {
	opacity:0.7;
	color:#F00;
}
/* 住所 */
dl.address {
	margin:7px 0 0;
}
dl.address dt {
	margin:10px 0 5px;
	line-height:120%;
	font-weight:bold;
}
dl.address dt.s {
	margin:0 0 7px;
	line-height:120%;
	font-weight:bold;
	font-size:80%;
}
dl.address dd {
/*	line-height:120%;*/
	
	font-size: 13.5px;
	line-height:145%;
}
dl.address a:visited {
	color:#000;
}
dl.address a:link {
	color:#000;
}
dl.address a:hover {
	color:#F00;
}
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height:165%;
	/* background: linear-gradient(#DDDDDD,#EEEEEE) fixed; */
}
/* ------------ ヘッダ -----------*/
header {
	min-width: 1000px;
}
header #header {
	/* background: url(img/image.jpg) 50% 0%/cover no-repeat; */
	background: url(img/image2.png) 50% 0% / 1000px no-repeat, radial-gradient(circle at 50% 0%, #49cde4, #1a7cbb);
}
#header .title {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 50px;
}
#header h1 {
	font-size: 40px;
	line-height: 1.0;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#header h1 .kai {
	margin:0 5px 0 0;
	font-size:80%;
	letter-spacing:-1px;
	vertical-align:2px;
}
#header h1 img {
	display: block;
}
#header .enttl {
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0;
	margin-bottom: 5px;
	text-align: center;
}
#header .jsrm img {
	display: block;
}
#index {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
#index div.toki {
	display: flex;
	justify-content: flex-start;
	margin: 100px 0 30px;
}
#index div.toki > div {
	margin: 0 0 0 30px;
	/* background: rgba(255, 255, 255, 0.5); */
	/* padding: 1em; */
	/* border-radius: 10px; */
	/* backdrop-filter: blur(10px); */
	/* -webkit-backdrop-filter: blur(10px); */
}
#index table.toki2 {
	font-size: 14px;
	line-height: 1.0;
	margin: 0 auto;
}
#index table.toki2 th {
	vertical-align: top;
}
#index table.toki2 td {
	vertical-align: middle;
}
#index table.toki2 tr:nth-last-of-type(n+2) th,
#index table.toki2 tr:nth-last-of-type(n+2) td {
	padding-bottom: 1em;
	padding-bottom: 0.5em;
}
#index table.toki2 th {
	padding-right: 1em;
}
#index table.toki2 th > span {
	width: 3em;
	height: 3em;
	background: #006934;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index table.toki2 td > p:nth-of-type(1) {
	color:#333;
	font-size:150%;
	font-weight:bold;
	paint-order: stroke fill;
	-webkit-text-stroke: 4px rgba(255, 255, 255, 0.9);
}
#index table.toki2 tr:nth-of-type(1) td > p:nth-of-type(1) > span {
	font-size:150%;
}
#index table.toki2 tr:nth-of-type(2) td > p:nth-of-type(2),
#index table.toki2 tr:nth-of-type(3) td > p:nth-of-type(2) {
	color:#333;
	margin-top: 0.25em;
	paint-order: stroke fill;
	-webkit-text-stroke: 3px rgba(255, 255, 255, 0.9);
}
#index table.toki2 .kaiki {
	/*font-size:150%;*/
	font-size:130%;
	font-weight:bold;
}
.oshirase {
	width: 50%;
	padding: 20px 30px;
	border: solid 1px #999999;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	background: #ffe4e1;
}
/* -------------- ナビゲーションボタン -------------- */
#navi{
	background: #fff;
	box-sizing: border-box;
	margin: 5px 0;
}
#navi ul {
	margin:0 auto;
	width:1000px;
	height:100%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
}
#navi ul > li {
	flex: 1;
	text-align: center;
}
#navi ul > li a {
	border-left: 1px solid #999;
}
#navi ul > li:last-of-type a {
	border-right: 1px solid #999;
}
#navi a {
	color: #0a58ca;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	padding: 0.5em 1em;
	display: block;
	white-space: nowrap;
}
#navi a:hover {
	background: rgba(50, 50, 50, 0.1);
	color: #f00;
}
#navi a {
	position: relative;
}
/* ----------------------- 外枠 ----------------------- */
#main {
	background: #FFF;
	margin: 0 auto;
	width: 1000px;
	min-height: 1000px;	
	box-sizing: border-box;
	padding: 0 10px;
}
#sec_con {
	display:table;
	width:100%;
	height:100%;
	text-align:left;
	background:#FFFFFF;
}
/* ----------------------- 右枠 ----------------------- */
#sec_right {
	display:table-cell;
	vertical-align:top;
	width: 25%;
	padding: 0;
}
/* ----------------------- 左枠 ----------------------- */
#sec_left {
	display:table-cell;
	vertical-align:top;
	width: 75%;
	padding-right: 10px;
	box-sizing: border-box;
}
/* -------------- フッター -------------- */
footer {
	margin:0 auto;
	width:1000px;
	height:auto;
	background:#FFFFFF;
	clear:both;
}
footer .copy {
	padding:10px;
	text-align:right;
	font-size:80%;
}
footer .copy a {
	font-size:90%;
}
/* -------------- 共通コンテンツ -------------- */
.atcl00 {
/*	width: 90%;*/
	width: 93%;
	margin: 35px auto 150px;
}
.atcl01 {
	width: 95%;
	margin: 0 0 0 1em;
}
.atcl_side {
	width: 94%;
	margin: 0 10px 24px 5px;
}
.atcl_side .web_info {
	font-size: 13.5px;
	line-height: 145%;
}
.atcl_side .web_btn {
	background: #335bad;
	box-sizing: border-box;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	white-space: nowrap;
	width: 200px;
}
.atcl_side .no_link {
	background: #999;
}
.atcl_side a:hover .web_btn {
	opacity: 0.8;
}
.side_p {
	line-height: 1.5;
}
.side_border_top {
	border-top: solid 1px #999;
	margin-top: 10px;
	padding-top: 10px;
}
.web_info2 {
	margin: 20px;
	padding: 20px;
	border: solid 2px #f30;
	line-height: 1.5;
}
.web_info2 .sage10 {
	margin-bottom: 0;
}
.web_info2 .web_sanka_btn {
	background: #f00;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
.web_info2 a.web_sanka_btn:hover {
	opacity: 0.8;
}
.web_kaijo {
	background: #036eb8;
	color: #fff;
	display: flex;
	border: solid 1px #999;
	box-sizing: border-box;
	max-width: 230px;
}
.web_shicho {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.web_shicho p {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.bar {
	margin: 20px 0px 24px 0px;
	padding:5px 0 0 20px;
	height:30px;
	font-size:105%;
	font-weight:bold;
	border-left: solid 7px #169a3a;
	/* background: linear-gradient(#ddd, #eee);*/
	/* background: #EEE; */
	background: #ddded3;
	color:#333333;
	box-shadow:1px 1px 1px #333;
}
.bar span.renew {
	margin:0 1em 0 0;
	float:right;
	font-size:80%;
}
.bar span.renew a:link, .bar span.renew a:visited {
	color:#000;
}
.bar span.renew a:hover {
	color:#F00;
}
.minibar {
	margin: 20px 0 14px 0px;
	padding:5px 0 0 20px;
	width:90%;
	height:30px;
	font-size:105%;
	font-weight:bold;
	border-left: solid 7px #169a3a;
	/* background: linear-gradient(#ddd, #eee);*/
	/* background: #EEE; */
	background: #ddded3;
	color:#333333;
	box-shadow:1px 1px 1px #333;
}
.atcl_side img {
	vertical-align: bottom;
}
.atcl_side .border1 {
	border: solid 1px #999;
}
.atcl_side .side_pdf_btn {
	background: #c33;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1.4;
	display: inline-block;
	min-width: 180px;
	padding: 0.6em 1.2em;
	text-align: center;
}
.atcl_side a.side_pdf_btn:hover {
	opacity: 0.8;
}
.atcl_side .side_pdf_btn.end {
	background: #ccc;
}
/*　■■■■■■■■■ ページ毎 ■■■■■■■■■　*/
/*　■■■ トップページ（index.html） ■■■　*/
/* 更新情報 */
.news {
	width:95%;
	height:300px;
	overflow:auto;
}
.news dl {
	padding: 0.5em 0;
	border-bottom:dotted 1px #666666;
}
.news dt {
	float:left;
}
.news dt span {
	margin-right:5px;
	color:#CC0066;
}
.news dd {
	margin:0 0 0 10em;
}
/* .oshirase_web {
	display: flex;
	font-size: 95%;
	line-height: 1.5;
}
.oshirase_web > *:nth-child(1) {
	flex: 1 1 70%;
}
.oshirase_web > *:nth-child(2) {
	margin-left: 30px;
	flex: 1 1 30%;
}
.oshirase_web .web_btn {
	background: #C30D23;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.5;
	width: 150px;
}
.oshirase_web a.web_btn:hover {
	opacity: 0.8;
}
.oshirase_web .web_sanka_btn,
.oshirase_web2 .web_sanka_btn {
	background: #CAEAFF;
	border: solid 2px #57C0F2;
	border-radius: 10px;
	box-sizing: border-box;
	color: #1D2088;
	line-height: 1;
	display: inline-block;
	padding: 0.5em 2.0em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
.oshirase_web a.web_sanka_btn:hover,
.oshirase_web2 a.web_sanka_btn:hover {
	opacity: 0.8;
} */
#info {
	margin: 20px 0 0 0;
}
#info .info_box {
	padding: 0 1em;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/*　■■■ ご挨拶 ■■■　*/
/*#aisatsu figure {
	float: left;
	margin-bottom: 20px;
	padding: 0 30px 5px 30px;
	text-align: center;
	border-bottom: solid 1px #999999;
}
#aisatsu figure img {
	max-width: 170px;
	height: auto;
}
#aisatsu figure p {
	line-height: 130%;
	font-size: 90%;
}
#aisatsu figure p span {
	margin-left: 15px;
	font-size: 125%;
}*/
#aisatsu .kaicho {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 1em;
}
#aisatsu .kaicho img {
	border: solid 1px #ddd;
	vertical-align: bottom;
}
#aisatsu .bun {
	font-size:110%;
	line-height:180%;
}
#aisatsu .bun p {
	margin:0 0 5px;
	text-indent:1em;
}
/*　■■■ 演題募集 ■■■　*/
#endai_pre {
	display: none;
}
#endai {
}
#endai h3 {
	margin:35px 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 12.2em;
	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 ul.list01 {
	margin:24px 0 0 2em;
	list-style-type:disc;
	line-height:140%;
}
#endai ul.list01 li {
	margin:0 0 14px;
}
#endai div.box01 {
	padding:4px;
	width:70%;
}
#endai .waku {
	width:90%;
	padding:10px 20px;
	border: solid 1px #3cf;
	letter-spacing:2px;
	box-sizing: border-box;
	font-size: 90%;
}
#endai table.kazari {
	width:90%;
	font-size: 90%;
}
#endai table.kazari th {
	background: #ccffff;
	border: solid 1px #3cf;
	font-weight: normal;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
}
#endai table.kazari td {
	border: solid 1px #3cf;
	padding: 7px;
}
#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;
}
/*　■■■ 参加（視聴）登録 ■■■　*/
#sanka_pre {
}
#sanka {
	/*display: none;*/
}
#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 h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	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:160%;*/
	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:160%;*/
	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 16.65em;
	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 .online2 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 .online2 li.shinki {
	background-color:#FF0000;
}
#sanka .online2 a:link li.shinki, #sanka .online2 a:visited li.shinki {
	color:#FFFFFF;
}
#sanka .online2 a:hover li.shinki {
	color:#FFFFCC;
	background-color:#FF6666;
}
#sanka .online2 li.syusei {
	background-color:#003399;
}
#sanka .online2 a:link li.syusei, #sanka .online2 a:visited li.syusei {
	color:#FFFFFF;
}
#sanka .online2 a:hover li.syusei {
	color:#FFFFCC;
	background-color:#0066CC;
}
#sanka .online2 li.owari {
	opacity:0.6;
}
#sanka .mt20 {
	margin-top: 20px;
}
#sanka .sage10 {
	margin-bottom: 0;
}
#sanka table.sankahi {
	width: 100%;
	max-width: 400px;
}
#sanka table.sankahi th,
#sanka table.sankahi td {
	padding-left: 1em;
	padding-right: 1em;
}
#sanka table.sankahi th {
	background: #dfefff;
	font-weight: bold;
	text-align: center;
}
#sanka table.sankahi td:nth-child(2) {
	text-align: center;
}
#sanka table.gaiyo {
	font-size: 90%;
}
#sanka table.gaiyo th,
#sanka table.gaiyo td {
	border: solid #999 1px;
	padding: 0.75em;
}
#sanka table.gaiyo th {
	font-weight: normal;
	white-space: nowrap;
}
#sanka table.gaiyo td {
	vertical-align: middle;
}
#sanka .blank_space{
	display: inline-block;
	width: 1em;
}
/*　■■■ 発表動画の制作 ■■■　*/
#production h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#production h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#production ul.mt20 {
	margin-top: 20px;
}
#production ul.li_m li {
	margin: 1em 0;
}
#production .sage10 {
	margin-bottom: 0;
}
#production .btn {
	background: #666;
	border: solid 1px #999;
	border-radius: 5px;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	min-width: 10em;
	padding: 0.8em 1.2em;
	text-align: center;
	white-space: nowrap;
}
#production a:hover .btn {
	opacity: 0.8;
}
#production .template_btn {
	background: #f9cb9c;
	border: solid 1px #333;
	color: #cc0000;
	font-weight: bold;
	/*background: #f60;*/
}
#production .guideline_btn {
	background: #b6d7a8;
	border: solid 1px #333;
	color: #cc0000;
	font-weight: bold;
	/*background: #f60;*/
}
#production .manual_btn {
	background: #ffe599;
	border: solid 1px #333;
	color: #cc0000;
	font-weight: bold;
	/*background: #900;*/
}
#production .download {
	display: flex;
}
#production .download > *+* {
	margin-left: 1em;
}
#production .upload iframe {
	vertical-align: bottom;
}
/*　■■■ 単位申請 ■■■　*/
#credit_pre {
}
#credit {
	/*display: none;*/
}
#credit h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	color:#222;
}
#credit h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
}
#credit .credit_btn {
	background: #936;
	border: solid 1px #999999;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	min-width: 180px;
	padding: 0.8em 1.2em;
	text-align: center;
	white-space: nowrap;
}
#credit a.credit_btn:hover {
	opacity: 0.8;
}
#credit .sage10 {
	margin-bottom: 0;
}
#credit .toc {
	font-size: 90%;
}
/*　■■■ プログラム ■■■　*/
#pro .pro_header {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:solid 1px #39c;
	font-size:120%;
	font-weight:bold;
}
#pro h3 {
	margin:50px 0 7px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:115%;
	font-weight:bold;
}
#pro h3 span {
	margin:0 5px 0 0;
	float:right;
	font-size:85%;
	font-weight:normal;
}
#pro ul.pro_index {
	margin:0 0 0 30px;
	list-style-type:square;
}
#pro ul.pro_index a {
	text-decoration: underline;
}
#pro .zacho {
	margin:0 5px 0 0;
	text-align:right;
}
#pro .title {
	margin:30px 0 5px 4em;
	text-indent:-3.5em;
	width:90%;
	font-size:115%;
	font-weight:bold;
}
#pro .title span {
	margin-right:1em;
	color:#666;
}
#pro .enja {
	margin:0 0 0 6em;
	text-indent:-1em;
}
#pro .zoku {
	margin:0 0 0 6.5em;
	font-size:90%;
}
/*supのChrome対応*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#pro sup {
		vertical-align:5px;
		font-size:80%;
	}
}
#pro .lecture_title {
	margin:30px 0 5px 1.5em;
	text-indent:-1em;
	font-size:115%;
	font-weight:bold;
}
#pro .lecture_enja {
	margin:5px 0 0 5em;
}
/*　■■■ プログラム_78 ■■■　*/
#pro2 h3 {
	margin:50px 0 7px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	display: flex;
}
#pro2 h3 > span:nth-child(1) {
	font-size: 110%;
	font-weight: bold;
}
#pro2 h3 > span:nth-child(2) {
	font-weight: normal;
	margin-left: auto;
	padding-left: 1em;
}
#pro2 .spacing {
	letter-spacing: 1em;
}
#pro2 .zacho {
	display: flex;
	justify-content: flex-end;
}
#pro2 .zacho > *:nth-child(1) {
	flex: 0 0 auto;
}
#pro2 .title {
	margin:30px 0 5px;
	font-size:110%;
	font-weight:bold;
	display: flex;
}
#pro2 .title > .num {
	flex: 0 0 auto;
	margin-right:1em;
	color:#666;
}
#pro2 .enja {
	margin-left: 5em;
}
#pro2 .pdf_btn {
	background: #c33;
	border: solid 1px #999;
	border-radius: 5px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#pro2 a.pdf_btn:hover {
	opacity: 0.8;
}
#pro2 sup {
	font-size: 80%;
	line-height: 1;
	vertical-align: top;
}
/*　■■■ プログラム ■■■　*/
#pro3 .session {
	margin: 50px 0;
}
#pro3 .session2 {
	margin: 5px 0;
}
#pro3 .heading {
	margin: 0 0 5px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	display: flex;
	align-items: baseline;
	gap: 0 1em;
}
#pro3 .heading .name {
	font-size:110%;
	font-weight:bold;
}
#pro3 .heading .time {
	flex: 0 0 auto;
	margin-left: auto;
}
#pro3 .heading2 {
	display: flex;
	align-items: baseline;
	gap: 0 1em;
}
#pro3 .heading2 .name2 {
	font-size:110%;
	font-weight:bold;
}
#pro3 .zacho > p {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 10px 30px;
}
#pro3 .zacho > p > *:nth-child(1) {
	flex: 0 0 auto;
}
#pro3 .zacho2 > p {
	display: flex;
	justify-content: flex-end;
	gap: 0 1em;
}
#pro3 .zacho2 > p > *:nth-child(1) {
	flex: 0 0 auto;
}
#pro3 .endai {
	margin: 30px 0;
	display: flex;
	gap: 0 1em;
}
#pro3 .endai .e1 {
	flex: 0 0 auto;
	color: #666;
	font-size: 110%;
	font-weight: bold;
}
#pro3 .endai .e2_1 {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
#pro3 .title {
	font-size: 110%;
	font-weight: bold;
}
#pro3 .enja {
	display: flex;
	margin-left: 2em;
}
#pro3 .e1 + .e2 .enja {
	margin-left: 1em;
}
#pro3 .enja > *:nth-child(1) {
	flex: 0 0 auto;
}
#pro3 .endai2 {
	margin: 5px 0 5px 1em;
	display: flex;
	gap: 0 1em;
}
#pro3 .endai2 .e2_1 {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
#pro3 .enja2 {
	display: flex;
	margin-left: 2em;
}
#pro3 .enja2 > *:nth-child(1) {
	flex: 0 0 auto;
}
#pro3 .pc_br:before {
	content: "\A";
	white-space: pre;
}
#pro3 sup {
	font-size: 80%;
	line-height: 1;
	vertical-align: top;
}
/*　■■■ 案内 ■■■　*/
#annai_pre {
	display: none;
}
#annai {
}
#annai h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#annai h4 {
	margin:20px 0 5px;
	font-size:105%;
	font-weight:bold;
}
#annai ul.li_mb li {
	margin:0 0 10px;
}
#annai .kome {
	margin-left: 1em;
	text-indent: -1em;
}
#annai table {
	width: 100%;
	font-size:90%;
}
#annai table th{
	padding:7px;
	width: 100px;
	border:solid #999 1px;
	text-align: left;
	vertical-align: middle;
	background: #FFFFCC;
}
#annai table td{
	border:solid #999 1px;
	padding:7px;
	vertical-align: middle;
}
#annai a.word {
	display: block;
	padding: 3px;
	border: solid 1px #999999;
	border-radius: 3px;
	background: #003399;
	color: #FFFFFF;
	text-align: center;
}
#annai .mt20 {
	margin-top: 20px;
}
#annai .contact {
	display: flex;
}
#annai .contact > *:nth-child(1) {
	flex: 0 0 auto;
}
#annai .poster {
	display: flex;
	gap: 2em;
}
#annai .poster img {
	vertical-align: bottom;
}
#annai .poster_s {
	display: grid;
	grid-template-columns: auto 1fr;
}
/*　■■■ 会場案内 ■■■　*/
#access .map iframe {
	vertical-align: bottom;
}
#access .map img {
	vertical-align: bottom;
}
/*　■■■ お知らせ ■■■　*/
#oshirase h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
