﻿@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{
}

div#dcContainer{
	width: 1000px;
	margin: 0 auto;
	height: auto!important;
	height: 100%;
    min-height: 1187px;
	text-align: left;
	background: url(../images/bottomCon.png) no-repeat bottom;
}

/* ヘッダー構造 */
div.wrapper{
}

div#dcHeader{
	width:1000px;
	height:110px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

img#dcHeaderInfo{
	position:absolute;
    left:95px;
	top:16px;
}

/* フッター構造 */
div#dcFooter{
	padding:6px 0;
	background-color:#004d4b;
	font-size:12px;
	color:#FFF;
	text-align:center;
}


/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: auto;
	float: left;
	min-height:850px;
}

ul#dcMenu{
	width: 220px;
	height: auto;
	margin:0 0 15px 0;
	background-color:#FFF;
	border: solid 2px #004d4b;
	box-shadow:0 1px 5px rgba(0,0,0,.3);
}

ul#dcMenu li{
	margin-bottom:1px;
	list-style:none;
	border-bottom: dashed 1px #004d4b;
	font-weight: 600;
}

ul#dcMenu li a{
	display:block;
	padding: 10px 0 10px 10px!important;
	font-size:16px;
	color:#212121!important;
	line-height:2.4;
	text-decoration:none;
}

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 9px 0 0;
	transition:.4s ease-in-out;
}

ul#dcMenu li a:hover::before,
ul#dcMenu li.now a::before{
	background:#8fc31f;
	border:solid 1px #004d4b;
	transform:rotate(-135deg);
}

ul#dcMenu li:last-child{
	border: none;
}
ul#dcMenu li.iro{
    background-color: #F0F0C0;
    border-radius: 0 0 16px 16px;;
}

.none{
	display:block;
	padding: 10px 0 10px 30px!important;
	font-size:14px;
	color:#FFF!important;
	line-height:2.4;
	text-decoration:none;
}


/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	margin: 15px auto 0;
	font-size: 12px;
	line-height: 1.6;
}
.dcLeftside .border {
	padding: 5px 0 5px 0;
}

.dcLeftside .inner {
	width: 220px;
	height: auto;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	background-color:#FFF;
	border: solid 2px #004d4b;
	box-shadow:0 1px 5px rgba(0,0,0,.3);

}

.name{
	font-size: 15px;
	font-weight:700;
	padding:8px 10px 3px!important;
	border-bottom: dashed 1px #004d4b;
}

.dcLeftside .inner li{
	padding: 0 4px;
}
.dcLeftside .inner li:nth-of-type(2){
	padding-top: 5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #333;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}



/* コンテンツ構造 -> 右部コンテンツ*/ 
div#dcRightContents{
	width: 770px;
	height: auto;
	float: right;
	margin: 0;
	position: relative;
	min-height:1120px

}
div.dcContentsBox{
	width: 770px;
	height: auto;
}


/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
section.whatsNew{
    width:690px;
	position:absolute;
	top:970px;
	left: 45px;
}

.whatsNew h2{
	box-sizing:border-box;
	width:120px;
	height:35px;
	padding:6px 0 0 24px;
	font-size:18px;
	font-weight:800;
	color:#FFF;
    background-color: #004d4b;

}

.whatsNew > .outer{
	box-sizing:border-box;
	width:100%;
	height:170px;
	overflow-y:scroll;
	font-size:14px;
    background-color: #FFF;
opacity: 0.85;
}

.whatsNew dl{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	margin:5px 0 0;
	line-height:1.7;
}

.whatsNew > .outer dl dt{
	box-sizing:border-box;
	width:100px;
	border-bottom: dotted 1px #004d4b;
	padding:6px 0 0 0;
}

.whatsNew > .outer dl dd{
	box-sizing:border-box;
	width:calc(100% - 110px);
	margin:0;
	padding:6px 10px 0 18px;
	border-bottom: dotted 1px #004d4b;
}
.whatsNew .outer dl dt:before{
	content: url(../images/dcOshirasePBg.png) ;
	padding:0 5px 0 7px;
}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 770px;
	height: auto;
	float: right;
	position:relativel;
    
}

div.dcContentsBox2{
	width: 770px;
	height: auto;
	margin: 0;
}

div.dcContentsBox2 p{
	width: 710px;
	font-size: 1.4em;
	color: #333;
	padding: 5px 30px 0 20px;
	line-height: 1.7;
	letter-spacing: 0.8px;
}

.dcContentsBox2 h3{
	margin: 0;
	padding:8px 0 11px 16px;
	font-size:1.8rem;
	font-weight:700;
	color: rgb(45, 63, 27);
	line-height:1.4;
	background-color: rgb(189, 231, 103);
    border-radius: 30px 0 0 30px;
	width: 755px;
}
.dcContentsBox2 h3::before{
	content: "";
	display: inline-block;
	background-color: rgb(72, 148, 88);
	border-radius: 12px;
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	float: left;
	left:0;
	top:11px;
	z-index: 1;
	margin-right: .8rem;
}

