﻿@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-color: #FEF5E7;
	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: 125px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}

img#dcHeaderInfo{
	position:absolute;
	right:0;
	top:0;
}

/* フッター構造*/
footer{
	min-width:1000px;
    width: 1000px;
    margin: -5px auto 0;
	position:relative;
	background-size:cover;
	line-height:1.6;
	z-index: 999;
	background: #08040A;
	text-align:left;
	border-top:1px solid #FFF;
    color: #FFF;
}

footer > .inner{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:-25px auto 5px;
	padding:0 30px;
	width: 1000px;
	height: 160px;
}
.inner address .name:before{
	content:" ";
	display:block;
	width:1px;
	height:100px;
	background:#FFF;
	float:left;
	margin:0 15px 0 0;
}

footer address{
	padding:40px 0;
	width:430px;
	font-style:normal;
}
footer address.operation{
	width:430px;
}

footer address .titleF {
	margin:.1em 0 .1em 0;
	font-size:1.5em;
	font-weight:500;
	float:left;
}

footer address .name,
footer address .info{
	margin:0 0 0 95px;
}

footer address .name{
	margin-bottom:.2em;
	font-size:1.4em;
	font-weight:500;
}

footer address .info{
	font-size:1.4em;
}

footer .copyright{
	margin:0;
	padding:5px !important;
	width:100%;
    height: 20px;
	min-width:1000px;
	font-size:1.3em;
	text-align:center;
	color:rgb(255,255,255);
}
footer address .info a{
	color:#FFF;
}
footer address .info a:hover{
	color:#FFF;
	text-decoration:none;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: 100%;
	float: left;
	min-height: 980px;
    background-color: #007DC6;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
    
}

ul#dcMenu{
	margin:10px 0 0;
	padding:0;
	width:100%;
}

ul#dcMenu li{
	margin-left:5px;
	list-style:none;
	color:#000;
	width:218px;
	height:46px;
	position:relative;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #032347;
}

ul#dcMenu li a{
	display:block;
	padding:.6em 1.5em;
	font-size:1.4em;
	color:inherit;
	line-height:2.1;
	text-decoration:none;
    color: #FFF;
}
ul#dcMenu li.now a{
	color:rgb(255,255,255);
	}

ul#dcMenu li a::before{
	box-sizing:border-box;
	display:inline-block;
	content:"";
	width:12px!important;
	height:12px!important;
	margin:0 20px 0 0;
	transition:.5s ease-in-out;
}

ul#dcMenu li a:hover::before,
ul#dcMenu li.now a::before{
	background:#F9A925;
	border:solid 1px rgb(255,255,255);
	transform:rotate(-135deg);
}

ul#dcMenu li:first-child{
    border-top: 1px solid #FFF;
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.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: #FFF;
	margin: 0 auto 15px;
}



.dcLeftside .inner li{
	padding: 0 4px;
}
.dcLeftside .inner :nth-child(2){
	padding-top:5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #FFF;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}
/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 770px;
	height: auto;
	min-height:1130px;
	float: right;
	position:relative;

}
div#dcRightContents img{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.dcContentsBox{
	width: 770px;
	height: auto;
}

div.dcContentsBox p{
	width:740px;
	margin-bottom:30px;
	font-size:1.4em;
}

/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow-y: auto;   /* スクロール表示 */
	width: 750px;
	height: 140px;
	position: absolute;
	left: 2px;
	top: 975px;
}
#dcContainer #dcRightContents h2{
	position: absolute;
	left: 15px;
	top:933px;
	font-size:2em;
	font-weight:600;
    letter-spacing: 2px;
	color: rgb(255,255,255);
}

div#dcOshirase p{
	width:730px;
	min-height:30px;
	color: #111;
	font-size:1.4em;
	border-bottom:1px dashed #737E84;
	background: url(../images/dcOshirasePBg.png) 10px 8px no-repeat;
	display:inline-block;
}

div#dcOshirase p span{
	display:inline-block;
	padding:5px 0;
	float:left;
}

div#dcOshirase p span.date{
	width:50px;
	font-size: 90%;
	padding-left: 25px;
}

div#dcOshirase p span.info{
	padding-left: 50px;
	width:590px;
}

div#dcOshirase p span a{
	text-decoration: underline;
	color: #FFF;
}

div#dcOshirase p span a:hover{
	text-decoration: none;
}

/* 共通コンテンツ -> このページの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: 1200px;
	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: 5px 0 0;
    padding: 0.3em 1.5em 0.2em;
    background: #032347;
    color: white;
    font-size: 28px;
    
}

.dcContentsBox2 h4{
    margin: 25px 15px 10px!important;
    padding: 10px 20px;
    border-left: 5px solid #F9A925;
    background: #FBFBFB;
    box-shadow:0 0 3px 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;
}
.kaisaiInfo3 {
	width: 720px;
	height:auto;
	margin: 15px 0 30px 30px;
	font-size:14px;
    border: 1px #AAA solid;
	display: box; 
}

table.kaisaiInfo3 th {
	width: 20%;
	background: #C4E4F9;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #AAA solid;
}
table.kaisaiInfo3 th.iro {
	width: 20%;
	background: #EFEFEF;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #AAA solid;
}

table.kaisaiInfo3 td {
	background: #FFF;
	padding: 20px 15px;
    border: 1px #AAA solid;
}

/*アクセス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: 25px 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:#F4D1D8;
	border:solid 1px #FC96AA;
	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;
}

.abstract_box a::after{
	content: " ▶";
}

.abstract_box a:hover{
	background:rgb(255,255,255);
	color:#FC96AA!important;
}
.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: 195px;
	padding:0 0 30px;
	margin:15px 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.presidentBox img {
	float:left;
	margin:5px 0 0 60px;
}
.presidentBox p {
	width:420px!important;
	line-height:1.8!important;
	position:absolute;
	top:120px;
	left:220px;
}
.presidentT p{
	width: 90%!important;
	line-height: 2.2!important;
	letter-spacing: 0.8px!important;
	text-indent: 1em;
}

/*宿泊*/
.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/pfd.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 #F9A925;
    border-bottom: solid 2px #F9A925;
	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: #F9A925;
}
.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;
}
.button_box{
	justify-content:space-around;
	position:relative;
}
.button_box li{
	width:60%;
	margin:2em auto;
}
.button_box li a{
	box-sizing:border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:1em ;
	width:100%;
	background:#1789CC;
	box-shadow:0 0 5px rgba(0,0,0,.3);
    font-size:16px;
	font-weight:500;
	color:#FFF!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-opacity:background,color;
	z-index:1;
}
 
.button_box::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 270px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}    
    
.button_box a:hover{
    background:#0B3581;
    color:#FFF!important;
	}

