/** TODO sassへ移行してください */
@charset "UTF-8";

.old-schedule {
  color: #666;
}

h2.sw-schedule__maintitle {
    margin: 10px 0;
}

.sw-ranking__image {
    background-size: contain;
    background-repeat: no-repeat;
}

.sns_area {
  margin: 5%;
}

@media screen and (min-width: 580px) {
  .sns_area {
    margin: 35px;
  }
}

.sns_area .tagarea {
  text-align: center;
  padding: 0 0 30px 0;
}

.sw-button__normal button {
    display: inline-block;
    max-width: 260px;
    margin: 0 auto;
    padding: 15px 20px;
    color: #000000;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    background: white;
    background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.92) 100%);
    background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.92) 100%);
    background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    border-radius: 2px;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.55);
    vertical-align: bottom;
    border: none;
}
.sw-button__normal button.if-yellow {
    background: #FDFF00;
}

.sw-button__normal button:hover {
    cursor: pointer;
    opacity: 0.65 !important;
}


.sw-schedule__eventIcon.if-today {
    width: auto;
    border: 1px solid rgba(255, 0, 0, 0.45);
    color: #ff0000;
    background: transparent;
}