@charset "UTF-8";
/* CSS Document */

		
/*----------------------------------------------
  サイトマップ枠組み
----------------------------------------------*/	
.sitemap-program {
	margin-bottom: 20px;
}

/*----------------------------------------------
  サイトマップテーブル設定
----------------------------------------------*/	
.sitemap-table {
width: 100% ;
}

.sitemap-table td{
width: 50% ;
vertical-align: top;
}

.sitemap-table td ul{
	margin-left: 60px;
	margin-bottom: 15px;
}
.sitemap-table td ul li {
	margin: 8px 0px;
}

.pagemenu {}
.pagemenu li {
	margin: 10px 0px;
}
/*----------------------------------------------
  サイトマップリンク設定
----------------------------------------------*/	
.sitemap-table td p a {
	color: #000000;
	text-decoration: none;
}

.sitemap-table td p a:visited {
	color: #000000;
	text-decoration: none;
}

.sitemap-table td p a:hover {
	color: #999999;
	text-decoration: underline;
}
/*
.sitemap-table td a {
	color: #000000;
	text-decoration: none;
}

.sitemap-table td a:visited {
color: #000;
text-decoration: none;
}

.sitemap-table td a:hover {
color:#848484;
text-decoration: underline;
}*/
	
/*----------------------------------------------
  各セッションタイトル
----------------------------------------------*/	

.sitemap-table p {
	font-size: 14px;
	line-height: 150%;
	padding: 0 0 0 7px;
	margin: 15px 0 10px 30px;
	font-weight: bold;
}

/*磁気応用*/
.p-jiki {
	color: #0F3192;
	border-left: 7px solid #0F31A4;
}
/*モータ技術*/
.p-motor {
	color: #FD0000;
	border-left: 7px solid #FD0000;
}
/*電源システム技術*/
.p-dengen {
	color: #ff6600;
	border-left: 7px solid #ff6600;
}
/*バッテリー技術*/
.p-battery {
	color: #5F5A9C;
	border-left: 7px solid #5F5A9C;
}
/*熱設計・対策技術*/
.p-netsu {
	color: #F10162;
	border-left: 7px solid #F10162;
}
/*EMC設計・対策技術*/
.p-emc {
	color: #00815B;
	border-left: 7px solid #00815B;
}
/*センシング技術*/
.p-sensing {
	color: #00A3A3;
	border-left: 7px solid #01D9D9;
}
/*カーエレ*/
.p-car {
	color: #3D9A27;
	border-left: 7px solid #3D9A27;
}
/*特別講演会*/
.p-sp {
	color: #cda008;
	border-left: 7px solid #cda008;
}
	
/*----------------------------------------------
  過去のプログラム
----------------------------------------------*/	
.pasttable {
color: #000;
width: 100%;
margin: 0px auto 5px auto;
}

.pasttable th {
text-align: center;
padding-bottom: 10px;
}

.pasttable td {
font-size: 14px;
text-align: center;
padding-bottom: 35px;
}


/* ########### 490px以下 ########## */
@media (max-width: 490px) {
.sitemap-table td ul{
	margin-left: 20px;
}
.sitemap-table p {
	margin-left: 0px;
}
}