@charset "utf-8";
/* CSS Document */



/* MAIN VISUAL
-----------------------------------------*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev { background: #fff url(../images/top/btn_prev.gif) no-repeat right center; }
.slider_next { background: #fff url(../images/top/btn_next.gif) no-repeat left center; }
 
 
.pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    background: #f3f3f3;
}
.pagination a.active {
	background: #6e93ff !important;
}
	


/* BANNER
-----------------------------------------*/
#banner{
	width: 1000px;
	margin: 30px auto;
}
	#banner p{
		width: 1000px;
		margin-bottom: 20px;
		position: relative;
	}
	
		#banner p span{
			position: absolute;
			top: -15px;
			left: -15px;
		}
		
			#banner p span img{
				opacity: 1;
			}
	
		#topBanner li{
			width: 490px;
			float: left;
		}
		
		#topBanner li:first-child{
			margin-right: 20px;
		}
		
			
			
	#bannerList{
		margin: 20px 0 0 0;
	}
	
		#bannerList li{
			width: 225px;
			float: left;
			margin: 0 20px 0 0;
			padding: 4px;
			border: solid 1px #ccc;
			background: url(../images/top/triangle.gif) no-repeat right bottom;
		}
		
		#bannerList li:last-child{
			margin: 0;
		}
		
			#bannerList li dt{
				margin: 15px 0;
				text-align: center;
			}
			
				#bannerList li dt span{
					font-size: 16px;
					font-weight: bold;
					color: #13328f;
					background: url(../images/top/txt_back.gif) repeat-x bottom;
				}
			
			#bannerList li dd{
				padding: 0 10px 15px 10px;
				line-height: 1.5;
				/*background: url(../images/top/triangle.gif) no-repeat right bottom;*/
			}
			
			#bannerList li p{
				margin-bottom: 0;
			}
		

.box_hover{
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.none{
	text-indent: -9999px;
	height: 0px;
	overflow: hidden;
}




/* SHOP LIST
-----------------------------------------*/
#shopList{
	background: url(../images/top/shop_back.gif);
	padding: 30px 0;
}

	#shopListContents{
		width: 1000px;
		margin: 0 auto;
	}
	
		#iconList{
			margin: -30px 0 30px 0;
		}
		
			#iconList li{
				float: right;
				margin: 0 0 0 30px;
			}
			
				#iconList li img{
					vertical-align: middle;
				}
				
				#iconList li span{
					margin: 0 5px;
				}
				
		#shopList dl{
			margin: -20px 0 0 0;
		}
		
			#shopList dt,#shopList dd{
				float: left;
				margin: 20px 0 0 0;
			}
			
			#shopList dd{
				margin-left: 20px;
				position: relative;
			}
			
			#shopList dt.continue{
				margin-left: 20px;
			}
			
				#shopList dd ul{
					position: absolute;
					top: 0px;
					right: 5px;
				}
				
					#shopList dd li{
						float: right;
						margin: 0 5px 0 0;
					}
			
				#shopList dd p.shopName{
					position: absolute;
					top: 114px;
					left: 0;
					width: 150px;
					text-align: center;
					line-height: 36px;
					background: url(../images/top/shop_name_back.png) no-repeat;
					font-weight: bold;
				}



/* SNS
-----------------------------------------*/
#topSns{
	width: 1000px;
	margin: 0 auto 50px auto;
}

	#topics{
		width: 480px;
		float: left;
	}
	
	#diary{
		width: 480px;
		float: right;
		background: url(../images/top/blog_back.jpg) no-repeat right top;
	}
	
		#topics h1,#diary h1{
			padding: 38px 0 35px 0;
		}
	
		#topics dl{
			height: 300px;
			overflow-y: scroll;
		}
		
			#topics dt{
				font-size: 12px;
				padding: 15px 0;
				width: 100px;
				float: left;
				clear: left;
			}
			
			#topics dd{
			    border-bottom: dotted 1px #ddd;
				padding: 15px 0 15px 100px;
				line-height: 1.5;
			}
			
				#topics dd li{
					display: inline-block;
					background: #13328f;
					color: #fff;
					padding: 1px 6px;
					margin: 0 5px 5px 0;
					text-align: center;
				}
				
				#topics dd p{
					margin: 3px 0 0 0;
				}
			
		#topics p#listBtn{
			margin: 15px 0 0 0;
		}
		
		#diaryBox{
			position: relative;
			display: inline-block;
			width: 430px;
			padding: 20px;
			border: 5px solid #ddd;
			z-index: 0;
		}
		
		#diaryBox:before {
			content: "";
			position: absolute;
			top: -13px; left: 50px;
			margin-left: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 0 17px 17px 17px;
			border-color: transparent transparent #fff transparent;
			z-index: 0;
		}
		
		#diaryBox:after {
			content: "";
			position: absolute;
			top: -20px; left: 50px;
			margin-left: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 0 18px 18px 18px;
			border-color: transparent transparent #ddd transparent;
			z-index: -1;
		}
		
			#diaryBox dl{
				height: 305px;
				overflow-y: scroll;
			}
			
				#diaryBox dt{
					font-size: 12px;
					padding: 15px 0 0 0;
				}
				
				#diaryBox dt:first-child{
					padding: 0;
				}
				
					#diaryBox dt span{
						font-weight: bold;
						margin: 0 0 0 15px;
					}
				
				#diaryBox dd{
					border-bottom: dotted 1px #ddd;
					padding: 10px 0 15px 0;
					line-height: 1.5;
				}
	
	
	
/* スクロールバー要素
----------------------------------------------------------- */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;     /* 縦スクロールバーの幅を指定 */
  height: 100%;
  background: #ffffff;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;     /* 横スクロールバーの幅を指定 */
  background: #ffffff;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #eee;     /* スクロールバーの背景色を指定 */
  position: relative;
}

.jspDrag {
  background: #aaa;     /* スクロールバーの色を指定 */
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0px -3px 0px 0px;
}
