﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
/*	font-size: 88%;*/
	line-height:165%;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
/*	position:fixed;
	z-index:1;*/
	top:0px;
	left:0px;
	width:100%;
	height:140px;
	background: #FFFFFF;
/*	background:#2f4f4f;*/
/*	box-shadow: 0 1px 5px rgba(0,0,0,0.2);*/
}
/* ------------ タイトル -----------*/
.hd_top {
}
#title {
	margin:7px auto 0;
	width:1000px;
	display: flex;
	justify-content: center;
}
#title > div {
	text-align: left;
}
#title h1 {
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 1.8rem;
	text-shadow: 1px 1px 1px #999999, 0 0 1px #999999, 0 0 1px #999999, 0 0 1px #999999;
/*	text-shadow: 1px 1px 1px #999999, 0 0 10px #999999, 0 0 10px #999999, 0 0 10px #999999;*//*光彩強め*/
}
#title h1 span {
	margin-right: 7px;
	font-size: 80%;
	vertical-align: 3px;
	letter-spacing: -2px;
}
#title p:nth-of-type(1) {
	font-size: 0.7rem;
/*	text-align: center;*/
}
#title p:nth-of-type(1) span {
	margin-right: 5px;
	padding: 3px 5px;
	background: #ea5550;
	color: #FFFFFF;
	font-size: 0.7rem;
}
#title p:nth-of-type(2),
#title p:nth-of-type(3) {
	margin-top: -5px;
	font-size: 0.7rem;
	color: #666666;
}
#title p:nth-of-type(4) {
	margin-top: -5px;
	font-size: 0.9rem;
}
/*#title p:nth-of-type(4) span {
	margin-right: 5px;
	padding: 3px 5px;
	background: #ea5550;
	color: #FFFFFF;
	font-size: 0.7rem;
}*/
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: flex;
	flex-flow: row, wrap;
	margin:0 auto;
	padding:0px 0 50px;
/*	padding:100px 0 50px;*/
	width:1000px;
}
#sec_con .cl {
	order: 1;
	width:200px;
	min-height: 1200px;
}
#sec_con .cr {
	order: 2;
	width:800px;
	background: #FFFFFF;
}
#sec_con_soto {
	background: #ffead6;
	height: 600px;
}
/*　■■■■■■■■■ テンプレートのコンテンツ ■■■■■■■■■　*/
.con_temp {
	padding: 20px;
	background: #FFFFFF;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 600px;
	background: url("../img/image.jpg");
/*	background: url(../img/image.jpg) 0% 80% no-repeat;*/
	position: relative;
}
dl#tokitokoro {
	position:absolute;
	top: 120px;
	left: 20px;
	font-size: 12px;
	line-height: 1.0;
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0.5em 0.5em;
}
dl#tokitokoro > dt {
	width: 3.2em;
	height: 3.2em;
	color: #FFFFFF;
	border-radius: 50%;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffa3a3;
}
dl#tokitokoro > dt:nth-of-type(1),
dl#tokitokoro > dt:nth-of-type(2) {
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
dl#tokitokoro > dd {
/*	text-shadow: 1px 1px 1px #ff8484, 0 0 10px #ff8484, 0 0 10px #ff8484, 0 0 10px #ff8484;*/
	color: #333333;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
dl#tokitokoro > dd:nth-of-type(1) > p:nth-of-type(1) {
	font-size: 1.4rem;
	font-weight: bold;
}
dl#tokitokoro > dd:nth-of-type(1) > p:nth-of-type(1) span {
	font-size: 2.4rem;
}
dl#tokitokoro > dd:nth-of-type(2) > p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
}
dl#tokitokoro > dd:nth-of-type(2) > p:nth-of-type(2) {
	font-size: 0.8rem;
	letter-spacing: -1px;
}
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(1),
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(3) {
	font-size: 0.8rem;
	font-weight: bold;
}
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(2),
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(4) {
	margin: 3px 0;
	font-size: 1.2rem;
	font-weight: bold;
}
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(2) span,
dl#tokitokoro > dd:nth-of-type(3) > p:nth-of-type(4) span {
	font-size: 0.7rem;
}
@media all and (-ms-high-contrast: none) {
	dl#tokitokoro:after {
		content: "";
		clear: both;
		display: block;
	}
	dl#tokitokoro > dt {
		float: left;
	}
	dl#tokitokoro > dd {
		margin: 0 0 10px 60px;
		padding-top: 0.5em;
	}
}
#theme {
	position: absolute;
	top: 5px;
	left: 20px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: 900;
	font-size: 2.8rem; 
	color: #fff;
	line-height: 1.2;
	/* 強いぼかし効果 */
	text-shadow: 0 0 20px #fff,
	             0 0 40px #c00,
	             0 0 60px #c00;
