@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color:#191919;
}

img {
  border: 0;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

body {
  font-size: 62.5%;
}

#content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#hd {
  position: relative;
  height: 65px;
  background-color: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#hd h1 {
  position: absolute;
  top: 17px;
  left: 20px;
  float: left;
}
#hd .sep {
  width: 1px;
  height: 30px;
  position: absolute;
  top: 22px;
  left: 173px;
  background-color: #d6d6d6;
}

#navi {
  position: absolute;
  top: 36px;
  left: 188px;
  list-style: none;
  float: left;
}
#navi li {
  display: inline;
}
#navi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#languages {
  float: right;
  padding-top: 13px;
  font-size: 12px;
}
#languages * {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
#languages .current {
  padding-left: 14px;
  background: url("../images/pc/dropdown_marker_down.png") no-repeat left center;
}
#languages ul {
  list-style: none;
}
#languages ul li {
  display: none;
}

#links {
  position: absolute;
  top: 36px;
  right: 15px;
  list-style: none;
  float: right;
}
#links li {
  display: inline;
  margin-left: 7px;
}
#links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#stores {
  position: relative;
}
#stores #map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 500px;
}
#stores #map_overlap {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 500px;
}
#stores .wrap {
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
#stores .wrap h2 {
  color: white;
  margin-left: 1px;
  margin-bottom: 1px;
}
#stores .wrap .description {
  margin-left: 1px;
  color: white;
}
#stores .wrap #locations {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 49px;
  padding-top: 13px;
  overflow: auto;
}
#stores .wrap #locations div.continent {
  width: 260px;
  max-height: 530px;
  float: left;
  margin-right: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#stores .wrap #locations div.continent.northamerica {
  margin-right: 0;
}
#stores .wrap #locations div.continent .mapillust {
  margin: 20px;
  width: 220px;
  height: 205px;
}
#stores .wrap #locations div.continent .countriesList {
  background-color: white;
  padding: 15px 20px 20px 20px;
  width: 220px;
  max-height: 350px;
  height: 250px;
}
}
#stores .wrap #locations div.continent h3 {
  font-size: 1.8em;
  color: #191919;
  margin-bottom: 9px;
}
#stores .wrap #locations div.continent ul {
  overflow: auto;
  list-style: none;
}
#stores .wrap #locations div.continent ul li {
  float: left;
  width: 110px;
  height: 24px;
  font-size: 1.5em;
}
#stores .wrap #locations div.continent ul li a {
  text-decoration: none;
  color: #191919;
}
#stores .wrap #locations div.continent ul li a:hover {
  color: #7f0019;
}

.ie8 #stores .wrap #locations div.continent {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8ffffff,endcolorstr=#d8ffffff,gradienttype=0) \9;
  zoom: 1;
}

#breadcrumb {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 40;
  background-color: white;
  padding: 5px 22px 5px 12px;
  color: #212121;
  font-size: 1.2em;
  overflow: auto;
}
#breadcrumb ul {
  list-style: none;
}
#breadcrumb ul li {
  float: left;
}
#breadcrumb ul li.crumb {
  padding-right: 12px;
  margin-right: 7px;
  background: url("../images/pc/breadcrumb.gif") no-repeat right center;
}
#breadcrumb ul li.crumb:last-child{
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#breadcrumb ul li.crumb a {
  color: #212121;
  text-decoration: none;
}
#breadcrumb ul li.crumb a:hover {
  color: #7f0019;
}

address {
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  height: 15px;
  padding: 10px 20px;
  font-size: 1.1em;
  color: #191919;
  font-style: normal;
  font-weight: bold;
  background-color: white;
}
