/*画像下のテーブルクラス*/
.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;
	}
	
	
/* 申込みボタン */
/*.btn-square-pop {
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	position: relative;
	display: inline-block;
	margin-top:1em;
	margin-left:2em;
	padding: 1em 0.5em ;
	text-decoration: none;
	text-align:center;
	color: #ffffff;
	background: #fcca02;
	border-bottom: solid 2px #d27d00;
	border-radius: 7px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	height:50px;
	width:200px;
	}

.btn-square-pop:active {
	border-bottom: solid 2px #fcca02;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}*/
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_r a {
			  font-size: 1.2em;
			  background: #1e50a2;
			  border: 1px solid #808080;
			  border-radius: 3px;
			  position: relative;
			  display: flex;
			  justify-content: center;
			  align-items: center;
		  
			  width: 200px;
			  padding: 10px 25px;
			  margin-left:80px ;
			  
			  color: #fff;
			  transition: 0.3s ease-in-out;
			  font-weight: bold;
		  }
*/		  
.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 #69f;
	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;
}
/*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;
}
/*プログラム*/
.table_02 th,.table_02 th.yellow{
	text-align: center;
}
.table_02 td.title{
	border-bottom: dotted 1px #ccc;
}
