﻿@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.png);
	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;
    min-height: 1100px;
    background: url(../images/conB.png) repeat-y;
}

/* ヘッダー構造 */

div#dcHeader{
	width:1000px;
	height:130px;
	margin:0 auto;
	position:relative;
	z-index:1;
    background-color: #33ABE2;
}

img#dcHeaderInfo{
	position:absolute;
	left:120px;
	top:3px;
}

/* フッター構造 */
footer{
    margin: 0 auto;
    width: 1000px;
	padding:10px 0;
	background-color:#145586;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 220px;
	height: 100vh;
	float: left;
    background: #33ABE2;
    min-height: 1100px;
}
ul#dcMenu{
	width:210px;
	min-height:160px;
	margin: 0 5px 25px;
	font-size:1.4em;
}

ul#dcMenu li{
	width:210px;
	height:45px;
	margin-bottom:2px;
    background-color: #FFF;
    position:relative;
}

ul#dcMenu li a{
	display:inline-block;
	width:210px;
	height:45px;
	padding: 4px 0 0 12px;
	color:#333;
	text-decoration:none;
	line-height:38px;
	text-shadow:0 1px 1px #CCC;
}

ul#dcMenu li a:hover{
	width:210px;
	height:45px;
	color:#E60013;
	text-shadow: none;
}
ul#dcMenu li.now a{
}
ul#dcMenu li.now a::after{
	box-sizing:border-box;
	display: inline-block;
    vertical-align: middle;
	width:18px;
	height:18px;
	position:absolute;
	right:10px;
	top:10px;
}
ul#dcMenu li.kotei{
	color: #FFF;
    text-align: center;
	margin: 20px 0 0 0!important;
    background-color: #CB2044;
}
ul#dcMenu li.kotei1{
	color: #FFF;
	margin: 10px 0 0 0!important;
    background-color: #015485;
    text-align: center;
    line-height:50px;
}
ul#dcMenu li.iro{
    background-color: #fdeeef;
}

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: #CB2044;
	border:solid 1px #E2B4C8;
	transform:rotate(-135deg);
}

ul#dcMenu li.now a{
	font-weight:700;
	}





/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 780px;
    height: auto;
    box-sizing:border-box;
	float: right;
	position:relative;
	 height: 1000px!important;
}

div.dcContentsBox{
	width: 780px;
	height: auto;
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	width: 220px;
	margin: -25px auto 0 ;
	font-size: 1.2em;
	line-height: 1.6;
}
.dcLeftside .border {
	padding: 5px 0 5px 0;
	border: 1px solid #6E7A88;
	}

.dcLeftside .inner {
	width: 210px!important;
	height: auto;
	color: #111;
	margin: 0 auto 15px;
}

.name{
	font-size: 1.2em;
	color: #111;
	font-weight:700;
	border-bottom: 1px solid #6E7A88;
	padding-left:10px!important;
}
.dcLeftside ul{
	background-color:#FFF;
}

.dcLeftside .inner li{
	padding: 0 0 0 8px;
}
.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: 720px;
	height: 170px;
	position: absolute;
	top:900px;
	left:30px;
    background-color: rgb(255,255,255,0.9);
}

#dcContainer #dcRightContents h2{
	position: absolute;
	top:865px;
	left:30px;
	width: 700px;
	height: 30px;
	padding:6px 0 0 20px;
    font-size:1.8em;
	font-weight:600;
    letter-spacing: 3px;
	color: rgb(255,255,255);
   background-color: rgb(226,180,200,0.9);}

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: 780px;
	height: auto;
	float: right;
    background-color: #FFF;
    min-height: 1160px;
}

div.dcContentsBox2{
	width: 780px;
	height: auto;

}

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: 730px;
    font-size: 30px;
    font-weight:bold;
    box-shadow: 0px 0px 0px 8px #F3F3F3;
    border-bottom: dashed 1px #CB2044;
    margin: 8px auto 20px;
    padding: 10px 10px 5px 20px;
    background-color: #fdeeef;
}

.dcContentsBox2 h4{
	width:700px;
	margin: 30px 0 5px 15px;
  	padding: 8px 20px 5px;
  	font-size: 2em;
  	font-weight: bold;
  	color: #523219;
  	background: #FFF;
  	position: relative;
  	border: 1px solid #2E2B26;
  	border-radius: 4px;
}

.dcContentsBox2 h4:first-child{
	margin: 10px 0 10px 15px;
}

.dcContentsBox2 h5{
	width:700px;
    padding: 0.5em 1em;
	margin: 30px 0 10px 23px;
    border-left: solid 8px #523219;
    border-bottom: solid 1px #523219;
  	font-size: 1.5em;
}
#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;
	 }

.kaisaiInfo2 {
	width: 480px;
	height:auto;
	padding: 5px;
	font-size:13px;
	background: #ccc;
	line-height: 0.6;
}

/*大会組織*/
.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: 230px;
	padding:0 0 20px;
	margin:0 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:120px;
	left:220px;
}
.presidentT p{
	width: 90%!important;
	line-height: 2.2!important;
	letter-spacing: 0.8px!important;
	margin-bottom:1em;

}

/*関連リンク*/
#link{
	margin: 10px 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:92%;
	border-collapse:collapse;
	font-size:1.4em;
	margin:1.5em auto 2.5em;
}

table.endaiTitle th{
	padding:0.5em 0.5em;
	background-color:#523219;
	color:#FFF;
	text-align:center!important;
	border:solid 1px #FFF;
}

table.endaiTitle td{
	padding:0.5em 0.5em;
	border:solid 1px #523219;
}

.border{
	border-bottom:solid 1px #523219!important;

}
.border2{
	border-right:solid 1px #523219!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 1em 2em;
	padding:0.5em;
	width:100%;
	background:#F39800;
	border:solid 1px rgb(255,133,0);
	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:rgb(255,133,0)!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 #6E7A88;
    border-bottom: solid 2px #6E7A88;
	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: #6E7A88;
}
.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: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:#145586;
	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:#33ABE2;
    color:#FFF!important;
	}

