@charset "UTF-8";

.cssskin-_top_osusumeList .c-list-no_mark> li {
  margin-bottom: 10px;
}

.cssskin-_top_osusumeList .c-list-no_mark> li {
  width: 48%;
}

.cssskin-_top_osusumeList .c-list-no_mark> li:nth-child(odd) {
  float: left;
  clear: left;
}

.cssskin-_top_osusumeList .c-list-no_mark> li:nth-child(even) {
  float: right;
  clear: right;
}

.cssskin-_top_osusumeList .c-list-no_mark:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 641px) {
.cssskin-_top_osusumeList .c-list-no_mark> li {
  float: none;
  width: 100%;
}

.cssskin-_top_osusumeList .c-body {
}

}
