@charset "UTF-8";

/*
The 125th Annual Meeting of the Japanese Dermatological Association. All rights reserved. CSS
Author: Kazuya Tahara(Hdj)
Version:20250703
*/


/*-----------------------------------------------
 __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:#1d3994;
}
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;
}
body.En {
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:982px;
	margin:10px auto 0;
    background: linear-gradient(180deg, #008BD5 0%, #008BD5 123px, rgba(255,255,255,1) 124px, 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;
}
.Container{
	width:772px;
	margin:0 auto 0;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:123px;
	position:relative;
	padding-top:8px;
	margin-bottom:1px;
}
#Header  h1 {
	width:749px;
	height:106px;
	margin:0 auto auto;
}
#Header .Logo{
	width:99px;
	height:101px;
	font-size:1px;
	text-indent:-9999px;
	position:absolute;
	left:-152px;
	top:10px;
	background: url(refer/logo_125th.png) no-repeat 0 0;
	background-size: contain;
	z-index:100;
}
#Header .Logo a{
	display:block;
	width:100%;
	height:100%;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	width:982px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:30px;
	position:relative;
	background: linear-gradient(180deg, #008bd5 0%, #008BD5 4px, #F2F1CD 4px, #F2F1CD 5px, #008BD5 5px, #008BD5 100%);
	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:200px;
	background-color:#FFF;
	padding-top:124px;
	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 5px;
    background: url("refer/bt_home.png") no-repeat 0 0;
    background-size: contain;
}
nav .BtHome a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .BtHome a:hover{
    background: 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: #4b7a6d  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-color: #f2f1cd;
}
nav ul li.Prepare a{
	color: rgba(0,0,0,0.30);
}
nav ul li.Prepare a:hover{
    background-color: inherit;
}
nav .BnSponsor{
    width: 190px;
    height: 62px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/bn_sponsor.png") no-repeat 0 0;
}
nav .BnSponsor a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .BnSponsor a:hover{
    background: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
    width: 772px;
	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: #bae2f8;
	border-left:5px solid #008bd5;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h2 + h4{
	border:0;
	margin-top:0em;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: #008BD5;
	margin:1.5em 40px 0.5em;
	padding-top:1em;
	border-top:1px dotted #008BD5;
}
.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{
	margin-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 dl{
	font-size:88%;
	margin:0 40px 1em;
}
.Article figure{
	margin:0 40px 1em;
}
.Article figure{
	text-align:center;
	margin-bottom:1em;
}
.Article table{
	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;
	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: 772px;
    margin: 0 auto;
}
.ArticleTop .ArignRight{
	text-align:right;
}
.ArticleTop .MainVisual{
	height:709px;
	position:relative;
	padding-top:10px;
	margin-bottom:15px;
    background-image:url("refer/main_visual.jpg");
    background-repeat: no-repeat;
    background-position: 18px 1px;
    position: relative;
}
.ArticleTop .MainVisual .Outline dl{
	width:719px;
	height:493px;
	margin:4px auto auto;
	background: url(refer/title_outline.png) no-repeat 0 0;
	background-size: contain;
}
.En .ArticleTop .MainVisual .Outline dl{
	width:730px;
	height:198px;
	background: url(refer/title_outline_en.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  .WhatsNewBox{
	display:flex;
	justify-content:space-between;
	margin:0 18px 15px 18px;
}
.ArticleTop  .WhatsNew{
	width:365px;
}
.ArticleTop .WhatsNew h2 {
	height:28px;
	font-size:1px;
	text-indent:-9999px;
	background:#e50012 url(refer/title_wn.png) no-repeat 10px 50%;
	background-size:99px;
}
.ArticleTop  .WhatsNew ul{
	height:168px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	background-color:#FFF;
	border-bottom:1px solid #e50012;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:7px;
	margin-bottom:7px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #e50012;
}
.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:355px;
}
.ArticleTop .Office h2 {
	color:#FFF;
	font-size:88%;
	line-height:24px;
	padding-left:28px;
	background:#81ae55 url(refer/ic_office.png) no-repeat 10px 50%;
	background-size:11px;
}
.ArticleTop .Office h2.ManageH {
	background-color:#008bd5;
}
.ArticleTop .Office .Manager{
	font-size:75%;
	line-height:1.3;
	padding:5px 10px 0px 10px;
	margin-bottom:10px;
	background: url(refer/logo_office.png) no-repeat 96% 70%;
	background-size: 40px;
}
.ArticleTop .Office .Manager dt{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #541B85;
}
.ArticleTop .Office .Manager dt .HD{
	color: #81ae55;
}
.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 0 10px;
	background:url(refer/logo_jda.png) no-repeat 95% 100%;
	background-size:38px;
}
.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 #008BD5;
}
/*-----------------------------------------------
 __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 rgba(149,149,149,0.30);
}
/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .HotelBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 40px 1em;
}
.Venue .HotelBox *{
    margin: 0;
}
.Venue .HotelBox figure{
    margin-right: 20px;
}
.Venue .HotelBox figure img{
    vertical-align: middle;
}
