@charset "utf-8";

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}



span.txt-indent01{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
p.txt-indent01{
	padding-left: 1em;
	text-indent: -1em;
}



/****************************************
 * Definition List (dl)
 ****************************************/
/*dl-layout1*/
#main dl.dl-layout1{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout1 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: normal;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(../images/point01.png);
    background-position: 5px 11px;
    background-repeat: no-repeat;
}

#main dl.dl-layout1 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3;
	padding-left: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/*dl-layout2*/
#main dl.dl-layout2{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout2 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: bold;
    width: 5.0em !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0px;
	 color: #084678;
}

#main dl.dl-layout2 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3;
	padding-left: 6.0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*dl-layout3*/
#main dl.dl-layout3 dt{
	float: left;
	padding-top:.25em;
	padding-bottom:.25em;
}
#main dl.dl-layout3 dd {
	padding-left: 11em;
	padding-top:.25em;
	padding-bottom:.25em;
	margin-left: 0;
}


#main dl.dl-layout1::after,
#main dl.dl-layout2::after,
#main dl.dl-layout3::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}






@media screen and (max-width: 960px) {
/*dl-layout1*/
	#main dl.dl-layout1 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout1 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 0;
	}

/*dl-layout2*/
	#main dl.dl-layout2 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout2 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}

}


/*ボタン関係*/
#main div#reg-area {
    width: 80%;
    margin: 40px auto;
    text-align: center;
    background-color: #ffedfb;
    border: 2px solid #ff8c9f;
    padding: 1.5em 1em;
}
#main div#abst-area {
    width: 95%;
    margin: 40px auto;
    text-align: center;
    background-color: #ffedfb;
    border: 2px solid #ff8c9f;
    padding: 1.5em 1em;
}

a.button,
a.button2,
a.button_gray {
	display: inline-block;
	width: 210px;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding-top: .75em;
	padding-bottom: .75em;
    color: #FFFFFF;
    font-size: 1.143em;
	line-height: 150%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
a.button3{
	width: 200px;
	font-size: 15px;
}
a.button {
        background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-color: #e65c00;

}
a.button:hover {
	background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='#e89338', GradientType=0 );

}

