#viz .pdf-download-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/download-pdf.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 4px;
  vertical-align: bottom;
}

#viz button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

#viz button:hover {
  color: #ED1B22;
}
#viz button:hover .pdf-download-icon{
  color: #ED1B22;
  background-image: url(../img/download-pdf-red.svg);
}

#viz .pdf-download-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/download-pdf.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 4px;
  vertical-align: bottom;
}

.stretchy-wrapper-16_9 div {
  display: inline-block;
}

div[class$="-icon"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: bottom;
}

div.facebook-icon {
  background-image: url(../img/facebook.png);
}
div.twitter-icon {
  background-image: url(../img/twitter.png);
}
div.linkedin-icon {
  background-image: url(../img/linkedin.png);
}
div.link-icon {
  background-image: url(../img/link.png);
}

div.logo-cloud-apm {
  display: inline-block;
  height: 32px;
  width: 140px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../img/logo_openmaru_cloud_apm.png);
}
h4.docs-title {
  margin-left: 15px;
}

.sns-sned-url {
  display: inline-block;
  border-right: 1px solid #5D5D5D;
}

.sns-send-url button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.stretchy-wrapper-16_9 .sns-sne-url button {
  display: inline-block;
}

#UrlTest {
  display: none;
}

.search-bar {  
  display: flex;
  align-items: center;
}

.search-bar #keyword-input {
  height: 24px;
  margin: 0 5px;
}

#data-list {
  width: 650px;
  display: none;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: white;
  border: 2px solid #5D5D5D;
  border-radius: 5px;
  color: black;
  height: auto;
}

#data-list .docs-factor {
  margin: 2px 4px;
  padding: 2px;
}

#data-list .docs-title {
  font-size: 1rem;
  padding: 4px;
  border-bottom: 2px solid #d3d3d3;
}
#data-list .docs-title > a:-webkit-any-link, a:hover, a:active {
  color: black;
}

#data-list .docs-desc {
  padding: 2px;
  border-bottom: 2px solid #9b9b9b;
  line-height: 1.4rem;
  color: #4a4a4a;
}

#data-list [class^="docs-type-"] {
  margin-left: 3px;
  padding: 1px 3px;
  color: bisque;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 0.5rem;
}

#data-list .search-window {
  color: white;
  font-weight: bold;
  background-color: black;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
#data-list .close-button {
  border: 1px solid black;
  background-color: black;
  padding: 2px;
  border-radius: 5px;
  color: beige;
}
#data-list #search-result {
  padding: 5px;
  min-height: 500px;
  overflow-y: scroll;
  height: 80vh;
}

.loading {
  background-image: url("../img/openmaru_loading-g.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 250px;
  width: 650px;
  height: 100%;
}

/* Search Area Mobile Style */
@media (max-width: 650px) {
  #data-list {
    width: 100%;
    right: 0;
  }
  .loading {
    width: 100%;
    height: 100%;
  }
}

#ChannelTalk {
  width: 164px;
  height: 95px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  vertical-align: middle;
  background-image: url(../img/docs_chat.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.ads-sidebar {
  margin-bottom: 15px;
  width: 100%;
  height: 250px;
}
.ads-sidebar .ads-contents {
  width: 100%;
  height: 100%;
  background-image: url(../img/ads/one-month-free-text.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  cursor: pointer;
  max-width: 250px;
  margin: 0 auto;
}

.ads-footer {
  margin-top: 30px;
  width: 100%;
  height: 250px;
}

.ads-footer .ads-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.ads-footer .ads-contents a {
  flex-grow: 1;
}
.ads-footer .ads-contents [class^="ad-blog-link-"] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

.ads-footer .ads-contents a:hover {
  background-color: rgba(0, 0 , 0, 0.2);
}

.ad-blog-link-1 {
  background-image: url(../img/ads/choose-governer-text.png);
}
.ad-blog-link-2 {
  background-image: url(../img/ads/cloud-apm-text.png);
}
.ad-blog-link-3 {
  background-image: url(../img/ads/apm-faq-5-text.png);
}
.ad-blog-link-4 {
  background-image: url(../img/ads/nara-market-text.png);
}

.ads-tocmenu {
  width: 100%;
  height: 90px;

  margin-top: 8px;
  margin-bottom: 10px;
}

.ads-tocmenu .ads-contents {
  width: 100%;
  height: 100%;
  background-image: url(../img/ads/best-apm-for-jboss.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  cursor: pointer;
  max-width: 245px;
  margin: 0;
}

.ads-tocmenu .ads-contents a:hover {
  background-color: rgba(0, 0 , 0, 0.2);
}

.comments-area {
  margin: 30px 5px;
}

.bottom-content {
  padding: 10px;
}