/*	text-shadow: 0 0 20px #fff,
	             0 0 40px #ea5550,
	             0 0 60px #ea5550;*/
}

#theme span {
	font-size: 4.0rem; 
	color: #ffedab; 
	display: inline-block;
	text-shadow: 1px 1px 1px #ffcc00, 0 0 20px #ffcc00, 0 0 20px #ffcc00, 0 0 20px #ffcc00;
/*	text-shadow: 1px 1px 1px #ffbf7f, 0 0 20px #ffbf7f, 0 0 20px #ffbf7f, 0 0 20px #ffbf7f;*/
}

#theme p:nth-of-type(1) {
	margin: 0px 0 0 15px;
	font-size: 0.8rem; /* 英語もしっかり読めるサイズ */
	font-weight: bold;
	color: #999999; 
	letter-spacing: 0.02em;
}
#theme p:nth-of-type(2) {
	margin: -13px 0 0 15px;
	font-size: 1.2rem; /* 英語もしっかり読めるサイズ */
	font-family: "Times New Roman", serif;
	font-weight: bold;
	color: #666666; /* 墨文字（ダークグレー） */
	letter-spacing: 0.02em;
	text-shadow: none; /* 英語には発光をつけず視認性を確保 */
}
#kitekero {
	position:absolute;
	top: 20px;
	right: 200px;
}
#kitekero img {
	width: 110px;
	height: auto;
}
#kitekero p {
	text-align: center;
	line-height: 110%;
}
#komahachi {
	position:absolute;
	top: 20px;
	right: 115px;
}
#komahachi img {
	width: 80px;
	height: auto;
}
#ieyasu {
	position:absolute;
	top: 25px;
	right: 30px;
	text-align: center;
}
#ieyasu img {
	width: 85px;
	height: auto;
}
/*#ieyasu img:nth-of-type(1) {
	width: 60px;
	height: auto;
}
#ieyasu img:nth-of-type(2) {
	width: 70px;
	height: auto;
}
#ieyasu img:nth-of-type(3) {
	position:relative;
	top: -8px;
	width: 40px;
	height: auto;
}*/
div#onrei {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 50px;
	right: 50px;
	background-color: #fff;
	border: solid 1.5px #000;
	padding: 20px 20px 10px 20px;
}
/* ------------ サイド -----------*/
.atcl_side {
	width: 95%;
	margin: 0 10px 24px 5px;
}
.atcl_side dl {
	line-height: 130%;
}
.atcl_side dt {
	margin: 20px 0 10px;
	font-weight: bold;
}
.atcl_side dd {
	font-size: 90%;
}
/* ------------ ナビ -----------*/
nav {
	margin:0px 0 0 0;
	height: 600px;
	background: #fff4ea;
}
nav li {
	margin:0 0 2px;
	width:100%;
	font-size: 1rem;
/*	font-weight:bold;*/
	line-height: 1.1;
	box-sizing: border-box;
}
nav li span {
	font-weight: normal;
	font-size: 0.7rem;
}
nav li a {
/*	pointer-events: none;*/
	display:block;
	padding: 14px;
	text-align: center;
/*	border:solid 1px #999999;*/
}
nav li.a0 a {
	padding: 7px;
}
nav li.a1 a {
	padding: 5px;
	font-size: 0.7rem;
}
nav li a:link, nav li a:visited {
	color: #333;
}
nav li a:hover {
	background: #DDD;
	color: #F00;
}
nav li.none {
	pointer-events: none;
}
/* CSSファイル、または <style> タグ内に記述 */
.is-active {
	background: #ffbf7f;
/*	opacity: 0.5;*/
	pointer-events: none;
}
/* ------------ バー -----------*/
.bar {
	width:95%;
	margin: 20px 0 15px 0px;
	padding:7px 0 7px 2em;
	font-size:1.1rem;
	background:#ffa3a3;
	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:0.9rem;
	background:#ffa3a3;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
/* バナー */
#banner_l {
	margin-top: 20px;
	width: 190px;
}
#banner_l img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-top: 20px;
}
/* 更新情報 */
.news {
	margin:0 0 0 20px;
	width:95%;
	height:600px;
	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: inherit;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
	background:#FFFFFF;
}
footer .copy {
	display: none;
/*	display:block;*/
	margin:10px auto 0;
	width:1000px;
	text-align:right;
	font-size:80%;
}
footer .copy a {
	font-size:90%;
}
.copy_m {
	display: none;
}
/*トップページを帯状にするため構造を変えたのでフッターの位置も変更する*/
.foot .copy {
	display:block;
	margin:100px auto 0;
	width:700px;
	text-align:right;
	font-size:80%;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#nv_drwr {
    display: none;
}
/*footer .mb_menu {
	display:none;
}*/
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
#aisatsu {
	margin: 50px 0 0 3em;
	width:90%;
}
#aisatsu h3 {
	padding:5px 20px;
	width:300px;
	background: linear-gradient(to right, #999999 0px, #999999 250px, #ffffff 300px);
	font-weight:bold;
	line-height:110%;
	color: #fff;
/*	margin:0px 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: 200px;
	height: auto;
}
#aisatsu figure p {
	order: 2;
	margin: 160px 0 0 30px;
	line-height: 180%;
}
#aisatsu figure p span {
	margin-left: 10px;
	font-size: 120%;
}
#aisatsu .bun {
	font-size:105%;
	line-height:180%;
	/* text-align: justify; */
}
#aisatsu .bun p {
	text-indent:1em;
	margin: 5px 0 0 0;;
}

