﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ 共通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;
}
.sage_bar {
	margin:0 0 7px 4em;
	text-indent: -4em;
}
/* マージン・パディング */
/* 上 */
.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;
}
/*　■■■■■■■■■ リスト ■■■■■■■■■　*/
/* 空白 */
.defa {
	margin:0 0 0 0px;
	list-style-type:none;
}
.defa li {
	margin:0 0 0 1.5em;
	text-indent: -1.5em;
}
/* 算用数字 */
.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;
}

ol.deci_circle {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
padding-left: 30px;
}
 
li.li_circle {
  margin-bottom: 10px;
 /* padding-left: 30px;*/
  position: relative;
}
li.li_circle:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  /*background-color: #bada55;*/
  color: #222;
  display: block;
  float: left;
  line-height: 17px;
  margin-left: -30px;
  text-align: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
	border: solid 1px #000000;
}

/* 大文字のローマ数字 */
.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: #003366;
/*	background: #08397E;*/
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-top: solid 10px #EACD5F;
	box-sizing: border-box;
}
/* ------------ タイトル -----------*/
#title {
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#title .enttl {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0.5em;
	text-align: center;
}
#title .enttl span {
	font-size: 80%;
	vertical-align: 5px;
}
#title h1 {
	font-weight: bold;
	font-size: 260%;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#title h1 span {
	font-size: 80%;
	margin-right: 0.1em;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: flex;
	flex-flow: row, wrap;
	margin:0 auto;
	padding:100px 0 50px;
	width:1250px;
/*	width:1000px;*/
}
#sec_con .cl {
	order: 1;
	width:200px;
	min-height: 1200px;
}
#sec_con .cr {
	order: 2;
	width:800px;
}
#sec_con .crr {
	order: 3;
	width:250px;
