.head {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

ul.cmenu li {
	display: inline-block;
	list-style-type: none;
}

.cmenu {
	font-size: 12px;
}

a {
	color: #999999;
	text-decoration: none;
}

.thumbnails {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.thumb {
	margin: 35px;
	display: inline-block;
}

.thumb img {
	width: 200px;
	height: 108px;
}

#all .all, #bunka .bunka, #jutaku .jutaku, #shop .shop{
	color: #2033a5;
}

@media (max-width: 540px) {
	.thumb {
		display: block !important;
		width: 250px;
		height: 140px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1096px) {
	.thumbnails {
		text-align: center;
	}
}

.thumb img {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	filter:grayscale(100%);
	transition: filter 0.5s;
}

.thumb img:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	filter:grayscale(0%);
	transition: filter 0.5s;
}