@charset "utf-8";

/* ------------------------------------- 
 *  style css (共通タグ呼び出し)
 * ------------------------------------- */
@import url(../../css/stylem.css);

/* ------------------------------------- 
 *
 *  リーグ詳細 css
 *
 * ------------------------------------- */

/* topics css -------------------------- */
@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
.topics-wrapper {
  width: 100%;
    background-image:none;
  background-color: #FFFFFF;
}
.topics-body-left {
  width: 100%;
}
.topics-body-right {
  width: 100%;
}
.topics-line1, .topics-line2 {
  background-image: none;

}
.topics-top-photo {
  width: 80%;
  margin:0 auto 0 auto;
  border:none;
}
.topics-list-date {
  width: 64px;
  padding: 10px 0px 8px 0px;

}
.topics-list-category {
  padding: 10px 0px 8px 0px;

}
.topics-list-text1, .topics-list-text2 {
  width:auto;
  padding: 10px 0px 8px 0px;
}

}
