@charset "utf-8";

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.blue{
	color: #0f90bf;
}

/****************************************
 * 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: #066587;
}

#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;
}

@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
 ****************************************/
@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 #contents p a.icon01{
	position: relative;
    padding-left: 15px;
}
#main #contents p a.icon01:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #e37100;
    border-right: 2px solid #e37100;
  }


/*====================================================================

/*--------------------------------------------------------
	  greetingr
--------------------------------------------------------*/
#main #contents div#area-chair{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 40px;
}
#main #contents div#area-chair div.chair-txt{
	text-align: right;
}
#main #contents div#area-chair div img {
	margin-left: 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%;
}



#main ol.abst-list li {
	list-style-type: none !important;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 0;
}
#main ol.abst-list2 li {
	list-style-type: none !important;
	padding-left: 1.75em;
	text-indent: -1.75em;
	margin-left: 0;
}

#main ul li table.abst-tbl{
	width: 70%;
	margin-bottom: 10px;
}
#main ul li table.abst-tbl tr th {
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
}

#main ul li table.abst-tbl tr td {
	width: 45%;
}


#main ul.pro-list li{
	margin-bottom: 10px;
}

#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;
}






/*====================================================================*/


/*--------------------------------------------------------
	  ボタン関連
--------------------------------------------------------*/
a.btn,
a.btn_gray,
a.btn2,
a.btn_gray2{
    display: inline-block;
    margin: 0 auto;
    padding: 0.8rem 2.0rem;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
	text-align: center;
}

a.btn,
a.btn2{
    background-color: #e06a10;
    border: 2px solid #b85911;
}

a.btn2,
a.btn_gray2{
	width: 220px;
}


a.btn,
a.btn_gray{
      max-width: 300px;  
}
a.btn:hover,
a.btn2:hover{
    background-color: #f27f27;
	
}


a.btn_gray,
a.btn_gray2{
    background-color: #888888;
    border: 2px solid #555555;
}

a.btn3{
	width: 260px;
}

a.btn4{
	width: 600px;
    max-width: 90%;  
}

#main div.reg-area {
    width: 80%;
    margin: 40px auto;
    text-align: center;
    background-color: #fffed6;
    border: 3px solid #ffc05c;
    padding: 1.5em 1em;
}


/*--------------------------------------------------------
	  program
--------------------------------------------------------*/

#main #contents p.pro-date{
	font-size: 15px;
	/*font-weight: bold;*/
	margin-top: 15px;
	margin-bottom: 6px;
}
#main #contents dl.dl-pro,
#main #contents dl.dl-pro2{
	margin-top: 0;
	margin-bottom: 25px;
}
#main #contents dl.dl-pro dt,
#main #contents dl.dl-pro2 dt{
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#main #contents dl.dl-pro dd{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3.5em;
	margin-left: 0;
}
#main #contents dl.dl-pro2 dd{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4.5em;
	margin-left: 0;
}

#main #contents dl.dl-pro dd span.pro-at,
#main #contents dl.dl-pro2 dd span.pro-at{
	font-size: 13px;
}

#main #contents div.area-lecture {
	display: flex;
	justify-content:space-between;
}
#main #contents div.area-lecture div p{
	padding-right: 0;
}



/*--------------------------------------------------------
	  registration
--------------------------------------------------------*/
#main div.tbl-pay{
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#main div.tbl-pay table{
    width: 665px;
    /*border-collapse: collapse;*/
    margin-bottom: 0;
}
#main div.tbl-pay table tr th,
#main div.tbl-pay table tr td{
    text-align: center;
}
#main p.txt-pay-sp{
    display: none;
}
#main div.reg-note {
	border: 3px solid #F91F00;
	padding: 10px;
	margin-bottom: 30px;
}



/*toppage-news more*/
	#main #toppage-news dt.load,
	#main #toppage-news dd.load{
		display:none;
	}
	#main #toppage-news dt.load.display,
	#main #toppage-news dd.load.display{
		display:block;
	}
    #main #toppage-news #btn_more,
    #main #toppage-news #btn_close{
		margin:15px 10px 0 10px;
	}
    #main #toppage-news #btn_more a,
    #main #toppage-news #btn_close a{
		display:block;
		text-align:center;
		padding:10px;
		border: 1px solid #CCCCCC;
		border-radius: 4px;
		color: #000000;
		text-decoration: none;
		background-color: #f2f2f2;
	}
	#main #toppage-news #btn_more a:hover,
    #main #toppage-news #btn_close a:hover{
		background-color: #f7f7f7;
	}
	#main #toppage #toppage-news #btn_more span.arrow {
		position: relative;
		padding:0px 15px;
	}
	#main #toppage #toppage-news #btn_more span.arrow:before{
	  content: '';
	  width: 7px;
	  height: 7px;
	  border: 0px;
	  border-bottom: solid 2px #5174c7;
	  border-right: solid 2px #5174c7;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 35%;
	  left: 0;
	  margin-top: -3px;
}

div#aside p a img:hover {
	opacity: 0.7;
}


#main ul.co-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#main ul.co-list li {
	width: 20em;
	margin-right: 2em;
	margin-bottom: 7px;
}

span.a-link, span.a-link a{
	color: #F91F00 !important;
	font-weight: bold;
}


@media screen and (max-width: 960px) {
		
	/*--------------------------------------------------------
		  greeting
	--------------------------------------------------------*/
	#main #contents div#area-chair{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}
	#main #contents div#area-chair div{
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	#main #contents div#area-chair div img {
		margin-left: 0;
		margin-bottom: 15px;
	}
	#main #contents div#area-chair div.chair-txt{
		text-align: center;
	}
	
	#main ul li table.abst-tbl{
		margin-left: 0;
	}

	
@media screen and (max-width: 701px) {
	/*--------------------------------------------------------
	  registration
	--------------------------------------------------------*/
    #main p.txt-pay-sp{
        display:block;
        margin-bottom: 5px;
    }


}
@media screen and (max-width: 680px) {
	#main ul li table.abst-tbl{
		width: 100%;
	}
	
	#main #contents div.area-lecture {
		display: block;
	}
	#main #contents div.area-lecture p.lec-pic{
		text-align: center;
	}



}


@media screen and (max-width: 451px) {
	#main #contents div.area-lecture p.lec-pic img{
		width: 90%;
	}

}
@media screen and (max-width: 370px) {
}