p#btm-search-btn {
  text-align: center;
}
.gpNavi p#btm-search-btn input.btn-accountHome {
  width: 177px;
  height: 39px;
  background: url(/common/web/images/store/store_btn_back.png) no-repeat;
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
}
.gpNavi p#btm-search-btn input.btn-accountHome:hover {
  background: url(/common/web/images/store/store_btn_back.png) no-repeat 0 -40px;
}
.gpPrevButton input.btnPrev {
  width: 177px;
  height: 39px;
  background: url(/common/web/images/store/store_btn_back.png) no-repeat;
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
}
.gpPrevButton input.btnPrev:hover {
  background: url(/common/web/images/store/store_btn_back.png) no-repeat 0 -40px;
}

div.gpnavi .gpLinkBoxWithThumb div.thumbnail img {
  height: 80px;
  width: 100px;
}
div.gpnavi .gpLinkBoxWithThumb p {
  width: 78%;
}
div.gpnavi .gpLinkBoxWithThumb p.title {
  margin-top: 32px;
  font-size: 20px;
}
div.gpnavi .gpLinkBoxWithThumb p.title.noMarginTop {
  margin-top: 0;
}

.gpNavi {
  background: white;
  border: #bbd 1px solid;
  padding: 0 20px 20px;
}

.gpNaviHeader {
  margin-top: 10px;
  position: relative
}
.gpNaviHeader p {
  display: table-cell;
  vertical-align: middle;
}
/*for IE7 */
*:first-child+html .gpNaviHeader p {
  display: inline;
  zoom: 1;
}
.gpNaviHeader ul.decimal li {
  font-size: 16px;
  list-style-type: decimal;
  margin: 0 0 5px 30px;
}
.gpNaviHeader ul.disc li {
  font-size: 16px;
  list-style-type: disc;
  margin: 0 0 5px 30px;
}
.gpNaviHeader p img {
}
.gpNaviHeader div.deviceInfo img {
  bottom: 5px;
  right: 5px;
  position: absolute;
}
.gpNaviHeader p.title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 30px;
} 
.gpNaviHeader p.desc {
  font-size: 16px;
  padding-right: 15px;
  line-height: 1.5em;
}

/*
.gpNaviHeader div.thumbnail {
  float: left;
  width: 20%;
}
.gpNaviHeader div.desc {
  float: left;
  width: 80%;
}
.gpNaviHeader div.desc p {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
}
*/
.gpNaviTitle {
  position: relative;
}
.gpNaviTitle p.title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 10px;
  padding-left: 15px;
  background: url(//cdn.galapagosstore.com/cdn/image2/base/info/gpnavi/dot.png) no-repeat 0%;
}
.gpNaviTitle img.deviceInfo {
  bottom: 0px;
  right: 5px;
  position: absolute;
}

.gpNaviBody {
  margin-top: 20px;
}
.gpNaviBody:last-child {
  margin-bottom: 20px;
}
.gpNaviBody.gpHr {
  border-bottom: #ececec 2px solid;
  margin: 20px auto 0;
  width: 80%;
}
.gpNaviBody div.desc {
  float: left;
  width: 60%;
}
.gpNaviBody div.thumbnail {
  float: left;
  width: 40%;
}
.gpNaviBody div.desc p.title {
  font-size: 16px;
  font-weight: bold;
//margin: 0 0 5px 5px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(//cdn.galapagosstore.com/cdn/image2/base/info/gpnavi/dot.png) no-repeat 0%;
}
.gpNaviBody div.desc p {
  font-size: 16px;
//margin-left: 10px;
  padding-right: 15px;
  line-height: 1.5em;
}
.gpNaviBody div.desc ul.desc {
  margin-top: 20px;
  margin-left: 30px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.5em;
}
.gpNaviBody div.desc ul.desc li {
  list-style-type: decimal;
}
.gpNaviBody div.desc li span {
  padding-left: 15px;
}
.gpNaviBody div.desc ul.attn {
  margin-top: 20px;
  margin-left: 30px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.5em;
}
.gpNaviBody div.desc ul.attn li {
  list-style-type: disc;
}
.gpNaviBody div.thumbnail img {
  width: 100%;
  margin-bottom: 20px
}