a.button_gray {
    background: #8d8d8d;
	background-image: -webkit-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -moz-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -ms-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -o-linear-gradient(top, #adadad, #5c5c5c);
  	background-image: linear-gradient(to bottom, #adadad, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad',  endColorstr='#5c5c5c', GradientType=0 );
    border-color: #5c5c5c;
}

a.button2{
	background: #c72b29;
	background-image: -webkit-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -moz-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -ms-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -o-linear-gradient(top, #f5a3a2, #c72b29);
  	background-image: linear-gradient(to bottom, #f5a3a2, #c72b29);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a3a2',  endColorstr='#c72b29', GradientType=0 );
    border-color: #a51716;
}
a.button2:hover {
	background: #d75352;
	background-image: -webkit-linear-gradient(top, #fabab9, #d75352);
  	background-image: -moz-linear-gradient(top, #fabab9, #d75352);
  	background-image: -ms-linear-gradient(top, #fabab9, #d75352);
 	background-image: -o-linear-gradient(top, #fabab9, #d75352);
 	background-image: linear-gradient(to bottom, #fabab9, #d75352);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab9',  endColorstr='d75352', GradientType=0 );
}


/****************************************
 * table
 ****************************************/
@media screen and (max-width: 480px) {
/*tbl-layout1*/
  table.tbl-layout1 {
		border-top:none;
  }
  table.tbl-layout1 td {
    display: block;
    text-align: center;
		border-bottom: none;
 		border-left: none;
		border-right: none;
	}
  table.tbl-layout1 th {
    display: block;
		border-bottom: none;
 		border-left: none;
		border-right: none;
		text-align: center;
	 }


	/*tbl-layout2*/
	table.tbl-layout2 {
		border: none;
  	}
  	table.tbl-layout2 thead {
    	display: none;
  	}
  	table.tbl-layout2 tr {
		border-top: 1px solid #cccccc;
    	display: block;
    	margin-bottom: 20px;
  	}
  	table.tbl-layout2 td {
   		 display: block;
    	padding: 10px;
    	text-align: right;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
 		border-top: none;
 	}
  	table.tbl-layout2 td::before {
    	content: attr(data-label);
    	float: left;
    	font-weight: bold;
  	}
	
	/*tbl-layout3*/
  	table.tbl-layout3 {
    	display: block;
		border-left:none;
		border-bottom:none;
	  	border-spacing: 0;
	  
	}
  	table.tbl-layout3 thead {
   		 display: block;
    	float: left;
  	}
  	table.tbl-layout3 tbody {
    	display: flex;
    	overflow-x: auto;
    	white-space: nowrap;
  	}
  	table.tbl-layout3 tr {
    	display: block;
		width: 100%;
  	}

	table.tbl-layout3 th,
	table.tbl-layout3 td {
		display: block;
		border-top:none;
		border-right:none;
		text-align: center;
	
	}
	table.tbl-layout3 th {
		border-right: 1px solid #cccccc;
	}
	table.tbl-layout3 tbody tr:first-child td {
		border-left:none;
	}

	table.tbl-layout3 th br,
	table.tbl-layout3 td br {
		display: none;
	}
}


#main ul.list-kome{
    margin-left: 0;
    list-style: none !important;
}
#main ul.list-kome li{
    background: none;
}
#main ul.list-kome li:before {
	content: '※';
	margin-left: -1em;
}




/*====================================================================



/*--------------------------------------------------------
	 トップ　Web開催サイト
--------------------------------------------------------*/
#main div#ondemand-area{
	margin: 30px 0;
	padding: 15px;
	border: 1px solid #ffb79b;
	border-radius: 5px;
}
#main div#ondemand-area div.ttl{
	background-color: #e26432;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0;
	margin-bottom: 20px;
}
#main div#ondemand-area h3 {
	border-color: #e26432;
	background-color: #fffbd1;
}
#main div#ondemand-area h4{
	border-color: #f29a77;
}


#main div#ondemand-area div.outline {
	margin-bottom: 20px;
}
#main div#ondemand-area div.outline p{
	text-align: center;
}



/*--------------------------------------------------------
	  greeting
--------------------------------------------------------*/
#main #contents .greeting_photo {
	width: 150px;
	float: right;
	margin: 0 0 20px 30px;
}
#main #contents .greeting_chair {
	margin: 130px 0 0 0;
	font-weight: bold;
	text-align: right;
}
#main #contents .greeting_chair span.chair_name {
	font-size: 121.4%;
}


/*====================================================================


/*--------------------------------------------------------
	  guide.html（参加者・発表者の皆様へ）
--------------------------------------------------------*/

table.tbl-date th {
    width: 22%;
    vertical-align: top;
    font-weight: bold;
}
table.tbl-schedule th {
    width: 30%;
    vertical-align: top;
}


/*====================================================================


/*--------------------------------------------------------
	  registration.html（大会参加登録）
--------------------------------------------------------*/
#main div.tbl-pay{
    overflow: auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#main div.tbl-pay table{
    width: 660px;
    /*border-collapse: collapse;*/
    margin-bottom: 0;
}
#main div.tbl-pay table tr:first-of-type th {
    text-align: center;
}
#main div.tbl-pay table tr th.midashi01{
    width: 15%;
}
#main div.tbl-pay table tr th.midashi02{
    width: 23%;
}
#main div.tbl-pay table tr th.midashi03{
    width:15%;
}
#main div.tbl-pay table tr td:first-of-type{
    text-align: center;
}
#main div.tbl-pay table tr td span.txt-pay{
    display: inline-block;
    width: 5em;
    margin: 0 auto;
    text-align: right;
}
#main p.txt-pay-sp{
    display: none;
}

