@charset "UTF-8";

/*
The 42ne Annual Meeting of Japan Organization of Clinical Dermatologists. CSS
Author: Kazuya Tahara(Hdj)
Version:20250430
*/


/*-----------------------------------------------
 __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;
}

strong,
strong *{
	font-weight:bold;
}

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;
}

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:#39F;
}
a:hover {
	color:#F90;
}
body {
	margin:0px;
	line-height:1.6;
	color: #333;
	padding-top:15px;
	min-width: 982px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(refer/bg_body.png) repeat 0 0;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
}
.Container {
	width:982px;
	margin:0 auto;
    padding-right: 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background:#FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
    position: relative;
}
.Container .PageTop {
	font-size:88%;
	text-align:right;
	margin:30px 0;
}
.Content{
    width: 767px;
background: linear-gradient(180deg,rgba(0, 57, 148, 1) 0px, rgba(0, 57, 148, 1) 675px, rgba(255, 255, 255, 1) 676px);
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:106px;
	margin:0 auto;
	padding-top:10px;
    padding-left: 18px;
	position:relative;
}
#Header h1 {
	width:732px;
	height:96px;
}
#Header .En{
	width: 114px;
	height: 96px;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	left: -160px;
	top: 4px;
	background: url(refer/logo_42nd.png) no-repeat 0 0;
	background-size:contain;
    z-index: 200;
}
#Header .En a{
	display:block;
	width:100%;
	height:100%;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer {
}
footer .FootMain{
	width:982px;
	margin:0 auto;
	padding-top:12px;
    padding-bottom: 30px;
    background: #ea6da4;
	position:relative;
    z-index: 0;
    background: linear-gradient(180deg,#231815 0px, #231815 3px, #FCCF00 4px, #231815 5px);
    box-shadow: 0px 3px 3px rgba(0,0,0, 0.5);
}
footer .FootMain .PageTop{
	font-size:75%;
	color:#333;
	position:absolute;
	top:-40px;
	right:20px;
}
footer .Copyright {
	font-size:75%;
    color: #FFF;
	text-align:center;
}


/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:200px;
	padding-top:102px;
    box-shadow: 3px 0px 3px rgba(0,0,0, 0.4);
    z-index: 100;
}
nav .BtHome{
	width:180px;
	height:31px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 2px;
	background:url(refer/bt_home.png) no-repeat 50% 50%;
	background-size: contain;
	border-radius:3px;
}
nav .BtHome a{
	display:block;
	width:100%;
	height:100%;
}
nav .BtHome a:hover{
	background:rgba(255,255,255,0.2);
}
nav .NavLink{
	width:180px;
	margin:0 auto 20px;
}
nav .NavLink li{
	font-size:88%;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	border-bottom:1px solid #999;
    position: relative;
}
nav .NavLink 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 .NavLink li a:before{
    display: inline-block;
    width: 7px;
    height: 70%;
    content: "";
    background: #009B5E  url(refer/ic_nav.png) no-repeat 2px 50%;
    background-size: 3px;
    position: absolute;
    top: 15%;
    left: 5px;
}
nav .NavLink li a:link,
nav .NavLink li a:visited{
	color:#333;
}
nav .NavLink li a:hover{
    background-color: #FCCF00;
}
nav .NavLink li.Prepare a{
	color: rgba(0,0,0,0.30);
}
nav .NavLink li.Prepare a:hover{
    background-color: inherit;
}


/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width: 748px;
    min-height:700px;
	padding:15px 0 60px 0;
    margin:-1px 0 0 auto;
    background:#FFF;
}
.Article h2{
    width:732px;
	font-size:114%;
	font-weight:bold;
	line-height:38px;
	color: #333;
	margin:0 0 15px auto;
	padding-left:24px;
    background:url(refer/bg_title.png) no-repeat 0 0;
}
.Article h3{
	width:700px;
	font-size:100%;
	line-height:20px;
	padding:3.5px 0 3.5px 10px;
	margin:2em 15px 0.5em auto;
	background: #ffd8cf;
	border-left:5px solid #c24e32;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h3 + h4{
	border-top:0;
	margin-top:0;
	padding-top:0;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: #283DC1;
	border-top:1px  dotted #283DC1;
	margin:1.5em 15px 0.5em 46px;
	padding-top:1em;
}
.Article h3 + h4{
	border-top:0;
	margin-top:0;
}
.Article h4 + h4{
	border-top:0;
	margin-top:0;
}
.Article h5{
	font-size:88%;
	font-weight:bold;
	margin:1.5em 15px 0.2em 46px;
}
.Article h4 + h5{
	border-top:0;
	margin-top:0;
}
.Article p{
	font-size:88%;
	margin:0 15px 1em 46px;
}
.Article ul{
	margin:0 15px 1em 46px;
}
.Article ul li{
	font-size:88%;
}
.Article ol{
	margin:0 15px 1em 46px;
}
.Article ol li{
	font-size:88%;
}
.Article dl{
	font-size:88%;
	margin:0 15px 1em 46px;
}
.Article dl dt{
}
.Article dl dd{
}
.Article iframe{
	margin:0 15px 1em 46px;
}
.Article table{
	margin:0  auto 1em 46px;
	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;
	font-size:88%;
	padding:0.5em 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:0.5em 1em;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article sub{
	font-size:10px;
	vertical-align:bottom;
}
.Article figure{
	text-align:center;
	margin:0 15px 1em 46px;
}
.Article .ListIc li{
	padding-left:14px;
	margin-bottom:0.5em;
	background-size:8px;
	position: relative;
}
.Article .ListIc li::before{
	display: inline-block;
	width: 14px;
	height: 1em;
	content: "●";
	font-size: 75%;
	color: #8B92C7;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.Article .ListIc ul{
	margin-left:0;
	margin-right:0;
}
.Article .ListIc li li{
	background-image:none;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListNote li:before{
	content:"※";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.Article .ListNum li{
	margin-left:2em;
	list-style-type:decimal;
	padding-bottom:10px;
}
.Article .Red{
	color:#F00;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Center{
	text-align:center;
}
.Article .LinkBlank{
	display: inline-block;
	padding-right:16px;
	background: url("refer/ic_link_blank.png") no-repeat 100% 50%;
	background-size: 12px;
}
.Article .PageTop{
	padding-right:30px;
	font-size:75%;
}
.Article .Flex{
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.Article .Bt{
	width:60%;
	line-height:1.3;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:40px auto;
	background: #007CB6;
	border-radius:5px;
}
.Article .BtNoLink{
	box-sizing:border-box;
	padding:0.7em 1em;
}
.Article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	box-sizing:border-box;
	font-weight:bold;
	text-decoration:none;
	padding:0.7em 1em;
	background:rgba(255,255,255,0);
	border-radius:5px;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5);
	transition: all 200ms 0s ease;
}
.Article .Bt a:hover{
	background:rgba(255,255,255,0.3);
	box-shadow:0px 0px 0px 0px #CCC;
}
.Article .BtNote{
	background-image:url(refer/ic_doc.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:18px;
}
.Article .BtSSL{
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:18px;
}
.Article .BtLink{
	background-image: url(refer/ic_link_left.png) , url(refer/ic_link_right.png);
	background-repeat:no-repeat;
	background-position:7% 50%, 93% 50%;
	background-size:18px;
}
.Article .BtPDF{
	background-image:url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:7% 50%, 93% 50%;
	background-color:#B21100;
	background-size:24px;
}
.Article .BtPPT{
	background:url(refer/ic_ppt.png);
	background-repeat:no-repeat;
	background-position:7% 50%, 93% 50%;
	background-color: rgba(255,115,0,1.00);
	background-size:24px;
}
.Article .BtWord{
	background-image:  url(refer/ic_word.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:24px;
}
.Article .BtCoi{
	background-image:  url(refer/ic_doc.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:18px;
}
.Article .BtPhoto{
	width:55%;
	background-image:url(refer/ic_photo.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(255,79,189,1.00);
	background-size:30px;
}
.Article .IcPDF{
	padding: 5px 0 5px 30px;
	background: url(refer/ic_link_pdf_dl.png) no-repeat 0 50%;
	background-size:24px;
}
.Article .IcWORD{
	padding: 5px 0 5px 30px;
	background: url(refer/ic_link_word_dl.png) no-repeat 0 50%;
	background-size:24px;
}
.Article .IcPPT{
	padding: 5px 0 5px 30px;
	background: url(refer/ic_link_ppt_dl.png) no-repeat 0 50%;
	background-size:24px;
}
.Article .IcXLS{
	padding: 5px 0 5px 30px;
	background: url(refer/ic_link_xls_dl.png) no-repeat 0 50%;
	background-size:24px;
}
.Article .IcBlank{
	padding-left:20px;
	background:url(refer/ic_link_blank.gif) no-repeat 0 0.4em;
}
.Article .AdobeReader{
	margin-top:2em;
}
.Article .AlignRight{
	text-align:right;
}
.Article .AlignCenter{
	text-align: center;
}
.Article .AdobeReader figure{
	display:flex;
}
.Article .AdobeReader figure figcaption{
	font-size:75%;
	text-align:left;
	margin-left:20px;
}

/*ArticleTop*/
.ArticleTop {
    width: 748px;
    margin: 0 0 0 auto;
    background: url("refer/main_visual.jpg") no-repeat 100% 0;
}
.ArticleTop .Outline{
	width: 100%;
	height:570px;
	margin-bottom:15px;
	background:url(refer/outline.png) no-repeat 0 10px;
	background-size:741px;
	position: relative;
}
.ArticleTop .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .OfficeBox {
	display:flex;
    margin-bottom: 15px;
}
.ArticleTop  .WhatsNew{
	width:517px;
	margin:0 auto 0 0;
	padding:0;
	border-bottom:1px solid #009B5E;
	background-color:#FFF;
}
.ArticleTop  .WhatsNew ul{
	height:130px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
.ArticleTop .WhatsNew h2 {
	width: auto;
	height:29px;
	font-size:1px;
	text-indent:-9999px;
	padding-left:20px;
	background: #009B5E url(refer/ic_wn.png) no-repeat 10px 50%;
	background-size:117px;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:7px;
	padding-left:6em;
	margin-bottom:7px;
	position:relative;
	border-bottom:1px dotted #009B5E;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left:0;
	top:0;
}
.ArticleTop .OfficeBox .Manage {
	width:215px;
}
.ArticleTop .OfficeBox .Manage h2 {
	line-height:27px;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	margin-bottom:0.5em;
	padding-left:28px;
	background-image:url(refer/ic_office.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-size:11px;
	background-color:#231815;
}
.ArticleTop .OfficeBox .Manage .Address{
	line-height:1.3;
	margin-left:8px;
	margin-right:8px;
}
.ArticleTop .OfficeBox .Manage .Address dt {
	font-size:69%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #009376;
}
.ArticleTop .OfficeBox .Manage .Address dd {
	font-size:69%;
	padding-bottom:10px;
}
.ArticleTop .OfficeBox .Manage .Address dt strong ,
.ArticleTop .OfficeBox .Manage .Address dd strong {
	font-size:127%;
	color: #333;
	font-weight:normal;
}
.ArticleTop .OfficeBox .Manage .UneiAdd {
	font-size:69%;
	line-height:1.3;
	margin-left:8px;
	margin-right:0px;
	background: url(refer/logo_jda.png) no-repeat 95% 0;
	background-size:45px;
}
.ArticleTop .OfficeBox .Manage .UneiAdd a{
    color: #333;
}
.ArticleTop .OfficeBox .Manage .UneiAdd strong {
	font-size:127%;
	font-weight:normal;
}
.ArticleTop .OfficeBox .Manage .HdOffice {
    color: #009b5e;
}
.ArticleTop .Red{
	color:#C00;
}

/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt {
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px dotted #c24e32;
}

/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .VenueBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
	margin:0 15px 1em 46px;
}
.Venue .VenueBox *{
    margin: 0;
}
.Venue .VenueBox figure{
    margin-right: 20px;
}
.Venue .VenueBox figure img{
    vertical-align: middle;
}
/*-----------------------------------------------
 __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 0.4em;
	background-size:12px;
}
.Link .LinkList li a {
    color:#333;
    text-decoration:none;
}
.Link .LinkList li a:hover {
	color:#F90;
}

