@charset "UTF-8";

/*
The 77th Annual Meeting of the Central Division of JDA. CSS
Author: Kazuya Tahara(Hdj)
Version:20251216
*/


/*-----------------------------------------------
 __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;
}

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: "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, #e5bc93 0px, #e5bc93 10px, #004097 10px, #004097 107px, rgba(255, 255, 255, 1) 107px, rgba(255, 255, 255, 1) 108px, #004097 108px, #004097 908px,  #e5bc93 908px, #e5bc93 10000px);
}
.Container{
  width: 982px;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
  margin: 0 auto;
}
.Conttent{
	width:768px;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	width:768px;
	height:96px;
	padding-top:10px;
  margin-bottom: 1px;
	position:relative;
}
#Header h1 {
	width:750px;
	height:76px;
	margin:0 auto auto;
}
#Header .JDA{
	width:92px;
	height:138px;
	font-size:1px;
	text-indent:-9999px;
	position:absolute;
	left:-155px;
	top:7px;
	background: url("refer/logo_cjda.png") no-repeat 0 0;
	background-size:contain;
	z-index:100;
}
#Header .JDA a{
	display:block;
	width:100%;
	height:100%;
	border-radius: 50%;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer  {
	padding-top:14px;
	padding-bottom:30px;
	position:relative;
    background: linear-gradient(180deg, #004097 0%, #004097 3px, #f1bc18 3px, #f1bc18 4px, #004097 4px, #004097 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:214px;
	background-color:#e5ebd1;
	padding-top:154px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	position:relative;
	z-index:1;
}
nav .BtHome{
	width:198px;
	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:198px;
	margin:0 auto 20px;
	border-top:1px solid #667058;
}
nav ul li{
	font-size:88%;
	padding-left:22px;
	background: url(refer/ic_nav.png) no-repeat 0px 11px;
	background-size:13px;
	border-bottom:1px solid #667058;
}
nav ul li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-weight: 700;
	line-height:1.4;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:22px;
	margin-left:-22px;
}
nav ul li a:link,
nav ul li a:visited{
	color:#333;
}
nav ul li a:hover{
	background: #FFF url(refer/ic_nav.png) no-repeat 0px 11px;
	background-size:13px;
}
nav ul li.Prepare a{
    color: rgba(0, 0, 0, 0.3);
}
nav ul li.Prepare a:hover{
	background: url(refer/ic_nav.png) no-repeat 0px 11px;
	background-size:13px;
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:754px;
	min-height:750px;
	margin:0 auto 0 15px;
	padding-bottom:50px;
	background-color:rgba(255,255,255,1.00);
}
.Article h2{
	box-sizing:border-box;
	width:717px;
	height: 65px;
	font-size:114%;
	font-weight:700;
	line-height:38px;
	padding:27px 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%;
	line-height:20px;
	padding:3px 0 4px 8px;
	margin:2em auto 0.5em;
	background:#ffdbb8;
	border-left:5px solid #ff7e00;
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:100%;
	font-weight:700;
	color: #004097;
	margin:1.5em 35px 0.5em;
	padding-top:1em;
	border-top:1px dotted #004097;
}
.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:700;
	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:400;
	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;
}
.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:700;
    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:700;
    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: 700;
}


/*ArticleTop*/
.ArticleTop {
	margin:0 0 0 auto;
}
.ArticleTop .ArignRight{
	text-align:right;
}
.ArticleTop .MainVisual{
	height: 799px;
	margin: 0 auto 15px;
	position:relative;
  background: url("refer/bg_visual.png") no-repeat 50% 4px;
}
.ArticleTop .MainVisual .Outline h2 {
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dl{
	width:600px;
	height:428px;
	background: url(refer/outline.png) no-repeat 0 0;
	background-size: contain;
	position:absolute;
	top:108px;
	left:85px;
}
.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 18px;
}
.ArticleTop  .WhatsNew{
	width:378px;
    margin-right: 15px;
}
.ArticleTop .WhatsNew h2 {
	height:30px;
	font-size:1px;
	text-indent:-9999px;
	background:#73417a url(refer/title_wn.png) no-repeat 10px 50%;
	background-size:131px;
}
.ArticleTop  .WhatsNew ul{
	height:165px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px solid #73417a;
    background-color: #FFF;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:6em;
	position:relative;
	border-bottom:1px dotted #73417a;
}
.ArticleTop .WhatsNew li:last-child {
	border-bottom:0;
}
.ArticleTop .WhatsNew li .Date {
	font-size:83%;
	position:absolute;
	left:0;
	top:2px;
}
.ArticleTop .Office {
	width:355px;
}
.ArticleTop .Office h2 {
	font-size:100%;
	line-height:24px;
	color:#FFF;
	padding-left:28px;
	background-color:#667058;
	background-image:url(refer/ic_office.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-size:8px;
}
.ArticleTop .Office h2.ManageH {
  color: #FFF;
	background-color:#004097;
  background-image: url("refer/ic_office.png");
	background-position:10px 50%;
	background-size: 8px;
}
.ArticleTop .Office .Manager{
	font-size:75%;
	line-height:1.3;
	padding:5px 0 10px 10px;
	margin-bottom:0;
}
.ArticleTop .Office .Manager dt{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	margin-right:0.5em;
	border-bottom:1px dotted #667058;
}
.ArticleTop .Office .Manager dt .HD{
	color: #667058;
}
.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:bold;
}
.ArticleTop .Itaric{
	font-style:italic;
}

/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt{
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px dotted #2E308B;
}
/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .VenueBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.Venue .VenueBox img{
	vertical-align: middle;
	margin-right: 20px;
}
.Venue .VenueBox figcaption{
	text-align: left;
}
/*-----------------------------------------------
 __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 20%;
	background-size:12px;
}
.Link .LinkList li a {
    color:#333;
    text-decoration:none;
}
.Link .LinkList li a:hover {
	color:#F90;
}
