@charset "UTF-8";
	body{ margin:0 0 0 0; }
	
	.content{ width:100%;text-align:center;}
	.resizeimage img { width: 100%; }
		#ani figure {
			position: relative;
			overflow: hidden;
			margin:auto;
		}
		#ani figcaption {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.4);
			-webkit-transition: .3s;
			transition: .3s;
			opacity: 0;
		}
		#ani figure:hover figcaption {
			opacity: 1;
		}
		.transform01 {
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		figure:hover .transform01 {
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
		}
		
		figure h3 {
			padding: 0 0 0 15px;
			color: #fff;
			font-size: 24px;
			text-align: left;
			font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight: 600;
		}
.main {  
    width: 100%;  
}  
.main div   {  
    width: 80%;
    margin: 0 auto;  
} 
.main img {
	padding:3px 3px;
}  

