@charset "utf-8";

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


br.br01 {
	display: block;
}

span.burasage{
	display: inline-block;
	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: #003f84;
}
#main dl.dl-layout2 dt.dt-long{
    width: 13em !important;
}

#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;
}


#main dl.dl-layout1::after,
#main dl.dl-layout2::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main dl.dl-takuji {
    margin-bottom: 25px;
}
#main dl.dl-takuji dt{
    font-weight: bold;
}
#main dl.dl-takuji dd{
    margin-left: 1em;
    margin-bottom: .75em;
}

#main dl.dl-layout3 dt {
    float: left;
}
#main dl.dl-layout3 dd{
    padding-left: 5.5em;
    margin-left: 0;
}

#main dl.dl-pro {
    margin-bottom: 30px;

}
#main dl.dl-pro dt{
    font-size: 110%;
    font-weight: bold;
    color: #003f84;
}
#main dl.dl-pro dd{
    margin-left: 0;
}
#main p.date-pro{
    text-align: right;
    font-size: 90%;
    margin-right: 0;
    padding-right: 0;
}
#main p.ttl-pro{
    font-size: 110%;
    font-weight: bold;
    color: #003f84;
}


@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;
	}

}



/****************************************
 * table
 ****************************************/
#main table.tbl-01,
#main table.tbl-02{
    width: 670px;
}
#main table.tbl-03{
    width: 550px;
}



@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;
    position: relative;
		border-left:none;
		border-bottom:none;
}
  table.tbl-layout3 thead {
    display: block;
    float: left;
  }
  table.tbl-layout3 tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.tbl-layout3 tr {
    display: block;
  }
  table.tbl-layout3 tbody tr {
		display:inline-block;
		vertical-align:top;
  }
table.tbl-layout3 th,
table.tbl-layout3 td {
	display: block;
	border-top:none;
	border-right:none;
}

table.tbl-layout3 th br,
table.tbl-layout3 td br {
	display: none;
}

	
}

/*====================================================================


/*--------------------------------------------------------
	  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%;
}



#main #contents div.reg-notes{
    background-color: #fff5cc;
    border: 2px solid #ffb67a;
    padding: 5px 15px;
}


#main #contents div.reg-area-lect{
    margin-top: 30px;
    border: 2px solid #fa1f00;
    padding: 5px 15px;
}
#main #contents div.reg-area-lect p{
    margin-right: 0;
    padding-right: 0;
}
#main #contents div.reg-area-lect dl dt{
    font-weight: bold;
}

#main #contents div.reg-area-lect dl dd{
    margin-left: 0;
    margin-bottom: 10px;
}



#main #contents div.web-note{
    border: 2px solid #F91F00;
    margin: 15px auto 30px;
    padding: 15px;
}

/*--------------------------------------------------------
	  access.html
--------------------------------------------------------*/

.ggmap {
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
	margin-bottom: 35px;
}

.ggmap iframe {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}



/*--------------------------------------------------------
	  abstracts.html
--------------------------------------------------------*/
#main p.txt-pay-sp{
    display: none;
}
#main div.tbl-abst{
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


#main #contents table.tbl-abst01 {
	width: 70%;
	border: none;
}
#main #contents table.tbl-abst01 th{
	background-color: #ffffff;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}
#main #contents table.tbl-abst01 td{
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;

}
#main #contents table.tbl-abst02,
#main #contents table.tbl-abst03, 
#main #contents table.tbl-abst04,
#main #contents table.tbl-abst05{
	width: 660px;
	margin-bottom: 0;
}
#main #contents table.tbl-abst02 th {
	text-align: center;
	padding-right: 8px;
}
#main #contents table.tbl-abst02 th:first-of-type {
	width: 16.5%;
}
#main #contents table.tbl-abst02 th:nth-child(2){
	width: 22%;
}
#main #contents table.tbl-abst02 td{
	padding: 8px;
}
#main #contents table.tbl-abst03 th {
	text-align: center;
	padding-right: 8px;
}
#main #contents table.tbl-abst03 th:first-of-type {
	width: 22%;
}
#main #contents table.tbl-abst03 th:nth-child(2) {
	width: 10%;
}
#main #contents table.tbl-abst03 tr td{
	padding-right: 8px;
}
#main #contents table.tbl-abst03 tr td:last-of-type p{
	border-bottom: 1px dotted #777;
	padding-bottom: 10px;
	padding-right: 0;
}
#main #contents table.tbl-abst04 th {
	text-align: center;
}
#main #contents table.tbl-abst04 tr td:nth-child(3),
#main #contents table.tbl-abst04 tr td:last-of-type{
	text-align: center;
	padding: 8px;
}
#main #contents table.tbl-abst05 th {
	text-align: center;
	padding: 10px;
}
#main #contents table.tbl-abst05 td{
	padding: 10px;
}
#main #contents table.tbl-abst05 tr th:first-of-type{
	width: 30%;
}
#main #contents table.tbl-abst05 td p{
	padding-right: 0;
}

#main #contents ul.list-tmp {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}


#main #contents ul.list-tmp li{
    position: relative;
    padding-left: 15px;
	background-image: none;
  }
 
 #main #contents ul.list-tmp li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fc6f03;
  }



@media screen and (max-width: 960px) {
	
	br.br01 {
		display: none;
	}

		
	/*--------------------------------------------------------
		  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%;
	}
   #main  div.tbl-area {
	    width: 100%;
	    margin: 0 auto;
	    overflow-x: auto;
       margin-bottom: 20px;
    }
    #main  div.tbl-area:last-of-type{
        margin-bottom: 5px;
    }
    
    /*#main  div.scroll-table {
	    width: 670px;
    }*/
    #main table.tbl-01,
    #main table.tbl-02{
        margin-bottom: 5px;
    }
	#main #contents table.tbl-abst01 {
		margin-right: 0;
		margin-left: 0;
	}

    
}

@media screen and (max-width: 701px) {
	
    #main p.txt-pay-sp{
        display:block;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 680px) {
	#main #contents table.tbl-abst01 {
		width: 100%;
	}

}
@media screen and (max-width: 451px) {
}
@media screen and (max-width: 370px) {
}