@charset "utf-8";
/* CSS Document */

figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding:0.3em 0;
	background-color:rgba(255,255,255,0.9);
	-webkit-transition: .3s;
	transition: .3s;
	font-size:125%;
	line-height:1.5;
	font-weight:normal;
	color:#29305c;
	text-align:center;
}


figure:hover figcaption {
	background-color:rgba(255,255,255,0.7);
}
figcaption a:link,
figcaption a:hover {
	color:#004f9b;
	text-decoration:none;
}
.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.2);
	transform: scale(1.2);
}


#tpcontents {
	background-color:#ebebeb;	
}



.svallbox {
	width:920px;
	background-color:#c0dbf4;
	border:#b4cee6 1px solid;
	padding:9px;
	border-top:#FFF 1px solid;
}
.svbox {
	width: 300px;
	margin:0 10px 0 0;
	float:left;
}
.svbox p {
	background-color:#FFF;
	text-align:left;
	font-size:85%;
	line-height:1.8;
	padding:15px;
}
