
/*---------- ページ全体 ----------*/

#wrap{
	
}

/*---------- ヘッダー ----------*/



/*---------- コンテンツ ----------*/

.thumb{
	display: flex;
	justfy-content; center;
	flex-wrap: wrap;
	padding: 0;
	width: auto;
}

.thumb li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumb img{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	object-fit: cover;
	width: 200px;
	height: 200px;
}

.thumb a{
	display: inline-block;
	margin: 4px;
	text-align: center;
	vertical-align: top;
}

.thumb a:link {
	border: 2px solid #dcdcdc;
	padding: 0;
	text-decoration: none;
}
.thumb a:visited {
	border: 2px solid #dcdcdc;
	padding: 0;
	text-decoration: none;
}
.thumb a:active {
	border: 2px solid #ff7f50;
	padding: 0;
	text-decoration: none;
}
.thumb a:hover {
	border: 2px solid #ff7f50;
	box-shadow:0px 0px 12px 2px #cccccc;
	-moz-box-shadow:0px 0px 12px 2px #cccccc;
	-webkit-box-shadow:0px 0px 12px 2px #cccccc;
	padding: 0;
	text-decoration: none;
}


/*---------- フッター ----------*/

footer{
	
}

/*---------- 一般設定 ----------*/



