
#container{
	padding:0;
	margin:0;
	height:100%;width:100%;
}

div#page-container{position:relative;}

div#page-container div#map{
	margin:0;padding:0;height:100%;width:100%;
	position:absolute;
	z-index:0;
}
div#page-container div#map_search{
	position:absolute;
	z-index:1;
	left:30px;
	top:30px;
	min-height:200px;
	width:200px;
	background-color:#f8f8f8;
	border:solid 1px #aaa;
}

div#page-container #scrollWrap,div#page-container #scrollWrap2{
	width:200px;		
	height:400px;
}
div#page-container div.shopList,div#page-container div.routeList{
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;	
	height:400px;
	width:200px;
}


#tab li {
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #f8f8f8;
  width:80px;
  text-align:center;
  font-size:14px;
  color:#666;
font-family:"ヒラギノ角ゴ Pro W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
font-weight:bold;
}
#tab li.select {
  background: #003a8f;
  color:#FFF;
  font-size:14px;
font-family:"ヒラギノ角ゴ Pro W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight:bold;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  font-size: 12px;
  background: #f8f8f8;
  color: #666;
}
div#search_plus , div#onlineshop_plus{
  display:block;
  cursor: pointer;
  padding:10px;
  border-bottom:solid #aaa 1px;
  background:url(/shop/images/gui-plus.gif) #f8f8f8 right center no-repeat;
  border-top:solid 1px #fff;
  font-family:"ヒラギノ角ゴ Pro W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
  font-weight:bold;
}
div#search_plus.opened , div#onlineshop_plus.opened{
  background:url(/shop/images/gui-minus.gif) #f8f8f8 right center no-repeat;
}
div#search_plus_select{
	display:none;
  padding:10px;
  border-bottom:solid #aaa 1px;
}
div#search_form,div#search_form2{
  background: #003a8f;
  color:#f8f8f8;
  padding:10px;
  /*border-bottom:solid #aaa 1px;*/
  position:relative;

}
div#search_form{
	height:60px;
}
div#search_form .title,div#search_form2 .title{font-size:14px; font-weight:bold; padding-bottom:5px;}
div#search_form .textbox,div#search_form2 .textbox{
	width:150px;
	height:12px;
	border:solid 1px #fff;
	padding:5px;
}
div#search_form .textbox{
	position:absolute;
	top:37px;

}
div#search_form .button{
	position:absolute;
	height:24px;
	width:24px;
	right:14px; top:37px;
	background:#fff;
	background:url(/shop/images/search_icon.gif) #FFF 0 0 no-repeat;
	border:none;
	outline:none;
	overflow:hidden;
}
div#map_search div.content_wrap div.onlineshop{
	display:block;
	width:180px;
  cursor: pointer;
  padding:10px;
  border-bottom:solid #aaa 1px;
  background-color:#f8f8f8;
  background:url(../images/gui-link.gif) #f8f8f8 right center no-repeat;
  border-top:solid 1px #fff;
  font-family:"ヒラギノ角ゴ Pro W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
  font-weight:bold;
}


/* 道順 */
div#search_form2 div.addresses{
	width:200px;
}
div#search_form2 div.addresses li{
	margin:5px auto;
}
.travel-modes {
	height: 29px;
	margin: 5px auto;
	width: 154px;
	padding-bottom: 1px;
}

.travel-modes .drivingTravelMode:hover {
background-position: 0 -29px;
}
.travel-modes .drivingTravelMode.selected {
	background-position: 0 -58px;
}
.travel-modes .drivingTravelMode {
	background-position: 0 0;
}
.travel-modes .walkingTravelMode:hover {
background-position: -78px -29px;
}
.travel-modes .walkingTravelMode.selected {
	background-position: -78px -58px;
}
.travel-modes .walkingTravelMode {
background-position: -78px 0;
}
.travel-modes a {
	display: block;
	height: 29px;
	width: 76px;
	overflow: hidden;
	text-indent: 100px;
	background: transparent url('/shop/images/gui-directions-type-sprite.png') no-repeat center top;
	cursor: pointer;
	float: left;
}
div.content_wrap .title{font-size:14px; font-weight:bold; padding-bottom:5px;}
div#search_form2 div.addresses #route_search{
	clear:both;
	margin:5px auto;
	height:37px;
	width:106px;
	margin-left:37px;
	background:url(/shop/images/search_route.png) #003a8f 0 0 no-repeat;
	border:none;
	outline:none;
	overflow:hidden;
	text-indent:-999px;
}
/* shop list */
ul#shop_list li.shop{
  display:block;
  cursor: pointer;
  background: #f8f8f8;
  /*width:180px;*/
padding: 5px;
/*border-top: 1px solid white;
border-bottom: 1px solid #AAA;*/
border-top: 1px solid #AAA;
}
ul#shop_list li.shop img {
  display:block;
  float:left;
  margin-right:10px;
  width:20px;
}
ul#shop_list li.shop p{
  display:block;
  float:left;
  width:140px;
  font-size:11px;
   color:#444;
} 
/* route list */
ul#route_list li.route{
  display:block;
  background: #f8f8f8;
  /*width:180px;*/
padding: 5px;
border-top: 1px solid white;
border-bottom: 1px solid #AAA;
}
ul#route_list li.selecter{
  cursor: pointer;
}
ul#route_list li.selected{
	background-color:#e8e8e8;
}
ul#route_list li.route_A{
border-top: 2px solid #AAA;
}
ul#route_list li.route_B{
border-top: 1px solid #AAA;
}
ul#route_list li.route img {
  display:block;
  float:left;
  margin-right:10px;
  width:20px;
}
ul#route_list li.route p{
  display:block;
  float:left;
  width:140px;
  font-size:11px;
   color:#444;
} 
ul#route_list li.route_details{
  display:block;
  width:180px;
  font-size:11px;
   color:#444;
   margin:5px 0;
}
ul#route_list li.route_details div.detail1{
  display:block;
  float:left;
  width:20px;
  font-size:11px;
   color:#444;
}
ul#route_list li.route_details div.detail2{
  display:block;
  float:left;
  width:100px;
  margin-left:10px;
  margin-right:10px;
  font-size:11px;
   color:#444;
}
ul#route_list li.route_details div.detail3{
  display:block;
  float:right;
  width:40px;
  font-size:11px;
   color:#444;
}
span.bold{
	font-weight:bold;
}