/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin:0 0 0 3em;
	width:90%;
}
#gaiyo sup {
	vertical-align: super;
	font-size: 80%;
}
#gaiyo dl {
	margin: 50px 0 0;
}
#gaiyo dt {
	padding:5px 20px;
	width:300px;
	background: linear-gradient(to right, #999999 0px, #999999 250px, #ffffff 300px);
	font-weight:bold;
	line-height:110%;
	color: #fff;
  /*transform: skewX(-15deg);*/ /* 帯を斜めに */
}
#gaiyo dt .nimoji {
	letter-spacing:1em;
}
#gaiyo dd {
	margin:10px 0 30px 2em;
	padding:3px 0 0 ;
}
/*　■■■ 演題募集 ■■■　*/
#endai_pre {
	display: none;
	margin:0 0 150px 3em;
	width:90%;
}
#endai {
	margin:0 0 150px 3em;
	width:90%;
}
#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:160%;*/
	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:160%;*/
	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;
/*	width:150px;*/
/*	height:30px;*/
	border-radius:10px;
	border:solid 1px #999999;
	font-size:120%;
	float:left;
	color:#FFFFFF;
}
#endai dl.online li.shinki {
/*	padding:10px 0 0 30px;*/
	background-color:#FF0000;
}
#endai dl.online a:link li.shinki, #endai dl.online1 a:visited li.shinki {
	color:#FFFFFF;
}
#endai dl.online a:hover li.shinki {
	color:#FFFFCC;
	background-color:#FF6666;
}
#endai dl.online li.syusei {
/*	padding:10px 0 0 20px;*/
	background-color:#003399;
}
#endai dl.online a:link li.syusei, #endai dl.online a:visited li.syusei {
	color:#FFFFFF;
}
#endai dl.online a:hover li.syusei {
	color:#FFFFCC;
	background-color:#0066CC;
}
#endai dl.online li.owari {
	opacity:0.6;
}
#endai dl dt {
/*	margin:20px 0 10px;
	font-size:105%;
	font-weight:bold;
	color:#333333;*/
}
#endai 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;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro_pre {
	display: none;
	margin:0 0 150px 3em;
	width:90%;
}
#pro {
	margin:0 0 150px 3em;
	width:90%;
}
#pro figure img {
	max-width:100%;
	height:auto;
	border: solid 1px #999999;
}
#pro h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:solid 1px #666666;
	font-size:110%;
	font-weight:bold;
}
/*　■■■ 演者の皆様へ ■■■　*/
#enja {
	margin:0 0 150px 3em;
	width:90%;
}
#enja h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
	clear:both;
}
#enja .manual_pdf{
	display: flex;
}
#enja .manual_pdf .manualA{
	/*width: 30%;*/
	height: 180px;
	border: solid 1px #000;
	margin: 20px;
}
#enja .manual_pdf .manualB{
	height: 180px;
	border: solid 1px #000;
	margin: 20px;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka_pre {
	display: none;
}
#sanka {
	margin:0 0 150px 3em;
	width:90%;
}
#sanka h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}

