@charset "UTF-8";
.ajaxLoading {
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc( 50% - 15px );
  top: calc( 50% - 15px );
}

#wiki_wrap {
  background: #F9F8CD;
  min-height: 150px;
  width: 500px;
  padding: 50px;
  text-align: left;
  color: #323232;
}

#wiki_wrap .wikipediaTitle {
  text-align: left;
  font-size: 28px;
  color: #006300;
  margin: 0 0 20px 0;
  background: url(../img/pin.png) no-repeat left top;
  -moz-background-size: 28px, 44px;
  -o-background-size: 28px, 44px;
  -webkit-background-size: 28px, 44px;
  background-size: 28px, 44px;
  padding-left: 40px;
  height: 46px;
  line-height: 46px;
}

#wiki_wrap .parts_img {
  float: left;
  margin: 0 20px 10px 0;
}

#wiki_wrap .wikipediaDescription {
  width: 500px;
  font-size: 14px;
  line-height: 1.8;
}

#wiki_wrap ul.wikipediaThumbGallery {
  float: left;
  width: 480px;
  list-style: none;
  padding: 0;
}

#wiki_wrap ul.wikipediaThumbGallery li {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
}

#wiki_wrap table.wikipediaInfoTable {
  float: left;
  width: 500px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

#wiki_wrap table.wikipediaInfoTable td,
#wiki_wrap table.wikipediaInfoTable th {
  padding: 5px;
}

#wiki_wrap .clear {
  clear: both;
}

#wiki_wrap .gmap {
  position: absolute;
  right: 50px;
  top: 60px;
}
#wiki_wrap .gmap a {
  display: block;
  width: 135px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/btn_gmap.png) no-repeat left top;
}
#wiki_wrap .gmap a:hover {
  background-position: 0 -30px;
}

#wiki_wrap #wikiButton {
  text-align: center;
  width: 500px;
  height: 42px;
  margin-top: 30px;
}

#wiki_wrap .detailLink {
  text-align: center;
  width: 240px;
  height: 42px;
  margin: 0 auto;
  float: left;
  margin-right: 20px;
}
#wiki_wrap .detailLink a {
  display: block;
  width: 240px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/btn_wiki.png) no-repeat left top;
}
#wiki_wrap .detailLink a:hover {
  background-position: 0 -42px;
}

#wiki_wrap .amazonLink {
  text-align: center;
  float: left;
}
#wiki_wrap .amazonLink a {
  display: block;
  width: 240px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/btn_amazon.png) no-repeat left top;
}
#wiki_wrap .amazonLink a:hover {
  background-position: 0 -42px;
}

#wiki_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 69%;
  width: 500px;
  height: 33px;
  line-height: 33px;
  padding: 0 50px 20px;
  text-align: left;
  font-size: 63%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin: 0;
  background: url(../img/logo_s.png) no-repeat 427px top;
}