/*	background: #DF9697;*/
}
/*左サイドのバナー広告*/
#adbnr {
	margin: 0;
	padding: 10px;
}
#adbnr img {
	margin: 0 0 10px;
}
#adbnr .yoko img {
	width: 210px;
	height: auto;
}
#adbnr .dammy {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	width: 210px;
	height: 70px;
	background: #DDDDDD;
	border: solid 1px #999999;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 1000px;
	background: url(img/image.jpg) 50% 40% no-repeat;
	position: relative;
}
dl#tokitokoro {
	font-size: 14px;
	line-height: 1.0;
	position: absolute;
	top: 10px;
	left: 10px;
	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: #EACD5F;
	color: #333333;
	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: 3px 3px 1px #333;
	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%;
}
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(2) {
	line-height: 1.2;
}
@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: 0 0 0 10px;
		vertical-align: middle;
	}
	dl#tokitokoro > dd:nth-last-of-type(n+2) {
		padding-bottom: 0.5em;
	}
}
#theme {
	position: absolute;
	top: 10px;
	right: 0;
}
#theme img {
	display: block;
	width: 400px;
	height: auto;
}
#oshirase {
	position: absolute;
	bottom: 580px;
	left: 40px;
	right: 40px;
	background: #DDDDDD;
	padding: 1.5em;
	border: solid 1px #f00;
	border-radius: 10px;
}
#orei {
	display: none;
	border: solid 1px #666;
	padding: 20px 20px;
	margin: 20px 20px;
}
/* ------------ サイド -----------*/
.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 dt.hospital {
	font-size: 90%;
	margin: 15px 0 0px;
}
.atcl_side dd {
	font-size: 90%;
}
/* ------------ ナビ -----------*/
nav {
	margin:5px 0 0 0;
}
nav li {
	margin:0 0 4px;
	width:190px;
	font-size: 15px;
	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 .nv_soto {
	margin-bottom: 5px;
	text-align: center;
}
nav .nv_soto a {
	background: #CC3399;
}
nav .nv_soto a:link, nav .nv_soto a:visited {
	color: #FFFFFF;
}
nav .nv_soto a:hover {
	background: #FF99CC;
}
nav .nv_soto2 {
	margin-bottom: 5px;
	text-align: center;
}
nav .nv_soto2 a {
	background: #9933CC;
}
nav .nv_soto2 a:link, nav .nv_soto2 a:visited {
	color: #FFFFFF;
}
nav .nv_soto2 a:hover {
	background: #FF99CC;
}
nav .nv_soto3 {
	margin-bottom: 10px;
	text-align: center;
}
nav .nv_soto3 a {
	background: #0066FF;
}
nav .nv_soto3 a:link, nav .nv_soto3 a:visited {
	color: #FFFFFF;
}
nav .nv_soto3 a:hover {
	background: #FF99CC;
}
/* ------------ バー -----------*/
.bar {
	width:95%;
	margin: 20px 0 15px 0px;
	padding:7px 0 7px 2em;
	font-size:120%;
	font-weight:bold;
	background:#003366;
	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:#003366;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
/* SNS */
ul.sns {
	display: flex;
	margin: 20px 0px 0 0px;
	justify-content: space-around;
}
ul.sns li {
	margin-right:20px;
}
ul.sns li:nth-of-type(1) img {
	max-width: 50px;
	height: auto;
}
ul.sns li:nth-of-type(2) img {
	max-width: 55px;
	height: auto;
}
/* 更新情報 */
.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;
}
div.jikai {
	border: solid 3px #1A53A3;
	border-radius:10px;
	padding: 10px;
	margin: 20px 10px 0 0;
	background-color: #E3F8FF;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
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 150px 3em;
	width:90%;
}
#aisatsu h3 {
	margin:20px 0;
	font-size:140%;
	font-weight:bold;
	text-align: center;
}
#aisatsu h3 span {
	font-size: 80%;
}
#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: 200px;
	height: auto;
}
#aisatsu figure div {
	order: 2;
	margin: 160px 0 0 30px;
	line-height: 180%;
}
#aisatsu figure div p:nth-of-type(2) {
	font-size: 130%;
}
#aisatsu figure div p:nth-of-type(2) span {
	margin-right: 10px;
	font-size: 75%;
}
#aisatsu figure div p:nth-of-type(3) {
	margin: 0 0 0 37px;
	font-size: 85%;
	line-height: 130%;
}
#aisatsu .bun {
	font-size:105%;
	line-height:180%;
}
#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: #CC3366;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	font-weight:bold;
	line-height:110%;
	float:left;
	color: #FFFFFF;
}
#gaiyo dt .nimoji {
	letter-spacing:1em;
}
#gaiyo dd {
	margin:0 0 30px 9em;
	padding:3px 0 0 ;
}
/*　■■■ 演題募集 ■■■　*/
#endai {
	margin: 50px 0 150px 3em;
	width:90%;
}
#endai ul.btn_idx {
	display: flex;
	border: solid 1px;
}
#endai ul.btn_idx li {
	width: 100%;
	background: #99CCFF;
}
#endai ul.btn_idx li a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #000000;
}
#endai ul.btn_idx li:nth-of-type(1) a {
	border-right: solid 1px #000000;
}
#endai ul.btn_idx li:hover {
	opacity: 0.7;
}
#endai h3 {
	margin:100px 0 15px;
	padding:10px;
	border:solid 1px #333333;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	color:#333;
	clear:both;
}
#endai h4 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 2px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#endai h5 {
	margin:25px 0 5px;
	padding:0 0 3px 3px;
	width: 80%;
	border-bottom:solid 2px #FF9933;
