@charset "utf-8";
/* CSS Document */
.grid {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
}
.grid-item {
	position: absolute;
}
.grid-item {
/*アニメーション*/
 	transition: .3s ease-in-out;  
}
.grid-item {
	width:200px;
	font-size:12px;
	background:#fff;
	padding:5px 5px;
	margin-bottom:25px;
	box-shadow:rgba(0,0,0,0.1) 0 0 1px 1px;
}

/* custam */
.grid-item a {
	display:block;
	text-align:center;
	width:200px;
	height:200px;
	line-height:200px;
	overflow:hidden;
	background:#f2f2f2;
}

.grid-item:hover {
	box-shadow: rgba(212,212,212,0.5) 0 0 1px 1px;
}

.grid-item img {
	vertical-align:middle;
	width:100%;
	height:auto;
	max-width:200px;
	max-height:200px;
	margin-bottom:10px;
}
.ttl {
	font-weight:bold;
	font-size:20px;
	color:#666;
	margin-bottom:5px;
}
.ttl:before {
	font-family:'FontAwesome';
	content:"\f138";
	font-size:16px;
	margin-right:5px;
	color: rgba(207,28,39,1.00);
	font-weight:normal;
}

.grid-item p {
	font-size:12px;
	overflow:hidden;
}

.clearfix {
	_display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* custam */
