﻿@charset "UTF-8";

/* ページ全体の構造 */

html{
	overflow-y:scroll;
}

html,body{height:100%;}

body{
	margin:0 auto;
	font-family: Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;	font-size:62.5%;
	color:#333;
  background: url(../images/backgroundImage.jpg) center center / cover no-repeat fixed;
	text-align:center;
	line-height:1.6;
}

div#dcContainer{
	width: 1000px;
    height: auto;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
    background-color: #FFF;
}


/* ヘッダー構造  */

#dcContainer #dcRightContents2 #title{
	width: 770px;
	height: 160px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}

img#dcHeaderInfo{
	position:absolute;
	right:0;
	top:0;
}

/* フッター構造 */
div#dcFooter{
	margin:0 auto;
	padding:.5em 0;
	width:1000px;
	background:#4244A2;
	box-shadow:-1px 1px 6px rgb(0,0,0,.1) inset;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: 100%;
	float: left;
	min-height: 980px;
    background-color: #F3E9A7;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

ul#dcMenu{
	margin:5px 0 0;
	padding:0;
	width:100%;
    width:218px;
}

ul#dcMenu li{
	margin-left:5px;
	list-style:none;
	color:#222222;
	width:218px;
	height:46px;
    background-color: #FFF;
	position:relative;
    border-bottom: 1px solid #5153B7;
    border-left: 1px solid #5153B7;
    border-right: 1px solid #5153B7;
}

ul#dcMenu li a{
	display:block;
	padding:.6em .8em;
	font-size:1.4em;
	color:inherit;
	line-height:2.4;
	text-decoration:none;
    color:#222222;
}
ul#dcMenu li.now a{
	color:#222222;
    font-weight: 700;
	}

ul#dcMenu li a::before{
	box-sizing:border-box;
	display:inline-block;
	content:"";
	width:12px!important;
	height:12px!important;
	margin:0 15px 0 0;
	transition:.5s ease-in-out;
}

ul#dcMenu li a:hover::before,
ul#dcMenu li.now a::before{
	background:#5153B7;
	border:solid 1px rgb(255,255,255);
	transform:rotate(-135deg);
}

ul#dcMenu li:first-child{
    border-top: 1px solid #5153B7;
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	width: 230px;
	margin: 20px auto 0;
	font-size: 1.2em;
	line-height: 1.6;
}
.dcLeftside .border {
	padding: 0 0 5px 0;
	border: 1px solid #FFF;}

.dcLeftside .inner {
	width: 218px!important;
	height: auto;
	color: #222;
	margin: 0 auto 15px;
    background-color: #FFF;
}

.name{
	font-size: 1.2em;
	color: #FFF;
    line-height: 2;
	border-bottom: 1px solid #FFF;
    background-color: #5153B7;
}


.dcLeftside .inner li{
	padding: 0 4px;
}
.dcLeftside .inner :nth-child(2){
	padding-top:5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #222;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}
/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 770px;
    box-sizing:border-box;
	text-align:left;
	float: right;
	position:relative;
}

/* コンテンツ構造 -> 右部コンテンツ -> 重要なお知らせ（TOP） */
div#important{
	width: 770px;
	height: auto;
}

.box29 {
margin: -5px 0 0;
background: #ffebe9;
}
.box29 .box-title {
font-size: 1.2em;
background: #ff7d6e;
padding: 4px 10px;
text-align: left;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
font-size: 16px;
}
.box29 p {
padding: 10px 15px;
margin: 0;
    font-size: 14px;
}



/* 共通コンテンツ -> このページのTOPへ*/
p.goTopBtn{
	height: 25px;
	width: 130px;
	margin: 30px 0 0 590px;
}

.txtIn{ text-indent:-1em!important; margin-left:1em!important;}
.red { color:red!important;}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 770px;
	height: auto;
    min-height: 1100px;
	float: right;
	background-color:#FFF;

}

div.dcContentsBox2{
	width: 770px;
	margin: 0 auto;
	height: auto;
	min-height:770px;
	padding-bottom:30px;
}

div.dcContentsBox2 p{
	width: 710px;
	font-size: 1.4em;
	color:#333;
	line-height: 1.6;
	padding: 10px 40px ;
}

#dcRightContents2 ul {
	width: 730px;
	font-size: 1.4em;
	color: #333;
	padding: 10px 0 5px;
	line-height: 1.6;
}

#dcRightContents2 ul li{
	padding: 0 0 5px 50px;
	text-indent: -1em;
}

.dcContentsBox2 h3 {
    position: relative;
    margin: 0 0 25px;
    padding: 0.3em 1.5em 0.2em;
    background: #5153B7;
    color: white;
    font-size: 28px;
    
}

