@charset "UTF-8";

/*
The 54th Annual Meeting of the Japanese Society for Cutaneous Immunology and Allergy (JSCIA). CSS
Author: Kazuya Tahara(Hdj)
Version:20240209
*/


/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

html{
overflow-y: scroll;
scroll-behavior: smooth;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}
strong,
strong *{
	font-weight:bold;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}

caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 __Base Setting
-----------------------------------------------*/
a:link , a:visited {
	color:#3399FF;
}
a:hover {
	color:#F90;
}
body {
	line-height:1.6;
	color: #333;
	min-width: 1000px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: url(refer/bg_body.png) repeat 0 0;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:982px;
	margin:15px auto 0;
background: linear-gradient(180deg, #131D3A 0%, #131D3A 105px, rgba(255,255,255,1) 106px, rgba(255,255,255,1) 100%);
	box-shadow:rgba(0,0,0,0.75) 1px 1px 4px;
}
.Content{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	border-bottom:4px solid #404671;
}
.Container{
	width:768px;
	margin:0 auto 0;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:105px;
	position:relative;
	padding-top:15px;
	margin-bottom:1px;
}
#Header  h1 {
	width:737px;
	height:79px;
	margin:0 auto auto;
}
#Header .JSCIA{
	width:120px;
	height:81px;
	font-size:1px;
	text-indent:-9999px;
	position:absolute;
	left:-160px;
	top:16px;
	background: url(refer/logo_54th.png) 0 0;
	background-size: contain;
	z-index:100;
}
#Header .JSCIA a{
	display:block;
	width:100%;
	height:100%;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	width:982px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:30px;
	position:relative;
	background-color:#404671;
	border-top:1px solid #F5BED6;
	position: relative;
	z-index:100;
}
footer .FootMain{
	width:960px;
	margin:0 auto;
	position:relative;
}
footer .Copyright {
	font-size:75%;
	text-align:center;
	color:#FFF;
}
footer .PageTop {
	width:9em;
	font-size:75%;
	text-align:end;
	position:absolute;
	right:20px;
	top:-40px;
}



