@charset "UTF-8";

/*
The 51st Annual Meeting of the Japanese Society for Investigative Dermatology. CSS
Author: Kazuya Tahara(Hdj)
Version:20250723
*/


/*-----------------------------------------------
 __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: 400;
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;
}

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:#3399FF;
}
a:hover {
	color:#F90;
}
body {
	line-height:1.6;
	color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
    background: url("refer/bg_body.png") repeat 0 0;
}
body.En{
	  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:982px;
	margin:15px auto 0;
  background-color: #000;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.Container{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:88px;
    padding-top: 7px;
    border-bottom: 1px solid #FFF;
		position: relative;
}
#Header h1{
	width:959px;
  height: 72px;
	margin:0 15px auto auto;
}
.En #Header h1{
	width:959px;
  height: 73px;
}
#Header h1 a{
	display:block;
	width:100%;
	height:100%;
}
#Header .BtLang{
	width: 103px;
	height: 38px;
  font-size: 1px;
  text-indent: -9999px;
	border-radius: 5px 5px 0 0;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	right: 15px;
}
#Header .BtLang a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}
#Header .BtLang a:hover{
	background-color: rgba(255, 247, 0, 0.4);
}
#Header .BtLang.BtEn{
	background:#FFF url(refer/ic_english.png) no-repeat 50% 50%;
	background-size: 75px;
}
#Header .BtLang.BtJa{
	background:#FFF url(refer/ic_japanese.png) no-repeat 50% 50%;
	background-size: 83px;
}
#Header .En{
	font-size: 1px;
	text-indent: -9999px;
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	z-index:1000;
	padding:10px 0 25px 0;
	border-top:1px solid #FFF;
	position:relative;
}
footer .PageTop{
	font-size:75%;
	position:absolute;
	right:40px;
	top:-40px;
}
footer .Copyright {
	font-size:75%;
	text-align:center;
	color:#e99e1c;
}



/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:210px;
	margin-left: 10px;
	position:relative;
	background-color:#FFF;
	z-index: 10;
}
nav .NavHome{
	width:195px;
	height:33px;
	font-size:1px;
	text-indent:-9999px;
	margin:10px auto 10px;
	background:url(refer/bt_home.png);
	background-size:contain;
}
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:194px;
	margin:0 auto 20px;
	border-top:1px solid #cacacb;
}
nav ul li{
	font-size:88%;
	font-weight:500;
	padding-left:20px;
	line-height:35px;
	border-bottom:1px solid #cacacb;
}
.En nav ul li {
    font-size: 100%;
		font-weight: 700;
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
}
.En nav ul li a{
		font-weight: 700;
}
nav ul li a{
	display:block;
	font-weight:500;
	line-height:1.4;
	text-decoration:none;
	padding:7.5px 0 7.5px 20px;
	margin-left:-20px;
    position: relative;
}
nav ul li a:before{
    display: inline-block;
    width: 7px;
    height: 70%;
    content: "";
    background: #2c4a9d  url(refer/ic_nav.png) no-repeat 2px 50%;
    background-size: 3px;
    position: absolute;
    top: 15%;
    left: 5px;
}
nav ul li a:link,
nav ul li a:visited{
	color: #333;
}
nav ul li a:hover{
	background: #fff28a;
}
nav ul li.Prepare a{
	color: rgba(0,0,0,0.20);
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
nav ul li.Prepare a:hover{
	background-color: inherit;
	background-image: none;
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:732px;
  margin: 15px auto 0;
	padding-bottom: 40px;
	background-color: #FFF;
}
.Article h2{
	width:700px;
	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:668px;
	font-size:114%;
	line-height:19px;
	padding:4px 0 4px 8px;
	margin:2em auto 0.5em;
	background:#fff28a;
	border-left:5px solid #e99e1c;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: #340F82;
	margin:1.5em 40px 0.5em;
	padding-top:1em;
	border-top:1px dotted #340F82;
}
.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 40px 0.2em;
}
.Article h4 + h5{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.Article p{
	font-size:88%;
	margin:0 40px 1em;
}
.Article ul{
	margin:0 40px 1em;
}
.Article ul li{
	font-size:88%;
}
.Article ol{
	margin:0 40px 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 40px 1em;
}
.Article figure{
	margin:0 40px 1em;
}
.Article dl dt{
}
.Article dl dd{
}
.Article figure{
	text-align:center;
	margin-bottom:1em;
}
.Article iframe{
	margin:0 30px 1em;
}
.Article table{
	font-size:88%;
	margin:0  auto 1em 40px;
	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;
}
.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;
}
.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:732px;
    margin: 0 auto 0;
}
.ArticleTop .Outline{
	height:661px;
	margin-top: 15px;
	position:relative;
  background: url("refer/bg_visual.png") no-repeat 0 0;
}
.En .ArticleTop .Outline{
	height:643px;
	margin-top: 15px;
	position:relative;
  background: url("refer/bg_visual.png") no-repeat 0 -18px;
}
.ArticleTop .Outline dl{
  width: 695px;
	height:176px;
	background:url("refer/outline.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 15px;
}
.En .ArticleTop .Outline dl{
  width: 701px;
	height:152px;
	background:url("refer/outline_en.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 15px;
  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;
    padding-top: 15px;
}
.ArticleTop  .WhatsNew{
	width:384px;
	margin-bottom:15px;
}
.ArticleTop .WhatsNew h2 {
	padding-left:20px;
	font-size:1px;
	text-indent:-9999px;
	line-height:28px;
	background:#238d41 url(refer/ic_wn.png) no-repeat 10px 50%;
	background-size:148px;
}
.ArticleTop  .WhatsNew ul{
	box-sizing:border-box;
	height:204px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #238d41;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #238d41;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-size:86%;
	position:absolute;
	left:0;
	top:2px;
}
.ArticleTop .Office {
	width:332px;
}
.ArticleTop .Office h2 {
	font-size:100%;
	line-height:24px;
	padding:0 0 0 24px;
	margin-bottom:5px;
	background-color:#e99e1c;
	background-image:url(refer/ic_office.png);
	background-repeat:no-repeat;
	background-position:8px 50%;
	background-size:11px;
}
.ArticleTop .Office h2.Unei{
	color: #FFF;
  background-color: #2c4a9d;
	background-image:url(refer/ic_office02.png);
}
.ArticleTop .Office .Manager{
	font-size:75%;
	color: #FFF;
	line-height:1.3;
	padding:0px 10px;
}
.ArticleTop .Office .Manager dt{
	padding-bottom:0.2em;
	margin-bottom:0.3em;
	border-bottom:1px dotted #e99e1c;
}
.ArticleTop .Office .Manager dt .Kyokucho{
    color: #e99e1c;
}
.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;
}
.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;
	color: #FFF;
	padding: 0 10px 15px;
	background:url(refer/logo_jda.png) no-repeat 100% 85%;
	background-size:40px;
}
.ArticleTop .Office .Management strong{
	font-size:109%;
	font-weight:normal;
}
.ArticleTop .Office .Management .HD{
    color: #e99e1c;
}
.ArticleTop .Office .Management a{
	color: #FFF;
}
.ArticleTop .Red {
	color:#C00;
}
.ArticleTop strong a {
	font-weight:bold;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt{
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    border-bottom: 1px dotted #ee847d;
}

/*-----------------------------------------------
 __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 23%;
	background-size:12px;
}
.Link .LinkList li a {
    color:#333;
    text-decoration:none;
}
.Link .LinkList li a:hover {
	color:#F90;
}
/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .VenueBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 30px; 
}
.Venue .VenueBox *{
    margin-left: 0;
    margin-right: 0;
}
.Venue .VenueBox figure{
    margin-right: 20px;
}
.Venue .VenueBox figure img{
    vertical-align: middle;
}
