@charset "utf-8";

/*
    Theme Name: diver_child
    Template: diver
    Description:  Diverの子テーマです。
    Theme URI: http://tan-taka.com/diver/
    Author: Takato Takagi
 */

.post-box .post-title {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  background: none;
  color: #333;
  margin: 5px 0px;
}

.red {
  color: #d14836;
}

.blue {
  color: #093;
}

img {
  margin-right: 5px !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

#data-table-sp {
  display: none;
}

#data-table {
  display: table;
}

table#data-table tr td:last-child img {
  border: 1px solid #ccc;
  min-width: 200px;
}

table#data-table tr td {
  padding: 5px 10px 5px 12px;
}

table#data-table tr p {
  padding: 0;
  margin: 0;
}

.cen {
  text-align: center;
}

.sp-b {
  display: none;
}

.pc-b {
  display: block;
}

table#data-table td.name {
  padding-left: 40px;
}

table#data-table td.name img {
  margin-left: -35px;
  /* float: left; */
  display: inline-block;
  vertical-align: middle;
}
#data-table img {
  margin-bottom: 0;
}
.text-large2 {
  font-size: 24px;
  line-height: 1.1;
}

.details-text-medium,
.details-text-medium span {
  font-size: 0.9em;
}

.details-text-medium {
  font-size: 0.9em;
}

.negative_change,
.negative_change * {
  color: #d14836 !important;
}

.positive_change,
.positive_change * {
  color: #093 !important;
}

p.text-large {
  font-size: 27px;
  padding: 0 !important;
}

.coindt * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

.coindt table,
.coindt table tr,
.coindt table td,
.coindt table th {
  border: none;
  background: none;
  padding: 8px 10px;
}

.coindt table th {
  font-size: 15px;
  font-weight: 600;
}

.coindt table td {
  padding: 15px 10px;
}

.coindt table td span {
  display: block;
}

.coindt thead {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.coindt table {
  margin-top: 25px;
}

.drawer-toggle.drawer-hamburger {
  display: none;
}

td.rank {
  min-width: 57px !important;
  padding: 0;
  text-align: center;
}

@media (max-width: 1400px) {
  #data-table-sp {
    display: table;
  }
  #data-table {
    display: none;
  }
}

@media (max-width: 640px) {
  #data-table-sp {
    display: table;
  }
  #data-table {
    display: none;
  }
  .sp-b {
    display: block;
  }
  .pc-b {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  #container,
  .wrapper,
  #bigfooter,
  #footer {
    min-width: 1500px;
  }
}

.post_thumbnail_wrap {
  overflow: hidden;
}

.post_thumbnail_wrap img {
  transition-property: all;
}

a.page-numbers,
.pagination .current {
  margin-bottom: 10px;
}

#content_area article.hentry {
  overflow: hidden;
}

.widget .popular-posts > h2 {
  position: relative;
  font-size: 16px;
  padding: 8px 15px;
  margin: -10px;
  margin-bottom: 10px;
  background: #004363;
  color: #fff;
  font-weight: normal;
}
.widget_block .widget.popular-posts {
  padding: 0;
}
