﻿@charset "UTF-8";

/* ページ全体の構造 */mds_flow_partici

html{
	overflow-y:scroll;
}

html,body{height:100%;
}

body{
	margin:0 auto;
    padding: 0;
    height: 100%;
	font-family: Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size:62.5%;
	color:#333;
	background-size: cover;	  
	background-image: url(../images/Bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-align:center;
	line-height:1.6;
}

div#dcContainer{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/mainCoon.png);
}

/* ヘッダー構造 */

div#dcHeader{
	width:1000px;
	height:110px;
	margin:0 auto;
	position:relative;
	z-index:1;
	background-image: url("../images/headerBg.jpg");
}

div#titleLogo{
	position:absolute;
	left:70px;
	top:10px;
    
}
img#dcHeaderInfo{
	position:absolute;
    right: 55px;
	top:25px;
}

/* フッター構造*/
footer{
	min-width:1000px;
    width: 1000px;
    margin: -5px auto 0;
	position:relative;
	background-size:cover;
	line-height:1.6;
	z-index: 999;
    background-color: #21284F;
	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:2px 30px 0;
	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 .title{
	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.2em;
	text-align:center;
	color:rgb(255,255,255);
}


/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 220px;
	float: left;
}

ul#dcMenu{
	margin:0 auto;
	padding:0;
	width:100%;
	width: 210px;
}

ul#dcMenu li{
	width: 213px;
	height: 50px;
    margin-bottom: 4px;
	list-style:none;
	color: rgb(255,255,255);
	position:relative;
    background-color: #FFF;
}

ul#dcMenu li:first-child{
}

ul#dcMenu li a{
	display:block;
	padding: 1em 0 0.9em 15px;
	font-size:15px;
	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: #21284F;
	border:solid 1px rgb(255,255,255);
	transform:rotate(-135deg);
    	font-weight:700;

}

ul#dcMenu li a:hover{
    color: #49A3D5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	}



/* コンテンツ構造 -> 右部コンテンツ */
div#dcRightContents{
	width: 780px;
    box-sizing:border-box;
	text-align:left;
	float: right;
	position:relative;
    min-height:1040px!important;
}
div.dcContentsBox{
	width: 780px;
	height: auto;
}


/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow-y: auto;   /* スクロール表示 */
	width: 720px;
	height: 160px;
	position: absolute;
	top:842px;
	left:30px;
    background-color: #FFF;
}

#dcContainer #dcRightContents h2{
	position: absolute;
	top:807px;
	left:30px;
	width: 700px;
	height: 30px;
	padding:6px 0 0 20px;
    font-size:1.8em;
	font-weight:600;
    letter-spacing: 3px;
	color: #FFF;
   background-color: #49A3D5;}

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: rgba(255,255,255);
}

div.dcContentsBox2{
	width: 780px;
	height: auto;
	min-height:900px;
    
}

div.dcContentsBox2 p{
	width: 730px;
	font-size: 1.4em;
	color: #333;
	padding: 10px 0 5px 30px;
	line-height: 1.8;
	letter-spacing: 1px;
}


.dcContentsBox2 h3{
    padding: .4em 0 .2em .7em;
    border: 2px solid #21284F;
    box-shadow: 5px 5px #21284F;
    color: #21284F;
    font-size: 30px;
    margin: 0 5px 0 0;
}

.dcContentsBox2 h4{
	width:715px;
	margin: 30px 0 5px 20px;
  	padding: 8px 15px 5px;
  	font-size: 2em;
  	font-weight: bold;
  	color: #222;
  	background: #FFF;
  	position: relative;
  	border: 1px solid #21284F;
  	border-radius: 4px;
}

.dcContentsBox2 h4:first-child{
	margin: 0 0 5px 15px;
}
    .dcContentsBox2 h5{
	position:relative;
	margin:1.5em 2em .4em;
	padding:0 0.4em;
	/*border-bottom:dotted 1px rgb(200,200,200);*/
	font-size:1.1rem;
	color:rgb(91, 99, 128);
	line-height:1.4;
	background: linear-gradient(transparent 70%, rgb(93, 197, 218) 60%);
}   
.dcContentsBox2 h6{
	position:relative;
	margin:1.5em 1.5em .4em;
	padding-bottom: .1em;
	padding-left:1.1em;
	border-bottom:dotted 4px #3BA9DC;
	font-size:1.2rem;
	line-height:1.4;
}
.dcContentsBox2 h6::before{
	box-sizing:border-box;
	content:"";
	position:absolute;
	top:.4em;
	left:.2em;
	display:inline-block;
	margin-right:8px;
	margin-left:3px;
	width:8px;
	height:8px;
	background-color: rgb(21, 50, 89);
	/*border:solid 3px rgb(35, 47, 59);*/
	border-radius:12px;
}


#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;
}

/* タイトルのスタイル */

.categoryBox{
	width: 780px;
	margin: 0;
	padding:20px 0 30px;
}


/*開催概要*/
.kaisaiInfo {
	width: 720px;
	height:auto;
	margin: 15px 0 30px 30px;
	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;
}

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;
}

.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: #49A3D5;
	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;
}