/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:204px;
	background-color:#FFF;
	padding-top:105px;
	margin-left:10px;
	background: #FFF;
	position:relative;
	z-index:1;
	box-shadow:0 3px 3px rgba(0,0,0,0.75);
}
nav .BtHome{
	width:184px;
	height:33px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 4px;
	background: url(refer/bt_home.png) no-repeat 50% 50%;
	background-size:contain;
	border-radius:6.6px;
}
nav .BtHome a{
	display:block;
	width:100%;
	height:100%;
}
nav .BtHome a:hover{
	background-color:rgba(255,255,255,0.2);
}
nav ul{
	width:190px;
	margin:0 auto 20px;
}
nav ul li{
	font-size:88%;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	border-bottom:1px solid #CCC;
    position: relative;
}
nav ul li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	line-height:1.4;
	padding-top:7.5px;
	padding-bottom:7.5px;
	padding-left:20px;
	margin-left:-20px;
}
nav ul li a:before{
    display: inline-block;
    width: 7px;
    height: 70%;
    content: "";
    background: #131D3A  url(refer/ic_nav.png) no-repeat 2px 50%;
    background-size: 4px;
    position: absolute;
    top: 15%;
    left: 5px;
}
nav ul li a:link,
nav ul li a:visited{
	color:#333;
}
nav ul li a:hover{
    background-color: #F3B3CF;
}
nav ul li.Prepare a{
	color: rgba(0,0,0,0.30);
}
nav ul li.Prepare a:hover{
    background-color: inherit;
}
nav .BnPoster{
    width: 190px;
    height: 89px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_press.png") no-repeat 0 0;
    background-size: contain;
}
nav .BnPress{
    width: 190px;
    height: 50px;
    color: #FFF;
    line-height: 50px;
    font-weight: bold;
    margin: 0 auto 10px;
    background: rgba(20,28,58,1.00) url("refer/ic_press.png") no-repeat 10px 50%;
    background-size: 30px;
    border-radius: 8px;
}
nav .BnPress a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding-left: 50px;
    border-radius: 8px;
}
nav .BnPoster a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .BnPress a:hover,
nav .BnPoster a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width: 736px;
	min-height:800px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:50px;
	background-color:rgba(255,255,255,1.00);
}
.Article h2{
	box-sizing:border-box;
	width:736px;
	font-size:114%;
	color:#FFF;
	font-weight:bold;
	line-height:38px;
	padding:0 0 0 25px;
	margin:0 auto 15px;
	background: url(refer/bg_title.jpg) no-repeat 0 100%;
}
.Article h3{
	width:706px;
	box-sizing:border-box;
	font-size:114%;
	line-height:27px;
	padding:0px 0 0px 8px;
	margin:2em auto 0.5em;
	background: #F2C355;
	border-left:5px solid #404671;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h2 + h4{
	border:0;
	margin-top:0em;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: rgba(128,78,18,1.00);
	margin:1.5em 30px 0.5em;
	padding-top:1em;
	border-top:1px dotted #804E12;
}
.Article h3 + h4{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.Article h4.Nobd{
	padding-top:0;
	border-top:0;
}
.Article h5{
	font-size:88%;
	font-weight:bold;
	margin:1.5em 30px 0.2em;
}
.Article h4 + h5{
	margin-top:0;
}
.Article p{
	font-size:88%;
	margin:0 30px 1em;
}
.Article ul{
	margin:0 30px 1em;
}
.Article ul li{
	font-size:88%;
}
.Article ol{
	margin:0 30px 1em;
}
.Article ol li{
	font-size:88%;
}
.Article dl{
	font-size:88%;
	margin:0 30px 1em;
}
.Article figure{
	margin:0 30px 1em;
}
.Article figure{
	text-align:center;
	margin-bottom:1em;
}
.Article table{
	margin:0  auto 1em 30px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table +  h3 {
	margin-top:2em;
}
.Article table caption{
	text-align:left;
	font-size:88%;
}
.Article table th{
	font-size:88%;
	font-weight:normal;
	padding:10px 1em;
	text-align:center;
	vertical-align:middle;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	font-size:88%;
	padding:10px 1em;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex
}
.Article sup{
	font-size:10px;
	vertical-align:top;
}
.Article sub{
	font-size:10px;
	vertical-align:bottom;
}
.Article iframe{
	display:block;
	margin:0 auto 1em;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .AlignRight{
	text-align:right;
}
.Article .ArlignLeft{
	text-align:left;
}
.Article .ListIc li{
	padding-left:16px;
	margin-bottom:0.5em;
    background:url(refer/ic_list.png) no-repeat 0 0.3em;
	position:relative;
}
.Article .ListIc li::before{
	display:inline-block;
	width:1em;
	content:"●";
	font-size:10px;
	color:rgba(64,156,215,1.00);
	position:absolute;
	left:0;
	top:0.2em;
}
.Article .ListIc .NoIc{
	background-image:none;
}
.Article .ListNote li{
	margin-bottom:0.5em;
	padding-left:1em;
	position:relative;
}
.Article .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.En .Article .ListNote li::before{
	content:"*";
	text-align:center;
}
.Article .ListNum li{
	margin-left:2em;
	list-style-type:decimal;
	margin-bottom:0.5em;
}
.Article .ListNum .ListNote li{
	list-style-type:none;
	font-size:100%;
	margin:0;
}
.Article .Red{
	color:#F00;
}
.Article .ArignRight{
	text-align:right;
}
.Article .ArignCenter{
	text-align:center;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Itaric{
	font-style:italic;
}
.Article .PageTop {
	font-size:75%;
	text-align:right;
	margin:30px 30px 0;
}
.Article .PageTop + h3 {
	margin-top:0.5em;
}
.Article .Prepare{
	font-size:100%;
	margin:2em 20px 0;
}
.Article .Blank{
	padding-right:16px;
	background:url(refer/blank.png) no-repeat 100% 50%;
}
.Article .Bt{
    width:70%;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    margin:30px auto 40px;
    background: #3CAEED;
    border-radius:5px;
}
.Article .BtNoLink{
	padding-top:8px;
	padding-bottom:8px;
}
.Article .Bt a{
    display:block;
    width:100%;
    height:100%;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    border-radius:5px;
	padding-top:8px;
	padding-bottom:8px;
    background-color: rgba(255, 255, 255, 0);
}
.Article .Bt a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.Article .BtCOI{
	width:50%;
    background: #004EB8 url(refer/ic_note.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtPDF{
    background:#C30 url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtSSL{
    background: rgba(0,159,178,1.00) url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtPPT{
    background: rgba(250,148,0,1.00) url(refer/ic_ppt.png) no-repeat 20px 50%;
	background-size:26px;
}
.Article .BtWORD{
    background: rgba(0,171,228,1.00) url(refer/ic_word.png) no-repeat 20px 50%;
	background-size:26px;
}
.Article .BtLink{
    background-image: url(refer/ic_link_left.png), url(refer/ic_link_right.png);
    background-repeat:no-repeat, no-repeat;
    background-position: 10% 50%, 90% 50%;
	background-size:13px, 13px;
}
.Article .BtNote{
    background-image: url(refer/ic_note.png);
    background-repeat:no-repeat;
    background-position: 20px 50%;
}
.Article .BtXls{
	background-color:rgba(0,178,122,1.00);
    background-image: url(refer/ic_xls.png);
    background-repeat:no-repeat;
    background-position: 20px 50%;
	background-size:26px;
}
.Article .IcPDF{
	padding: 5px 0 5px 24px;
	background:  url(refer/ic_link_pdf.png) no-repeat 0 50%;
	background-size:20px;
}
.Article .IcWORD{
	padding: 5px 0 5px 24px;
	background: url(refer/ic_link_word.png) no-repeat 0 50%;
	background-size:20px;
}
.Article .IcPPT{
	padding: 5px 0 5px 24px;
	background: url(refer/ic_link_ppt.png) no-repeat 0 50%;
	background-size:20px;
}
.Article .IcAnc{
	padding:0 0 0 18px;
	margin-bottom:0;
	background:url(refer/ic_link_anc.png) no-repeat 0 50%;
	background-size:14px;
}
.Article .LinkBlank::after{
	display:inline-block;
	content: url(refer/ic_link.png);
	vertical-align:middle;
	margin-left:0.2em;
}
.Article .StopServer{
	border:2px solid #C00;
	margin:0 30px 1em;
	padding:1em 1em 0;
}
.Article .StopServer ul li{
	margin-bottom:0;
}
.Article .StopServer p{
	margin:0 0 1em;
}
.Article .StopServer ul{
	margin:0 0 1em;
}
.Article .AdobeReader{
	margin-top:2em;
}
.Article .AdobeReader figure{
	display:flex;
}
.Article .AdobeReader figure figcaption{
	font-size:75%;
	text-align:left;
	margin-left:20px;
}
.Article .Openweb li{
	color: #F00;
	font-size: 105%;
	font-weight: bold;
}


/*ArticleTop*/
.ArticleTop {
    width: 736px;
    margin: 0 auto;
}
.ArticleTop .ArignRight{
	text-align:right;
}
.ArticleTop .MainVisual{
	height:608px;
	position:relative;
	padding-top:10px;
	margin-bottom:15px;
	background:url(refer/main_visual.jpg) no-repeat 0 0;
    position: relative;
}
.ArticleTop .MainVisual .Outline h2 {
	display:none;
}
.ArticleTop .MainVisual .Outline dl{
	width:706px;
	height:160px;
	margin:0 auto auto auto;
	background: url(refer/title_outline.png) no-repeat 0 0;
	background-size: contain;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .BnLive{
    width: 344px;
    height: 80px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/bn_live.png");
    background-size: contain;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.ArticleTop .MainVisual .BnBus{
    width: 344px;
    height: 80px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/bn_bus.png");
    background-size: contain;
    position: absolute;
    left: 15px;
    bottom: 110px;
}
.ArticleTop .MainVisual .BnBus a,
.ArticleTop .MainVisual .BnLive a{
    display: block;
    width: 100%;
    height: 100%;
}
.ArticleTop .MainVisual .BnBus a:hover,
.ArticleTop .MainVisual .BnLive a:hover{
    background: rgba(255,255,255,0.1);
}
.ArticleTop .Prize{
	padding: 15px 0 15px;
	background-color: #fff;
}
.ArticleTop .Prize h2 {
	width: 725px;
    font-size: 114%;
    font-weight: bold;
    line-height: 38px;
    color: #FFF;
    padding: 0 0 0 25px;
    margin: 0 auto 15px;
    background: url("refer/bg_title.jpg") no-repeat 0 100%;
}
.ArticleTop .Prize h3{
	font-weight: bold;
    margin-top: 1em;
    margin: 0 15px 0.5em;
	border-bottom: 1px dotted #804E12;
}
.ArticleTop .Prize h3.Gold{
	color:#FF9900;
}
.ArticleTop .Prize h3.Silver{
	color:#808080;
}
.ArticleTop .Prize h3.Bronze{
	color:#804E12;
}
.ArticleTop .Prize ul {
    margin: 0 15px 0;
}
.ArticleTop .Prize ul li {
    font-size: 88%;
    text-indent: -0.5em;
    padding-left: 4em;
    margin-bottom: 1em;
    position: relative;
}
.ArticleTop .Prize ul li .HD {
    position: absolute;
    left: 0.5em;
    top: 0;
}
.ArticleTop  .WhatsNewBox{
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}
.ArticleTop  .WhatsNew{
	width:384px;
}
.ArticleTop .WhatsNew h2 {
	height:28px;
	font-size:1px;
	text-indent:-9999px;
	background:#C7161E url(refer/title_wn.png) no-repeat 10px 50%;
	background-size:99px;
}
.ArticleTop  .WhatsNew ul{
	height:199px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	background-color:#FFF;
	border-bottom:1px solid #C7161E;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:7px;
	margin-bottom:7px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #C7161E;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:83%;
	position:absolute;
	left:0;
	top:2px;
}
.ArticleTop .Office {
	width:337px;
}
.ArticleTop .Office h2 {
	color:#FFF;
	font-size:88%;
	line-height:24px;
	padding-left:28px;
	background:#009844 url(refer/ic_office.png) no-repeat 10px 50%;
	background-size:11px;
}
.ArticleTop .Office h2.ManageH {
	background-color:#404671;
}
.ArticleTop .Office .Manager{
	font-size:75%;
	line-height:1.3;
	padding:5px 60px 10px 10px;
	margin-bottom:0;
	background: url(refer/logo_office.png) no-repeat 96% 70%;
	background-size: 40px;
}
.ArticleTop .Office .Manager dt{
	color: #009844;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #009844;
}
.ArticleTop .Office .Manager dt strong{
	font-size:117%;
	font-weight:normal;
	color: #000;
}
.ArticleTop .Office .Manager dd strong{
	font-size:117%;
	font-weight:normal;
}
.ArticleTop .Office .Management{
	font-size:75%;
	line-height:1.3;
	padding:5px 0px 10px 10px;
	background:url(refer/logo_jda.png) no-repeat 95% 100%;
	background-size:45px;
}
.ArticleTop .Office .Management strong{
	font-weight:normal;
	font-size:114%;
}
.ArticleTop .Red {
	color:#C00;
}
.ArticleTop strong a {
	font-weight:bold;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt {
	font-weight:normal;
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px dotted #404671;
}
.Outline .EnName{
		font-size: 96%;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding-left:16px;
	background:url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:12px;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid #a7afec;
}
.Link .BnJsas{
    width: 210px;
    height: 74px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 0 30px;
    border: 1px solid #CCC;
    background: url("refer/bn_jsas35.jpg") no-repeat 0 0;
}
.Link .BnJsas a{
    display: block;
    width: 100%;
    height: 100%;
}
.Link .BnJsas a:hover{
    background: rgba(255,255,255,0.3);
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .TermList li{
	margin-bottom:0;
}
.RegSub .TermList li .Start,
.RegSub .TermList li .End{
	display:table-cell;
}
.RegSub .MailError dt{
	font-weight:bold;
}
.RegSub .MailError dd{
	margin-bottom:0.5em;
	padding-left:1em;
	text-indent:-1em;
}
.RegSub .RegSubBox{
	width:80%;
	margin:0 auto 40px;
}
.RegSub .RegSubBox li{
	width:45%;
	margin-top:0;
	margin-bottom:0;
}
.RegSub h4.Ipn{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	color: #009FB2;
	border-top:0;
}
.RegSub .Start, .End{
	display: table-cell;
}
.RegSub .Division {
}
.RegSub .Division li{
	padding-left:2em;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	position:relative;
	border-bottom:1px dotted #CCC;
}
.RegSub .Division li .HD{
	display:block;
	color:#FFF;
	font-size:75%;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	background-color: #AC1731;
	border-radius:100%;
	position:absolute;
	left:0;
	top:0;
}
.RegSub .Inquiry{
	width:663px;
	border:1px solid rgba(80,106,141,0.2);
	margin:0 auto;
	padding:10px;
	font-size:88%;
}	
.RegSub .Ab_Start{
	display: table-cell;
	white-space: nowrap;
}
.RegSub .Ab_End{
	display: table-cell;
}
.RegSub .EngSession{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border:1px solid #AC1731;
	background: #f5f3f3;
}
.RegSub .EngSession h4{
	color:rgba(0,0,0,1.00);
	font-size:88%;
	margin:0 0 0.5em;
	padding:0;
	border-top:0;
}
.RegSub .EngSession h5{
	margin:0 0 0.5em;
}
.RegSub .EngSession p{
	padding:0;
	margin:0 0 1em;
}
.RegSub .EngSession .ListNote{
	margin-left:0;
}
.RegSub .thanks{
    display: block;
    font-weight: bold;
}

/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .ChairBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 1em;
    margin: 0 30px 1em;
    border-bottom: 1px solid  rgba(0,38,79,1.00);
}
.Greet .ChairBox *{
    margin: 0;
}
.Greet .ChairBox figure{
    margin-right: 20px;
}
.Greet .ChairBox figure img{
    vertical-align: middle;
}
.Greet .ChairBox p strong{
    font-weight: normal;
    font-size: 125%;
}
.Greet .ListIndent{
    margin: -0.5em 30px 0.5em;
}
.Greet .ListIndent li{
    padding-left: 1em;
    text-indent: -1em;
}
/*-----------------------------------------------
 __SubList
-----------------------------------------------*/
.SubList .NoteOral {
    padding: 1em 1em 0;
    margin: 0 30px 1em;
    border: 2px solid rgba(0,121,194,1.00);
}
.SubList .NoteOral * {
    margin-left: 0;
    margin-right: 0;
}
.SubList .SearchBox {
    width: 690px;
    margin: 0 auto 0 30px;
    background-color: #666;
}
.SubList .SearchTxt {
    width: 300px;
    color: #FFF;
    font-size: 100%;
    display: inline-block;
    padding: 15px 4px 15px 20px;
    margin: 0;
}
.SubList .SearchTxt input {
    width: 100px;
    font-size: 20px;
}
.SubList .SearchClear {
    display: inline-block;
    margin: 0;
    padding: 0 0 12px;
}
.SubList .SearchClear input {
    font-size: 14px;
    display: block;
    line-height: 1.3em;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #FFF;
}
.SubList .SubTable {
    width: 690px;
    box-sizing: border-box;
}
.SubList .SubTable th, .SubList .SubTable td {
    padding: 0.5em 0.5em;
    font-size: 75%;
}
.SubList .Flex{
    margin: 0 40px;
}
.SubList .Flex *{
    margin-left: 0;
    margin-right: 0;
}
.SubList dl dt{
    float: left;
}
.SubList dl dd{
    padding-left: 5em;
    margin-bottom: 1em;
}
.SubList dl dd .Note{
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.SubList dl dd li{
    font-size: 100%;
}
.SubList .TermList li .ListIc{
	margin: 0 5px;
}
/*-----------------------------------------------
 __Lecture
-----------------------------------------------*/
.Lecture .BorderBox{
    padding: 1em;
    border: 1px solid #CCC;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .BtSche{
    width: 50%;
}
.Program h4:has(+ .Date) {
    margin-bottom: 0;
}
.Program .Date{
    color: rgba(169,107,0,1.00);
    margin-bottom: 0.5em;
}
.Program .Author .Title{
    margin-top:0.5em;
    text-indent: -1em;
    padding-left: 0.5em;
}
.Program .ScheLink,
.Program .ProgLink{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 3%;
    margin-top: 20px;
    margin-bottom: 0;
}
.Program .ScheLink li,
.Program .ProgLink li{
    width: 45%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 5%;
    background-image: url("refer/ic_pdf_02.png");
    background-repeat: no-repeat;
    background-position:  94% 50%;
    background-size: 20px;
}
.Program .ScheLink li a,
.Program .ProgLink li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    border-radius: 4px;
}
.Program .ScheLink li a:hover,
.Program .ProgLink li a:hover{
    background-color: rgba(255,255,255,0.2);
}
.Program .ScheLink li strong,
.Program .ProgLink li strong{
    font-size: 114%;
}
.Program .ScheLink li{
    background-color: rgba(255,138,0,1.00);
}
.Program .ProgLink li{
    background-color: rgba(0,66,178,1.00);
}
.Program .Poster{
    display: flex;
    justify-content: flex-start;
}
.Program .Poster li{
    text-align: center;
    margin-right: 20px;
}
.Program .Poster li .Date{
    display: inline-block;
    margin-bottom: 0.5em;
}
.Program .Poster li img{
    border: 1px solid #EEE;
}
.Program .Rev li{
    font-size: 82%;
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart .NoteBox{
	padding:1em 1em 0;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:1em;
	border:2px solid #F00;
}
.RegPart .NoteBox *{
	margin-left:0;
	margin-right:0;
}
.RegPart .BtPart{
	width:40%;
}
.RegPart .Deadline{
	text-align:center;
	font-weight:bold;
	color:#F00;
	margin-top:-30px;
}
.RegPart .Shoroku{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border:2px solid #8B92C7;
}
.RegPart .Shoroku *{
	margin-left:0;
	margin-right:0;
}
.RegPart table{
	width:695px;
	margin-left:20px;
}
.RegPart table.Fee{
	margin-right:41px;
}
.RegPart table.Fee th{
    padding:auto 0.5em !important;
}
.RegPart .Companion{
	padding-left:2.4em;
	text-indent: -2.4em;
}
.RegPart .Companion2{
    margin-top:-1em;
}
.RegPart .BtKensyu{
    width: 40%;
}
.RegPart .Indent2 li{
    padding-left: 2em;
    position: relative;
    margin-bottom: 0.5em;
}
.RegPart .Indent2 li .HD{
    color: #F00;
    position: absolute;
    top: 0;
    left: 0;
}
/*-----------------------------------------------
 __InfoStay
-----------------------------------------------*/
.InfoStay .BtReg{
	width:40%;
	margin-bottom:1em;
}
.InfoStay .InfoTerm{
	text-align:center;
	margin-bottom:2em;
}
.InfoStay .Hotell{
	margin-right:40px;
}
.InfoStay .Hotell th,
.InfoStay .Hotell td{
	font-size:75%;
	padding:0.5em;
}
.InfoStay .Hotell .AlignLeft{
	text-align:left;
}
.InfoStay table{
	width:675px;
}
/*-----------------------------------------------
 __Nursery
-----------------------------------------------*/
.Nursery .Flow li {
    padding-bottom: 15px;
    background: url(refer/arrow_down.png) no-repeat 3em 100%;
    background-size: 30px auto;
}
.Nursery .Flow li:last-child {
    padding-bottom: 0;
    background-image: none;
}
.Nursery .BtLink li.Bt{
	width:50%;
    margin:0 auto 20px;
}
/*-----------------------------------------------
 __Handson
-----------------------------------------------*/
.Handson .Outline{
    width: auto;
    margin-right: 30px;
}
.Handson .SubList .Main{
    margin-top: 1em;
    font-weight: bold;
}
.Handson .SubList .SubAuther,
.Handson .SubList .Sub{
    padding-left: 2em;
}
.Handson .RegBox{
    display: flex;
    justify-content: space-around;
}
.Handson .RegBox li{
    width: 45%;
}
/*-----------------------------------------------
 __Part
-----------------------------------------------*/
.Part .NoteBox{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid #8B92C7;
}
.Part .NoteBox *{
	margin:0 0 1em;
}
.Part .NoteBoxRed{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid rgba(255,0,4,1.00);
}
.Part .NoteBoxRed *{
	margin:0 0 1em;
}
.Part .ListNum .ListNote{
	margin-left: 0;
	margin-right: 0;
}
.Part .ListNum .ListNote li{
	list-style-type: none;
	font-size: 100%;
	margin: 0;
}
.Part .Start, .End{
	display: table-cell;
}
.Part .online{
	text-align: left;
}
.Part table.Fee{
    width: 676px;
	margin-right:41px;
}
.Part table.Fee th{
    padding:auto 0.5em !important;
}
.Part .ListNote li.List1{
    padding-left:2.5em;
}
.Part .ListNote li.List2::before{
	display:inline-block;
	width:2em;
	content:"※１";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.Part .ListNote li.List3::before{
	display:inline-block;
	width:2em;
	content:"※２";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.Part .BorderT{
	margin:1.5em 30px 0em;
	padding-top:1em;
	border-top:1px dotted #804E12;
}
.Part .Nobd{
    margin-top: 0;
}
/*-----------------------------------------------
 __Author
-----------------------------------------------*/
.Author .ListIc li ul{
	list-style-type: lower-alpha;
	margin: 0 20px 1em;
}
.Author .ListIc li ul li{
	padding-left: 2px;
}
.Author .ListIc li ul li:before{
	content:none;
}
.Author .BtGuideline{
	width: 50%;
}
.Author h3.privacy{
	font-size:110%;
}
.Author .PosterSize{
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}
.Author .PosterSize *{
    margin-right: 0;
    margin-left: 0;
}
/*-----------------------------------------------
 __InfoPress
-----------------------------------------------*/
.InfoPress .BtReg{
	width:80%;
	margin:40px auto;
}
.InfoPress .BtReg:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.InfoPress .BtReg li{
	width:45%;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	margin-right:5%;
	border-radius:20px;
	background: #C00 url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:20px;
}
.InfoPress .BtReg li:last-child{
	margin-right:0;
}
.InfoPress .BtReg li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:20px;
}
.InfoPress .BtReg li a:hover{
	background-color:rgba(255,255,255,0.4);
}
.InfoPress .BtReg li.form1{
	width:45%;
	float: left;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	margin-right:5%;
	border-radius:20px;
	background: none;
	background-color:#3CAEED;
}
.InfoPress .BtReg li.form1 a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:none;
	background-color:#3CAEED;
	border-radius:20px;
}
.InfoPress .BtReg li.form1 a:hover{
	background-color:rgba(255,255,255,0.4);
}
/*-----------------------------------------------
 __Live
-----------------------------------------------*/
.Live .NoteBox{
	border:2px solid #F00;
	margin:0 40px 1em;
	padding:1em 1em 0;
}
.Live .NoteBox *{
	margin:0 0 1em;
}
.Live .NoteBoxRed{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid rgba(255,0,4,1.00);
}
.Live .NoteBoxRed *{
	margin:0 0 1em;
}
.Live .Bt{
	width:65%;
}
.Live .BtSSL{
    background: #007CB6 url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
.Live .Browser{
	width:10em;
}
.Live .OS{
	width:11em;
}
/*-----------------------------------------------
 __Shuttle
-----------------------------------------------*/
.Shuttle .TimeSche{
    margin-top: 20px;
}
.Shuttle .TimeSche li{
    margin-top: 0;
    margin-bottom: 20px;
}