#sanka h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#sanka .blue {
	color: #003366;
}
#sanka table {
	margin: 10px 0 20px;
	width: 100%;
}
#sanka table td{
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
	font-size:85%;
}
#sanka table th{
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	background: #003366;
	color: #FFFFFF;
}
#sanka .kikan {
	margin: 5px 0 30px 15px;
	font-size: 140%;
	font-weight: bold;
	color: #006633;
}
#sanka .kikan span {
	font-size: 140%;
}
#sanka .kikan_encho {
	margin: 5px 0 30px 15px;
	font-size: 140%;
	font-weight: bold;
	color: #006633;
}
#sanka .kikan_encho span {
	font-size: 140%;
}
#sanka .kikan_encho p:nth-of-type(1) {
	margin-left: 13em;
	color: #FF0000;
}
#sanka .kikan_encho span.torikeshi {
	text-decoration: line-through;
	font-size: 85%;
}
#sanka .btn_touroku a {
	display: block;
	margin: 10px 0;
	padding: 10px;
	width: 50%;
	border: solid 1px #999999;
	border-radius: 5px;
	background: #003366;
	color: #FFFFFF;
	text-align: center;
	font-size: 110%;
}
#sanka .btn_touroku a:hover {
	opacity: 0.7;
}
#sanka .owari {
	pointer-events: none;
	opacity: 0.6;
}
.btn_word {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 10px 0;
}
.btn_word a {
	display: block;
	padding: 10px;
	width: 250px;
	border: solid 1px #999999;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background: #003366;
}
.btn_word a:hover {
	opacity: 0.7;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#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:20px 0 5px 3em;
	text-indent: -3em;
	font-size:100%;
	font-weight:normal;
	font-weight:bold;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
#annai2 {
	margin:0 0 200px 3em;
	width:90%;
}
#annai2 h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#annai2 h4 {
	margin:25px 0 5px;
	font-size:105%;
	font-weight:bold;
	color:#000;
	clear:both;
}
#annai2 .coi table td {
	padding: 10px;
	border: solid 1px #999999;
}
#annai2 .coi a {
	display: inline-block;
	vertical-align: bottom;
}
#annai2 .coi img {
	border: solid 1px #ddd;
	vertical-align: bottom;
}
#annai2 > table {
	margin: 0;
	width: 98%;
	font-size:100%;
}
#annai2 > table td{
	border:solid #999 1px;
	padding:7px;
	vertical-align: middle;
}
#annai2 > table th{
	border:solid #999 1px;
	padding:7px;
	background: #CCFFFF;
}
/*　■■■■■■■■■ 採択演題 ■■■■■■■■■　*/
#saitaku {
	margin: 40px 0 150px 3em;
	width:90%;
}
#saitaku h3 {
	margin:70px 0 5px;
	padding:0 0 3px;
	border-bottom:solid 1px;
/*	font-size:115%;*/
	font-weight:bold;
	color:#333333;
}
#saitaku h3 span {
	float: right;
/*	font-size: 85%;*/
}
#saitaku h3:after {
	content: "";
	clear: both;
	display: block;
}
#saitaku table.session_table {
	margin: 20px auto 0 auto;
	width: 98%;
	font-size:90%;
}
#saitaku table.session_table td{
	border:solid #999 1px;
	padding:7px;
	vertical-align: middle;
}
#saitaku table.session_table th{
	border:solid #999 1px;
	padding:7px;
	background: #E6F9FF;
}
#saitaku table.session_table td:nth-of-type(1) {
	width: 10%;
	text-align: center;
}
#saitaku table.session_table td:nth-of-type(2) {
	width: 10%;
	text-align: center;
}
#saitaku table.session_table td:nth-of-type(3) {
	width: 15%;
	text-align: center;
}
#saitaku table.session_table td:nth-of-type(4) {
	width: 10%;
	text-align: center;
}
#saitaku table.session_table td:nth-of-type(5) {
	width: 20%;
	/*text-align: center;*/
}
#saitaku table.session_table td:nth-of-type(6) {
	font-size: 90%;
}
#saitaku table.session_table th:nth-of-type(3),
#saitaku table.session_table th:nth-of-type(5),
#saitaku table.session_table td:nth-of-type(3),
#saitaku table.session_table td:nth-of-type(5) {
	display: none;
}

