@charset "utf-8";

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

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

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

@media screen and (max-width: 767px) {
.details-wrapper {
width:100%;
}

.details-body-block{
width:50%;
}
.details-text-block{
  width:100%;
  margin: 0px 20px 0px 20px;
}
.details-yakuin-margin{
  margin:10px 10px 30px 10px;
}
.details-hs-title{
  width: 75px;
  padding-left: 0px;
}

}
@media screen and (max-width: 539px) {
.details-yakuin-margin{
  margin:10px 5px 30px 5px;
}
.details-yakuin-block{
  width: 130px;
  margin-left:20px;
}
.details-hs-td, .details-hs-tdC, .details-hs-tdR {
  padding: 3px 2px 2px 4px;
  font-size: 0.8em;
}
.details-hs-tdR {
}
.details-hs-tdC {
}
.details-hs-title{
}

}

@media screen and (max-width: 419px) {
.details-body-block{
width:100%;
}
.details-yakuin-block{
  width: 120px;
  margin-left:10px;
}
.details-cdiv-img{
  width: 100%;
  height: auto;
}
.details-hs-td, .details-hs-tdC, .details-hs-tdR {
  padding: 3px 0px 2px 4px;
  font-size: 0.7em;
}
}

@media screen and (max-width: 399px) {
}
/