/* 共催セミナー案内状 */
.fig{
	display: flex;
	margin-bottom: 20px;
}
.fig figure{
	width: 345px;
}
.fig figure a{
	display: block;
	width: 200px;
	margin: 10px auto;
}
.fig figure a img{
	width: 200px;
	border: 1px solid #aaa;
}
.fig figcaption{
	text-align: center;
	font-size: 13px;
}
.fig figure a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}


@media screen and (max-width: 640px){

	.fig{
		display: block;
	}
	.fig figure{
		margin: 20px auto;
	}
	
	
}










