@charset "UTF-8";

/*
The 88th Annual Meeting of the Tokyo Division of JDA. CSS
Author: Kazuya Tahara(Hdj)
Version:20231214
*/


/*-----------------------------------------------
 __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;
}

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: 1000px;
	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;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(139,146,199,1) 0%, rgba(139,146,199,1) 116px, rgba(255,255,255,1) 116px);
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
    position: relative;
    z-index: 10;
}
.Container .PageTop {
	font-size:88%;
	text-align:right;
	margin:30px 0;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	height:116px;
	margin:0 auto;
	padding-top:10px;
	position:relative;
	margin-bottom: 1px;
}
#Header h1 {
	width:742px;
	height:104px;
}
#Header .En{
	width: 100px;
	height: 101px;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	left: -165px;
	top: 8px;
	background: url(refer/logo_88th.png) no-repeat 0 0;
	background-size:contain;
}
#Header .En a{
	display:block;
	width:100%;
	height:100%;
    border-radius: 50px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer {
}
footer .FootMain{
	width:982px;
	margin:0 auto;
	padding-top:15px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(139,146,199,1) 0%, rgba(139,146,199,1) 3px, rgba(245,190,214,1.00) 4px, rgba(139,146,199,1) 5px, rgba(139,146,199,1) 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
	position:relative;
    z-index: 0;
}
footer .FootMain .PageTop{
	font-size:75%;
	color:#FFF;
	position:absolute;
	top:-40px;
	right:20px;
}
footer .Copyright {
	font-size:75%;
	color:#FFF;
	text-align:center;
}


/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:200px;
	padding-top:116px;
    margin-left: 10px;
	background-color: #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
nav .BtHome{
	width:180px;
	height:33px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 5px;
	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%;
	font-weight:bold;
	padding-left:20px;
	line-height:34px;
	border-bottom:1px solid #CCC;
}
nav .NavLink .Line2{
	line-height:1.5;
}
nav .NavLink .Line2 a{
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:url("refer/ic_nav_line2.png") no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink li a{
	background:url("refer/ic_nav_line2.png") no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink li a{
	display:block;
	color:#000;
	font-weight:bold;
	 text-decoration:none;
	 padding-left:20px;
	 margin-left:-20px;
	background:url(refer/ic_nav.png) no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink li a:hover{
	background:#F5BED6 url(refer/ic_nav.png) no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink .Line2 a:hover{
	background:#F5BED6 url("refer/ic_nav_line2.png") no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink li.Prepare a{
	color:#CCC;
}
nav .NavLink li.Prepare a:hover{
	background:#FFF url("refer/ic_nav.png") no-repeat 4px 50%;
	background-size:7px;
}
nav .NavLink .Line2.Prepare a:hover{
	background:#FFF url("refer/ic_nav_line2.png") no-repeat 4px 50%;
	background-size:7px;
}
nav p.BnPress{
	width:180px;
	height:48px;
	margin:0 auto;
	font-size:100%;
	text-indent:0;
	background-color: #8B92C7;
	background-image: url(refer/ic_press2.png);
	background-position:8px 50%;
	background-size:25px auto;
	background-repeat:no-repeat;
	border-radius:5px;
}
nav p.BnPress a{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	height:100%;
	padding-left:45px;
	margin-left:0;
	background-color:rgba(255,255,255,0);
}
nav p.BnPress a:hover{
	background-color:rgba(255,255,255,0.3);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width: 739px;
    min-height:700px;
	padding:15px 0 60px 0;
    margin-right: 15px;
    background:#FFF;
}
.Article h2{
    width:749px;
	font-size:114%;
	font-weight:bold;
	line-height:38px;
	color: #FFF;
	margin:0 auto 15px;
	padding-left:24px;
    background:url(refer/bg_title.png) no-repeat 0 0;
}
.Article h3{
	width:724px;
	font-size:100%;
	line-height:20px;
	padding:5px 0 5px 10px;
	margin:2em auto 0.5em;
	background: #FFDBEB;
	border-left:5px solid #8B92C7;
}
.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 20px 0.5em;
	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 20px 0.2em;
}
.Article h4 + h5{
	border-top:0;
	margin-top:0;
}
.Article p{
	font-size:88%;
	margin:0 20px 1em;
}
.Article ul{
	margin:0 20px 1em;
}
.Article ul li{
	font-size:88%;
}
.Article ol{
	margin:0 20px 1em;
}
.Article ol li{
	font-size:88%;
}
.Article dl{
	font-size:88%;
	margin:0 20px 1em;
}
.Article dl dt{
}
.Article dl dd{
}
.Article table{
	margin:0  auto 1em 20px;
	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 45px 1em;
}
.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 .Prepare{
	font-size:100%;
	margin:2em 20px 0;
}
.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: 739px;
    margin: 0 15px 0 auto;;
	background:url("refer/main_visual.png") no-repeat 0 0;
    background-size: 739px;
}
.ArticleTop .Outline{
	width: 100%;
	height:646px;
	margin-bottom:15px;
	background:url(refer/outline.png) no-repeat 50% 8px;
	background-size:714px;
	position: relative;
}
.ArticleTop .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Banner{
    margin:540px auto 0 20px;
}
.ArticleTop .OfficeBox {
	display:flex;
    margin-bottom: 15px;
}
.ArticleTop  .WhatsNew{
	width:460px;
	margin:0 auto 0 0;
	padding:0;
	border-bottom:1px solid #F56969;
	background-color:#FFF;
}
.ArticleTop  .WhatsNew ul{
	height:198px;
	overflow-y:scroll;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
.ArticleTop .WhatsNew h2 {
	width: auto;
	height:28px;
	font-size:1px;
	text-indent:-9999px;
	padding-left:20px;
	background: #F56969 url(refer/ic_wn.png) no-repeat 10px 50%;
	background-size:104px;
}
.ArticleTop .WhatsNew li {
	font-size:75%;
	padding-bottom:7px;
	padding-left:6em;
	margin-bottom:7px;
	position:relative;
	border-bottom:1px dotted #F56969;
}
.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:264px;
}
.ArticleTop .OfficeBox h2.HdOffice {
	line-height:24px;
	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:#336699;
}
.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 h2.HdUnei {
	line-height:26px;
	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:#8B92C7;
}
.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 100% 100%;
	background-size:39px;
}
.ArticleTop .OfficeBox .Manage .UneiAdd strong {
	font-size:127%;
	font-weight:normal;
}
.ArticleTop .Red{
	color:#C00;
}

/*-----------------------------------------------
 __Venue
-----------------------------------------------*/
.Venue .Photo{
	min-height:150px;
	padding-left:220px;
	background:url(img/photo_keioplaza.jpg) no-repeat 0 0;
	display:table;
}
.Venue .Photo a{
	font-weight:bold;
	padding-right:14px;
	background:url(refer/ic_link_blank.png) no-repeat 100% 0;
	background-size:12px;
}
.Venue .Photo span{
	display:table-cell;
	vertical-align:bottom;
}
.Venue .Map{
	text-align:left;
}
.Venue .BlankLink{
	font-weight:bold;
	padding-right:14px;
	margin-right:4px;
	background:url(refer/ic_link_blank.png) no-repeat 100% 0;
	background-size:12px;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Def dt {
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px dotted #E64290;
}
.Outline .Def.NoBd dt {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}

/*-----------------------------------------------
 __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;
}
.Link .BnJsas35{
    width: 210px;
    height: 74px;
    font-size: 1px;
    margin: 0 auto 20px 20px;
    text-indent: -9999px;
    background: url("refer/bn_jsas35.jpg") no-repeat 0 0;
    border: 1px solid #CCC;
}
.Link .BnJsas35 a{
    display: block;
    width:100%;
    height: 100%;
}
.Link .BnJsas35 a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .BtCoi{
	width:60%;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5);
    background: #004EB8 url(refer/ic_note.png) no-repeat 20px 50%;
	background-color:#FF9500;
	background-size:20px;
}
.RegSub .TermList li{
	display:table;
	margin-bottom:0;
}
.RegSub .TermList li .Start,
.RegSub .TermList li .End{
	display:table-cell;
}
.RegSub .End2{
    margin-top:-1em;
}
.RegSub .Division {
	width:40%;
	margin-right:5%;
}
.RegSub .Division li{
	padding-left:2em;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	position:relative;
	border-bottom:1px dotted #CCC;
}
.RegSub .Division li .HD{
	display:block;
	color:#FFF;
	font-size:75%;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	background-color: #8B92C7;
	border-radius:100%;
	position:absolute;
	left:0;
	top:0;
}
.RegSub .MailError dt{
	font-weight:bold;
}
.RegSub .MailError dd{
	margin-bottom:0.5em;
	padding-left:1em;
	text-indent:-1em;
}
.RegSub .RegSubBox{
	width:80%;
	margin:0 auto 40px;
}
.RegSub .RegSubBox li{
	width:45%;
	margin-top:0;
	margin-bottom:0;
}
.RegSub h4.Ipn{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	color: #007CB6;
	border-top:0;
}
.RegSub h4.Specify{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	color:#900;
	border-top:0;
}
.RegSub ul.Specify li{
	background-color:#900;
}
.RegSub .BtReg{
    background: #007CB6 url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .Chair{
	display:flex;
	align-items:center;
	padding-bottom:5px;
	margin:0 20px 1em;
	border-bottom:2px solid rgba(0,57,109,1.00);
}
.Greet .Chair *{
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
.Greet .Chair img{
	display:block;
	margin-right:20px;
}
.Greet .Chair p strong{
	font-size:114%;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .date{
    margin-bottom:0.5em;
	color: #283DC1;
}
.Program .txt1{
    margin-bottom:0.5em;
}
.Program .Start, .End{
    display: table-cell;
}
.Program .NoBd{
    margin-top:-1em;
    border:0;
}
.Program .BtSche{
	display: flex;
	flex-wrap:wrap;
}
.Program .BtSche .BtPDF{
	width:45%;
	background: rgba(255,161,0,1.00) url(refer/ic_pdf_1.png) no-repeat 95% 50%;
	background-size:24px;
	margin-top:20px;
	margin-bottom:0;
}
.Program .BtSche .BtPDF strong{
	font-size:150%;
}
.Program .BtProg{
	display: flex;
	flex-wrap:wrap;
}
.Program .BtProg .BtPDF{
	width:45%;
	background: rgba(0,98,166,1.00) url(refer/ic_pdf_1.png) no-repeat 95% 50%;
	background-size:24px;
	margin-top:20px;
	margin-bottom:0;
}
.Program .BtProg .BtPDF strong{
	font-size:150%;
}
.Program .Seminar{
	display:flex;
	flex-wrap:wrap;
}
.Program .Seminar li{
	margin-left:12px;
	margin-right:12px;
	margin-bottom:20px;
	text-align: center;
}
/*-----------------------------------------------
 __SubList
-----------------------------------------------*/
.SubList .SubTable{
	width:690px;
    margin:0 auto 0 auto;
    box-sizing:border-box;
}
.SubList .SubTable th,
.SubList .SubTable td{
	padding:0.5em 0.5em;
	font-size:75%;
}
.SubList .SearchBox{
	width:690px;
    margin:0 auto 0 auto;
    background-color:#666;
}
.SubList .SerchTxt{
    width:300px;
    color:#FFF;
    font-size:100%;
    display:inline-block;
    padding:15px 4px 15px 20px;
    margin:0;
}
.SubList .SerchTxt input{
    width:100px;
    font-size:20px;
}
.SubList .SerchClear{
    display:inline-block;
    margin:0;
    padding:0 0 12px;
}
.SubList .SerchClear input{
    font-size:14px;
    display:block;
    line-height:1.3em;
    cursor: pointer;
    border:1px solid #666;
    border-radius:4px;
    background-color:#FFF;
}
.SubList .SerchClear input:hover{
    background-color:#FC0;
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart .NoteBox{
	padding:1em 1em 0;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:1em;
	border:2px solid #F00;
}
.RegPart .NoteBox *{
	margin-left:0;
	margin-right:0;
}
.RegPart .BtPart{
	width:40%;
}
.RegPart .Deadline{
	text-align:center;
	font-weight:bold;
	color:#F00;
	margin-top:-30px;
}
.RegPart .Shoroku{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border:2px solid #8B92C7;
}
.RegPart .Shoroku *{
	margin-left:0;
	margin-right:0;
}
.RegPart table{
	width:695px;
	margin-left:20px;
}
.RegPart table.Fee{
	margin-right:41px;
}
.RegPart table.Fee th{
    padding:auto 0.5em !important;
}
.RegPart .Companion{
	padding-left:2.4em;
	text-indent: -2.4em;
}
.RegPart .Companion2{
    margin-top:-1em;
}
/*-----------------------------------------------
 __Part
-----------------------------------------------*/
.Part .NoteBox{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid #8B92C7;
}
.Part .NoteBox *{
	margin:0 0 1em;
}
.Part .NoteBoxRed{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid rgba(255,0,4,1.00);
}
.Part .NoteBoxRed *{
	margin:0 0 1em;
}
.Part .ListNum .ListNote{
	margin-left: 0;
	margin-right: 0;
}
.Part .ListNum .ListNote li{
	list-style-type: none;
	font-size: 100%;
	margin: 0;
}
.Part .Start, .End{
	display: table-cell;
}
.Part .online{
	text-align: left;
}
.Part table.Fee{
	margin-right:41px;
}
.Part table.Fee th{
    padding:auto 0.5em !important;
}
.Part .ListNote li.List1{
    padding-left:2.5em;
}
.Part .ListNote li.List2::before{
	display:inline-block;
	width:2em;
	content:"※１";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.Part .ListNote li.List3::before{
	display:inline-block;
	width:2em;
	content:"※２";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
/*-----------------------------------------------
 __Author
-----------------------------------------------*/
.Author .ListIc li ul{
	list-style-type: lower-alpha;
	margin: 0 20px 1em;
}
.Author .ListIc li ul li{
	padding-left: 2px;
}
.Author .ListIc li ul li:before{
	content:none;
}
.Author .BtGuideline{
	width: 50%;
}
.Author h3.privacy{
	font-size:110%;
}
/*-----------------------------------------------
 __Handson
-----------------------------------------------*/
.Handson .Session{
	font-size:88%;
	margin-right:20px;
}
.Handson .Session .ListIc{
	margin:0;
}
.Handson .Session .ListIc li{
	font-size:100%;
	margin:0;
	padding-left:10px;
	background-size:6px;
	background-position:0 0.5em;
}
.Handson .Num{
	padding-left:1.5em;
	position:relative;
}
.Handson .Num .Number{
	width:1.5em;
	position:absolute;
	left:0;
	top:0;
}
.Handson .ListNote .HowtoNote{
	margin-left:2em;
}
.Handson .BtRegist{
	width:40%;
	padding:0;
	line-height:1.2;
}
.Handson .BtRegist.BtNoLink{
	width:40%;
	padding:0.5em;
}
.Handson .BtRegist a{
	padding:0.5em;
}
.Handson table th, td{
	padding:10px 0.5em;
}
.Handson th{
	white-space: nowrap;
}
.Handson td.table2{
    width:170px;
}
.Handson .Online{
    display: block;
    margin-top:0.2em;
}
.Handson .Period{
    display: block;
    margin-top:0.5em;
}
/*-----------------------------------------------
 __Nursery
-----------------------------------------------*/
.Nursery .Flow li {
    font-weight: bold;
	margin-bottom:0em;
    padding-bottom: 15px;
    background: url(refer/arrow_down2.png) no-repeat 4em 95%;
    background-size: 30px auto;
}
.Nursery .Flow li:last-child {
    padding-bottom: 0;
    background-image: none;
}
.Nursery .BtWORD{
    background: rgba(0,171,228,1.00) url(refer/ic_word.png) no-repeat 20px 50%;
	background-size:20px;
}
.Nursery .BtPDF{
	width:50%;
}
.Nursery .Start{
	display:table-cell;
	margin-bottom:0;
	text-indent: 1.0em;
	white-space: nowrap;
}
.Nursery .End{
	display:table-cell;
	margin-bottom:0;
}
.Nursery .BtForm{
	width:50%;
}
.Nursery .BtLink{
    background: #3CAEED;
	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;
}
.Nursery .BtNoLink{
    background: #3CAEED;
	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;
}
/*-----------------------------------------------
 __InfoPress
-----------------------------------------------*/
.InfoPress .BtReg{
	width:80%;
	margin:40px auto;
}
.InfoPress .BtReg:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.InfoPress .BtReg li{
	width:45%;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	margin-right:5%;
	border-radius:20px;
	background: #C00 url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:20px;
}
.InfoPress .BtReg li:last-child{
	margin-right:0;
}
.InfoPress .BtReg li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:20px;
}
.InfoPress .BtReg li a:hover{
	background-color:rgba(255,255,255,0.4);
}
.InfoPress .BtReg li.form1{
	width:45%;
	float: left;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	margin-right:5%;
	border-radius:20px;
	background: none;
	background-color:#3CAEED;
}
.InfoPress .BtReg li.form1 a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:none;
	background-color:#3CAEED;
	border-radius:20px;
}
.InfoPress .BtReg li.form1 a:hover{
	background-color:rgba(255,255,255,0.4);
}
/*-----------------------------------------------
 __Live
-----------------------------------------------*/
.Live .NoteBox{
	border:2px solid #F00;
	margin:0 40px 1em;
	padding:1em 1em 0;
}
.Live .NoteBox *{
	margin:0 0 1em;
}
.Live .NoteBoxRed{
	padding:1em 1em 0;
	margin:0 40px 1em;
	border: 2px solid rgba(255,0,4,1.00);
}
.Live .NoteBoxRed *{
	margin:0 0 1em;
}
.Live .Bt{
	width:65%;
}
.Live .BtSSL{
    background: #007CB6 url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
.Live .Browser{
	width:10em;
}
.Live .OS{
	width:11em;
}
/*-----------------------------------------------
 __Photo Albums
-----------------------------------------------*/
.Photo .Select{
	margin-top:20px;
}
.Photo .Select li{
	width:50%;
	margin-top:0;
	margin-bottom:2em;
	background:#f9be00 url(refer/ic_photo.png) no-repeat 20px 50%;
	background-size:30px;
}
.Photo .Select li a{
    color:#1f2c5c;
}
.Photo .GoIndex{
	margin-top:1em;
}
.Photo .Thumb{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-left:45px;
	margin-right:30px;
}
.Photo .Thumb li{
	margin-right:15px;
	margin-bottom:5px;
}