/*　■■■■■■■■■ 発表動画の制作 ■■■■■■■■■　*/
#video {
	margin: 50px 0 150px 3em;
	width:90%;
}
#video h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#video ul.mt20 {
	margin-top: 20px;
}
#video ul.li_m li {
	margin: 1em 0;
}
#video .sage10 {
	margin-bottom: 0;
}
#video .coi table td {
	padding: 10px;
	border: solid 1px #999999;
}
#video .coi a {
	display: inline-block;
	vertical-align: bottom;
}
#video .coi img {
	border: solid 1px #ddd;
	vertical-align: bottom;
}
#video .download {
	display: flex;
}
#video .download > *:nth-child(n+2) {
	margin-left: 1em;
}
#video .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;
}
#video a:hover .btn {
	opacity: 0.8;
}
#video .btn_ppt {
	background: #f60;
}
#video .btn_pdf {
	background: #900;
}
#video .btn_doc {
	background: #06c;
}
#video .upload iframe {
	vertical-align: bottom;
}
/*　■■■■■■■■■ 査読の皆様へ ■■■■■■■■■　*/
#sadoku_pre {
	display: none;
	margin:0 0 200px 3em;
	width:90%;
}
#sadoku {
	margin:0 0 200px 3em;
	width:90%;
}
#sadoku h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#sadoku ul {
	margin: 0 0 0 20px;
	list-style: disc;
}
#sadoku .kikan {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	color: #006633;
}
#sadoku .kikan span {
	font-size: 150%;
}
#sadoku .kikan .torikeshi {
	text-decoration: line-through;
	font-size: 100%;
}
#sadoku .encho {
	margin: 0 0 0 3.5em;
/*	margin: 0 0 0 15.5em;*/
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
/*	color: #CC0066;*/
}
#sadoku .encho span {
	font-size: 150%;
}
#sadoku .btn_gamen {
	display: block;
	padding: 10px;
	width: 90%;
	border: solid 1px #999999;
	border-radius: 10px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background: #006666;
	color: #FFFFFF;
}
#sadoku .btn_gamen:hover {
	opacity: 0.7;
}
#sadoku .btn_manual {
	display: block;
	padding: 10px;
	width: 90%;
	border: solid 1px #999999;
	border-radius: 10px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background: #CC0000;
	color: #FFFFFF;
}
#sadoku .btn_manual:hover {
	opacity: 0.7;
}
#sadoku .owari {
	pointer-events: none;
	opacity: 0.6;
}
/*　■■■■■■■■■ 市民公開講座 ■■■■■■■■■　*/
#kouza {
	margin:0 0 200px 3em;
	width:90%;
}
#kouza h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666666;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}
#kouza .kouzaposter {
	border: solid 1px #000;
	width: 200px;
	margin: 10px 5px 0px 10px;
}
#kouza .kouzafigure:after {
	content: "" ;
	display: inline-block;
	background-image: url("../img/pdf.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
/*　■■■■■■■■■ ご寄付・協賛のお願い ■■■■■■■■■　*/
#spnsr {
	margin: 50px 0 0 3em;
	width:90%;
}
#spnsr h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#spnsr table {
	margin: 10px 0 20px;
	width: 90%;
}
#spnsr table td{
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	vertical-align: middle;
}
#spnsr table td:nth-of-type(1){
	padding-left: 20px;
	text-align: left
}
#spnsr table th{
	border:solid #999 1px;
	padding:7px;
	text-align: center;
	background: #FFFFCC;
}
/*#spnsr table th.tleft{
	text-align: left;
}*/
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 40px 0 0 3em;
	width:90%;
}
#access h3 {
	margin:35px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#access .box {
	margin: 0 0 20px;
	padding: 20px;
	width: 75%;
	border: solid 1px;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
/*#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%;
}
/*各ページ共通のPDFとWordボタン*/
.btn_pdf_word {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 10px 0;
}
.btn_pdf_word a {
	display: block;
	padding: 10px;
	width: 250px;
	border: solid 1px #999999;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.btn_pdf_word li:nth-of-type(1) a {
	background: #CC3333;
}
.btn_pdf_word li:nth-of-type(2) a {
	background: #0066CC;
}
.btn_pdf_word a:hover {
	opacity: 0.7;
}
