@charset "UTF-8";

/*
第44回医療情報学連合大会 CSS
Author: Kazuya Tahara(Hdj)
Version: 20231027
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
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, strong, 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;
}

strong *,
strong{
	font-weight:bold;
}
html{
overflow-y: scroll;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}
table td{
vertical-align:middle;
}
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;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
}
a{
	color:#0080FF;
}
a:hover{
	color: #FFA000;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
}
.Container {
	width:760px;
    background: url("refer/bg_body.png") no-repeat 100% 0;
}
.Low .Container {
    background-repeat: repeat-y;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
    width: 1000px;
	padding-top:40px;
    margin: 0 auto;
	height:136px;
	position:relative;
}
#HEADER h1{
	width:547px;
	height:86px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto auto 276px;
	background:url(refer/title_main.png) no-repeat 0 0;
	background-size:contain;
}
#HEADER h1 a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .Logo{
    width: 240px;
    height: 74px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/logo_jcmi.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 32px
}
#HEADER .Logo a{
    display: block;
    width: 100%;
    height:100%;
}
#HEADER .LogoJAMI{
    width: 137px;
    height: 76px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/logo_jami.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 32px
}
#HEADER .LogoJAMI a{
    display: block;
    width: 100%;
    height:100%;
}

/*-----------------------------------------------
 __MainVisual
-----------------------------------------------*/
.MainVisual{
	height:800px;
	position:relative;
}
.MainVisual h2{
	display:none;
}
.MainVisual .Outline{
	width:607px;
	height:802px;
	background: url(refer/outline.png) no-repeat 0 -1px;
	background-size:contain;
	position:absolute;
	left:86px;
	top:0px;
}
.MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.MainVisual .BtOndemand{
    background-color: #F00;
    border-radius: 5px;
    text-align: center;
    border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    position: absolute;
    top: 40px;
    right: 20px;
}
.MainVisual .BtOndemand a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 88%;
    color: #FFF;
    text-decoration: none;
    padding:20px 15px;
    border-radius: 5px;
}
.MainVisual .BtOndemand a .Term{
    font-size: 60%;
    font-weight: bold;
}
.MainVisual .BtOndemand a:hover{
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
}


