@charset "UTF-8";
.flic {
	display: none;
}
.albumNavi {
	clear: both;
	margin: 0 auto 20px;
	width: 306px;
}
.albumNavi ul {
	
}
.albumNavi li {
	float:left;
	width:150px;
	text-align:center;
	border-right:1px solid #ffffff;
	font-weight:bold;
}
.albumNavi a:link {
	color:#ffffff;
	height:30px;
	line-height:30px;
	
}
.albumNavi li:last-child {
    border: medium none;
}
h2.ttl_Numbrr {
	background:#515151;
	font-size: 14px !important;
	height: 36px;
	line-height: 36px;
	margin: 0 0 5px;
	padding: 0 0 0 3%;
	color: #FFFFFF;
}

/*nav {
	clear:both;
	background-color:#D3D3D3;
	padding:0 0 0 0;
	line-height:0;
	background:url(../../img/top/shadw.png) no-repeat left 48px !important;
	background-size:320px 22px;
}*/
/*====================================

			店舗画像のスライドjs

======================================*/
.container {
	height:220px !important;
}
.flicBox {
	height: aout;
	position: relative;
	margin-top: 20px;
	/*background:#FFFFCC; css調整用背景*/
}

.flicBox .item {
	text-align: center;
	width: 640px;
	height: 200px;
}

.flicBox .item img {
	width: 280px;
}

.flicBox .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
}

.flicBox .arrows p {
	position: absolute;
	top: 40%;
	height: 50px;
	width: 30px;
	z-index: 10;
}

.flicBox .arrows .prev {
	left: 25px;
}

.flicBox .arrows .next {
	right: -14px;
}
.flicBox .arrows p span {
	position:absolute;
	top:10%;
}

.flicBox .arrows .prev span {
	left: -20px;
}

.flicBox .arrows .next span {
	right: 20px;
}

.flicBox .arrows p span:after {
	-webkit-transform: rotate(45deg);
	display: block;
	height: 20px;
	width: 20px;
	position:absolute;
	top:-4px;
	content: "";
	display: block;
}

.flicBox .arrows .prev span:after {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	left:1px;
}

.flicBox .arrows .next span:after {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	right:1px;
}

.flicBox .arrows .off span {
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.pickupBg {
	background-color: #E5E5E5;
}
.flicBox p {
	color:#ff7200;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	padding:0 5px 10px 5px;
	line-height: 16px;
	
}
