/*
※このファイルはSassコンパイルではなく、生のCSSです

旧UIから加えざるを得ないスタイルを記述するCSSファイル
このファイルの記述が増えるにつれ、ルールの崩壊が進むので注意
*/


/* -----------------------------------------------------
広告対策

これに相当するスタイル .m-adList を用意しているのでいつか移行したい
----------------------------------------------------- */
.estar-ad-wrapper {
  margin-bottom: 10px;
}

.estar-ad-wrapper:last-child {
  margin-bottom: 0;
}

.estar-ad-wrapper .estar-ad-box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.estar-ad-wrapper .estar-ad-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  background: url("/sp/assets/img/ico_arrow_01.png") 0 0 no-repeat;
  background-size: auto 100%;
  width: 5px;
  height: 9px;
  margin: -5px 0 0;
}

.estar-ad-wrapper .estar-ad-box.amoad_arrow::after{
  display: none;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-thumb figure {
  margin: 0 8px 0 0;
  width: 60px;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-thumb figure img {
  width: 100%;
  border: solid 1px #D2D2D2;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-text {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-text .ad-catch {
  color: #E00808 !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 4px;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-text .ad-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.estar-ad-wrapper .estar-ad-box .estar-ad-text .ad-comment {
  color: #9B9B9B;
  font-size: 12px;
  margin: 0 0 6px;
  line-height: 1.5;
}