.dcContentsBox2 h4{
	width:680px;
	margin: 30px 0 5px 20px;
  	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 20px;
}
.dcContentsBox2 .categoryBox ul{
	width: 650px;
	font-size: 1.4em;
	color: #000;
	margin: 15px 0 0 45px;
	line-height: 1.7;
	letter-spacing: 0.8px;
}
.dcContentsBox2 .categoryBox ul li{
	padding: 0 0 4px 15px;
	text-indent: -1em;
}


/* タイトルのスタイル */

.categoryBox{
	width: 770px;
	margin: 0;
	padding:15px 0 50px;
	color: #333;
	background:#FFF;
	min-height:1000px;
    background: rgba(255,255,255);
        min-height: 1062px;
}

.categoryBox p{
	font-size: 1.4em;
	line-height:1.6;
	padding: 10px 15px 15px;
	margin:0 15px;
}

/*開催概要*/
.kaisaiInfo {
	width: 720px;
	height:auto;
	margin: 20px 0 30px 25px;
	font-size:14px;
    border: 1px #CCc solid;
	display: box; 
}

table.kaisaiInfo th {
	width: 20%;
	background: #EFEFEF;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #CCc solid;
	font-size:14px;
}

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: 720px;
	height:auto;
	margin: 15px 0 30px 25px;
	font-size:14px;
    border: 1px #CCc solid;
	display: box; 
}
table.kaisaiInfo2 th {
	width: 5%;
	background: #EFEFEF;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #CCc solid;
	font-size:14px;
}

table.kaisaiInfo2 td {
	background: #FFF;
	padding: 20px 15px;
    border: 1px #CCc solid;
}


/*アクセス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{
	color:#333;
}
.dcContentsBox2 p a:hover, .dcContentsBox2 ul li a:hover, .secretariat .info a:hover, .whatsNew dl 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: 210px;
	padding:0 0 30px;
	margin:0 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.presidentBox img {
	float:left;
	margin:0 0 0 50px;
}
.presidentBox p {
	width:400px!important;
	line-height:2.0!important;
	position:absolute;
	top:100px;
	left:220px;
	
}
.presidentT p{
	width: 88%!important;
	line-height: 1.8!important;
	letter-spacing: 1.0px!important;
	margin-bottom:.6em;
}


/*バナー*/
.Banner {
	margin: 20px auto;
}
.Banner img {
	padding-left:15px;
    padding-bottom: 10px;
}

.PL10 { padding-left:10px!important;}
.PL20 { padding-left:20px!important;}
.PL30 { padding-left:30px!important;}
.PL40 { padding-left:40px!important;}
.PL50 { padding-left:50px!important;}
.PL60 { padding-left:60px!important;}
.PL70 { padding-left:70px!important;}
.PL80 { padding-left:80px!important;}
.chairs { width:90px!important;}
.pl3 { padding-left:3em!important;}
.pl4 { padding-left:4em!important;}
.pl5em { padding-left: 5em!important; }
.pl6em { padding-left: 6.5em!important; }
.pl7em { padding-left: 7em!important; }
.pl7hem { padding-left: 7.5em!important; }
.pl8em { padding-left: 8em!important; }
.pl13em { padding-left: 13em!important; }
.pl15em { padding-left: 15.5em!important; }
.pl20em { padding-left: 20em!important; }

/*フォーム*/
.widthFull{width:95%!important;}
.widthFourFifth{width:80%!important;}
.widthTwoThird{width:66%!important;}
.widthHalf{width:50%!important;}
.widthOneThird{width:33%!important;}
.widthQuarter{width:25%!important;}
.widthFifth{width:20%!important;}
.widthSixth{width:16%!important;}
.widthEighth{width:12.5%!important;}
.widthTenth{width:10%!important;}
.MTL{margin: 0 auto 15px;}



.dcContentsBox2 h5 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	font-size:18px;
    margin: 30px 35px 20px;
    z-index: 11111;
}
.dcContentsBox2 h5:before {
  content: "";
  position: absolute;
  background: #F0DDFB;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.dcContentsBox2 h6{
	font-weight: bold;
	margin: 0 25px 0;
	padding:10px ;
	font-size: 18px!important;
	height: auto;
	color: #5F1885;
	line-height: 1.8;
	letter-spacing:1px!important;
}
div.dcContentsBox2 dl{
	width: 780px;
	font-size: 0.8em;
	color: #333;
	padding: 2px 0 10px 10px;
	line-height: 1.6;
	font-weight:normal;
}

