@charset "utf-8";


/*----------------------------------------------
 プログラム一覧枠組み
----------------------------------------------*/
.program {
	float: right;
	width: 690px;
	clear: right;
	margin-bottom: 20px;
}

/*----------------------------------------------
　navi（企画委員一覧・パンフレット）
----------------------------------------------*/

.navi {
	width: 100%;
}

.navi li{
	float: left;
	width: 344px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* [disabled]border-right: 1px solid #FFFFFF; */
}  
  
.navi a{
	text-align: center;
	display: block;
	padding: 0.7em 0;
	width: 100%;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 14px;
}  
  
.navi a:hover{
	text-decoration: none;
	border-collapse: collapse;
}  

/* パンフのみ（一行表示） */
.navi .ichigyoli{
	width: 100%;
}  

/* インタビュー1個、委員一覧、パンフ */
.navi .san-atama {
	width: 230px;
} 
.navi .sanretsu {
	width: 229px;
}  
/* インタビュー1個、委員一覧、パンフ 
.navi .san-atama {
	width: 324px;
} 
.navi .sanretsu {
	width: 182px;
}  */

/* インタビュー2個、委員一覧、パンフ */
.navi .inta2ko {
	width: 194px;
}
.navi .yonretsu {
	width: 150px;
}
/* インタビュー3個、委員一覧、パンフ */
.navi .inta3ko {
	width: 137px;
}
.navi .goretsu {
	width: 139px;
}
/* 磁気応用 */
.jiki .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #0F3192;
	border-right: 1px solid #0F3192;
	border-bottom: 1px solid #0F3192;
	border-top: 1px solid #FFFFFF;
	color: #0F3192;
	font-weight: bold;
	text-decoration: underline;
}
.jiki .navi a:hover{
	color: #416DEB;
	text-decoration: none;
}

/* モータ技術 */
.motor .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #FD0000;
	border-right: 1px solid #FD0000;
	border-bottom: 1px solid #FD0000;
	border-top: 1px solid #FFFFFF;
	color: #FD0000;
	font-weight: bold;
	text-decoration: underline;
}
.motor .navi a:hover{
	color: #FF6160;
	text-decoration: none;
}

/* 電源システム */
.dengen .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-top: 1px solid #FFFFFF;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.dengen .navi a:hover{
	color: #FF9C5B;
	text-decoration: none;
}

/* バッテリー技術 */
.battery .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #5F5A9C;
	border-right: 1px solid #5F5A9C;
	border-bottom: 1px solid #5F5A9C;
	border-top: 1px solid #FFFFFF;
	color: #5F5A9C;
	font-weight: bold;
	text-decoration: underline;
}
.battery .navi a:hover{
	color: #AAA4F2;
	text-decoration: none;
}
/* 熱設計・対策技術 */
.netsu .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #F10162;
	border-right: 1px solid #F10162;
	border-bottom: 1px solid #F10162;
	border-top: 0px solid #FFFFFF;
	color: #F10162;
	font-weight: bold;
	text-decoration: underline;
}
.netsu .navi a:hover{
	color: #ef478e;
	text-decoration: none;
}

/* EMC設計・対策 */
.emc .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #00815B;
	border-right: 1px solid #00815B;
	border-bottom: 1px solid #00815B;
	border-top: 1px solid #FFFFFF;
	color: #00815B;
	font-weight: bold;
	text-decoration: underline;
}
.emc .navi a:hover{
	color: #00C389;
	text-decoration: none;
}
/* センシング技術 */
.sensing .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #00b0ec;
	border-right: 1px solid #00b0ec;
	border-bottom: 1px solid #00b0ec;
	border-top: 1px solid #FFFFFF;
	color: #00b0ec;
	font-weight: bold;
	text-decoration: underline;
}
.sensing .navi a:hover{
	text-decoration: none;

}
/* カーエレ */
.car .navi a{
	background-color: #FFFFFF;
	border-left: 1px solid #3D9A27;
	border-right: 1px solid #3D9A27;
	border-bottom: 1px solid #3D9A27;
	border-top: 1px solid #FFFFFF;
	color: #3D9A27;
	font-weight: bold;
	text-decoration: underline;
}
.car .navi a:hover{
	text-decoration: none;

}

