header {
	padding-bottom: 0;
}

.category-btn {
	display: inline-block;
	padding: 10px 10px;
	padding-top: 25px;
	text-align: center;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-radius: 20px;
	font-size: 0.82rem;
	color: #808080;
	text-decoration:none;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.category-btn:hover {
	background-color: #F5F5F5;
}
.category-btn ul {
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
}
.category-btn img {
	width: 100%;
	max-height: 120px;
}
.category-btn ul li {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.sec-title {
	color: #cb9723;
}
@media (max-width: 575.98px) { /* 576px以下 */
	.category-btn {
		border-radius: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #E0E0E0;
		box-shadow: 0 0 0 transparent!important;
	}
	.category-btn ul {
		display: none;
	}
	.category-btn img {
		width: 70%;
	}
}

/*
.experience_cat .carousel-inner {
	border-bottom: 2px solid rgba(0, 0, 0, .9);
}
.carousel-inner img {
	width: 100%;
}
*/
.experience_cat h2 {
	font-size: 18px;
}
@media (max-width: 992px) { /* 576px以下 */
	.experience_cat h2 {
		font-size: 16px;
	}
	#inspired .h6 {
		font-size: .75rem;
		font-weight: 300;
	}
}
.b-0 {
	bottom: 0;
}
.bg-shadow {
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
	background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
	right: 0;
	top: 1rem;
	bottom: inherit;
	left: inherit;
	margin-right: 1rem;
}
.overflow {
	position: relative;
	overflow: hidden;
}
.zoom img {
	transition: all 0.2s linear;
}
.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cat {
	position: absolute;
	padding: 2px 10px;
	top: 10px;
	background-color: #C41E3A;
	color: #FFFFFF;
	font-size: 14px;
}