@charset "utf-8";

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


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

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

#main dl.dl-layout3 dt{
	float: left;
}
#main dl.dl-layout3 dt.w5 {
	width: 5em;
}
#main dl.dl-layout3 dt.w10 {
	width: 10em;
}
#main dl.dl-layout3 dt.w12 {
	width: 12em;
}
#main dl.dl-layout3 dt.w13 {
	width: 13em;
}
#main dl.dl-layout3 dt.w14 {
	width: 14em;
}
#main dl.dl-layout3 dd {
	overflow: auto;
}

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

}
@media screen and (max-width: 680px) {
	#main dl.dl-layout3 dt{
	float: none;
}
#main dl.dl-layout3 dd {
	margin-left: 1em;
}
}



/****************************************
 * table
 ****************************************/
table.tbl-fee {
	margin-bottom: 0;
}
table.tbl-fee th{
	text-align: center;
}
table.tbl-prgrm {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.tbl-prgrm th {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #fff;
	border: none;
	width: 145px;
	height: 195px;
}
table.tbl-prgrm td {
	padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: left;
    border: none;
}
table.tbl-prgrm p {
	padding-right: 0;
}
@media screen and (max-width: 680px) {
	div.fee-box {
		overflow-x: scroll;
	}
	table.tbl-fee {
		width: 670px;
		margin-bottom: .5em;
	}
	
}
@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;
}

	
}

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


/*--------------------------------------------------------
	  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%;
}




@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%;
	}

}
/*====================================================================


/*--------------------------------------------------------
	  program
--------------------------------------------------------*/
.prgrm-box {
	border: solid 2px #F91F00;
	padding: .75em 1em;
	margin-bottom: 2em;
}
table.tbl-prgrm .prgrm-box2 {
	background-color: #1766a6;
	display: inline-block;
	color: #fff;
	padding: 0 .5em;
	font-weight: bold;
	margin-bottom: .5em;
}

table.tbl-prgrm .mark-archive {
	background-color: #DE6085;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0 .5em;
}

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


/*--------------------------------------------------------
	  registration
--------------------------------------------------------*/
#wrapper .paybox {
	border: solid 2px #1766a6;
	padding: 1em 1em 0 1em;
}

#wrapper .paybox h3 {
	border: none;
	background: #1766a6;
	color: #fff;
	font-size: 1.071em;
}

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


/*--------------------------------------------------------
	  top
--------------------------------------------------------*/

#toppage .announce-box,
.announce-box {
	border: 2px solid #F91F00;
    border-radius: 4px;
    margin: 0 0 25px 0;
    padding: 10px 12px 5px 12px;
	font-size: 1.071em;
}

/*--------------------------------------------------------
	  archive
--------------------------------------------------------*/
a.ar-btn,
a.ar-btn2,
a.ar-btn_gray{
    display: block;
    margin: 0 auto;
    padding: 1.2rem 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.ar-btn,
a.ar-btn2,
a.ar-btn_gray{
      max-width: 300px;  
}

a.ar-btn {
    background-color: #2BAAA9;
    border: 2px solid #056e6c;
}

a.ar-btn:hover{
    background-color: #4dd1cf;
}
a.ar-btn2{
    background-color: #e1809c;
    border: 2px solid #c73860;
}
a.ar-btn2:hover{
    background-color: #f595b1;
}
a.ar-btn_gray{
    background-color: #888888;
    border: 2px solid #555555;
}

.moviearea {
    text-align: center;
    margin: 2em 3em 6em;
    border: solid 2px #ccc;
    height: 100%;
}

#wrapper .announce-box h3{
    color: #F91F00;
    background-color: #FFE5E1;
    border-left: 7px solid #F91F00;
}

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