.dcContentsBox2 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.dcContentsBox2 h4{
    margin: 30px 15px 10px!important;
    padding: 10px 20px;
    border-left: 5px solid #FFE500;
    background: #F9F9F9;
    box-shadow:0 0 2px rgba(0,0,0,.3);
    font-size:18px;

}

.dcContentsBox2 h5 {
	height: 20px;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 8px 5px;
	background-repeat: no-repeat;
	margin: 15px 50px 5px 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.dcContentsBox2 h5:first-child {
	margin: 5px 15px 5px;
}

/*開催概要*/
.kaisaiInfo {
	width: 690px;
	height:auto;
	margin: 30px 0 30px 40px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	display: box; 
}

table.kaisaiInfo th {
	width: 18%;
	background: #F3F3F3;
	padding: 20px 15px;
	font-weight: normal;
}

table.kaisaiInfo td {
	background: #FFF;
	padding: 20px 15px;
}

.kaisaiInfo tr td a {
	text-decoration: underline;
	color: #000;
}

.kaisaiInfo tr td a:hover {
	text-decoration: none;
}

/*アクセスgMap*/
.dcContentsBox2 #gMap {
	width:700px;
	height:500px;
	margin: 15px 30px 20px 30px;
	border: 1px solid #999;
}

.dcContentsBox2 p a, .dcContentsBox2 ul li a, .link ul li a,.officeTxt a {
	color:#333;
}

.dcContentsBox2 p a:hover, .dcContentsBox2 ul li a:hover, .link ul li a:hover, .officeTxt a:hover{
	color:#333;
	text-decoration:none;
}
/*関連リンク*/
#link{
	margin: 40px 0 0 0;
}

#link ul li a{
	font-size: 14px;
	padding-left: 50px;
	background: url(../images/linkBg.png) no-repeat 23px 3px;
	color: #333;
	line-height:2.0;
	letter-spacing: 0.8px;
}

#link ul li a:hover{
	color:#333;
	text-decoration:none;
}

.officeTxt {
	width:420px;
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	margin:0 0 15px 100px;
	padding: 5px 10px;
	color: #333;	
	background-color:#fff;
	border:2px ridge #CCC;
}

/*演題登録*/
.abstract_box{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center; 
	padding:0 1em;
	text-align:center;
}

.abstract_box a{
	box-sizing:border-box;
	display:block;
	margin:0 0 1em 2em;
	padding:1em 0.5em;
	width:100%;
	background:#F3E9A7;
	border:solid 1px #EABD55;
	border-radius:4px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	color:#111!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
    font-size: 14px;
}

.abstract_box a::after{
	content: " ▶";
}

.abstract_box a:hover{
	background:rgb(255,255,255);
	color:#111important;
}
.ThemeBox2 {
	width: 570px;
	height:auto;
	margin: 15px 30px 30px 60px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

table.ThemeBox2 th {
	width: 8%;
	background: #F0F0F0;
	padding: 5px 15px;
	font-weight: normal;
}
table.ThemeBox2 td {
	background: #FFF;
	padding: 5px 15px;
}

/*ハンズオンセミナー*/
.hands_style{
	width: 710px;
	height:auto;
	margin: 0 0 30px 30px;
	font-size:1.4em;
	border-collapse: separate;
	border-spacing: 1px;
}
.hands_style th {
	padding: 2px 5px;
	white-space: nowrap;
}
.hands_style td {
	padding: 2px 0 2px 10px;
}
.style_name{
	width: 80px;
	font-weight: bold;
	color: #FFF;
	background-color:#014099;
    text-align:center;
}

.b {
	font-weight:bold;
}

/*会長挨拶*/
.presidentBox {
	width: 95%;
	height: 220px;
	padding:0 0 30px;
	margin:15px 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.presidentBox img {
	float:left;
	margin:0 0 0 60px;
}
.presidentBox p {
	width:420px!important;
	line-height:1.8!important;
	position:absolute;
	top:110px;
	left:210px;
}
.presidentT p{
	width: 90%!important;
	line-height: 2!important;
	letter-spacing: 0.8px!important;
	text-indent: 1em;
    margin: 0;
}

/*宿泊*/
.hotelInfo {
	width: 715px;
	height: auto;
	margin: 0 0 0 25px;
	font-size: 13px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	display: box;
	text-align: center;
}

table.hotelInfo th {
	background: #F3F3F3;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}

table.hotelInfo td {
	background: #FFF;
	padding: 5px;
}

table#tInfo {
	width: 680px;
	height:auto;
	margin: 15px 0 20px 30px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	display: box;
	text-align:center;
}

table#tInfo th {
	background: #E4E4E4;
	padding: 10px 6px;
	font-weight: normal;
}

table#tInfo td {
	background: #FFF;
	padding: 10px 6px;
}