/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
.NavBox{
	width:240px;
	padding-top: 24px;
    background: url("refer/bg_nav.png") repeat-y;
}
.NavBox .Office h2{
    width: 220px;
    color: #FFF;
    font-weight: bold;
    font-size: 88%;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #B79800;
}
.NavBox .Office p{
    width: 220px;
    font-size: 75%;
    padding: 5px;
    margin: 0 auto 10px;
    background-color: #FFF;
}
.NavBox .Office p strong{
    display: inline-block;
    font-size: 117%;
    margin-bottom: 0.5em;
}
.NavBox .BnPoster{
    width: 220px;
    height: 311px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/poster.jpg") no-repeat 0 0;
}
.NavBox .BnPoster a{
    display: block;
    width: 100%;
    height: 100%;
}
.NavBox .BnPoster a:hover{
    background-color: rgba(255,255,255,0.2);
}
nav .Nav{
	display:flex;
	width:220px;
	flex-direction:column;
	margin:0 auto 40px;
    border: 1px solid #272E49;
    background-color: rgba(255,255,255,1.00);
}
nav .Nav li{
	color:rgba(0,0,0,0.30);
	font-size:88%;
    font-weight: bold;
	line-height:1.6;
	padding:6px 0 6px 15px;
    border-bottom: 1px solid #272E49;
	background-color:rgba(255,255,255,0.15);
}
nav .Nav li.WebOpen{
    background-color: rgba(255,177,0,1.00);
}
nav .Nav li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
nav .Nav li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	color:#000;
    font-weight: bold;
	text-decoration:none;
	padding:6px 0 6px 15px;
	margin:-6px 0 -6px -15px;
}
nav .Nav li a:hover{
    color: #FFF;
	background-color:#49548E;
}
nav .BnAmed{
    width: 220px;
    height: 88px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_amed.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .BnJami{
    width: 220px;
    height: 220px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_jami2025.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .BnJsh{
    width: 220px;
    height: 73px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 40px;
    background: url("refer/bn_jsh2025.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .BnPalo{
    width: 220px;
    height: 80px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_palo.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .BnSummary{
    width: 220px;
    height: 138px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_summary.png") no-repeat 0 0;
    background-size: contain;
}
nav .BnApp{
    width: 220px;
    height: 138px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_app.png") no-repeat 0 0;
    background-size: contain;
}
nav .BnJcmi{
    width: 220px;
    height: 220px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_jcmi45.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .BnJcmi a,
nav .BnApp a,
nav .BnSummary a,
nav .BnPalo a,
nav .BnJsh a,
nav .BnJami a,
nav .BnAmed a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .BnJcmi a:hover,
nav .BnApp a:hover,
nav .BnSummary a:hover,
nav .BnPalo a:hover,
nav .BnJsh a:hover,
nav .BnJami a:hover,
nav .BnAmed a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
	margin:0 auto;
	background-color: #FFF;
}
footer .Copyright{
	font-size:88%;
	color:#666666;
	text-align: right;
	margin-top:-40px;
}
.Low footer .Copyright{
    padding-right: 20px;
}
footer .PageTop{
	/*scroll100px*/
	display:none;
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:10px;
	background:#2C365E url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:17px;
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
	border-radius:5px;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.3);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
    width: 720px;
	min-height: 2900px;
	padding:30px 20px 80px 20px;
    margin-left: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.9) 100px, rgba(255,255,255,0.9) 100%);
}
.Article h2{
	font-size:180%;
	font-weight:bold;
	line-height:50px;
	margin:0 auto 20px;
	text-shadow:0px 0px 10px rgba(255,255,255,1.00);
}
.Article h3{
	font-size:125%;
    font-weight: bold;
	color:rgba(0,0,0,1.00);
	margin:1.5em auto 10px;
	padding-left:7px;
	border-left:2px solid #4E7249;
	border-bottom:2px solid #4E7249;
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size: 114%;
	color: #233A86;
	margin:2em  auto 5px;
	font-weight:bold;
}
.Article h3 + h4{
	margin-top:0;
}
.Article h5{
	font-size: 100%;
	font-weight:bold;
	color:#333;
	margin:1em auto 10px;
}
.Article h4 + h5{
	margin-top:0;
}
.Article h6{
	font-size: 100%;
	color:#333;
	margin:1em auto 10px;
}
.Article h5 + h6{
	margin-top:0;
}
.Article p{
	margin:0 auto 1em;
}
.Article ul{
	margin:0 auto 1em;
}
.Article ol{
	margin:0 auto 1em;
}
.Article ul ul,
.Article ul ol,
.Article ol ul,
.Article ol ol{
	font-size:100%;
}
.Article dl{
	margin:0 auto 1em;
}
.Article figure{
	margin:0 auto 1em;
	text-align:center;
}
.Article iframe{
	margin:0 auto 1em;
}
.Article sup{
	font-size:75%;
	vertical-align:top;
}
.Article sub{
	font-size:75%;
	vertical-align:bottom;
}
.Article .Red{
	color:#F00;
}
.Article .Del{
    color: #F00;
    text-decoration: line-through;
}
.Article .Del span{
    color: #000;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
	margin:0 auto 1em 0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	vertical-align:middle;
	padding:0.5em 1em;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	vertical-align:middle;
	padding:0.5em 1em;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .AlignRight{
	text-align:right;
}
.Article .UL{
	text-decoration:underline;
}
.Article .ListIc li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li:before{
	width:1em;
	display:inline-block;
	font-size:75%;
	content:"●";
	color: #7DB7D7;
	position: absolute;
	top:0.2em;
	left:0;
}
.Article .ListIc li.NoIc:before{
	content:"";
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
}
.Article .ListNote li:before{
	display:inline-block;
	content:"※";
	color:#F00;
	text-indent:-1em;
}
.Article .ListNote li .ListIc{
    margin-bottom: 0;
}
.Article .ListNote li .ListIc li{
    margin-bottom: 0.5em;
}
.Article .ListNote li .ListIc li::before{
	width:1em;
	display:inline-block;
	font-size:75%;
	content:"●";
	color: #7DB7D7;
	position: absolute;
	top:0.2em;
	left:1em;
}
.Article .ListNum li{
	margin-left:30px;
	padding-bottom:1em;
	list-style-type:decimal;
}
.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding-top:1em;
	margin-top:2em;
	border-top:2px solid rgba(0,87,175,1.00);
}
.Article .Bt{
	width:60%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	border-radius:3px;
	background-color:rgba(0,102,170,1.00);
}
.Article .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
.Article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
.Article .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
.Article .BtCoi{
	width:60%;
	background-image:url(refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
}
.Article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:24px;
}
.Article .BtPdf{
	background-image: url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
.Article .BtXls{
	background-image:url("refer/ic_xls_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #9DC289;
	background-size:24px;
}
.Article .BtXls a{
    color: rgba(28,150,0,1.00);
}
.Article .BtWord{
	background-image:url("refer/ic_word_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(202,230,238,1.00);
	background-size:24px;
}
.Article .BtWord a{
    color: rgba(0,65,147,1.00);
}
.Article .BtPpt{
	background-image:url("refer/ic_ppt_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(247,207,137,1.00);
	background-size:24px;
}
.Article .BtPpt a{
    color: rgba(255,112,0,1.00);
}
.Article .BtLink{
	width:60%;
	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:
		14px,
		14px;
	background-color:rgba(0,102,170,1.00);
}
.Article .IcWord:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url(refer/ic_word_link.png) no-repeat 0 0;
	background-size:contain;
}
.Article .IcExcel:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url("refer/ic_xls_link.png") no-repeat 0 0;
	background-size:contain;
}
.Article .IcPDF:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url(refer/ic_pdf_link.png) no-repeat 0 0;
	background-size:contain;
}
.Article .IcPPT:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background: url(refer/ic_ppt_link.png) no-repeat 0 50%;
	background-size:contain;
}
.Article .IcLinkBlank{
	display:inline-block;
	padding-left:16px;
	background:url(refer/ic_link_blank.png) no-repeat 0 50%;
	background-size:12px;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	padding-top:40px;
	padding-bottom:40px;
	background-color:rgba(255,255,255,1.0);
}
.ArticleTop strong{
	font-weight:bold;
}
.ArticleTop .NoteBox{
	line-height: 1.3;
	margin:0 0 30px 40px;
	padding: 1em 1em 0.5em;
	border: 2px solid #F00;
}
.ArticleTop .NoteBox h2{
	font-weight: bold;
    font-size: 100%;
	margin-bottom: 0.5em;
}
.ArticleTop .NoteBox p{
    font-size: 88%;
	margin-bottom: 1em;
}
.ArticleTop .NoteBox ol,
.ArticleTop .NoteBox ul,
.ArticleTop .NoteBox dl{
    font-size: 88%;
	margin-bottom: 1em;
}
.ArticleTop .NoteBox .Term{
    background-color: rgba(90,104,158,0.1);
    padding: 0.5em;
}
.ArticleTop .NoteBox .ListNote li{
	padding-left:0.5em;
}
.ArticleTop .NoteBox .ListNote li:before{
	display:inline-block;
	content:"※";
	color:#F00;
	text-indent:-1em;
}
.ArticleTop .NoteBox .Bt{
	width:60%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 1em;
	border-radius:3px;
	background-color:rgba(0,102,170,1.00);
}
.ArticleTop .NoteBox .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
.ArticleTop .NoteBox .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
.ArticleTop .NoteBox .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
.ArticleTop .NoteBox .BtCoi{
	width:60%;
	background-image:url(refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
}
.ArticleTop .NoteBox .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:24px;
}
.ArticleTop .NoteBox .BtPdf{
	background-image: url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
.ArticleTop .NoteBox .BtXls{
	background-image:url("refer/ic_xls_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #9DC289;
	background-size:24px;
}
.ArticleTop .NoteBox .BtXls a{
    color: rgba(28,150,0,1.00);
}
.ArticleTop .NoteBox .BtWord{
	background-image:url("refer/ic_word_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(202,230,238,1.00);
	background-size:24px;
}
.ArticleTop .NoteBox .BtWord a{
    color: rgba(0,65,147,1.00);
}
.ArticleTop .NoteBox .BtPpt{
	background-image:url("refer/ic_ppt_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(247,207,137,1.00);
	background-size:24px;
}
.ArticleTop .NoteBox .BtPpt a{
    color: rgba(255,112,0,1.00);
}
.ArticleTop .NoteBox .BtLink{
	width:60%;
	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:
		14px,
		14px;
	background-color:rgba(0,102,170,1.00);
}
.ArticleTop .BtOnline{
    width: 70%;
    text-align: center;
    margin: -20px auto 20px;
    background-color: rgba(255,0,4,1.00);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.ArticleTop .BtOnline strong{
    font-size: 125%;
}
.ArticleTop .BtOnline a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    padding: 1em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}
.ArticleTop .BtOnline a:hover{
    background-color: rgba(255,255,255,0.3);
}

.ArticleTop .PhoneBox {
    line-height: 1.3;
    margin: 0 0 30px 40px;
    padding: 1em 1em 0.5em;
    border: 2px solid #007EC3;
}
.ArticleTop .PhoneBox h2{
    font-size: 114%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}
.ArticleTop .PhoneBox .Phone{
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}
.ArticleTop .PhoneBox .Flex{
    display: flex;
    justify-content: space-around;
}
.ArticleTop .WhatsNew{
    display: flex;
	margin:0 0 30px 40px;
}
.ArticleTop .WhatsNew h2{
    width: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #C44418;
}
.ArticleTop .WhatsNew h2 span{
	font-weight: bold;
	color:#FFF;
}
.ArticleTop .WhatsNew ul{
    width: 579px;
	max-height: 450px;
	overflow-y: scroll;
    padding-top: 0.5em;
	border-top:1px solid #C44418;
}
.ArticleTop .WhatsNew li{
	position:relative;
	padding:0 0 0.5em 5em;
	margin-bottom:0.5em;
	border-bottom:1px solid #C44418;
}
.ArticleTop .WhatsNew li:last-child{
    margin-bottom: 0;
}
.ArticleTop .WhatsNew li .Date{
    font-size: 88%;
	position:absolute;
	top:0.1em;
	left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.ArticleTop .WhatsNew li a{
	color: #CC6600;
}
.ArticleTop .WhatsNew li a:hover{
	color: rgba(255,147,0,1.00);
}
.ArticleTop .Red{
	color:#F00;
}
.ArticleTop .UL{
	text-decoration:underline;
}

/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .ChairBox{
    display: flex;
    align-items: flex-end;
    margin: 0 0 1em;
}
.Greet .ChairBox *{
    margin-left: 0;
    margin-right: 0;
}
.Greet .ChairBox figure{
    margin-right: 20px;
}
.Greet .ChairBox img{
    vertical-align: middle;
}
.Greet .Belong strong{
    font-size: 114%;
    font-weight: normal;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding:0 0 0.5em 1.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(0,0,0,0.3);
	background:url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:1em;
}
/*-----------------------------------------------
 __Sponsor
-----------------------------------------------*/
.Sponsor .DLpdf{
    display: flex;
    justify-content: space-around;
}
.Sponsor .DLpdf li{
    width: 40%;
    margin-top: 10px;
    margin-bottom: 0;
}
.Sponsor h3{
    font-size: 114%;
}
.Sponsor .GuidePDF{
    display: flex;
    justify-content: space-around;
}
.Sponsor .GuidePDF li{
    width: 45%;
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .PageNav{
    margin-top: 100px;
}
.RegSub .BtSelect{
	width:80%;
	line-height:1.3;
}
/*-----------------------------------------------
 __RegSubIpn
-----------------------------------------------*/
.RegSubIpn .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.RegSubIpn .BtFlex{
    display: flex;
    margin-top: 1em;
    margin-bottom: 2em;
    justify-content: space-around;
}
.RegSubIpn .BtFlex li{
    width: 49%;
    font-size: 88%;
    margin-bottom: 0;
}
.RegSubIpn .BtLogin li{
    width: 80%;
    font-size: 88%;
    margin-bottom: 30px;
}
.RegSubIpn .AboutSys{
    margin-top: 3em;
    margin-bottom: 1em;
    border: 2px solid rgba(1,101,49,1.00);
}
.RegSubIpn .AboutSys *{
    margin-left: 1em;
    margin-right: 1em;
}
.RegSubIpn .AboutSys h3{
    color: #FFF;
    text-align: center;
    margin: 0 0 1em;
    padding: 0.5em;
    background-color: rgba(0,49,83,1.00);
    border: 0;
}

/*-----------------------------------------------
 __COI
-----------------------------------------------*/
.COI .Open{
	padding:1em 1em 0;
	margin-bottom:2em;
	border:2px solid rgba(107,107,107,1.00);
}
.COI .Open *{
	margin-left:0;
	margin-right:0;
}
.COI .Open h4{
	margin-top:0;
}
.COI .Patern{
	margin-bottom:0;
}
.COI .BtCoi{
    width: auto;
}
.COI .BtCoi li{
	width:70%;
}
.COI .BtCoi li:first-child{
	margin-bottom:20px;
}
/*-----------------------------------------------
 __RegTuto
-----------------------------------------------*/
.RegTuto .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
/*-----------------------------------------------
 __RegSS
-----------------------------------------------*/
.RegSS h2{
    line-height: 1.3;
}
.RegSS h2 .Sub{
    font-size: 75%;
    font-weight: bold;
}
.RegSS .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.RegSS .BtFlex{
    display: flex;
    margin-top: 1em;
    margin-bottom: 2em;
    justify-content: space-around;
}
.RegSS .BtFlex li{
    width: 49%;
    font-size: 88%;
    margin-bottom: 0;
}
.RegSS .ListNumIndent2 li{
    padding-left: 4em;
    text-indent: -2em;
}
/*-----------------------------------------------
 __RegJoint
-----------------------------------------------*/
.RegJoint .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.RegJoint .BtFlex{
    display: flex;
    margin-top: 1em;
    margin-bottom: 2em;
    justify-content: space-around;
}
.RegJoint .BtFlex li{
    width: 49%;
    font-size: 88%;
    margin-bottom: 0;
}
.RegJoint .ListNumIndent2 li{
    padding-left: 4em;
    text-indent: -2em;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Sub{
    margin-left: 2em;
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart .ListNote .ListIc li{
    margin-bottom: 0;
}
.RegPart .ListNote li .ListIc li::before{
    font-size: 5px;
    top: 8px;
}

/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .BtPrg{
    width: 50%;
}
.Program .ScheNote{
    text-align: center;
    margin-top: -30px;
    margin-bottom: 60px;
}
.Program .AncLink{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.Program .AncLink li{
    width: 30%;
    color: #FFF;
    font-size: 88%;
    margin-right: 3%;
    background: #3654BA url("refer/ic_anc.png") no-repeat 10px 50%;
    background-size: 13px;
    margin-bottom: 1em;
    border-radius: 4px;
}
.Program .AncLink li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    padding: 0.3em 0.5em 0.3em 2em;
    border-radius: 4px;
}
.Program .AncLink li a:hover{
    background-color: rgba(255,255,255,0.2);
}
.Program h3{
    color: #FFF;
    padding: 0.3em 1em;
    margin-bottom: 1em;
    background-color: #233A86;
    border: 0;
}
.Program h4{
    border-bottom: 2px solid #233A86;
    position: relative;
}
.Program h4 .Date{
    font-size: 77%;
    line-height: 1.2;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.Program .Sponsor{
    font-weight: bold;
    font-size: 88%;
    text-align: right;
    margin-bottom: 0;
}
.Program h5{
    color: rgba(132,23,3,1.00);
}
.Program .Sponsor + h5{
    margin-top: 0.5em;
}
.Program .Presenter li{
    font-size: 88%;
    padding-left: 9em;
    position: relative;
}
.Program .Presenter li.Flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.Program .Presenter li.Flex span:first-child{
    white-space: nowrap;
}
.Program .Presenter li.Flex span:nth-child(2){
    white-space: nowrap;
}
.Program .Presenter li.Flex span:nth-child(3){
    padding-left: 1em;
    text-indent: -1em;
}
.Program .Presenter li .HD{
    display: inline-block;
    width: 8.1em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.Program .Presenter li.Title{
    font-weight: bold;
    padding-left: 0;
    margin-top: 1em;
}
.Program .Presenter li.TitleNum{
    font-weight: bold;
    padding-left: 6em;
    margin-top: 1em;
    position: relative;
}
.Program .Presenter li.TitleNum .Num{
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor .Slide img{
    border: 1px solid #CCC;
}
.InfoAuthor h5.Small{
	font-size: 88%;
}
.InfoAuthor p.Small{
	font-size: 75%;
	line-height: 1.4;
}
.InfoAuthor .Small li{
	font-size: 75%;
	line-height: 1.4;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
.InfoAuthor .Small li::before{
transform: scale(0.7, 0.7);
}
.InfoAuthor .NoteEpos{
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoPress .Term{
    font-weight: bold;
    text-align: center;
    padding: 1em;
    border: 2px solid rgba(0,90,163,1.00);
}
.InfoPress  .BtFlex{
    display: flex;
    justify-content: space-around;
}
.InfoPress  .BtFlex li{
    width: 45%;
}

/*-----------------------------------------------
 __Academic
-----------------------------------------------*/
.Academic .Anchor{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Academic .Anchor li{
	width: 23%;
	font-size: 88%;
	padding: 0.5em;
	margin-right:2%;
	margin-bottom: 0.5em;
	border: 2px solid rgba(98,126,94,1.00);
    border-radius: 4px;
    background-color: #FFF;
}
.Academic .Anchor li a{
    display: block;
    width: 100%;
    height: 100%;
}
.Academic table{
	border-left:0px;
}
.Academic table th{
	white-space:nowrap;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	background-color:#EFEFEF;
}
.Academic table td{
	font-size:88%;
	border-right:0px;
    background-color: #FFF;
}
.Academic table td .ListNum{
	margin: 0 0 0;
}