/*	border-bottom:solid 2px #CC6600;*/
	font-size:100%;
	font-weight:bold;
	color: #CC6600;
	clear:both;
}
#endai h6 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#endai table {
	margin: 20px  0;
	width: 70%;
}
#endai table td{
	border:solid #999 1px;
	padding:10px;
}
#endai table th{
	border:solid #999 1px;
	padding:10px;
	font-weight: normal;
	text-align: center;
	background: #DDDDDD;
}
#endai ul.btn_endai {
	display: flex;
}
#endai ul.btn_endai li {
	margin: 0 0 0 20px;
}
#endai ul.btn_endai li a {
	display: block;
	padding: 10px 30px;
	width: 200px;
	font-size: 110%;
	text-align: center;
	color: #FFFFFF;
	background: #CC3366;
	border: solid 1px #999999;
	border-radius: 5px;
}
#endai ul.btn_endai li:hover {
	opacity: 0.7;
}
#endai ul.owari * {
	pointer-events: none;
	opacity: 0.7;
}
/*#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.3em;
	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 {
}
#endai dl.online2 dt {
	margin: 20px 0 10px;
	font-size: 105%;
	font-weight: bold;
	color: #333333;
}
#endai dl.online2 dd {
	margin-left: 1.5em;
}
#endai ul.list01 {
	margin:24px 0 0 2em;
	list-style-type:disc;
	line-height:140%;
}
#endai ul.list01 li {
	margin:0 0 14px;
}
#endai table.cate td{
	border:solid #999 1px;
	padding:10px;
}
#endai table.cate th{
	border:solid #999 1px;
	padding:10px;
	text-align: left;
	background: #CCFFFF;
}
#endai div.box01 {
	padding:4px;
	width:70%;
}
#endai .waku {
	width:90%;
	padding:10px 20px;
	border: solid 1px #3cf;
	letter-spacing:2px;
}
#endai table.kazari {
	width:90%;
}
#endai table.kazari td {
	border: solid 1px #3cf;
}
#endai table.kazari sup {
	vertical-align: super;
}
#endai table.kazari sub {
	vertical-align: sub;
}*/
/* ---ボタン--- */
/*#endai .btn_pdf li {
	margin:5px;
	width:200px;
	border:solid 1px #999;
	border-radius:5px;
	background:#900;
	float:left;
}
#endai .btn_pdf li a {
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	color:#fff;
}
#endai .btn_pdf li:hover {
	opacity:0.7;
}
#endai li.ppt_iro {
	background:#f60;
}*/
/*参加登録*/
/*#endai table.tbl_sanka{
	margin: 20px  0;
	width: 88%;
}
#endai table.tbl_sanka td{
	border:solid #999 1px;
	padding:10px;
}
#endai table.tbl_sanka th{
	border:solid #999 1px;
	padding:10px;
	text-align: center;
	background: #CCFFFF;
}
#endai table.tbl_sanka td:nth-of-type(1) {
	width: 35%;
}
#endai table.tbl_sanka td:nth-of-type(2) {
	width: 40%;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}
#endai table.tbl_sanka td:nth-of-type(3) {
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}
#endai table.tbl_consin{
	width: 70%;
}*/
/*参加登録フォーム*/
/*#endai dl.frm_sanka {
	margin: 0 0 20px;
}
#endai dl.frm_sanka dt {
	float: left;
	font-weight: bold;
}
#endai dl.frm_sanka dd {
	margin: 0 0 20px 14em;
}*/
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro_pre {
	display: none;
}
#pro {
	margin:0 0 150px 3em;
	width:90%;
}
#pro h2 {
	margin:100px 0 15px;
	font-size:150%;
	font-weight:bold;
	text-align: center;
}
#pro h3 {
	margin:50px 0 5px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:110%;
	font-weight:bold;
}
#pro h3 span {
	font-weight: normal;
	font-size: 80%;
	float: right;
}
#pro .btn_pdf {
	display: flex;
	margin: 50px 0 0;
}
#pro .btn_pdf a {
	display: block;
	margin: 0 20px 0 0;
	width: 200px;
	padding: 10px;
	border: solid 1px #999999;
	border-radius: 3px;
	text-align: center;
	background: #CC0033;
	color: #FFFFFF;
}
#pro .zacho {
	margin: 0 0 20px 3em;
	text-indent: -3em;
	float: right;
	clear: both;
}
#pro .title {
	margin: 20px 0 0 10px;
	clear: both;
	font-size: 115%;
}
#pro h4 {
	margin: 20px 0 0 10px;
	clear: both;
	display: flex;
	width: 90%;
	font-size: 110%;
}
#pro h4 p:nth-of-type(1) {
	width: 10%;
	color: #666666;
}
#pro h4 p:nth-of-type(2) {
	width: 90%;
	color: #333333;
}
#pro .enja {
	margin: 10px 0 0 15em;
	text-indent: -10em;
}
#pro .enja span {
	margin-left: 4em;
	font-size: 85%;
}
#pro .kyousan {
	margin: 0;
	text-align: right;
}
/*#pro .pro_tbl {
	display: table;
	width: 100%;
}
#pro .pro_tbl dl {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#pro .pro_tbl dt {
	margin: 0 0 10px;
	padding: 5px 0 5px 40px;
	width: 70%;
	background: #666666;
	color: #FFFFFF;
}
#pro .pro_tbl dd {
	padding: 0 0 0 20px;
}*/
/*　■■■■■■■■■ 特別講演 ■■■■■■■■■　*/
#tokubetsu {
	margin:0 0 150px 3em;
	width:90%;
}
#tokubetsu h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:110%;
	font-weight:bold;
}
#tokubetsu div.gazou {
	margin: 30px 0 0 5px;
	display: flex;
	align-items: center;
}
#tokubetsu figure.sensei {
	margin: 0px 30px 0 0px;
	height: 200px;
}
#tokubetsu figure.sensei img{
	width: 300px;
}
#tokubetsu figure.book {
	margin: 0px 0px 0 0px;
}
#tokubetsu figure.book img{
	width: 200px;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin:50px 0 150px 3em;
	width:90%;
}
/* #sanka h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
} */
#sanka h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 2px #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;
}
#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 10em;
	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.5em 0.75em;
	box-sizing: border-box;
	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 table.sankahi {
	font-size:90%;
	max-width: 500px;
	width: 100%;
}
#sanka table.sankahi th {
	border:solid #999 1px;
	padding:7px;
	background: #ffffcc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#sanka table.sankahi td {
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
} */
#sanka table.sankahi td {
	border:solid #999 1px;
	padding:10px;
	vertical-align: middle;
}
#sanka table.sankahi th {
	border:solid #999 1px;
	padding:10px;
	font-weight: normal;
	text-align: center;
	background: #DDDDDD;
	vertical-align: middle;
}
#sanka table.sankahi td:nth-child(2),
#sanka table.sankahi td:nth-child(3) {
	text-align: right;
}
#sanka table.name_card td {
	border:solid #999 1px;
	padding:10px;
	vertical-align: middle;
}
#sanka table.name_card th {
	border:solid #999 1px;
	padding:10px;
	font-weight: normal;
	text-align: left;
	background: #DDDDDD;
	white-space: nowrap;
}
#sanka .tokubetsu {
	border: solid 1px #ccc;
	padding: 0 1em 10px;
	margin: 10px 0;
}
#sanka  dl.online.tokubetsu dd {
	margin: 0;
}
#sanka .sage10 {
	margin-bottom: 0;
}
#sanka .online2 ul.syst_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#sanka .online2 ul.syst_btn .shinki {
	display: inline-block;
	background-color:#CC3366;
	padding: 0.5em 0;
	min-width: 250px;
	text-align: center;
	border-radius:5px;
	border:solid 1px #999999;
	font-size:110%;
	color:#FFFFFF;
}
#sanka .online2 ul.syst_btn a.shinki:hover {
	opacity: 0.7;
}
#sanka .online2 ul.syst_btn .owari {
	opacity: 0.7;
}
/*　■■■■■■■■■ 当日参加登録 ■■■■■■■■■　*/
#sanka2 {
	margin:50px 0 150px 3em;
	width:90%;
}
#sanka2 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#sanka2 .sage10 {
	margin-bottom: 0;
}
#sanka2 .kikan2 {
	font-size:150%;
	font-weight:bold;
	color:#003300;
	line-height: 1.2;
}
#sanka2 .kikan2 span {
	font-size:150%;
}
#sanka2 .kikan_encho2 {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#sanka2 .kikan_encho2 span {
	font-size:150%;
}
#sanka2 .kikan_encho2 p.encho {
	margin:0 0 0 11em;
	color:#FF0000;
}
#sanka2 .kikan_encho2 p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#sanka2 .kikan_encho2 span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}
#sanka2 .kikan2_del {
	text-decoration: line-through double #e33;
}
#sanka2 .sanka_btn {
	background: #FF0000;
	border: solid 1px #999;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	font-size: 120%;
	min-width: 180px;
	padding: 0.7em 0.8em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#sanka2 a.sanka_btn:hover {
	color:#FFFFCC;
	background-color:#FF6666;
}
#sanka2 .end_btn {
	opacity:0.6;
}
#sanka2 table.sankahi {
	font-size:90%;
	max-width: 500px;
	width: 100%;
}
#sanka2 table.sankahi th,
#sanka2 table.sankahi td {
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
}
#sanka2 table.sankahi th {
	background: #ffffcc;
	font-weight: normal;
	text-align: center;
}
#sanka2 dl.payment dt {
	font-weight: bold;
}
#sanka2 dl.payment dd {
	margin-left: 1em;
}
#sanka2 dl.tokubetsu {
	border: solid 1px #ccc;
	padding: 1em;
}
#sanka2 dl.tokubetsu dt {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
}
#sanka2 dl.tokubetsu dt + dd {
	margin-top: 10px;
}
/*　■■■■■■■■■ 参加者へのご案内、座長・演者へのご案内 ■■■■■■■■■　*/
#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;
	color:#000;
	clear:both;
}
#annai h5 {
	margin:15px 0 3px;
	font-size:100%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#annai .btn_coi a {
	display: block;
	margin: 10px 0;
	padding: 10px;
	width: 300px;
	border: solid 1px #999999;
	text-align: center;
	font-size: 110%;
	background: #FF6600;
	color: #FFFFFF;
}
#annai .btn_kanren a {
	display: block;
	margin: 10px 0;
	padding: 10px;
	width: 300px;
	border: solid 1px #999999;
	text-align: center;
	font-size: 110%;
	background: #CC9900;
	color: #FFFFFF;
}
#annai table.tbl_gray {
	width: 95%;
	margin: 20px 0 10px;
}
#annai table.tbl_gray th{
	border:solid #999 1px;
	padding:10px;
	background: #DDDDDD;
}
#annai table.tbl_gray td{
	border:solid #999 1px;
	padding:10px;
	text-align: center;
}
#annai table.tbl_gray2 {
	margin: 20px 0 10px;
	width: 95%;
}
#annai table.tbl_gray2 th{
	border:solid #999 1px;
	padding:10px;
	background: #DDDDDD;
	vertical-align: middle;
	text-align: left;
	width: 25%;
}
#annai table.tbl_gray2 td{
	border:solid #999 1px;
	padding:10px;
	text-align: left;
	vertical-align: middle;
}

