@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:260px;
	font-size:14px;
	background:#fff;
	padding:5px 10px;
	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:260px;
	height:260px;
	line-height:260px;
	overflow:hidden;
	background:#f7f7f7;
}

.grid-item:hover {
	box-shadow:rgba(0,0,0,0.2) 0 0 2px 2px;
}

.grid-item img {
	vertical-align:middle;
/*	width:100%;*/
	height:auto;
	max-width:260px;
	max-height:260px;
	margin-bottom:10px;
}
.grid-item p {
	/*font-weight:bold;*/
	color:#555;
	line-height:1.4;
	margin-bottom: 5px;
}
.ttl {
	font-weight:normal;
	font-size:16px;
	color:#327BD9;
	line-height:1.2;
	text-align:left;
	margin:5px 0 0;
}
.ttl:before {
	/*font-family:'FontAwesome';
	content:"\f152";
	font-size:16px;
	margin-right:5px;
	color:#7d0f80;
	font-weight:normal;*/
}
/*grid2*/
.grid2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
}
.grid-item2 {
	position: absolute;
}
.grid-item2 {
/*アニメーション*/
 	transition: .3s ease-in-out;  
}
.grid-item2 {
	width:260px;
	font-size:14px;
	background:#fff;
	padding:5px 10px;
	margin-bottom:25px;
	box-shadow:rgba(0,0,0,0.1) 0 0 1px 1px;
}

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

.grid-item2:hover {
	box-shadow:rgba(0,0,0,0.2) 0 0 2px 2px;
}

.grid-item2 img {
	vertical-align:middle;
/*	width:100%;*/
	height:auto;
	max-width:260px;
	max-height:260px;
	margin-bottom:10px;
}
.grid-item2 p {
	font-weight:bold;
	color:#555;
}

/* custam */