/*----------------------------------------------
　タイムテーブル　上注釈
----------------------------------------------*/
.timetabletop {
	clear: both;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*----------------------------------------------
　タイムテーブル
----------------------------------------------*/
/* 磁気応用 */
.timetable-jiki {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	color: #FFFFFF;
	}

.timetable-jiki td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-jiki th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #0F3192;
	line-height: 110%;
	background-color: #0F3192;
	}
	
.timetable-jiki th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-jiki th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F3192;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	}

.timetable-jiki td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}

/* モータ技術 */
.timetable-motor {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-motor td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-motor th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #FD0000;
	}
	
.timetable-motor th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-motor th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD0000;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(253,0,0,1.00) 0%,rgba(236,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(253,0,0,1.00) 0%,rgba(236,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(253,0,0,1.00) 0%,rgba(236,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,0,0,1.00) 0%,rgba(236,0,0,1.00) 100%);
	}

.timetable-motor td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	}

/* 電源システム */
.timetable-dengen {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-dengen td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-dengen th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #ffffff;
	line-height: 110%;
	background-color: #FF6600;
	}
	
.timetable-dengen th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-dengen th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,102,0,1.00) 0%,rgba(238,95,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,102,0,1.00) 0%,rgba(238,95,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,102,0,1.00) 0%,rgba(238,95,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,102,0,1.00) 0%,rgba(238,95,0,1.00) 100%);
	}

.timetable-dengen td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}

/* バッテリー技術 */
.timetable-battery {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-battery td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-battery th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #5F5A9C;
	}
	
.timetable-battery th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-battery th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5A9C;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(95,90,156,1.00) 0%,rgba(89,84,146,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(95,90,156,1.00) 0%,rgba(89,84,146,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(95,90,156,1.00) 0%,rgba(89,84,146,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(95,90,156,1.00) 0%,rgba(89,84,146,1.00) 100%);
	}

.timetable-battery td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}

/* 熱設計・対策技術 */
.timetable-netsu {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-netsu td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-netsu th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #F10162;
	}
	
.timetable-netsu th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-netsu th.date {
	width: 110px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F10162;
	line-height: 100%;
	border: 1px solid #FFFFFF;
	border-collapse: separate;
	background-image: -webkit-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(230,1,94,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(230,1,94,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(230,1,94,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,1,100,1.00) 0%,rgba(230,1,94,1.00) 100%);
	}

.timetable-netsu td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	background-color: #F0F0F0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	}

/* EMC設計・対策技術 */
.timetable-emc {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-emc td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-emc th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #00815B;
	}
	
.timetable-emc th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-emc th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00815B;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,129,91,1.00) 0%,rgba(0,120,85,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,129,91,1.00) 0%,rgba(0,120,85,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,129,91,1.00) 0%,rgba(0,120,85,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,129,91,1.00) 0%,rgba(0,120,85,1.00) 100%);
	}

.timetable-emc td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}
/* センシング技術 */
.timetable-sensing {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-sensing td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-sensing th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #019FC6;
	}
	
.timetable-sensing th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-sensing th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #019FC6;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	}

.timetable-sensing td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}
/* カーエレ */
.timetable-car {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin: 0;
	}

.timetable-car td {
	padding: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
	}
	
.timetable-car th {
	width: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
	line-height: 110%;
	background-color: #3D9A27;
	}
	
.timetable-car th.l1 {
	width: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px 2px;
	background-color: #ffffb9;
	border: 1px solid #FFFFFF;
	line-height: 170%;
	}
	
.timetable-car th.date {
	width: 105px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D9A27;
	line-height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(61,154,40,1.00) 0%,rgba(57,144,37,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,154,40,1.00) 0%,rgba(57,144,37,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,154,40,1.00) 0%,rgba(57,144,37,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,154,40,1.00) 0%,rgba(57,144,37,1.00) 100%);
	}

