﻿@charset "UTF-8";
/* CSS Document */

.jcarousel-skin{
}
.jcarousel-skin .jcarousel-prev-horizontal,
.jcarousel-skin .jcarousel-next-horizontal{
    position: absolute;
    top: 5px;
    width: 15px;
    height: 90px;
    cursor: pointer;
}
/***  Horizontal Buttons */
.jcarousel-skin .jcarousel-prev-horizontal{
    left: 0;
    background:url(../../../../Content/images/pages/top/arrow_left.png) center center no-repeat #c3c3c3;
}

/***  Vertical Buttons */
.jcarousel-skin .jcarousel-next-horizontal{
    right:0;
    background:url(../../../../Content/images/pages/top/arrow_right.png) center center no-repeat #c3c3c3;
}
.jcarousel-next-disabled,
.jcarousel-prev-disabled{
	cursor:default!important;
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"alpha(opacity=40)";
}

/**/
.carouselWrapper{
	padding:12px;
	border:1px solid #dcdcdc;
	border-top:0;
}
.jcarousel-skin .jcarousel-container{
    width:938px;
    padding:0 29px;
}
.jcarousel-skin .jcarousel-clip{
    width:100%;
    overflow: hidden;
}
.jcarousel-skin .jcarousel-clip ul{
	height:98px!important;
}
.jcarousel-skin .jcarousel-item{
	position:relative;
	display:block;
    width: 174px;
    height: 90px;
	margin:4px 11px 0 4px;
	box-shadow:0 0 4px #dcdcdc;
	background:#fff;
	behavior:url(Scripts/pages/top/pie/PIE.htc);
}
.msie9 .jcarousel-skin .jcarousel-item{
	box-shadow:0 0 6px #dcdcdc;
}
.jcarousel-skin .jcarousel-direction-rtl{
	direction: rtl;
}


/* マイマップ */
#myMapArea .jcarousel-skin .jcarousel-item{
	width:172px;
	border:1px solid #fff;
	background:url(../../../../Content/images/pages/top/bg_banner.jpg) bottom left repeat-x #fff;
}
#myMapArea .jcarousel-skin .jcarousel-item a{
	display:block;
	width:146px;
	height:43px;
	overflow:hidden;
	padding:45px 12px 0;
	border:1px solid #e6e6e6;
	color:#0099cc;
	background:url(../../../../Content/images/pages/top/ico_user.png) center 20% no-repeat transparent;
}
#myMapArea .jcarousel-skin .jcarousel-item a:hover{
	color:#ff9935;
	text-decoration:underline;
}


/* マップ一覧 */
#allMapArea .carouselWrapper{
	min-height:100px;
}
#allMapArea .jcarousel-prev,
#allMapArea .jcarousel-next,
#allMapArea .tabList span{
	min-height:357px;
}
#allMapArea .jcarousel-skin .jcarousel-container{
    width:943px;
    padding:0 29px;
}
#allMapArea .jcarousel-skin .jcarousel-prev-horizontal,
#allMapArea .jcarousel-skin .jcarousel-next-horizontal{
	top:0;
}
#allMapArea .jcarousel-skin .jcarousel-container{
    padding: 0 26px;
}
#allMapArea .jcarousel-skin ul{
	height:auto!important;
}
#allMapArea .jcarousel-skin .jcarousel-item{
	width:943px;
	height:auto;
	margin:0 5px 0 0;
	background:#fff;
	/*border:1px solid #dcdcdc;*/
	box-shadow:none;
}