div.dcContentsBox2 dt{
	width:40px;
	float:left;
	text-align:center;
	font-size:16px;
	color: #333;
	line-height: 1.6;
}
div.dcContentsBox2 dd{
	width:700px;
	font-size:16px;
	color: #333;
	line-height: 1.6;
}
.titleBox {
	width:110px;
	font-size:18px;
	font-weight: 600;
	margin: 30px 0 0 15px;
	color: #FFF;
	background-color:#1B6E2E;
	border: solid 4px #FFF;
	padding: 5px 10px;
  	border-radius: 10px;
}
.b { font-weight:700!important;}

.box17{
    margin:2em 14em;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	font-size:12px;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/*関連事前参加登録*/
#link{
	margin: 10px 20px;
}

#link ul li a{
	font-size: 16px;
	padding-left: 50px;
	background: url(../images/linkBg.png) no-repeat 20px 2px;
	color: #000;
	line-height:2.4;
}

#link ul li a:hover{
	color:#000;
	text-decoration:none;
}

/*準備中*/
.boxJunbi{
    margin:4em 14em;
    position: relative;
    padding: 14px;
    border-top: solid 2px rgb(72, 148, 88);
    border-bottom: solid 2px rgb(72, 148, 88);
	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: rgb(72, 148, 88);
}
.boxJunbi:before {left: 10px;}
.boxJunbi:after {right: 10px;}
.boxJunbi p {
    margin: 0; 
    padding: 0;
}
/*挨拶注記*/
.boxcyuki {
padding:.5em 1em 1.5em;/*内側余白*/
position: relative;
border: 8px solid #CCC;/* 線の太さ・種類・色 */
z-index: 0;
margin: 30px;
font-size: .8em;

}
.boxcyuki:before {
background-color:#cca497;/* ワインポイントの色 */
content: '';
display: block;
position: absolute;
top: -8px;
left: -8px;
width: 8px;
height: 8px;
z-index: 1;
}
.boxcyuki ul{
width: 600px!important;
color: #000;
line-height: 1.7;
letter-spacing: 0.8px;
}
.boxcyuki ul li{
}


.endaiTitle{
	width:80%;
	border-collapse:collapse;
	font-size:1.4em;
	margin:1.5em 0 1em 40px;
}

table.endaiTitle th{
	width:5%;
	padding:0.8em 1em 0.4em;
	background-color:#174592;
	color:#FFF;
	text-align:center!important;
	border:solid 1px rgb(151,151,166);
	font-size:16px!important;
}

table.endaiTitle td{
	padding:1em 1em 0.4em;
	border:solid 1px rgb(151,151,166);
}
/*演題登録*/
div.abstract_box{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 1em;
	text-align:center;
}
div.abstract_box a{
	box-sizing:border-box;
	display:block;
	margin:1em auto;
	padding:1em;
	width:100%;
	background:#174592;
	border:solid 1px #174592;
	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:1.4em;
}

div.abstract_box a::after{
	content:" ▶";
}

div.abstract_box a:hover{
	background:rgb(255,255,255);
	color:#174592!important;
}

.box5 {
    padding: 0.5em 1em 0.3em;
    margin: 0 auto 0;
    border: double 5px #FFF;
    width: 190px;
    background-color: #174592;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    text-decoration:none;
    border-radius: 10px;
}

.mds_flow_partici {
	margin: 10px 20px 0;
    padding: 15px auto;
	text-align: center;
	background-color: #FFFBDB;
	border-top: solid 1px #c18e2d;
	border-right: solid 1px #c18e2d;
	border-left: solid 1px #c18e2d;
    line-height: 2.6;
	font-size: 18px;
}


span.marker {
    background: linear-gradient(transparent 75%, #ffff7f 75%);
}
.kakoi{
	margin: 0 20px;
    padding: 15px 20px;
    border: solid 1px #231815;
    background-color: #fffefb;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF09A;
  margin: 10px auto;
}
div.txt_box{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 1em;
	text-align:center;
}
div.txt_box a{
	box-sizing:border-box;
	display:block;
	margin:1.5em auto 1em;
	padding:1em;
	width:100%;
	background:#e1f3ff;
	border:solid 1px #668ad8;
	border-radius:4px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	color:#668ad8;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
	font-size:1.4em;
}

div.txt_box a::after{
	content:" ▶";
}

div.txt_box a:hover{
	background:rgb(255,255,255);
	color:#668ad8;
}


/*プログラム*/
.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:#e99517;
	border:solid 1px #e99517;
	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:#e99517!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;

}
.button_box{
	justify-content:space-around;
	position:relative;
}
.button_box li{
	width:80%;
	margin:2em auto;
}
.button_box li a{
	box-sizing:border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:1em ;
	width:100%;
	background:rgb(72, 148, 88);
	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: 113px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}    
    
.button_box a:hover{
    background:#DCF2AE;
    color:#444!important;}

.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: #BBB;
	padding: 20px 15px;
	font-weight: normal;
    border: 1px #999 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;
}

	