@charset "UTF-8";
/* CSS Document */
/*

#back_ground {
	background:url(img/back.jpg) center top repeat-x;
}

#wrap_1000 {
	width:1000px;
	margin:0 auto;
}

#wrap_1000 img {
	vertical-align:bottom;
}
*/
@charset "utf-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	yk
	Date	2013/11/07

///////////////////////////////////////////////// */

#header {
    height: 85px!important;
}


/*--------------------------メインイメージ設定--------------------------*/

#mainImage{
	position:relative;
	z-index:80;
	height:390px;
	margin-top:-3px;
}

#mainImage .main{
}

#mainImage .main >li{
	width:1000px;
	height:390px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#mainImage .thum{
}

#mainImage ul.thum{
	width: 140px;
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: -60px;
}

#mainImage ul.thum li{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 4px;
	background-image: url(main_image_navi1.png);
	background-repeat: no-repeat;
}

#mainImage ul.thum li:hover,
#mainImage ul.thum li.active{
	background-image: url(main_image_navi2.png);
	background-repeat: no-repeat;
}

#mainImage ul.thum li{
	cursor: pointer;
}


/*--------------------------TOPバナー設定--------------------------*/
.bannerBox{
	text-align: center;
	margin-bottom: 20px;
}


/*--------------------------リンクバナー設定--------------------------*/

#linkBox{
	margin-bottom:20px;
	overflow:hidden;
}

#linkBox li{
	float:left;
	margin-right:21px;
}

#linkBox li.last_child{
	margin-right: 0px;
}


/*--------------------------お知らせ設定--------------------------*/

#newsBox{
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:hidden;
}

#newsBox h2{
	margin-bottom:10px;
}

#newsBox ul{
	margin-bottom:8px;
}

#newsBox ul li{
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:1px dotted #ddd;
}

#newsBox ul li span{
	color:#b40000;
	font-weight:bold;
}

#newsBox .more{
	display:block;
	float:right;
	height:16px;
	font-size:12px;
	line-height:16px;
}

#newsBox .more:after{
	content: url(/img/icon_right_black.png);
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-left:4px;
}


/*--------------------------バナー設定--------------------------*/

#bnrBox{
	margin-bottom:40px;
}

#bnrBox li{
	margin-bottom:10px;
}


/*--------------------------店舗情報設定--------------------------*/

#shopInfo{
	margin-bottom:20px;
}

#shopInfo h2{
	margin-bottom:10px;
}

#shopInfo .mapBox{
	position:relative;
	width:900px;
	height:360px;
	background:url(/home/shop_map.png) top center no-repeat;
}

#shopInfo .mapBox .newshop{
	position: absolute;
	top:0;
	left:0;
	display:block;
	width:380px;
	height:84px;
}

#shopInfo .mapBox .kawaramachi{
	position: absolute;
	top:94px;
	left:0;
	display:block;
	width:233px;
	height:25px;
}

#shopInfo .mapBox .shigaList{
	position: absolute;
	top:auto;
	left:auto;
	right:20px;
	bottom:20px;
}

/*--------------------------06/09 kubo temp2.phpのトップページ地図変更分 --------------------------*/

#shopInfo .mapBox0609{
	position:relative;
	width:900px;
	height:360px;
	background:url(/home/shop_map_241231.png) top center no-repeat;
}

#shopInfo .mapBoxv .newshop{
	position: absolute;
	top:0;
	left:0;
	display:block;
	width:380px;
	height:84px;
}

#shopInfo .mapBox0609 .kawaramachi{
	position: absolute;
	top:94px;
	left:0;
	display:block;
	width:233px;
	height:25px;
}

#shopInfo .mapBox0609 .shigaList{
	position: absolute;
	top:auto;
	left:auto;
	right:20px;
	bottom:20px;
}



/*--------------------------SNS設定--------------------------*/

#snsBox{
	overflow:hidden;
	margin-bottom:20px;
}

#snsBox h2{
	margin-bottom:10px;
}

#snsBox .snsLink{
	float:right;
	width: 370px;
}

#snsBox .snsLink >li{
	margin-bottom:20px;
}

#snsBox .snsLink >li.last_child{
	margin-right: 0px;
	margin-bottom:0px;
}

/*--------------------------カルーセル--------------------------*/
#shopList{
	position: relative;
}

#shopList .prevBtn{
	height: 40px;
	position: absolute;
	top:50%;
	left:0;
	margin-top: -20px;
	cursor: pointer;
}

#shopList .nextBtn{
	height: 40px;
	position: absolute;
	top:50%;
	right:0;
	margin-top: -20px;
	cursor: pointer;
}

