@charset "utf-8";


/* works */
.works_nav_area {
	background: #000;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height:auto;
	opacity: 0.9;
}
.works_nav {
	margin: 0 auto;
	padding: 8px 0 4px;
}
.works_nav a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	margin: 0 5px 8px;
}
.works_nav a:link {
	color:#fff;
}
.works_nav a:visited {
	color:#fff;
}
.works_nav a:hover {
	color:#ccc;
}
.works_nav a:active {
	color:#000;
}
.works_nav a.is_on,
.works_nav a b {
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

/* パンくず */
.breadcrumbs {
	text-align: left;
}
.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	line-height: 20px;
	min-height: 30px;
	padding-left: 15px;
}
.breadcrumbs .shopName {
	font-size: 14px;
}
.breadcrumbs .detail {
	color: #999;
}
.wkPhoto_box {
	font-size: 0;
	margin: 0 auto 4px;
	width: 90%;
	text-align: center;
}
.wkPhoto_box.place {
	font-size: 12px;
	margin-bottom: 8px;
	color: #999;
}
.wkPhoto_box img {
	width: 100%;
}
.wkPhoto_box img.photo--vertical {
	width: 50%;
	float: left;
}


/* only PC */
@media ( min-width : 768px ) {
	.wkPhoto_box {
	width: 640px;
	margin: 0 auto 4px;
	text-align: center;
	}
	.wkPhoto_box img.photo--vertical {
	width: 320px;
	}

}