/*バナー*/


/*プログラム*/
.pdf_box {
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center; 
	padding:0 1em;
	text-align:center;
	margin:1em 0 1.5em 2em;

}

.pdf_box a{
	box-sizing:border-box;
	display:block;
	margin:1em 2em;
	padding:0.5em;
	width:100%;
	font-size:16px;
	background:#EABD55;
	border:solid 1px #E9D8B4;
	border-radius:4px;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	color:#FFF!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
}

.pdf_box a:hover{
	background:#FFF;
	color:#EABD55!important;
}

.pdf_box a::after{
	content:url(../images/pdf.png);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
	margin-left:12px;

}
.boxJunbi{
    margin:4em 14em;
    position: relative;
    padding: 0.5em 4em;
    border-top: solid 2px #FFE500;
    border-bottom: solid 2px #FFE500;
	font-size:12px;
}
.boxJunbi:before, .boxJunbi:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #FFE500;
}
.boxJunbi:before {left: 10px;}
.boxJunbi:after {right: 10px;}
.boxJunbi p {
    margin: 0; 
    padding: 0;
}
.tbInfo {
	width: 630px;
	height:auto;
	margin: 15px 0 25px 45px;
	font-size:14px;
    border: 1px #CCc solid;
	display: box; 
}

table.tbInfo th {
	background: #F4F4F4;
	padding: 10px 15px;
	font-weight: normal;
    border: 1px #CCc solid;
}

table.tbInfo td {
	background: #FFF;
	padding: 10px 15px;
    border: 1px #CCc solid;
}
.endaiTitle{
	width:92%;
	border-collapse:collapse;
	font-size:1.4em;
	margin:1.5em auto 2.5em;
}

table.endaiTitle th{
	padding:0.5em 0.5em;
	background-color:#14489E;
	color:#FFF;
	text-align:center!important;
	border:solid 1px #FFF;
}

table.endaiTitle td{
	padding:0.5em 0.5em;
	border:solid 1px #14489E;
}
.endaiTitle2{
	width:60%;
	border-collapse:collapse;
	font-size:1.4em;
	margin:0 0 10px 45px;
}

table.endaiTitle2 th{
	padding:0.3em 0.5em;
	background-color:#14489E;
	color:#FFF;
	text-align:center!important;
	border:solid 1px #FFF;
}

table.endaiTitle2 td{
	padding:0.3em 0.5em;
	border:solid 1px #14489E;
}

.jnsC{
	width:92%;
	border-collapse:collapse;
    border: 0;
	font-size:1.4em;
	margin:0 50px;
}

/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
#change_log{
	box-sizing:border-box;
	margin:0 auto;
	padding:10px 12px 15px;
	width:100%;
}
#change_log h2{
	margin:0;
	padding-bottom:.2em;
	border-bottom:solid 1px rgb(255,255,255);
	font-size:1.2rem;
	font-weight:700;
	color:#5153B7;
	line-height:1;
}
#change_log .log_outer{
	height:150px;
	overflow-y:scroll;
}
#change_log dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	font-size:.9rem;
color: #333;
}
#change_log dl dt,
#change_log dl dd{
	box-sizing:border-box;
	padding-top:.6em;
	padding-bottom:.6em;
	border-bottom:1px dashed #737E84;
    line-height:1.5;
}
#change_log dl dt{
	padding-left:14px;
	width:120px;
    background: url(../images/dcOshirasePBg.png) 0px 13px no-repeat;
}
#change_log dl dd{
	margin:0;
	width:calc(100% - 120px);
}

#change_log dl dd a{
	text-decoration: underline;
	color: #333;
}

#change_log dl dd a:hover{
	text-decoration: none;
}

.kaisaiInfo3 {
	width: 720px;
	height:auto;
	margin: 20px 0 10px 30px;
	font-size:13px;
    border: 1px #CCc solid;
	display: box; 
}

table.kaisaiInfo3 th {
	background: #EFEFEF;
	padding: 15px ;
	font-weight: normal;
    border: 1px #CCc solid;
}

table.kaisaiInfo3 td{
	background: #FFF!important;
	padding: 15px;
    border: 1px #CCc solid;
}
/*大会組織*/
.organizers {
	width: 720px;
	height:auto;
	margin: 5px 0 10px 30px;
	font-size:14px;
    line-height: 1.6;
}

table.organizers th {
	width: 15%;
	padding: 20px 15px;
}

table.organizers td {
	padding: 3px 10px ;
}
table.organizers caption {
  caption-side: top; /* 表の上に配置（デフォルト） */
  font-size: 15px;
  text-align: left; /* 左寄せ */
    font-weight: 700;
    padding-left: 10px;
}