/*====================================================================


/*--------------------------------------------------------
	  abstracts.html（ポスター発表申込・論文投稿／自主企画シンポジウム申込・論文投稿）
--------------------------------------------------------*/
#main ol.list-abst li ul {
    margin: 0;
}
#main ol.list-abst li ul li {
    background: none;
    padding-left: 1.6em;
    text-indent: -1.6em;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
#main div.abst-point {
    margin-top: 20px;
}

#main div.abst-point ul{
    margin-top: 0;
}

#main div.abst-point img {
    width: 230px;
    margin: 0 0 15px 15px;
    float: right;
}
#main p#abst-text {
    font-weight: bold;
    padding: 1em;
    border: 3px solid #3666d6;
	margin: 20px 0 30px 0;
}

#main div#abst-area ul.abst-btn{
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
#main div#abst-area ul.abst-btn li{
    background-image: none;
    margin: 0;
    padding: 0;
}


/*====================================================================


/*--------------------------------------------------------
	  training.html（研修会のご案内）
--------------------------------------------------------*/

#main div.tbl-training,
#main div.tbl-training-pay{
    overflow: auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#main div.tbl-training table,
#main div.tbl-training-pay table{
    width: 670px;
    margin-bottom: 0;
}

#main div.tbl-training tr th{
	text-align: center;
}

#main div.tbl-training tr td span.txt-category,
#main div.tbl-training tr td span.txt-affi{
	font-size: 80%;
}
#main div.tbl-training tr td span.txt-category{
	display: block;
	text-align: right;
}

#main div.tbl-training tr:first-of-type th:nth-child(2){
	/*font-size: 85%;*/
	/*width: 8%;*/
	padding: 0;
}
#main div.tbl-training tr:first-of-type th:nth-child(3){
	/*width: 52.5%;*/
}


#main div.tbl-training-pay table tr th,
#main div.tbl-training-pay table tr td{
	text-align: center;
}
#main div.tbl-training-pay table tr:last-of-type td {
	font-size: 90%;
}

#main div.tbl-training-pay table tr:nth-child(2) th{
	width: 11%;
}





@media screen and (max-width: 960px) {
		
	/*--------------------------------------------------------
		  greeting
	--------------------------------------------------------*/
	#main #contents .greeting_photo {
		float: none;
		margin: 0 auto 1em;
	}
	#main #contents .greeting_chair {
		margin: 0 0 1.5em 0;
		font-weight: bold;
		text-align: center;
	}
	#main #contents .greeting_chair span.chair_name {
		font-size: 121.4%;
	}
	

}


@media screen and (max-width: 701px) {
	/*--------------------------------------------------------
	  registration.html（大会参加登録）
	--------------------------------------------------------*/
    #main p.txt-pay-sp{
        display:block;
        margin-bottom: 5px;
    }
	
	/*--------------------------------------------------------
	  abstracts.html（ポスター発表申込・論文投稿／自主企画シンポジウム申込・論文投稿）
	--------------------------------------------------------*/
	#main div#abst-area{
		width: 80%;
	}
	#main div#abst-area ul.abst-btn li{
    	margin-bottom: 20px;
	}
	
	#main div#abst-area ul.abst-btn li:last-of-type{
    	margin-bottom: 0px;
	}
	
	
    #main div#abst-area ul.abst-btn{
        display: block;
    }
	
}



@media screen and (max-width: 680px) {
	/*--------------------------------------------------------
	  abstracts.html（ポスター発表申込・論文投稿／自主企画シンポジウム申込・論文投稿）
	--------------------------------------------------------*/
	
    #main div.abst-point{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }
    #main div.abst-point img{
        float: none;
        width: 60%;
        margin: 0 auto;
    }
	
}
@media screen and (max-width: 480px) {
	table.tbl-date th, 
    table.tbl-schedule th{
        width: auto ;
    }
}

@media screen and (max-width: 451px) {
}
@media screen and (max-width: 370px) {
}