/*大会組織*/
.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;
}
footer address .info a, .footer2 a{
	color:#FFF;
}
footer address .info a:hover, .footer2 a:hover{
	color:#FFF;
	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:0 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.presidentBox img {
	float:left;
	margin:0 0 0 45px;
}
.presidentBox p {
	width:500px!important;
	line-height:1.8!important;
	position:absolute;
	top:175px;
	left:240px;
}
.presidentT p{
	width: 90%!important;
	line-height: 2!important;
	letter-spacing: 0.8px!important;
}

/*関連リンク*/
#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: 30px auto;
}
.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:#1A2172;
	color:#FFF;
	text-align:center!important;
	border:solid 1px #FFF;
}

table.endaiTitle td{
	padding:0.5em 0.5em;
	border:solid 1px #1A2172;
}

.border{
	border-bottom:solid 1px #1A2172!important;

}
.border2{
	border-right:solid 1px #1A2172!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 auto ;
	padding:0.5em;
	width:100%;
	background:#3BA9DC;
	border:solid 1px #3BA9DC;
	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:#3BA9DC!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:#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:#c18e2d!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 #49A3D5;
    border-bottom: solid 2px #49A3D5;
	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: #49A3D5;
}
.boxJunbi:before {left: 10px;}
.boxJunbi:after {right: 10px;}
.boxJunbi p {
    margin: 0; 
    padding: 0;
}

.mds_flow_partici {
	margin: 10px 20px 0;
    padding: 15px auto;
	text-align: center;
	background-color: #fff7de;
	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;
}

.endaiTitle2{
	width:600px;
	border-collapse:collapse;
	font-size:1.4em;
	margin:1em 30px 5px;
}

table.endaiTitle2 th{
	padding:0.8em 0.3em 0.4em;
	background-color:#EFEFEF;
	color:#111;
	text-align:center!important;
	border:solid 1px #555555;
	font-size:16px!important;
}

table.endaiTitle2 td{
	padding:0.9em 1em 0.4em;
    border:solid 1px #555555;}

.mds1 {
	width: 96%;
	margin: 0 0 25px;
	padding: 16px 0 14px 32px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	background-color: #c18e2d;
}


.mds2 {
	width: 100%;
	max-width: 730px;
	margin: 20px 0 5px 15px;
	padding: 0 0 2px 23px;
	color: #19102c;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #c18e2d;
	background-image: url(../images/program.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.mds3 {
	margin: 0 0 13px;
	padding: 3px 0 3px 10px;
	color: #231815;
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}
.ttl_program {
	color: #036eb8;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 8px 18px;
	background: #eee;
	margin: 40px 0 20px 0;
}

.mds_program_session1 {
	margin: 0 0 13px;
	padding: 3px 12px 4px 12px;
	color: #231815;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	border-left: 5px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	display: flex;
	justify-content: space-between;
}

.title_program2 {
	padding: 2px 0 0 20px;
	color: #c18e2d;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.title_program3 {
	padding: 2px 0 0 60px;
	color: #c18e2d;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.session_day2 {
	padding: 0;
	font-size: 12px;
	color: #221814;
	font-weight: normal;
	line-height: 1.7;
	order: 1;
}

.endai_program {
	margin: 0 0 5px 2em;
	padding: 10px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

.col_content.program {
	margin-bottom: 30px;
}

dl.list_program {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: flex;
    font-size: 14px;
    line-height: 1.8;
}

dl.list_program:last-of-type {
	margin-bottom: 0;
}

dl.list_program dt {
	width: 7em;
	margin: 0;
	padding: 0 2em 0 0;
	text-align: right;
	flex-shrink: 0;
}

dl.list_program dd.name1 {
	width: 8em;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

dl.list_program dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
dl.list_program dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

/*バナー*/
.Banner {
	margin: 20px 0 15px 5px;
}

#dcLeftContents .Banner2 {
	width:210px;
	height:42px;
	margin: 20px auto 0;
	background-color:rgb(255,133,0);
    border-radius: 6px;}

#dcLeftContents .Banner2 a {
	color:#FFF;
	font-size:14px;
	padding:10px 0 10px 20px;
	line-height:3;
	text-decoration:none;
	transition: 1.0s ;
    letter-spacing: 2px;
}

#dcLeftContents .Banner2 a:hover {
	opacity: 0.5 ;}

/*プログラムボタン*/
.btnPro {
    border: 1px solid #C39EC8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    min-width: 190px;
    text-align: center;
	margin: 5px 10px;
    padding: 10px 15px 10px 15px;
    text-decoration: none !important;
    display: inline-block;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    color: #ffffff !important;
    background-color: #C39EC8;
    background-image: -webkit-gradient(linear, left top, left bottom, from#C39EC8, to(#7B4A82));
    background-image: -webkit-linear-gradient(top, #C39EC8, #7B4A82);
    background-image: -moz-linear-gradient(top, #C39EC8, #7B4A82);
    background-image: -ms-linear-gradient(top, #C39EC8, #7B4A82);
    background-image: -o-linear-gradient(top, #C39EC8, #7B4A82);
    background-image: linear-gradient(to bottom, #C39EC8, #7B4A82);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C39EC8, endColorstr=#7B4A82);
}


.btnPro a{
	color:#FFF;
}

.btnPro:hover{	opacity: 0.5 ;
}

.boxDay{
    margin: 15px 0 30px 20px;
}


.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:#f5b2b2;
	box-shadow:0 0 5px rgba(0,0,0,.3);
    font-size:16px;
	font-weight:500;
	color:#333!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:#f29c97;
    color:#FFF!important;
	}
