/*画像下のテーブルクラス*/
.topsita table{
	border-collapse: collapse;
	}
.topsita td{
	border: 1px solid #ff0000;
	font-size: larger;
	padding: 10px 15px;
  color: #ff0000;
	font-weight: bold;
	text-align: center;
	}
	
	

a img {
	-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
			-o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
		}
/*
		a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
*/		
/* 002 */
/*申込ボタン*/
.button002_l{
	margin:10px 50px;
	display: block;
	padding: 10px;
	float: left;
	font-size: 1.2em;
	font-weight: bold; 
	margin-left: 100px;
	border: solid 2px #666;
	
			}		

.button002_r{
	margin: 10px 50px;
	display: inline-block;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border: solid 2px #666;
	  
			}
/*申込ボタンマウスオーバー*/		  
.button002_l:hover,.button002_r:hover {
	background-color: #ffc;
		  }

.button002_l a:hover,.button002_r a:hover{
	text-decoration: none;
}
p.chirashi{
	width: 200px;
	text-align: center;
	margin-left: 30px;
	margin-top: 20px;
	background: linear-gradient(transparent 70%, #f90 30%);
			  
	font-size: 1.1em;
	font-weight: bold;
		  }
/*開催案内のかこみ*/
.info-box{
	width: 95%;
	border: solid 2px #36f;
	border-radius: 10px;
	margin: 0 auto;
	padding: 2% 0;
}
/*開催案内内容*/
div.info-box_in{
	font-size:1em;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 7px;
	border-bottom: dotted 1px #999;
}
/*展示・技術コーナー*/
.tenji-box{
	width: 95%;
	margin: 0 auto;
	padding: 2% 0;
}
/*CPDの説明部分*/
.cpd-box{
	 margin:2% 2% 5% 4%;
	 padding:4% 0 4% 3%;
	 line-height: 150%;      
	 border:none;
	 background-color:none"
}
.cpd-box p{
	margin: -0.6em 0;
}
/*参加申込み説明*/
.moushikomi-setumei{
	margin-left: 20px;
	line-height: 1.4em;
}

/*プログラム*/
.table_02 th,.table_02 th.yellow{
	text-align: center;
}
.table_02 td.title{
	border-bottom: solid 1px #ccc;
}
.table_02 th.ye{
	color: #333;
}