@charset "UTF-8";

/*
The 42nd Annual Meeting of the Japanese Skin Cancer Society. 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: 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:#3399FF;
}
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;
    background: url("refer/bg_body.png") repeat 0 0;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:982px;
	margin:15px auto 0;
    background-color: #FFF;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.Container{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
    background: url("refer/bg_visual.png") no-repeat 200px 0;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:127px;
    padding-top: 12px;
    margin-right: 16px;
    background-color: #080607;
    border-bottom: 1px solid #b093c3;
}
#Header h1{
	width:934px;
    height: 101px;
	margin:0 auto;
}
#Header h1 a{
	display:block;
	width:100%;
	height:100%;
}
#Header .En{
    font-size: 1px;
    text-indent: -9999px;
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	position: relative;
background: linear-gradient(180deg,rgba(8, 6, 7, 1) 0%, rgba(8, 6, 7, 1) 3px, rgba(176, 147, 195, 1) 4px, rgba(176, 147, 195, 1) 5px, rgba(8, 6, 7, 1) 5px);
	z-index:1000;
	padding:10px 0 25px 0;
	position:relative;
}
footer .PageTop{
	font-size:75%;
	position:absolute;
	right:40px;
	top:-40px;
}
footer .Copyright {
	font-size:75%;
	text-align:center;
	color:#FFF;
}



/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:200px;
	position:relative;
	background-color:#FFF;
    box-shadow: 4px 0 3px rgba(0, 0, 0, 0.2);
	z-index: 10;
}
nav .NavHome{
	width:185px;
	height:32px;
	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:184px;
	margin:0 auto 20px;
	border-top:1px solid #999;
}
nav ul li{
	font-size:88%;
	font-weight:bold;
	padding-left:20px;
	line-height:35px;
	border-bottom:1px solid #999;
}

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;
    position: relative;
}
nav ul li a:before{
    display: inline-block;
    width: 7px;
    height: 70%;
    content: "";
    background: #944ec3  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: #fce38f;
}
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:747px;
    min-height: 700px;
    margin: 0 16px auto 0;
    padding-bottom: 40px;
    background-color: #FFF;
}
.Article h2{
	width:732px;
	font-size:114%;
	font-weight:bold;
	line-height:38px;
	color: #FFF;
	margin:15px 0 1em auto;
	padding-left:22px;
	background:url("refer/bg_title.png") no-repeat 0 0;
}
.Article h3{
	box-sizing:border-box;
	width:700px;
	font-size:114%;
	line-height:19px;
	padding:4px 0 4px 8px;
	margin:2em auto 0.5em;
	background:#ffcac4;
	border-left:5px solid #ee847d;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:100%;
	font-weight:bold;
	color: #107B82;
	margin:1.5em 30px 0.5em;
	padding-top:1em;
	border-top:1px dotted #107B82;
}
.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 iframe{
	margin:0 30px 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;
}
.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:766px;
    margin: 0 auto 0 0;
}
.ArticleTop .Outline{
	height:639px;
	position:relative;
}
.ArticleTop .Outline dl{
    width: 755px;
	height:535px;
	background:url("refer/outline.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 5px;
}
.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;
    margin-left: 20px;
}
.ArticleTop  .WhatsNew{
	width:401px;
	margin-bottom:15px;
}
.ArticleTop .WhatsNew h2 {
	padding-left:20px;
	font-size:1px;
	text-indent:-9999px;
	line-height:28px;
	background:#117b82 url(refer/ic_wn.png) no-repeat 10px 50%;
	background-size:118px;
}
.ArticleTop  .WhatsNew ul{
	box-sizing:border-box;
	height:195px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #117b82;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #117b82;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-size:86%;
	position:absolute;
	left:0;
	top:2px;
}
.ArticleTop .Office {
	width:330px;
}
.ArticleTop .Office h2 {
	height:27px;
	font-size:100%;
    color: #FFF;
	line-height:27px;
	padding:0 0 0 24px;
	margin-bottom:5px;
	background-color:#504ec3;
	background-image:url(refer/ic_office.png);
	background-repeat:no-repeat;
	background-position:8px 50%;
	background-size:11px;
}
.ArticleTop .Office h2.Unei{
    background-color: #944ec3;
}
.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 #504ec3;
}
.ArticleTop .Office .Manager dt .Kyokucho{
    color: #504ec3;
}
.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;
	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 .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 15%;
	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;
}
