﻿@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%;
	font-size:62.5%;
	color:#333;
	text-align:center;
	line-height:1.6;
	font-kerning: normal;
	background-image: url(../images/backImage.jpg);
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;}

div#wrapper{
	width:1000px!important;
	margin:0 auto;
}

div#dcContainer{
	width: 1000px;
    margin: 0 auto;
	text-align: left;
    background-color: #EE9B2C;
}

/* ヘッダー構造 */

div#dcHeader{
	width:1000px;
	height:100px;
	margin:0 auto;
	position:relative;
	z-index:1;
    background-color: #EE9B2C;
}

img#dcHeaderInfo{
	position:absolute;
	left:42px;
	top:16px;
}

/* フッター構造 */
footer{
    margin: 0 auto 0;
    width: 1000px;
	padding:10px 0;
	background: url(../images/footerB.jpg) no-repeat;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	float: left;
    min-height: 950px;
}

ul#dcMenu{
	margin:0 auto;
	padding:0;
	width:100%;
	width: 214px;
}

ul#dcMenu li{
	width: 214px;
	height: 50px;
	list-style:none;
	color: rgb(255,255,255);
	position:relative;
    background-color: #FFF;
	border-bottom:solid 1px #EE9B2C;
}

ul#dcMenu li:first-child{
}

ul#dcMenu li a{
	display:block;
	padding: 0.9em 0 0.9em 15px;
	font-size:14px;
	color:#111;
	text-decoration:none;
}

ul#dcMenu li.now a::after{
	box-sizing:border-box;
	display: inline-block;
    vertical-align: middle;
	width:16px;
	height:16px;
	position:absolute;
	right:8px;
	top:17px;
}

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:.4s ease-in-out;
}

ul#dcMenu li a:hover::before,
ul#dcMenu li.now a::before{
	background: #1DAD55;
	border:solid 1px rgb(255,255,255);
	transform:rotate(-135deg);
    	font-weight:700;

}

ul#dcMenu li a:hover{
    color: #011708;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	}



/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 770px;
    height: auto;
    box-sizing:border-box;
	float: right;
	position:relative;
    min-height: 1030px;
    background-color: #FFF!important;}

div.dcContentsBox{
	width: 770px;
	height: auto;
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	width: 230px;
	margin: 20px auto 0 ;
	font-size: 1.2em;
	line-height: 1.6;
}
.dcLeftside .border {
	padding: 5px 0 5px 0;
	border: 1px solid #EE9B2C!important;
	}

.dcLeftside .inner {
	width: 214px!important;
	height: auto;
	color: #111;
	margin: 0 auto 15px;
}

.name{
	font-size: 1.2em;
	color: #111;
	font-weight:700;
	border-bottom: 1px solid #EE9B2C;
	padding-left:10px!important;
}
.dcLeftside ul{
	background-color:#FFF;
}

.dcLeftside .inner li{
	padding: 0 0 0 5px;
}
.dcLeftside .inner :nth-child(2){
	padding-top:5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #111;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}

/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow-y: auto;   /* スクロール表示 */
	width: 710px;
	height: 140px;
	position: absolute;
	top:865px;
	left:30px;
    background-color: rgb(255,255,255);
	border:2px solid #EE9B2C;
}

#dcContainer #dcRightContents h2{
	position: absolute;
	top:828px;
	left:30px;
	width: 690px;
	height: 30px;
	padding:6px 0 0 20px;
    font-size:1.8em;
	font-weight:600;
    letter-spacing: 3px;
    color: #EE9B2C;
	border-top:2px solid #EE9B2C;
	border-left:2px solid #EE9B2C;
	border-right:2px solid #EE9B2C;
}

div#dcOshirase p{
	width:700px;
	min-height:30px;
	color: #011708;
	font-size:1.4em;
	border-bottom:1px dashed #737E84;
	background: url(../images/dcOshirasePBg.png) 10px 14px no-repeat;
	display:inline-block;
}

div#dcOshirase p span{
	display:inline-block;
	padding:10px 0 8px;
	float:left;
}

div#dcOshirase p span.date{
	width:40px;
	font-size: 90%;
	padding-left: 20px;
}

div#dcOshirase p span.info{
	padding-left: 50px;
	width:590px;
}

div#dcOshirase p span a{
	text-decoration: underline;
	color: #011708;
}

div#dcOshirase p span a:hover{
	text-decoration: none;
}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 770px;
	height: auto;
	float: right;
    background-color: #FFF;
    min-height: 950px;
}

div.dcContentsBox2{
	width: 770px;
	height: auto;
    margin-bottom: 30px;

}

div.dcContentsBox2 p{
	width: 720px;
	font-size: 1.4em;
	color: #333;
	padding: 5px 0 5px 30px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.dcContentsBox2 h3 {
    width: 710px;
    font-size: 30px;
    font-weight:bold;
 padding: .6rem 1.8rem;
  color: #fff;
  background: #D3D806;
  -webkit-box-shadow: 5px 5px 0 #1DAD55;
  box-shadow: 5px 5px 0 #1DAD55;
}


.dcContentsBox2 h4{
    margin: 30px 15px 10px!important;
    padding: 10px 20px;
    border-left: 5px solid #1DAD55;
    background: #FAFAFA;
    box-shadow:0 0 2px rgba(0,0,0,.3);
    font-size:18px;

}
.dcContentsBox2 h5{
	width:700px;
    padding: 0.3em 1em;
	margin: 10px 0 0 20px;
    border-bottom: solid 1px #523219;
  	font-size: 1.6em;
    
}
#dcRightContents2 ul {
	width: 750px;
	font-size: 1.4em;
	color: #333;
	padding: 10px 0 5px;
	line-height: 1.6;
}

