/* 店舗案内・Webチラシ */
#MAP_SHOP_BOX { margin: 0 0 20px 0; background: url(img/base.gif) no-repeat top; }
.tips { position: relative; width: 540px; height: 47px;  }
.show { text-align: right; display: block; padding: 8px 2px 0 0; }
.show a {  }
.show a:hover {  }
#close6, #chap6 { display: none; }
.map_t { padding: 0; margin: 0 0 0 0; }
.mgn_hgt { margin-bottom: 15px; }
#MAP_SHOP_BOX input { border: none;  }
#MAP_SHOP_BOX div.toggler { color: #fff; }

	/* Toggler - default style */
	.toggler {
	   margin:25px 0 25px 0;
		cursor:pointer;
		width: 135px;
		height:36px;
		display: block;
	}
	.toggler-closed {
		padding: 5px 0 0 402px;
		height: 47px;
		background: url('img/btn_map.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}
	.toggler-closed:hover {
		padding: 5px 0 0 402px;
		height:47px;
		background: url('img/btn_map.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}
	.toggler-opened {
		padding: 5px 0 0 402px;
		width: 135px;
		height:47px;
		background: url('img/btn_map_close.gif') center right no-repeat;
		color: #fff;
	}
	.toggler-opened:hover {
		padding: 5px 0 0 402px;
		width: 135px;
		height:47px;
		background: url('img/btn_map_close.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}

* html .toggler-closed {
		padding: 5px 0 0 534px;
		height:52px;
		background: url('img/btn_map.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}
* html .toggler-closed:hover {
		padding: 5px 0 0 534px;
		height:52px;
		background: url('img/btn_map.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}
* html .toggler-opened {
		padding: 5px 0 0 534px;
		width: 135px;
		height:52px;
		background: url('img/btn_map_close.gif') center right no-repeat;
		color: #fff;
	}
* html .toggler-opened:hover {
		padding: 5px 0 0 534px;
		width: 135px;
		height:52px;
		background: url('img/btn_map_close.gif') center right no-repeat;
		color: #fff;
		text-decoration: none;
	}
	