#maruhi {
	margin: 100px 0 0;
	padding: 20px;
	border: solid 1px #999999;
	background: #f0f8ff;
}

#maruhi h4 {
	margin: 0 0 20px;
	color: #003366;
	font-size: 130%;
}
#maruhi .btn_maruhi a {
	display: block;
	margin: 10px 0;
	padding: 10px;
	width: 300px;
	border: solid 1px #999999;
	text-align: center;
	font-size: 110%;
	background: #CC9900;
	color: #FFFFFF;
}
#annai .owari a {
	pointer-events: none;
	opacity: 0.2;
}
/*#annai .sage {
	margin:0 0 0px 2.8em;
	text-indent: -2.8em;
}
#annai table.tbl {
	width: 100%;
}
#annai table.tbl th{
	border:solid #999 1px;
	padding:10px;
	background: #DDDDDD;
}
#annai table.tbl td{
	border:solid #999 1px;
	padding:10px;
	text-align: center;
}*/
/*#annai div.outline {
	border: solid 1.5px #666666;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 700px;
	padding: 1.0em 1.5em;
	margin: 20px 0 0 0;
}
#annai div.outline dt {
	margin: 0 0 10px 0;
	font-size:105%;
	font-weight:bold;
}
#annai div.outline dt span {
	margin:0 0 0 5px;
	font-size:85%;
	font-weight:normal;
}
#annai div.outline dd {
	margin:0 0 0 2em;
}
#annai div.next_kaisai_parent {
	display: flex;
	justify-content: center;
}
#annai div.next_kaisai {
	border: solid 4px #666666;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 600px;
	padding: 2.0em 2.5em;
}
#annai p.kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#annai p.kikan {
	font-size:150%;
}
#annai dl.online dd.kikan_encho {
	margin:10px 0 0 20px;
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#annai p.kikan span {
	font-size:150%;
}
#annai dl.online dd.kikan_encho p.encho {
	margin:0 0 0 12.3em;
	color:#FF0000;
}
#annai dl.online dd.kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#annai dl.online dd.kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}*/
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
/*#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 p.kikan {
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#annai2 p.kikan {
	font-size:150%;
}
#annai2 dl.online dd.kikan_encho {
	margin:10px 0 0 20px;
	font-size:150%;
	font-weight:bold;
	color:#003300;
}
#annai2 p.kikan span {
	font-size:150%;
}
#annai2 dl.online dd.kikan_encho p.encho {
	margin:0 0 0 12.3em;
	color:#FF0000;
}
#annai2 dl.online dd.kikan_encho p.text {
	margin:0 0 10px;
	font-size:60%;
	font-weight:normal;
	color:#FF0000;
}
#annai2 dl.online dd.kikan_encho span.torikeshi {
	font-size:85%;
	text-decoration:line-through;
}*/
/*　■■■■■■■■■ 各種学会ポイント・単位のご案内 ■■■■■■■■■　*/
/*#annai3 {
	margin: 50px 0 150px 3em;
	width:90%;
}
#annai3 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#annai3 table.sangyo_s {
	font-size: 90%;
}
#annai3 table.sangyo_s th,
#annai3 table.sangyo_s td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#annai3 table.sangyo_s th {
	background: #f6f6f6;
}
#annai3 table.sangyo_s th,
#annai3 table.sangyo_s tr > td:nth-child(1),
#annai3 table.sangyo_s tr > td:nth-child(2),
#annai3 table.sangyo_s tr > td:nth-child(3),
#annai3 table.sangyo_s tr > td:nth-child(4) {
	white-space: nowrap;
}
#annai3 table.sangyo_s tr > td:nth-child(5) {
	text-align: left;
}
#annai3 table.kyoiku_s {
	font-size: 90%;
}
#annai3 table.kyoiku_s th,
#annai3 table.kyoiku_s td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#annai3 table.kyoiku_s th {
	background: #f6f6f6;
}
#annai3 table.kyoiku_s th,
#annai3 table.kyoiku_s tr > td:nth-child(1),
#annai3 table.kyoiku_s tr > td:nth-child(2),
#annai3 table.kyoiku_s tr > td:nth-child(3),
#annai3 table.kyoiku_s tr > td:nth-child(4) {
	white-space: nowrap;
}
#annai3 table.kyoiku_s tr > td:nth-child(5) {
	text-align: left;
}
#annai3 table.jspn_s {
	font-size: 90%;
}
#annai3 table.jspn_s th,
#annai3 table.jspn_s td {
	border:solid #999 1px;
	padding: 0.75em;
	text-align: center;
	vertical-align: middle;
}
#annai3 table.jspn_s th {
	background: #f6f6f6;
}
#annai3 table.jspn_s th,
#annai3 table.jspn_s tr > td:nth-child(1),
#annai3 table.jspn_s tr > td:nth-child(2) {
	white-space: nowrap;
}
#annai3 table.jspn_s tr > td:nth-child(3) {
	text-align: left;
}*/
/*　■■■■■■■■■ 発表動画の制作 ■■■■■■■■■　*/
#production {
	margin: 50px 0 150px 3em;
	width:90%;
}
#production h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#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;
	font-weight: bold;
	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 .btn_ppt {
	background: #f60;
}
#production .btn_pdf {
	background: #900;
}
#production .download {
	display: flex;
}
#production .download > *+* {
	margin-left: 1em;
}
#production .upload iframe {
	vertical-align: bottom;
}
/*　■■■■■■■■■ 託児室のご案内 ■■■■■■■■■　*/
#nursery {
	margin: 50px 0 150px 3em;
	width:90%;
}
#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;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#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 figure.accessmap img {
	margin:0px 0 15px;
	width: 600px;
}
#access div.ac_flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0 0 0;
}
#access div.ac_flex div:nth-of-type(1) p{
	margin: 0 20px 0 0;
	font-size: 120%;
	font-weight: bold;
	background-color: #368AAE;
	color: #FFFFFF;
	padding: 0.5em 1em;
	width: 90px;
	text-align: center;
	border-radius: 10px;
}
#access div.ac_flex div:nth-of-type(1) p.last{
	margin: 30px 0 0 0;
	width: 200px;
}
#access div.ac_flex div:nth-of-type(2) p:nth-of-type(1){
	margin: 0 0px 0 0;
	font-size: 120%;
	font-weight: bold;
	padding: 0em;
}
#access div.ac_flex2 {
	display: flex;
	flex-direction: row;
	margin: 20px 0 0 0;
}
#access div.ac_flex2:nth-child(n + 2) {
	margin: 30px 0 0 0;
}
#access div.ac_flex2 div:nth-of-type(1) p{
	margin: 0 20px 0 0;
	font-size: 110%;
	font-weight: bold;
}
#access table{
}
#access table td{
	border: solid 1px #000;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}
#access table td.header{
	font-weight: bold;
	background-color: #E5FCFC;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
#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%;
}
#etc h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#etc h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
/*取得可能単位一覧*/
table.tbl_tani {
	width: 100%;
}
table.tbl_tani td{
	border:solid #999 1px;
	padding:10px;
}
table.tbl_tani th{
	border:solid #999 1px;
	padding:10px;
	font-weight: normal;
	text-align: center;
	background: #DDDDDD;
}
table.tbl_tani td:nth-of-type(2){
	width: 20%;
}
/*プログラム抄録集*/
#etc .btn_pdf {
	display: flex;
	margin: 50px 0 0;
}
#etc .btn_pdf a {
	display: block;
	margin: 0 20px 0 0;
	width: 200px;
	padding: 10px;
	border: solid 1px #999999;
	border-radius: 3px;
	text-align: center;
	background: #CC0033;
	color: #FFFFFF;
}
