@charset "UTF-8";

/*
Copyright © 39th JSSX and 26th North American ISSX Meeting. CSS
Author: Kazuya Tahara(Hdj)
Version: 20231117
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
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, strong, 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;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}
table td{
vertical-align:middle;
}
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;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	color:#000000;
	background:#9DD3F3;
}
a{
	color:#008BBC;
	font-weight:inherit;
}
a:hover{
	color:#00C8C8;
	font-weight:inherit;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
    background:#FFF url("http://jssx39.org/refer/bg_body.jpg") no-repeat 50% 0
}
.Container {
	width:760px;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	height:200px;
    padding-top: 34px;
	position:relative;
}
#HEADER h1{
	width:594px;
	height:132px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto auto;
	background:url(http://jssx39.org/refer/title_main.png) no-repeat 0 0;
	background-size:contain;
}
#HEADER h1 a{
    display: block;
    width: 100%;
    height: 100%;
}
#HEADER .Logo{
    z-index: 1000;
    width: 140px;
    height: 115px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("http://jssx39.org/refer/logo_jssx.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 33px;
    left: -195px;
}
#HEADER .Logo a{
    display: block;
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:240px;
	padding-top:196px;
	background-color: rgba(2,70,152,0.6);
    position: relative;
}
nav ul{
	display:flex;
	flex-direction:column;
	margin-bottom:40px;
}
nav ul li{
	color: rgba(255,255,255,0.3);
	font-weight:bold;
	line-height:1.5;
	padding:7px 5px 7px 36px;
    background-size: 7px;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
    text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
	padding:7px 5px 7px 36px;
	margin:-7px -5px -7px -36px;
	transition-property:transform;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}
nav ul li a:hover{
	transform:scale(1.05,1.05);
	color:rgba(255,255,255,1.00);
    background:#DC8BB9;
}
nav .Poster{
    width: 200px;
    height: 283px;
    font-size: 1px;
    text-indent: -9999px;
	margin:0 auto 90px;
    background: url("http://jssx39.org/refer/poster.jpg") no-repeat 0 0;
}
nav .Poster a{
	display:block;
	width:100%;
    height: 100%;
	color:#004E66;
	font-weight:bold;
	text-decoration:none;
}
nav .Poster a:hover{
	background:rgba(255,255,255,0.1);
}
nav .Bn34jsphcs{
    width: 200px;
    height: 50px;
    font-size: 1px;
    text-indent: -9999px;
	margin:0 auto 10px;
    background: url("http://jssx39.org/refer/bn_34jsphcs.jpg") no-repeat 0 0;
    background-size: contain;
}
nav .Bn34jsphcs a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .Bn34jsphcs a:hover{
    background-color: rgba(255,255,255,0.1);
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
    padding-top: 10px;
    padding-bottom: 10px;
	margin:0 auto;
}
footer .Copyright{
	font-size:88%;
	text-align: right;
}
footer .PageTop{
	width:50px;
	height:50px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:10px;
	background:#080059 url(http://jssx39.org/refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:15px;
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.3);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	min-height:800px;
	padding-top:40px;
	padding-bottom:60px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 700px);
}
.Article h2{
	width:700px;
	font-size:200%;
	color: rgba(14, 46, 71,1.0);
	line-height:50px;
	margin:0  auto 1em 40px;
}
.Article h3{
	font-size:125%;
	margin:2em 40px 0.5em;
	padding-left:8px;
	border-left:3px solid #3E8DC2;
	border-bottom:1px solid #3E8DC2;
}
.Article h2 + h3{
	margin-top:15px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size:100%;
	color: rgba(29,31,133,1.00);
	margin:1em 40px 0.2em;
	font-weight:bold;
}
.Article h3 + h4{
	margin-top:0;
}
.Article h5{
	font-size:100%;
    font-weight: bold;
	margin:1em 40px 5px;
}
.Article p{
	margin:0 40px 1em;
}
.Article ul{
	margin:0 40px 1em;
}
.Article ol{
	margin:0 40px 1em;
}
.Article li ul,
.Article li ol,
.Article li dl{
	margin:0;
}
.Article dl{
	margin:0 40px 1em;
}
.Article figure{
	margin:0 40px 1em;
	text-align:center;
}
.Article sup{
	font-size:75%;
	vertical-align:top;
    font-weight: inherit;
}
.Article sub{
	font-size:75%;
	vertical-align:bottom;
    font-weight: inherit;
}
.Article .Italic{
	font-style:italic;
	font-weight:inherit;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Red{
	color:#F00;
}
.Article .Blue{
	color: #006BDA;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
	margin:0 40px 1em 40px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	padding:0.5em 1em;
	color:#FFF;
	background: rgba(64,139,218,1.00);
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table th .Red{
	text-shadow:1px 1px 2px rgba(255,255,255,1.00), -1px -1px 2px rgba(255,255,255,1.00);
}
.Article table td{
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.Article .AlignRight{
	text-align:right;
}
.Article .AlignCenter{
	text-align:center;
	vertical-align:middle;
}
.Article .ListIc li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li li::before{
}
.Article .ListIc li::before{
	display:inline-block;
	width:1em;
	content:"●";
	font-size:10px;
	text-align:center;
	color:rgba(19,80,162,1.00);
	position:absolute;
	top:0.3em;
	left:0;
}
.Article .ListIc li li{
	padding-left:0;
	margin-bottom:0;
	padding-bottom:0;
}
.Article .ListIc li .ListNote li{
	padding-left:1em;
}
.Article .ListIc li li::before{
	content:"";
	width:0;
}
.Article .ListIc li .ListNote li:before{
	content:"※";
	width:1em;
	font-size:100%;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListNoteNum li{
	padding-left:1.5em;
	position: relative;
}
.Article .ListNoteNum li .Num{
	color:#F00;
	position: absolute;
	left:0;
	top:0;
}
.Article .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	text-align:center;
	color: rgba(255,0,0,1.00);
	position:absolute;
	top:0em;
	left:0;
}
.Article .ListNum li{
	margin-left:30px;
	padding-bottom:1em;
	list-style-type:decimal;
}
.Article .ListNum li ul,
.Article .ListNum li ol{
	margin:0;
}
.Article .ListNum li .ListNote li{
	margin:0;
	padding-bottom:0;
	list-style-type:none;
}
.Article .ListKakko {
	margin-left: 4.5em; /* サイトに合せて調整 */
}
.Article .ListKakko li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
    margin-bottom: 0.5em;
}
.Article .ListKakko li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.Article .IcLinkBlank{
	display:inline-block;
	padding-left:1em;
	background:url(http://jssx39.org/refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:12px;
}
.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding-top:1em;
	margin-top:2em;
	border-top:2px solid rgba(30,95,122,1.00);
}
.Article .Bt{
	width:60%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 20px;
	border-radius:3px;
	background-color: rgba(25,34,96,1.00);
}
.Article .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
.Article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
.Article .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
.Article .BtCoi{
	width:60%;
	background-image:url(http://jssx39.org/refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
}
.Article .BtSSL{
	width:60%;
	background-image:url(http://jssx39.org/refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:25px;
}
.Article .BtPdf{
	background-image: url(http://jssx39.org/refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
.Article .BtXls{
	background-image:url(http://jssx39.org/refer/ic_xls.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #3CA503;
	background-size:30px;
}
.Article .BtWord{
	background-image:url(http://jssx39.org/refer/ic_word.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(0,147,187,1.00);
	background-size:30px;
}
.Article .BtLink{
	width:60%;
	background-image:
		url(http://jssx39.org/refer/ic_link_left.png),
		url(http://jssx39.org/refer/ic_link_right.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		10% 50%,
		90% 50%;
	background-size:
		20px, 20px;
}
.Article .IcPDF{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background:url(http://jssx39.org/refer/ic_link_pdf_l_dl.png) no-repeat 0 50%;
}
.Article .IcPPT{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background: url(http://jssx39.org/refer/ic_link_ppt_l_dl.png) no-repeat 0 50%;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	padding-bottom:30px;
}
.ArticleTop .MainVisual{
	height:430px;
    padding-top: 25px;
	position: relative;
}
.ArticleTop .MainVisual h2{
	width:517px;
	height:38px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto;
	background:url(http://jssx39.org/refer/theme.png) no-repeat 0 0;
	background-size:contain;
}
.ArticleTop .MainVisual .Outline{
	width:591px;
	height:181px;
	background:url(http://jssx39.org/refer/outline.png) no-repeat 0 0;
	background-size: contain;
	position:absolute;
	left:90px;
	top:90px;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .NoteBox{
	padding:1em 1em 0;
	margin:0 0 10px;
	border:2px solid #F00;
}
.ArticleTop .NoteBox.Blue{
	border:2px solid #0F83CA;
}
.ArticleTop .NoteBox.Blue h3{
	font-size:114%;
	font-weight:bold;
	text-align:center;
	margin-bottom:1em;
}
.ArticleTop .NoteBox h3{
	font-size:113%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.ArticleTop .NoteBox p{
	margin-bottom:1em;
}
.ArticleTop .WhatsNew{
	width:680px;
    height: 300px;
	margin:0 auto 80px;
}
.ArticleTop .WhatsNew h2{
	color:#FFF;
	font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    background-color: rgba(8,0,89,0.6);
}
.ArticleTop .WhatsNew .News{
	max-height: 270px;
	overflow-y: auto;
    padding-top: 8px;
    background-color: rgba(2,163,196,0.6);
}
.ArticleTop .WhatsNew .News li{
    color: #FFF;
    font-weight: bold;
	position:relative;
	padding:0 10px 7px 6em;
	margin-bottom:7px;
	border-bottom: rgba(255,255,255,0.5) 1px solid;
}
.ArticleTop .WhatsNew .News li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.ArticleTop .WhatsNew .News li a{
    color: #F3FF00;
}
.ArticleTop .WhatsNew .News li a:hover{
    color: rgba(255,215,0,1.00);
}
.ArticleTop .WhatsNew .News li .Date{
    font-size: 88%;
	color:#FFF;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
	position:absolute;
	top:0.1em;
	left:10px;
}
.ArticleTop .OfficeBox{
	margin:0 40px 20px;
}
.ArticleTop .OfficeBox h2{
	font-weight: bold;
    font-size: 113%;
}
.ArticleTop .AlignRight{
	text-align:right;
}
.ArticleTop .AlignCenter{
	text-align: center;
}
.ArticleTop .Red{
	color:#F00;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
    padding:0 0 0.5em 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #CCC;
    background: url("http://jssx39.org/refer/ic_link_blank.png") no-repeat 0 0.4em;
    background-size: 12px;
}
/*-----------------------------------------------
 __RegsitPart
-----------------------------------------------*/
.RegsitPart .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.RegsitPart .Cost .SC{
    font-size: 88%;
}
/*-----------------------------------------------
 __Support
-----------------------------------------------*/
.Support .DLpdf{
    width: 212px;
    text-align: center;
    margin: 0 auto 1em 40px;
}
.Support .DLpdf img{
    border: 1px solid #CCC;
}
.Support .DLpdf img:hover{
   border: 1px solid #00C8C8;
}