#dcRightContents2 ul li{
	padding: 0 0 5px 45px;
	text-indent: -1em;
}



/*開催概要*/
table.kaisaiInfo {
	width: 720px;
	height:auto;
	margin: 40px 30px ;
	font-size:14px;
    border: 1px #CCc solid;
	display: box; 
    line-height: 2;
}

table.kaisaiInfo th {
	width: 20%;
	background: #EFEFEF;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #CCc solid;
}

table.kaisaiInfo td {
	background: #FFF;
	padding: 20px 15px;
    border: 1px #CCc solid;
}
.kaisaiInfo tr td a {
	text-decoration: underline;
	color: #000;
	 }
.kaisaiInfo tr td 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: 2.0;
}

table.organizers th {
	width: 15%;
	padding: 20px 15px;
}

table.organizers td {
	padding: 20px 15px;
}


/*アクセスgMap*/
.dcContentsBox2 #gMap {
	width:700px;
	height:500px;
	margin: 15px 30px;
	border: 1px solid #666;
}
.dcContentsBox2 p a, .dcContentsBox2 ul li a, .secretariat .info a, .whatsNew dl a, table.endaiTitle tr td a{
	color:#333;
}
.dcContentsBox2 p a:hover, .dcContentsBox2 ul li a:hover, .secretariat .info a:hover, .whatsNew dl a:hover, table.endaiTitle tr td a:hover{
	color:#333;
	text-decoration:none;
}

.secretariat .info a{
	color:#FFF;
}
.secretariat .info a:hover{
	color:#FFF;
	text-decoration:none;
}

/*会長挨拶*/
.presidentBox {
	width: 100%;
	height: 270px;
	padding:0 0 20px;
	margin:20px 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.presidentBox img {
	float:left;
	margin:0 0 0 45px;
}
.presidentBox p {
	width:420px!important;
	line-height:1.8!important;
	position:absolute;
	top:180px;
	left:220px;
}
.presidentT p{
	width: 90%!important;
	line-height: 2.4!important;
	letter-spacing: 0.8px!important;
	margin-bottom:0;
    text-indent: 1em;

}

/*関連リンク*/
#link{
	margin: 30px 10px;
}

#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;
}

hr{ margin: 30px 30px 0;
	border-bottom:	1px dashed #000060;
}



/*バナー*/
.Banner {
	margin: 20px 0 15px 5px;
}
.endaiTitle{
	width:96%;
	border-collapse:collapse;
	font-size:1.4em;
	margin:1.5em auto 2.5em;
}

table.endaiTitle th{
    width:10%;
	padding:0.5em 0.5em;
	background-color:#F0F0F0;
	color:#3C3C3C;
	text-align:center!important;
	border:solid 1px #3C3C3C;
}

table.endaiTitle td{
	padding:0.5em 0.5em;
	border:solid 1px #3C3C3C;
}

.border{
	border-bottom:solid 1px #3C3C3C!important;

}


/*演題登録*/
.abstract_box, .word_box {
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center; 
	padding:0 1em;
	text-align:center;
}

.abstract_box a, .word_box a{
	box-sizing:border-box;
	display:block;
	margin:1em 0.5em 1em 0.5em;
	padding:1em;
	width:100%;
	background:#CB2044;
	border:solid 1px #CB2044;
	border-radius:4px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	color:rgb(255,255,255)!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
    font-size: 16px;
}

.abstract_box a::after{
	content: " ▶";
}

.abstract_box a:hover{
	background:rgb(255,255,255);
	color:#CB2044!important;
}

/*演題登録*/
.abstract_box2 {
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center; 
	padding:0 1em;
	text-align:center;
}

.abstract_box2 a{
	box-sizing:border-box;
	display:block;
	margin:1em 0.5em 1em 0.5em;
	padding:1em;
	width:100%;
	background:#015485;
	border:solid 1px #015485;
	border-radius:4px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	color:rgb(255,255,255)!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
    font-size: 16px;
}

.abstract_box2 a::after{
	content: " ▶";
}

.abstract_box2 a:hover{
	background:rgb(255,255,255);
	color:#015485!important;
}

/*プログラム*/
.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:#FFBD00;
	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:#FFBD00!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;

}

/*プログラム*/
.pdf_box_3 {
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center; 
	padding:0 1em;
	text-align:center;
	margin:1em 0 1.5em 0;

}

.pdf_box_3 a{
	box-sizing:border-box;
	display:block;
	margin:1em 10px 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_3 a:hover{
	background:#FFF;
	color:#EABD55!important;
}

.pdf_box_3 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;

}
.ppt_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;

}

.ppt_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;
}

.ppt_box a:hover{
	background:#FFF;
	color:#EABD55!important;
}

.ppt_box a::after{
	content:url(../images/ppt.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 auto;
    border-top: solid 2px #EE9B2C;
    border-bottom: solid 2px #EE9B2C;
	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: #EE9B2C;
}
.boxJunbi:before {left: 10px;}
.boxJunbi:after {right: 10px;}
.boxJunbi p {
    margin: 0; 
    padding: 0;
}

span.marker {
    background: linear-gradient(transparent 75%, #ffff7f 75%);
}


    /*バナー*/
    .box5 {
    padding: 0.5em 1em 0.3em;
    margin: 0 auto 0;
    border: double 5px #FFF;
    width: 180px;
    background-color: #68C4FB;
    font-size: 13px;
    text-align: center;
    color: #FFF;
	text-decoration:none;
}


.button_box{
	justify-content:space-around;
	position:relative;
}
.button_box li{
	width:50%;
	margin:2em auto;
}
.button_box li a{
	box-sizing:border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:1em ;
	width:100%;
	background:#EE9B2C;
	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: 500px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}    
    
.button_box a:hover{
    background:#E94C18;
    color:#FFF!important;
	}