* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  max-width: 100%;
  width: 600px;
  background: white;
  margin: auto;
  text-align: center;
}

#gesture-indicator {
  height: 100%;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  word-break: break-all;
}

#content {
  position: absolute;
  max-width: 600px;
  width: 100%;
}
.logo {
  font-size: 8px;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  overflow: auto;
  text-decoration: none;
  color: #1b1b1b;
}
img.smaller {
  height: 100px;
  object-fit: fill;
  margin-top: -50px;
  margin-bottom: 20px;
}

span {
  display: block;
  overflow: hidden;
  padding-left: 5px;
}
.search_part {
  display: table;
  vertical-align: middle;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 0;
}
.search.icon {
  color: #1b1b1b;
  width: 12px;
  height: 12px;
  border: solid 2px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  margin: auto;
}

.search.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  height: 5px;
  width: 2px;
  background-color: currentColor;
}
.search_bar {
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0);
}
#search_input {
  height: 46px;
  padding: 0 12px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 15px;
  background-color: transparent;
}
#search_submit {
  display: none;
  outline: none;
  height: 46px;
  width: 56px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}

#search_input,
#search_submit {
  color: #1b1b1b;
}
.opSug_wpr {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.24);
  overflow-y: scroll;
  line-height: normal;
  position: absolute;
  width: 90%;
  max-width: 600px;
  margin: -1px 0 0;
  z-index: 9999;
}
.opSug_wpr::-webkit-scrollbar {
  width: 0;
}
.opSug_wpr table {
  background: none;
  padding: 0px;
  width: 100%;
  border-spacing: 0;
}
.opSug_wpr tr {
  padding: 0px;
  margin: 0px;
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.opSug_wpr tr:hover {
  color: #fff;
  background: #7b90e3;
}
.opSug_wpr td {
  font-size: 14px;
  padding: 10px 17px;
  color: #1b1b1b;
  background: none;
  text-align: left;
  vertical-align: middle;
  font: 14px verdana;
  text-decoration: none;
  text-indent: 0px;
}

#bookmark_part {
  text-align: center;
  max-width: 600px;
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
}
#box_container {
  text-align: left;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
  max-height: calc((50px + 4px * 6) * 3);
}
.box {
  margin: 4px 9px 4px;
  width: 46px;
  border: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 23px;
  width: 46px;
  height: 46px;
}
.title {
  border-radius: 23px;
  color: #ffffff;
  width: 46px;
  line-height: 46px;
  height: 46px;
  font-size: 15px;
}
.url {
  margin: 2px 0 0;
  width: 46px;
  height: 20px;
  line-height: 20px;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: clip;
  -o-text-overflow: clip;
  color: #1b1b1b;
  font-size: 10px;
}
@media only screen and (min-width: 128px) {
  #box_container {
    width: 64px;
  }
}
@media only screen and (min-width: 192px) {
  #box_container {
    width: 128px;
  }
}
@media only screen and (min-width: 256px) {
  #box_container {
    width: 192px;
  }
}
@media only screen and (min-width: 320px) {
  #box_container {
    width: 256px;
  }
}
@media only screen and (min-width: 384px) {
  #box_container {
    width: 320px;
  }
}
@media only screen and (min-width: 448px) {
  #box_container {
    width: 384px;
  }
}
@media only screen and (min-width: 512px) {
  #box_container {
    width: 448px;
  }
}
@media only screen and (min-width: 576px) {
  #box_container {
    width: 512px;
  }
}
#content {
  top: 25%;
  transition: 0.14s;
}
@media only screen and (min-height: 250px) {
  #content {
    top: 62px;
  }
}
@media only screen and (min-height: 350px) {
  #content {
    top: 87px;
  }
}
@media only screen and (min-height: 450px) {
  #content {
    top: 135px;
  }
}
@media only screen and (min-height: 650px) {
  #content {
    top: 195px;
  }
}
@media only screen and (min-height: 850px) {
  #content {
    top: 255px;
  }
}
.sort-ghost {
  opacity: 0.3;
}
