@charset "UTF-8";

/*
The 90th Annual Meeting of the Eastern Division of JDA. CSS
Author: Kazuya Tahara(Hdj)
Version:20251202
*/


/*-----------------------------------------------
 __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;
}

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:#3399FF;
}
a:hover {
	color:#F90;
}
body {
	line-height:1.6;
	color: #333;
	min-width: 982px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	padding-top: 10px;
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 10px, rgba(38, 73, 147, 1) 10px, rgba(38, 73, 147, 1) 121px, rgba(255, 255, 255, 1) 121px, rgba(38, 73, 147, 1) 122px, rgba(38, 73, 147, 1) 792px, rgba(255, 255, 255, 0) 792px, rgba(255, 255, 255, 0) 5000px), url(refer/bg_body.png) repeat 0 0;
}
.Container{
  width: 982px;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
  margin: 0 auto;
}
.Conttent{
	width:754px;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	width:754px;
	height:111px;
	margin:0 auto 0;
	padding-top:9px;
  margin-bottom: 1px;
	position:relative;
}
#Header h1 {
	width:759px;
	height:99px;
	margin:0 auto auto;
}
#Header .EJDA{
	width:96px;
	height:96px;
	font-size:1px;
	text-indent:-9999px;
	position:absolute;
	left:-172px;
	top:8px;
	background: url("refer/logo_ejda.png") no-repeat 0 0;
	background-size:contain;
	z-index:100;
}
#Header .EJDA a{
	display:block;
	width:100%;
	height:100%;
	border-radius: 50%;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	padding-top:14px;
	padding-bottom:30px;
	position:relative;
    background: linear-gradient(180deg, rgba(38, 73, 147, 1) 0%, rgba(38, 73, 147, 1) 3px, #f1bc18 3px, #f1bc18 4px, rgba(38, 73, 147, 1) 4px, rgba(38, 73, 147, 1) 100%);
    position: relative;
	z-index:100;
}
footer .FootMain{
    width: 982px;
    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:40px;
	top:-40px;
}



/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:210px;
	background-color:#FFF;
	padding-top:114px;
	box-shadow:1px 2px 5px rgba(0,0,0,0.5);
	position:relative;
	z-index:1;
}
nav .BtHome{
	width:194px;
	height:37px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 10px;
	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-color:rgba(255,255,255,0.2);
}
nav ul{
	width:194px;
	margin:0 auto 20px;
	border-top:1px solid #999999;
}
nav ul li{
	font-size:88%;
	padding-left:20px;
	background: url(refer/ic_nav.png) no-repeat 4px 12px;
	background-size:11px;
	border-bottom:1px solid #999999;
}
nav ul li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-weight: 600;
	line-height:1.4;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	margin-left:-20px;
}
nav ul li a:link,
nav ul li a:visited{
	color:#333;
}
nav ul li a:hover{
	background: #f1bc18 url(refer/ic_nav.png) no-repeat 4px 12px;
	background-size:11px;
}
nav ul li.Prepare a{
    color: #CCC;
}
nav ul li.Prepare a:hover{
	background: url(refer/ic_nav.png) no-repeat 4px 12px;
	background-size:11px;
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	min-height:750px;
  padding-top: 15px;
	padding-bottom:50px;
	background-color:rgba(255,255,255,1.00);
}
.Article h2{
	box-sizing:border-box;
	width:724px;
	font-size:114%;
	font-weight:600;
	line-height:38px;
	padding:0 0 0 25px;
	margin:0 auto 15px;
	background:url(refer/bg_title.png) no-repeat 0 100%;
}
.Article h3{
	width:705px;
	box-sizing:border-box;
	font-size:100%;
	font-weight: 400;
	line-height:20px;
	padding:3px 0 4px 8px;
	margin:2em auto 0.5em;
	background:#cce6ff;
	border-left:5px solid #264993;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:100%;
	font-weight:600;
	color: #264993;
	margin:1.5em 35px 0.5em;
	padding-top:1em;
	border-top:1px dotted #E3017F;
}
.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 35px 0.2em;
}
.Article h6{
	font-size:88%;
	margin:1.5em 35px 0.2em;
}
.Article p{
	font-size:88%;
	margin:0 35px 1em;
}
.Article ul{
	margin:0 35px 1em;
}
.Article ul li{
	font-size:88%;
}
.Article ol{
	margin:0 35px 1em;
}
.Article ol li{
	font-size:88%;
}
.Article dl{
	font-size:88%;
	margin:0 35px 1em;
}
.Article figure{
	margin:0 35px 1em;
}
.Article dl dt{
}
.Article dl dd{
}
.Article figure{
	text-align:center;
	margin-bottom:1em;
}
.Article table{
	margin:0  auto 1em 35px;
	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 .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(200,40,110,1.00);
	position:absolute;
	left:0;
	top:0.2em;
}
.Article .ListIc li ul{
	margin: 0;
}
.Article .ListIc li ul li{
	font-size: 100%;
}
.Article .ListIc li ul li::before{
	font-size: 100%;
}
.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;
}
.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:20px;
}
.Article .BtWORD{
    background: rgba(0,171,228,1.00) url(refer/ic_word.png) no-repeat 20px 50%;
	background-size:20px;
}
.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:18px, 18px;
}
.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%;
}
.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 {
	margin:0 0 0 auto;
}
.ArticleTop .ArignRight{
	text-align:right;
}
.ArticleTop .MainVisual{
	height: 670px;
	margin: 0 auto 15px;
	position:relative;
    background: url("refer/bg_visual.jpg") no-repeat 0 0;
}
.ArticleTop .MainVisual .Outline h2 {
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dl{
	width:642px;
	height:248px;
	background: url(refer/outline.png) no-repeat 0 0;
	background-size: contain;
	position:absolute;
	top:8px;
	left:15px;
}
.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:flex-start;
	padding:0 0 15px 0;
}
.ArticleTop  .WhatsNew{
	width:406px;
    margin-right: 15px;
}
.ArticleTop .WhatsNew h2 {
	height:30px;
	font-size:1px;
	text-indent:-9999px;
	background:#5ab546 url(refer/title_wn.png) no-repeat 10px 50%;
	background-size:138px;
}
.ArticleTop  .WhatsNew ul{
	height:186px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px solid #5ab546;
  background-color: #FFF;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #5ab546;
}
.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:332px;
}
.ArticleTop .Office .Jimu {
}
.ArticleTop .Office h2 {
	font-size:100%;
	line-height:24px;
	color:#FFF;
	padding-left:28px;
	background-color:#264993;
	background-image:url(refer/ic_office.png), url(refer/ic_office.png);
	background-repeat:no-repeat, no-repeat;
	background-position:10px 50%, 5.3em 50%;
	background-size:8px;
}
.ArticleTop .Office h2.OfficeH {
}
.ArticleTop .Office h2.ManageH {
    color: #FFF;
	background-color:#0a1830;
    background-image: url("refer/ic_office.png"),url("refer/ic_office.png");
	background-position:10px 50%, 7.3em 50%;
}
.ArticleTop .Office .Unei{
}
.ArticleTop .Office .Manager{
	font-size:75%;
	line-height:1.3;
	padding:5px 0 10px 10px;
	margin-bottom:0;
}
.ArticleTop .Office .Manager dt{
	color: #264993;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	margin-right:0.5em;
	border-bottom:1px dotted #264993;
}
.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 0px 10px;
	background:url(refer/logo_jda.png) no-repeat 97% 90%;
	background-size:40px;
}
.ArticleTop .Office .Management strong{
	font-weight:normal;
	font-size:117%;
}
.ArticleTop .Red {
	color:#C00;
}
.ArticleTop strong a {
	font-weight:600;
}
.ArticleTop .Itaric{
	font-style:italic;
}

/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt{
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px dotted #264993;
}
/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .VenueBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-left: 40px;
	margin-right: 40px;
}
.Venue .VenueBox *{
	margin-left: 0;
	margin-right: 0;
}
.Venue .VenueBox img{
		vertical-align: middle;
}
.Venue .VenueBox figure{
	margin-right: 20px;
}
/*-----------------------------------------------
 __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;
}
