@charset "UTF-8";

/*
The 49th Annual Meeting of the Japanese Society for Investigative Dermatology. CSS
Author: Kazuya Tahara(Hdj)
Version:20231227
*/


/*-----------------------------------------------
 __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;
}

blockquote, q {
quotes: none;
}

strong,
strong *{
	font-weight:bold;
}

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;
}

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:#1D3994;
}
a:hover {
	color:#F90;
}
body {
	line-height:1.6;
	color: #333;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
	background: linear-gradient( #F5BED6 0%, #F5BED6 86px, #E663A1 87px, #F5BED6 88px, #F5BED6 703px, #FFFFFF 704px, #FFFFFF 100%);
    background-repeat: no-repeat;
}
body.En {
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	border-bottom: 3px solid #E663A1;
}
.Container{
	width:982px;
	margin:0 auto;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:86px;
    margin-bottom: 1px;
}
#Header .HeadMain{
	width:982px;
	height:86px;
	padding-top:10px;
	margin:0 auto;
	position:relative;
}
#Header h1{
	width:982px;
	margin:0 auto;
}
#Header h1 a{
	display:block;
	width:100%;
	height:100%;
}
#Header .En{
	display:none;
}
#Header .Bt{
	width:105px;
	height:35px;
	font-family:1px;
	text-indent:-9999px;
	border-radius:5px 5px 0 0;
	position:absolute;
	bottom:-1px;
	right:0;
}
#Header .Bt a{
	display:block;
	width:100%;
	height:100%;
	border-radius:5px 5px 0 0;
}
#Header .Bt a:hover{
	background-color:rgba(255,255,255,0.2);
}
#Header .BtEn{
	background:#E663A1 url(refer/bt_english.png) no-repeat 50% 50%;
	background-size:78px;
}
#Header .BtJa{
	background:#E663A1 url(refer/bt_japanese.png) no-repeat 50% 50%;
	background-size:84px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	position: relative;
	background:#E663A1;
	border-top:1px solid #F5BED6;
	padding-bottom:15px;
	z-index:1000;
}
footer .FootMain {
	width:982px;
	margin:0 auto;
	padding:10px 0 10px 0;
	position:relative;
}
footer .PageTop{
	font-size:75%;
	position:absolute;
	right:20px;
	top:-40px;
}
footer .FootMain .Copyright {
	font-size:75%;
	text-align:center;
	color:#FFF;
}



/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:200px;
    padding-bottom:40px;
	position:relative;
	background-color:#E663A1;
	z-index: 10;
}
nav .NavHome{
	width:181px;
	height:42px;
	font-size:1px;
	text-indent:-9999px;
	margin:10px auto 10px;
	background:url(refer/bt_home.png);
	background-size:181px;
}
nav .NavHome a{
	display:block;
	width:100%;
	height:100%;
	border-radius:5px;
}
nav .NavHome a:hover{
	background:rgba(255,255,255,0.2);
}
nav ul{
	width:180px;
	margin:0 auto 20px;
	border-top:1px solid #992B60;
    border-bottom:1px solid #F5BED6;
}
nav ul li{
	font-size:88%;
	font-weight:bold;
	padding-left:20px;
	line-height:35px;
	background: url(refer/ic_nav.png)no-repeat 4px 50%;
	background-size:7px;
    border-top:1px solid #F5BED6;
	border-bottom:1px solid #992B60;
}
.En nav ul li {
    font-size: 100%;
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
}
nav ul li a{
	display:block;
	font-weight:bold;
	line-height:1.4;
	text-decoration:none;
	padding:7.5px 0 7.5px 20px;
	margin-left:-20px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
nav ul li a:link,
nav ul li a:visited{
	color: #FFF;
}

nav ul li a:hover{
	background: #00A395 url(refer/ic_nav.png)no-repeat 4px 50%;
	background-size:7px;
}
nav ul li.Prepare a{
	color: rgba(255,255,255,0.4);
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
nav ul li.Prepare a:hover{
	background-color: inherit;
	background-image: none;
}
nav .Banner{
    width:180px;
    margin-left:10px;
}
nav p.BnPress{
	width:180px;
	height:48px;
	margin:0 auto;
	font-size:100%;
	text-indent:0;
	background-color: #fff;
	background-image: url(refer/ic_press2.png);
	background-position:8px 50%;
	background-size:25px auto;
	background-repeat:no-repeat;
	border-radius:5px;
}
nav p.BnPress a{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	color:#E663A1;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	height:100%;
	padding-left:45px;
	margin-left:0;
	background-color:rgba(255,255,255,0);
}
nav p.BnPress a:hover{
	background-color:rgba(255,255,255,0.3);
    opacity:0.7;
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	box-sizing:border-box;
	width:782px;
	min-height:700px;
	padding:0 15px 50px;
	margin:0 0 0 auto;
	background:#FFF;
}
.Article h2{
	width:752px;
	font-size:114%;
	font-weight:bold;
	line-height:38px;
	color: #FFF;
	margin:15px auto 1em;
	padding-left:22px;
	background:url("refer/bg_title.png") no-repeat 0 0;
}
.Article h3{
	box-sizing:border-box;
	width:716px;
	font-size:114%;
	line-height:19px;
	padding:4px 0 4px 8px;
	margin:2em auto 0.5em;
	background:#F5BED6;
	border-left:5px solid #E663A1;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: #3D69B3;
	margin:1.5em 30px 0.5em;
	padding-top:1em;
	border-top:1px dotted #00B0A6;
}
.Article h4.Indent{
	text-indent:-6em;
	padding-left:6em;
}
.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{
	padding-top:0;
	margin-top:0;
	border-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 ol ul,
.Article ol ol,
.Article ul ol,
.Article ul ul{
	margin:0;
	padding:0;
}
.Article li li{
	font-size:100%;
	margin:0;
	padding:0;
}
.Article dl{
	font-size:88%;
	margin:0 30px 1em;
}
.Article figure{
	margin:0 30px 1em;
}
.Article dl dt{
}
.Article dl dd{
}
.Article figure{
	text-align:center;
	margin-bottom:1em;
}
.Article table{
	font-size:88%;
	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;
}
.Article table th{
	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{
	padding:10px 1em;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex;
	justify-content:space-between;
}
.Article sup{
	font-size:10px;
	vertical-align:top;
}
.Article sub{
	font-size:10px;
	vertical-align:bottom;
}
.Article strong del{
	font-weight:bold;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .AlignRight{
	text-align:right;
}
.Article .ListIc li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li::before{
	display:inline-block;
	width:1em;
	font-size:10px;
	text-align:center;
	content:"●";
	color: rgba(255,174,0,1.0);
	position:absolute;
	top:0.3em;
	left:0;
}
.Article .ListIc li li::before{
	content:"";
	padding-left:0;
}
.Article .ListIc li .ListNote li::before{
	font-size:100%;
}
.Article .ListIc li dl{
	margin-left:0;
	margin-right:0;
}
.Article .ListIc li dl{
	font-size:100%;
}
.Article .ListIc .NoIc{
	background-image:none;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	color:#C00;
	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{
	margin:0;
}
.Article .ListNum .ListNote li{
	list-style-type:none;
	font-size:100%;
	margin:0 0 0.5em;
	padding-left:1em;
	position:relative;
}
.Article .ListNum .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	color:#C00;
	position:absolute;
	left:0;
	top:0;
}
.En .Article .ListNum .ListNote li::before{
	content:"*";
}
.Article .Red{
	color:#C00;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Prepare{
	font-size:100%;
	margin:2em 20px 0;
}
.Article .PageTop{
	text-align:right;
	font-size:75%;
}
.Article .LinkBlank{
	padding-right:16px;
	background: url(refer/ic_link_blank.png) no-repeat 100% 50%;
	background-size:12px;
}
.Article .Bt{
    width:70%;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    line-height:1.5;
    margin:20px auto 30px;
    background: rgba(0,102,153,1.00);
    border-radius:5px;
}
.Article .BtNolink{
    width:70%;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    line-height:1.2;
	padding-top:0.7em;
	padding-bottom:0.7em;
    margin:20px auto 30px;
    background: rgba(0,102,153,1.00);
    border-radius:5px;
}
.Article .Bt a{
    display:block;
    width:100%;
    height:100%;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    line-height:1.5;
    border-radius:5px;
	padding-top:0.7em;
	padding-bottom:0.7em;
    background-color: rgba(255, 255, 255, 0);
}
.Article .Bt a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.Article .BtPDF{
    background:#C30 url(refer/ic_pdf.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:20px;
}
.Article .BtWORD{
    background: rgba(0,171,228,1.00) url(refer/ic_btn_word.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtXLS{
    background: rgba(0,174,73,1.00) url(refer/ic_btn_xls.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtCoi{
    background: rgba(0,102,153,1.00) url(refer/ic_note.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtSSL{
    background: rgba(0,102,153,1.00) url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtLink{
    background-image: url(refer/ic_btn_Link_r.png), url(refer/ic_btn_Link_l.png);
    background-repeat:no-repeat;
    background-position: 10% 50%, 90% 50%;
}
.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 .IcXLS{
	padding: 5px 0 5px 24px;
	background: url(refer/ic_link_xls.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 .NoteBox{
	border:2px solid #C00;
	margin:0 30px 1em;
	padding:1em 1em 0;
}
.Article .NoteBox > *{
	margin-left:0;
	margin-right:0;
}
.Article .NoteBox h4{
	margin-top:0;
	padding-top:0;
	color:#000;
	border:0;
}
.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;
}


/*ArticleTop*/
.ArticleTop {
	width:782px;
}
.ArticleTop .Outline{
	height:617px;
	margin-bottom:15px;
	background:url("refer/bg_visual.png") no-repeat 20px 10px;
	position:relative;
}
.ArticleTop .Outline dl{
    width: 767px;
	height:354px;
	margin-bottom:15px;
	background:url("refer/outline.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 15px;
}
.En .ArticleTop .Outline dl{
	background:url("refer/outline_en.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 15px;
}
.ArticleTop .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .TopContent{
	display:flex;
	justify-content:space-between;
	margin-left:15px;
}
.ArticleTop  .WhatsNew{
	width:393px;
	margin-bottom:15px;
}
.En .ArticleTop  .WhatsNew{
	width:375px;
}
.ArticleTop .WhatsNew h2 {
	padding-left:20px;
	font-size:1px;
	text-indent:-9999px;
	line-height:30px;
	background:#44AF35 url(refer/ic_wn.png) no-repeat 10px 50%;
	background-size:133px;
}
.ArticleTop  .WhatsNew ul{
	box-sizing:border-box;
	height:187px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #44AF35;
}
.En .ArticleTop  .WhatsNew ul{
	height:220px;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #44AF35;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-size:86%;
	position:absolute;
	left:0;
	top:2px;
}
.ArticleTop .Office {
	width:359px;
	margin-bottom:15px;
}
.En .ArticleTop .Office {
	width: 377px;
}
.ArticleTop .Office h2 {
	height:26px;
	font-size:100%;
	color:#FFF;
	line-height:26px;
	padding:0 0 0 20px;
	margin-bottom:5px;
	background-color:#00A395;
	background-image:url(refer/ic_office.png), url(refer/ic_office.png);
	background-repeat:no-repeat, no-repeat;
	background-position:8px 50%, 4.5em 50%;
	background-size:8px, 8px;
}
.En .ArticleTop .Office h2 {
	background-position:8px 50%, 6.5em 50%;
}
.ArticleTop .Office h2.Unei {
	background-color:#E663A1;
	background-position:8px 50%;
	background-position:8px 50%, 6.5em 50%;
}
.En .ArticleTop .Office h2.Unei {
	background-position:8px 50%, 9.8em 50%;
}
.ArticleTop .Office .Manager{
	font-size:75%;
	line-height:1.3;
	padding:0px 10px;
}
.ArticleTop .Office .Manager dt{
	padding-bottom:0.2em;
	margin-bottom:0.3em;
	border-bottom:1px dotted #00A395;
}
.ArticleTop .Office .Manager dt .Kyokucho{
	color:#00A395;
}
.En .ArticleTop .Office .Manager dt .Belong{
	display:inline-block;
	padding-left:0em;
}
.En .ArticleTop .Office .Manager dt .Belong02{
	display:inline-block;
	padding-left:9em;
}
.ArticleTop .Office .Manager dt.NoBd{
	padding-bottom:0em;
	margin-bottom:0em;
	border-bottom:0px;
}
.ArticleTop .Office .Manager dt strong{
	font-size:116%;
	font-weight:normal;
	color:#333;
}
.ArticleTop .Office .Manager dd{
	padding-bottom:10px;
}
.ArticleTop .Office .Manager dd strong{
	font-size:116%;
	font-weight:normal;
}
.ArticleTop .Office .Management{
	font-size:75%;
	line-height:1.3;
	padding: 0 10px;
	background:url(refer/logo_jda.png) no-repeat 100% 100%;
	background-size:40px;
}
.ArticleTop .Office .Management strong{
	font-size:109%;
	font-weight:normal;
}
.ArticleTop .Red {
	color:#C00;
}
.ArticleTop strong a {
	font-weight:bold;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .LinkList li {
    padding-left:20px;
    padding-bottom:1em;
    margin-bottom:1em;
    border-bottom:1px dotted #CCC;
    background:url(refer/ic_link_blank.png) no-repeat 0 15%;
	background-size:12px;
}
.En .Link .LinkList li {
    background:url(refer/ic_link_blank.png) no-repeat 0 0.2em;
	background-size:12px;
}
.Link .LinkList li a {
    color:#333;
    text-decoration:none;
}
.Link .LinkList li a:hover {
	color:#F90;
}
.Link .LinkList li.linkimg {
	padding-top:0;
    padding-left:0px;
    padding-bottom:1em;
    margin-bottom:1em;
    border-bottom:1px dotted #CCC;
    background:none;
}
.Link .LinkList .linkimg1{
	float: left;
	margin-right:1em;
}
.Link .BnJsas35{
    width: 210px;
    height: 74px;
    font-size: 1px;
    margin: 0 auto 20px 30px;
    text-indent: -9999px;
    background: url("refer/bn_jsas35.jpg") no-repeat 0 0;
    border: 1px solid #CCC;
}
.Link .BnJsas35 a{
    display: block;
    width:100%;
    height: 100%;
}
.Link .BnJsas35 a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt {
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px dotted #E663A1;
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub p + h2{
	margin-top:3em;
}
.RegSub h3{
	margin-top:1em;
}
.RegSub .Term{
	font-size:100%;
}
.RegSub .Term .Start,
.RegSub .Term .End{
	display:inline-block;
}
.RegSub .Flex{
	display:flex;
	justify-content: stretch;
}
.RegSub .GetReader{
	min-height:50px;
	border:1px solid #CCC;
	padding:20px 20px 25px 240px;
	position:relative;
}
.RegSub .GetReader img{
	width:200px;
	position:absolute;
	left:20px;
	top:20px;
}
.RegSub .Period{
	margin-bottom:2em;
}
.RegSub .Period li{
	display:table;
	font-size:100%;
	margin-bottom:0;
}
.RegSub .Period li.Info{
	margin-bottom:1em;
}
.RegSub .Period li .Start,
.RegSub .Period li .End{
	display:table-cell;
}
.RegSub .End2{
    margin-top:-2em;
	font-size:100%;
}
.RegSub .Common{
	padding:1em;
	border:1px solid #CCC;
}
.RegSub .Common dt{
	font-weight:bold;
}
.RegSub .Common dd{
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #CCC;
}
.RegSub .Common dd:last-child{
	border:0;
	margin:0;
	padding:0;
}
.RegSub .Category{
	padding:1em;
	margin:0 30px 1em;
	border:2px solid #E663A1;
}
.RegSub .Category h5{
	text-align:center;
	color:#3D69B3;
	margin:0 auto 1em
}
.RegSub .Category ul{
	margin:0;
}
.RegSub .Category li{
	padding:0 0.5em 0.5em 2em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #E663A1;
	position:relative;
}
.RegSub .Category li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.RegSub .Category li .Num{
	display:block;
	width:20px;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E663A1;
	border-radius:10px;
	position:absolute;
	left:0;
	top:0;
}
.RegSub .Regist{
	display:flex;
	margin-bottom:2em;
}
.RegSub .Regist li{
	width:45%;
	margin-bottom:0;
	margin-top:0;
}
.RegSub .Shitei li{
	background-color: #5eb3cc;
}
.RegSub h4.Shitei{
	color:#2a7c94;
}
.RegSub .AboutReg{
	max-width:700px;
	border:2px solid #E663A1;
}
.RegSub .AboutReg th,
.RegSub .AboutReg td{
	border-right:1px solid #E663A1;
	border-bottom:1px solid #E663A1;
}
.RegSub .AboutReg th{
	font-weight:bold;
	background:#fef8fb;
}
.RegSub .AboutReg ul{
	margin:0;
	padding:0;
}
.RegSub .AboutReg li{
	font-size:100%;
}
.RegSub i{
	font-style:italic;
}
.RegSub .ListIc li ul{
	margin-left:0;
	margin-top:1em;
}
.RegSub .ListIc li li{
	font-size:100%;
	background-image:none;
}
.RegSub .PP{
	padding:1em 1em 0;
	margin:0 30px 1em;
	background:#fef8fb;
	border:2px solid #E663A1;
}
.RegSub .PP *{
	margin-left:0;
	margin-right:0;
}
.RegSub .PP h5{
	margin-top:0;
	color:#3D69B3;
}
.RegSub .AncLink{
	margin-top:20px;
}
.RegSub .AncLink li{
	padding-left:18px;
	margin-bottom:0;
	background: url(refer/ic_link_anc.png) no-repeat 0 50%;
	background-size:15px;
}
.RegSub .Flex .HD{
	white-space:nowrap;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .President{
	display:flex;
	align-items:flex-end;
	padding-bottom:1em;
	margin:0 30px 1em;
	border-bottom:2px dotted #00B0A6;
}
.Greet .President *{
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
.Greet .President p strong{
	font-size:125%;
}
.Greet .President figure{
	margin-right:20px;
}
.Greet .President img{
	display:block;
	margin-bottom:0;
	border:2px solid rgba(255,255,255,1.00);
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.Greet .Sign{
    margin-top:3em;
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart table{
	margin-right:30px;
}
.RegPart table td.TableSpace{
	padding:5px 0;
}
.RegPart table .Kigen{
	font-size:86%;
}
.RegPart .Att{
	padding-left:2em;
	text-indent: -2em;
}
.RegPart .Membership{
	padding-top:1em;
	border-top:1px dotted #3D69B3;
}
.RegPart .Membership2{
	padding-bottom:1em;
	border-bottom:1px dotted #3D69B3;
}
.RegPart .ListNoteNum li{
	padding-left:2em;
	text-indent:-2em;
}
.RegPart .BtRegPart{
	width:40%;
}
.RegPart .NoteBox{
	display:table;
	padding:1em 1em 0;
	margin:0 30px 1em;
	border:2px solid #C00;
}
.RegPart .NoteBox *{
	margin-left:0;
	margin-right:0;
}
.RegPart .Term{
	display:flex;
	justify-content:flex-start;
}
.RegPart .Gakubusei{
	margin:0 30px 1em;
	padding:1em 1em 0;
	border:2px solid #00a395;
}
.RegPart .Gakubusei +h4{
	border:0;
}
.RegPart .Gakubusei h4{
	color:#000;
	border:0;
	font-size:114%;
	padding:0;
	margin:0 0 1em;
}
.RegPart .Gakubusei p{
	margin:0 0 1em;
}
.RegPart .Gakubusei h5{
	margin:0 0 1em;
	font-size:100%;
}
.RegPart .Gakubusei ol{
	margin:0 0 1em;
}
.RegPart .Gakubusei ul{
	margin-top:0.5em;
}
.RegPart .Gakubusei ul li{
	list-style: none;
}
/*-----------------------------------------------
 __Stay
-----------------------------------------------*/
.Stay .BtHotel{
	width:40%;
}
.Stay .Term{
    text-align:center;
	margin-top:-30px;
}
.En .Stay .Term{
	text-align:left;
}
.Stay .Term strong{
    font-size:114%;
}
.Stay .Mg1{
    margin-top:-0.5em;
}
.Stay .HotelList{
    margin-bottom:40px;
	margin-right:40px;
    border-top:2px solid #CCC;
    border-right:2px solid #CCC;
    border-bottom:2px solid #CCC;
    border-left:2px solid #CCC;
}
.Stay .HotelList th,
.Stay .HotelList td{
    font-size:75%;
}
.Stay .HotelList .HotelName{
    font-weight:bold;
}
.Stay .HotelList .Indent1em{
    padding:0;
    margin:0;
}
.Stay .HotelList .Indent1em li{
    font-size:100%;
    text-indent:-1em;
    padding-left:1em;
}
/*-----------------------------------------------
 __SubList
-----------------------------------------------*/
.SubList .AboutNum{
	font-weight:bold;
	color:#333;
	font-size:88%;
}
.SubList .SubTable{
	width:717px;
    margin:0 auto 0 17px;
    box-sizing:border-box;
}
.SubList .SubTable th,
.SubList .SubTable td{
	padding:0.5em 0.5em;
	font-size:88%;
}
.SubList .SearchBox{
	width:717px;
    margin:0 auto 0 17px;
    background-color:#666;
}
.SubList .SerchTxt{
    width:300px;
    color:#FFF;
    font-size:100%;
    display:inline-block;
    padding:15px 4px 15px 20px;
    margin:0;
}
.En .SubList .SerchTxt{
    width:450px;
}
.SubList .SerchTxt input{
    width:100px;
    font-size:20px;
}
.SubList .SerchClear{
    display:inline-block;
    margin:0;
    padding:0 0 12px;
}
.SubList .SerchClear input{
    font-size:14px;
    display:block;
    line-height:1.3em;
    cursor: pointer;
    border:1px solid #666;
    border-radius:4px;
    background-color:#FFF;
}
.SubList .IcPdfLarge{
	padding: 5px 0 5px 30px;
	background: url(refer/ic_link_pdf.png) no-repeat 0 50%;
	background-size:26px;
}
.En .SubList .SerchClear input{
	padding:2px 0.5em;
}
.SubList .SerchClear input:hover{
    background-color:#FC0;
}
/*-----------------------------------------------
 __Nursery
-----------------------------------------------*/
.Nursery .Flow li {
    font-weight: bold;
    padding-bottom: 15px;
    background: url(refer/arrow_down.png) no-repeat 3em 95%;
    background-size: 30px auto;
}
.Nursery .Flow li:last-child {
    padding-bottom: 0;
    background-image: none;
}
.Nursery .BtLink{
	width:50%;
    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:18px, 18px;
    background-color: #3CAEED;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .BtPDF{
    width:50%;
}
.Program .Date{
    color:#3D69B3;
}
.Program .ProTxt1{
    margin-top:-0.5em;
}
.Program .EnProTxt1{
    margin-top:-0.2em;
}
.Program .ProTxt2{
    font-size:87%;
}
.Program .EnProTxt2{
    font-size:95%;
}
.Program .Indent1{
    display: block;
    padding-left:0.5em;
    text-indent: -0.5em;
}
.Program .Indent2{
    display: block;
    padding-left:1em;
    text-indent: -1em;
}
.Program .Indent3{
    padding-left:2em;
}
.Program .Indent4{
    padding-left:1.7em;
}
.Program .Start{
    display: table-cell;
    white-space: nowrap;
}
.Program .End{
    display: table-cell;
}
.Program .Box1{
	margin:1em 30px 0.5em;
    border:1px solid #E663A1;
    background-color:#fff5fa;
}
.Program .Box1 h5{
    margin:1em 1em 0 1em;
}
.Program .Box1 p{
    margin:0 1em 1em 1em;
}
.Program .BtProgram{
	width:50%;
}
.Program .Seminar{
	display:flex;
	flex-wrap:wrap;
}
.Program .Seminar li{
	width:155px;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:20px;
	text-align: center;
}
.Program .Seminar img{
	border:1px solid #ccc;
}
.Program .Seminar li.semLi1{
	width:235px;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:20px;
	text-align: center;
}
.Program .semDate{
    display: block;
    margin-bottom:0.2em;
    color:#3D69B3;
    text-align: center;
}
/*-----------------------------------------------
 __InfoPart
-----------------------------------------------*/
.InfoPart .TableCap{
	font-weight:bold;
	margin-bottom:0;
}
.InfoPart .Post li{
	padding:0.3em 0 0.3em 1em;
	text-indent: -1em;
}
/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor .TimeDef dt{
	float:left;
	font-weight:bold;
}
.InfoAuthor .TimeDef dd{
	padding-left:5em;
}
.InfoAuthor .TimeDef .Invited{
	padding-left:9em;
}
.InfoAuthor dt.TimeDefDt1{
    float:none;
}
.InfoAuthor .ListNote1{
	margin-left:0;
}
.InfoAuthor .ListIc2 li ul{
	list-style-type: lower-alpha;
	margin: 0.3em 20px 1em 35px;
}
.InfoAuthor .ListIc2 li ul li{
	padding-left: 2px;
}
.InfoAuthor .ListIc2 li ul li:before{
	content:none;
}
.InfoAuthor figure{
	margin:0 30px 1em 0px;
}
.InfoAuthor .D-sub{
    float: right;
    margin:0 0px 20px 20px;
}
.InfoAuthor .D-sub img{	
	width:250px;
	height:auto;
}
.En .InfoAuthor .ListIc3{
	font-size:110%;
	margin:0.3em auto auto 0;
}
.En .InfoAuthor .Acceptance{
	margin:auto 30px auto 30px;
	padding-left:1.1em;
	text-indent: -1.1em;
	font-size:88%;
}
.En .InfoAuthor .ListNum .ListIc{
	margin-top:0.3em;
}
.En .InfoAuthor .ListIc ol{
	margin-top:0.3em;
}
.En .InfoAuthor .TimeDef dt.Plenary{
	float:none;
}
.En .InfoAuthor .TimeDef dd.Plenary{
	padding-left:1.3em;
}
.En .InfoAuthor .PresenData li{
	margin:0.5em 0 0.5em 0em;
    padding-left:1.3em;
    text-indent: -1.3em;
    list-style: none;
}
.En .InfoAuthor .Att{
    display: block;
    padding-left:0.7em;
    text-indent: -0.7em;
}
/*-----------------------------------------------
 __Information
-----------------------------------------------*/
.Information .TableCap{
	font-weight:bold;
	margin-bottom:0;
}
/*-----------------------------------------------
 __Poster
-----------------------------------------------*/
.Poster p{
	font-size:88%;
	margin:3em 30px 1em;
}
/*-----------------------------------------------
 __InfoPress
-----------------------------------------------*/
.InfoPress .Term{
	font-size:125%;
}
.InfoPress .BtForm{
	display:flex;
	justify-content: space-around;
	margin-bottom:0;
}
.InfoPress .BtForm li{
	width:40%;
	margin-top:25px;
}
.InfoPress .BtForm2{
    background: #3CAEED;
}
/*-----------------------------------------------
 __Photo Albums
-----------------------------------------------*/
.Photo .Select{
	margin-top:20px;
}
.Photo .Select li{
	width:50%;
	margin-top:0;
	margin-bottom:2em;
	background:#E663A1 url(refer/ic_photo.png) no-repeat 20px 50%;
	background-size:30px;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5);
}
.Photo .Select li a{
    color:#fff;
}
.Photo .GoIndex{
	margin-top:1em;
}
.Photo .Thumb{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-left:45px;
	margin-right:30px;
}
.Photo .Thumb li{
	margin-right:15px;
	margin-bottom:5px;
}