/*枠で囲まれたリスト*/
.zasshiListUl {
  font-size: 0;
}

.zasshiListUl {}
.zasshiListUl ul {
  padding: 0 !important;
}
.zasshiListUl li {
  display: inline-block;
  background: #fbfbfb;
  border: solid 1px #838383;
  padding: 3px 6px 1px;
  line-height: 1.5;
  margin: 5px 5px 0 0;
}

/*テーブル横スクロール*/
table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { background: #BCBCBC;
}

/*アプリーチ*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

/* 表をスマホとPCで切り替える用のクラスを宣言*/
@media screen and (max-width: 650px){
 .PC_only { display: none;}
}
@media screen and (min-width: 651px) {
 .Smartphone_only { display: none;}
}

/* コメント欄のメアドとサイトを非表示*/
.comment-form-url , .comment-form-email { display:none; }