.timetable-car td.jikan {
	width: 97px;
	text-align: center;
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(243,243,243,1.00) 100%);
	border: 1px solid #FFFFFF;
	}


/*----------------------------------------------
　タイムテーブル　下注釈
----------------------------------------------*/
.timetableunder {
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;

}
/*----------------------------------------------
　S・C・（敬称略）説明
----------------------------------------------*/
.program-sc {
	clear: both;
	margin: 20px auto 5px auto;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

/*----------------------------------------------
　プログラム日付
----------------------------------------------*/
.datebar {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 100%;
	position: static;
	width: 670px;
	clear: both;
}
.datebar ::after {
    display:block; 
    clear:both; 
    height:0px; 
    visibility:hidden; 
    content:"ああああああ"; 
	}	

/* 磁気応用 */
.program.jiki > .datebar {
	background-color: #0F3192;
	background-image: -webkit-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(15,49,146,1.00) 0%,rgba(14,46,136,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}
/* モータ技術 */
.program.motor > .datebar {
	background-color: #FD0000;
	background-image: -webkit-linear-gradient(270deg,rgba(255,36,36,1.00) 0%,rgba(253,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,36,36,1.00) 0%,rgba(253,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,36,36,1.00) 0%,rgba(253,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,36,36,1.00) 0%,rgba(253,0,0,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}
/* 電源システム */
.program.dengen > .datebar {
	background-color: #FF6600;
	background-image: -webkit-linear-gradient(270deg,rgba(255,124,36,1.00) 0%,rgba(255,102,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,124,36,1.00) 0%,rgba(255,102,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,124,36,1.00) 0%,rgba(255,102,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,124,36,1.00) 0%,rgba(255,102,0,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}
/* バッテリー技術 */
.program.battery > .datebar {
	background-color: #5F5A9C;
	border-bottom: 4px double #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(118,113,177,1.00) 0%,rgba(95,90,156,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(118,113,177,1.00) 0%,rgba(95,90,156,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(118,113,177,1.00) 0%,rgba(95,90,156,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(118,113,177,1.00) 0%,rgba(95,90,156,1.00) 100%);
}
/* 熱設計・対策技術 */
.program.netsu > .datebar {
	background-color: #F10162;
	border-bottom: 4px double #FFFFFF;
	clear: both;
	background-image: -webkit-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(232,1,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(232,1,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,1,100,1.00) 0%,rgba(232,1,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,1,100,1.00) 0%,rgba(232,1,95,1.00) 100%);
}
/* EMC設計・対策技術 */
.program.emc > .datebar {
	background-color: #00815B;
	background-image: -webkit-linear-gradient(270deg,rgba(13,155,113,1.00) 0%,rgba(0,129,91,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(13,155,113,1.00) 0%,rgba(0,129,91,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(13,155,113,1.00) 0%,rgba(0,129,91,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(13,155,113,1.00) 0%,rgba(0,129,91,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}
/* センシング技術 */
.program.sensing > .datebar {
	background-color: #019FC6;
	background-image: -webkit-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,160,199,1.00) 0%,rgba(1,149,186,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}
/* カーエレ */
.program.car > .datebar {
	background-color: #3D9A27;
	background-image: -webkit-linear-gradient(270deg,rgba(85,180,63,1.00) 0%,rgba(61,154,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(85,180,63,1.00) 0%,rgba(61,154,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(85,180,63,1.00) 0%,rgba(61,154,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(85,180,63,1.00) 0%,rgba(61,154,39,1.00) 100%);
	border-bottom: 4px double #FFFFFF;
}

/*----------------------------------------------
　プログラム時間
----------------------------------------------*/
.progtime {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 8px 8px 8px;
	line-height: 100%;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	float: right;
	position: relative;
	top: -5px;
	right: 420px;
}

/*----------------------------------------------
　プログラムセッションタイトル
----------------------------------------------*/
.progST {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	/* [disabled]padding-left: 5px; */
	padding-bottom: 5px;
	min-height: 32px;
	clear: both;
	}	
.progST dt {
	background-color: #FFFFFF;
	width: 33px;
	text-align: center;
	float: left;
	-webkit-box-shadow: 1px 1px 1px #a7a9ae;
	box-shadow: 1px 1px 1px #a7a9ae;
	padding-top: 6px;
	padding-bottom: 4px;
	vertical-align: top;
	/* [disabled]margin-left: 6px; */
	margin-right: 7px;
}
.progST dd {
	padding-top: 6px;
	/* [disabled]margin-left: 46px; */

}

/* 磁気応用 */
.program.jiki > .progST {
	background-color: #dee2e9;
	border-bottom: 3px double #0F3192;
	}	
.program.jiki > .progST dt {
	color: #FFFFFF;
	background-color: #0F3192;
}

/* モータ技術 */
.program.motor > .progST {
	background-color: #FBE0E0;
	border-bottom: 3px double #FD0000;
	}	
.program.motor > .progST dt {
	color: #FFFFFF;
	background-color: #FD0000;
}

/* 電源システム */
.program.dengen > .progST {
	background-color: #FFDAC1;
	border-bottom: 4px double #FF6600;
	}	
.program.dengen > .progST dt {
	color: #FFFFFF;
	background-color: #FF6600;
}

/* バッテリー技術 */
.program.battery > .progST {
	background-color: #C8C4F7;
	border-bottom: 4px double #5F5A9C;
	}	
.program.battery > .progST dt {
	color: #FFFFFF;
	background-color: #5F5A9C;
}

/* 熱設計・対策技術 */
.program.netsu > .progST {
	border-bottom: 3px double #F10162;
	clear: both;
	background-color: #FCD0E2;
	}	
.program.netsu > .progST dt {
	color: #FFFFFF;
	background-color: #F10162;
}

/* EMC設計・対策技術 */
.program.emc > .progST {
	background-color: #94ECD2;
	border-bottom: 4px double #00815B;
	}	
.program.emc > .progST dt {
	color: #FFFFFF;
	background-color: #00815B;
}

/* センシング技術 */
.program.sensing > .progST {
	background-color: #B5ECFF;
	border-bottom: 4px double #00b0ec;
	}	
.program.sensing > .progST dt {
	color: #FFFFFF;
	background-color: #00b0ec;
}

/* カーエレ */
.program.car > .progST {
	background-color: #A5E995;
	border-bottom: 4px double #3D9A27;
	}	
.program.car > .progST dt {
	color: #FFFFFF;
	background-color: #3D9A27;
}

/*----------------------------------------------
　プログラム講演タイトル
----------------------------------------------*/
.progKT {
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 5px 5px 5px;
	/* [disabled]font-weight: bold; */
	clear: both;
	}	
.progKT dt {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	float: left;
	width: 23px;
	text-align: center;
	margin-right: 7px;
	line-height: 1.7;
}
.progKT dd {
	margin-left: 30px;
	margin-top: 3px;
	font-weight: bold;
}

/* 磁気応用 */
.program.jiki .progKT {
	color: #0F3192;

}	
.program.jiki .progKT dt {
	background-color: #0F3192;
}

/* モータ技術 */
.program.motor .progKT {
	color: #FD0000;

}	
.program.motor .progKT dt {
	background-color: #FD0000;
}

/* 電源システム */
.program.dengen .progKT {
	color: #FF6600;

}	
.program.dengen .progKT dt {
	background-color: #FF6600;
}

/* バッテリー技術 */
.program.battery .progKT {
	color: #5F5A9C;

}	
.program.battery .progKT dt {
	background-color: #5F5A9C;
}

/* 熱設計・対策技術 */
.program.netsu .progKT {
	color: #F10162;
}	
.program.netsu .progKT dt {
	background-color: #F10162;
}

/* EMC設計・対策技術 */
.program.emc .progKT {
	color: #00815B;
}	
.program.emc .progKT dt {
	background-color: #00815B;
}

/* センシング技術 */
.program.sensing .progKT {
	color: #00b0ec;

}	
.program.sensing .progKT dt {
	background-color: #00b0ec;
}

/* カーエレ */
.program.car .progKT {
	color: #3D9A27;
}	
.program.car .progKT dt {
	background-color: #3D9A27;
}

/*----------------------------------------------
　プログラム小項目
----------------------------------------------*/
.prog_list{
	list-style-type: disc;
	margin: 10px 0px 8px 60px;
	text-align: left;
	}
.prog_list li{}

/*----------------------------------------------
　C S P 役職名
----------------------------------------------*/
/*.prog_s {
	margin-bottom: 5px;
}
.prog_s dt {
	background-image: url(../image05/s.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 40px;
	float: left;
	width: 80px;
	padding-left: 21px;
}
.prog_s dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}*/

/* sアイコン無し */
.prog_sicon-none {
	margin-bottom: 8px; 
}
.prog_sicon-none dt {
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 16px;
	float: left;
	clear: both;
}
.prog_sicon-none dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

/* スピーカ複数 */
.prog_shukusu {
	margin-bottom: 0px !important;
}

/* 氏名伸ばし（横） */
.prog_speaker .s100, .prog_coordinator .s100 {
	width: 100px !important;
}
.prog_speaker .s120, .prog_coordinator .s120 {
	width: 120px !important;
}
.prog_speaker .s140, .prog_coordinator .s140 {
	width: 140px !important;
}
.prog_speaker .s160, .prog_coordinator .s160 {
	width: 160px !important;
}
.prog_speaker .s300, .prog_coordinator .s300 {
	width: 300px !important;
}
/* 氏名伸ばし（縦） */
.prog_speaker .sangyo {
	height: 55px;
}
/* 発表者2名以上の時 */
.prog_speaker .hukusu {
	margin: 0px !important;
	line-height: 100%;
}

.prog_c {
	margin: 15px 0px 3px 8px;
	border-top: 1px none #000000;
	padding-top: 0px;
	/* [disabled]width: 681px; */
	padding-left: 0px;
}
.prog_c dt {
	background-image: url(../image2019/c_m.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 0px;
	float: left;
	width: 80px;
	padding-left: 25px;
	/* [disabled]font-size: 15px; */
	/* [disabled]line-height: 17px; */
}
.prog_c dd {
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: left;
}
/* 梗概原稿追加時
.prog_c {
	margin: 8px 0px 0px -7px;
	border-top: 1px dashed #000000;
	padding-top: 5px;
	width: 683px;
	padding-left: 9px;
}
.prog_c dt {
	background-image: url(../image05/c.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 0px;
	float: left;
	width: 80px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 15px;
}
.prog_c dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-weight: bold;
}*/

/*----------------------------------------------
　梗概原稿
----------------------------------------------*/
.progkougai {
	margin-top: px;
	padding: 7px 8px;
	margin-bottom: 15px;
	clear: both;
	}

/* 磁気応用 */
.program.jiki .progkougai {
	border-top: 1px solid #0f3192;
	border-bottom: 4px solid #0F3192;
	}
/* モータ技術 */
.program.motor .progkougai {
	border-top: 1px solid #FD0000;
	border-bottom: 4px solid #FD0000;
	}
/* 電源システム */
.program.dengen .progkougai {
	border-top: 1px solid #FF6600;
	border-bottom: 4px solid #FF6600;
	}
/* バッテリー技術 */
.program.battery .progkougai {
	border-top: 1px solid #5F5A9C;
	border-bottom: 4px solid #5F5A9C;
	}
/* 熱設計・対策技術 */
.program.netsu .progkougai {
	border-top: 1px solid #F10162;
	border-bottom: 4px solid #F10162;
	}
/* EMC設計・対策技術 */
.program.emc .progkougai {
	border-top: 1px solid #00815B;
	border-bottom: 4px solid #00815B;
	}
/* センシング技術 */
.program.sensing .progkougai {
	border-top: 1px solid #00b0ec;
	border-bottom: 4px solid #00b0ec;
	}
/* カーエレ */
.program.car .progkougai {
	border-top: 1px solid #3D9A27;
	border-bottom: 4px solid #3D9A27;
	}

/*----------------------------------------------
　セッション終わり
----------------------------------------------*/
.common {
	clear: both;
}

/* 磁気応用 */
.program.jiki .common {
	color: #0F3192;
	}
/* モータ技術 */
.program.motor .common {
	color: #FD0000;
	}
/* 電源システム */
.program.dengen .common {
	color: #FF6600;
	}
/* バッテリー技術 */
.program.battery .common {
	color: #5F5A9C;
	}
/* 熱設計・対策技術 */
.program.netsu .common {
	color: #F10162;
	}
/* EMC設計・対策技術 */
.program.emc .common {
	color: #00815B;
	}
/* センシング技術 */
.program.sensing .common {
	color: #00A1A1;
	}
/* カーエレ */
.program.car .common {
	color: #3D9A27;
	}

/*----------------------------------------------
　セッション終わり
----------------------------------------------*/
.progend-spase {
	margin: 10px auto 20px auto;
}

/*----------------------------------------------
  満席
----------------------------------------------*/
.shime {


}
.shime .shimekiri-pre1 {
	top: 0px;
	position: relative;
	/* [disabled]left: 480px; */
	background-image: url(../image/dline.png);
	background-repeat: no-repeat;
	/* [disabled]background-position: 470px 0%; */
	display: block;
	width: 210px;
	height: 100px;
	float: right;
	clear: right;
}


/*----------------------------------------------
  (R)
----------------------------------------------*/
.r_ {
	font-size: 10px;
	line-height: 0px;
	vertical-align: super;
}


/*----------------------------------------------
  speaker　顔写真追加　肩書
----------------------------------------------*/
.prog_speaker {
	margin-bottom: 8px;
	float: left;
	min-width: 520px;
	height: 50px;
	padding-top: 30px; 
	clear: both;
}
.prog_speaker dt {
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 16px;
	float: left;
	clear: both;
}
.prog_speaker dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.speaker_photo {
	width: 80px;
	height: 80px;
	float: left;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

/* スピーカー　肩書２行 */
.prog_speaker_row2 {
	margin-bottom: 8px;
	float: left;
	min-width: 520px;
	height: 60px;
	padding-top: 20px; 
	clear: both;
}
.prog_speaker_row2 dt {
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 16px;
	float: left;
	clear: both;
}

.prog_speaker_row2_long dt {
	width: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 16px;
	float: left;
	clear: both;
}


.prog_speaker_row2 dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}


/* スピーカー　肩書３行 */
.prog_speaker_row3 {
	margin-bottom: 8px;
	float: left;
	min-width: 520px;
	height: 60px;
	padding-top: 10px; 
	clear: both;
}
.prog_speaker_row3 dt {
	width: 80px;
	height: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 16px;
	float: left;
	clear: both;
}
.prog_speaker_row3 dd {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}


/*----------------------------------------------
  coordinator　顔写真追加　肩書１行
----------------------------------------------*/
.coordinator_photo {
	width: 80px;
	height: 80px;
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	float: left;
}

.prog_coordinator {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
	float: left;
}

.prog_coordinator dt {
	background-image: url(../image2019/c_m.gif);
	background-repeat: no-repeat;
	background-position: 10px 24px;
	padding-top: 20px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 0px;
	float: left;
	width: 80px;
	padding-left: 30px;
}

.prog_coordinator dd {
	min-width: 510px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
}

/* コーディネーター　肩書２行 */
.prog_coordinator_row2 {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
	float: left;
}

.prog_coordinator_row2 dt {
	background-image: url(../image2019/c_m.gif);
	background-repeat: no-repeat;
	background-position: 10px 24px;
	padding-top: 20px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 0px;
	float: left;
	width: 80px;
	height: 100px;
	padding-left: 30px;
}

.prog_coordinator_row2 dd {
	min-width: 510px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
}

/* コーディネーター　肩書３行 */
.prog_coordinator_row3 {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
	float: left;
}

.prog_coordinator_row3 dt {
	background-image: url(../image2019/c_m.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 16px;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 0px;
	float: left;
	width: 80px;
	height: 100px;
	padding-left: 30px;
}

.prog_coordinator_row3 dd {
	min-width: 510px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
}

/* 上付き文字を表示する */
sup {
	position: relative;
	top: 2px;
}
