section.result {
  padding: 32px 15%;
  width: 100%;
}
section.result h3 {
  background-color: #F9F;
  color: #FFF;
  font-size: 32px;
  line-height: 100%;
  padding: 12px 0px;
  text-align: center;
  width: 100%;
}

section.player {
  padding: 32px 15%;
  width: 100%;
}
section.player article {
  border-color: #CCC;
  border-style: solid;
  float: left;
  height: 165px;
  padding: 14px 2% 14px 20%;
  position: relative;
  text-align: center;
  width: 50%;
}
section.player article img.player {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 135px;
  left: 4%;
  position: absolute;
  top: 14px;
  width: 32%;
}
section.player article img.rank {
  display: inline;
  line-height: 70px;
  vertical-align: top;
  width: 50px;
}
section.player article h4 {
  color: #33F;
  font-size: 11px;
  line-height: 100%;
  padding: 8px 0px;
}
section.player article h4 span {
  color: #333;
  display: inline-block;
  margin-right: 3px;
}
section.player article strong {
  color: #333;
  font-size: 24px;
  letter-spacing: -0.03em;
}
section.player article strong span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0;
}
section.player article strong span.aside {
  color: hsl(0deg, 0%, 30%);
  display: block;
  font-size: 14px;
  word-break: break-word;
}
section.player article:nth-child(2n+1) {
  border-width: 0px 1px 1px 1px;
}
section.player article:nth-child(2n) {
  border-width: 0px 1px 1px 0px;
}
section.player article:first-child {
  border-radius: 2px 0px 0px 0px;
  border-width: 1px;
}
section.player article:nth-child(2) {
  border-radius: 0px 2px 0px 0px;
  border-width: 1px 1px 1px 0px;
}

section.past {
  padding: 32px 15%;
  width: 100%;
}
section.past h5 {
  background-color: #999;
  background-image: url("/common/images/arrow-down-w.png");
  background-position: 97.18% 50%, 0% 0%;
  background-repeat: no-repeat, repeat;
  background-size: 16px 8px, auto;
  border-radius: 2px;
  border: 1px solid #999;
  color: #FFF;
  cursor: pointer;
  font-size: 32px;
  font-size: 24px;
  line-height: 100%;
  margin-top: 10px;
  padding: 9px 4px;
  text-align: center;
  width: 100%;
}
section.past h5.up {
  background-image: url("/common/images/arrow-up-w.png");
}
section.past article {
  background-color: #FFF;
  border-color: #999;
  border-radius: 0px 0px 2px 2px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  overflow: hidden;
  width: 100%;
}
section.past article a {
  background-image: url("/common/images/arrow-right-g.png");
  background-position: 95.34% 50%;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  color: #333;
  display: block;
  font-size: 32px;
  font-size: 18px;
  overflow: hidden;
  padding: 8px 7.63% 8px 4px;
  width: 100%;
}
section.past article a span {
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-right: 14px;
}
section.past article a:nth-child(n+2) {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}
section.past article.hidden {
  display: none;
}

section.top-image {
  padding: 0px 15%;
  width: 100%;
}
section.top-image img {
  width: 100%;
}

section.aside {
  font-size: 24px;
  padding: 0px 15% 32px 15%;
  text-align: center;
  width: 100%;
}

/*
section.result {
    width: 100%;
}
    section.result img.congratulation {
        width: 100%;
    }
    section.result div.result-header {
        padding: 7px 3px;
        position: relative;
        width: 100%;
    }
        section.result div.result-header h3 {
            box-shadow: 0px 0px 4px rgba(51,0,0,1) inset;
            color: #FFF;
            font-size: 16px;
            padding: 4px;
            text-align: center;
            min-height: 40px;
        }
            section.result div.result-header h3 span {
                font-size: 10px;
                color: #FFF;
            }
            section.result div.result-header img.lt ,
            section.result div.result-header img.rt ,
            section.result div.result-header img.rb ,
            section.result div.result-header img.lb {
                height: 29px;
                position: absolute;
                width: 21px;
            }
            section.result div.result-header img.lt {
                left: 0px;
                top: 0px;
            }
            section.result div.result-header img.rt {
                right: 0px;
                top: 0px;
            }
            section.result div.result-header img.rb {
                right: 0px;
                bottom: 0px;
            }
            section.result div.result-header img.lb {
                left: 0px;
                bottom: 0px;
            }
section.player {
    padding: 10px;
    width: 100%;
}
    section.player article {
        background-color: #FFF;
        border-color: #999;
        border-style: solid;
        border-width: 0px 1px;
        padding: 7px 7px 7px 82px;
        position: relative;
        min-height: 92px;
        width: 100%;
    }
    section.player article:nth-child(n+2) {
        min-height: 85px;
        padding: 0px 7px 7px 82px;
    }
        section.player article img.player {
            background-size: cover;
            border-radius: 2px;
            height: 78px;
            left: 7px;
            position: absolute;
            top: 7px;
            width: 67px;
        }
        section.player article:nth-child(n+2) img.player {
            top: 0px;
        }
        section.player article h4 {
            background-color: #FFF;
            border-radius: 2px;
            border: 1px solid #999;
            font-size: 16px;
            line-height: 100%;
            padding: 4px;
            width: 100%;
        }
            section.player article h4 span {
                display: inline-block;
                font-size: 14px;
                padding-right: 4px;
            }
        section.player article img.rank {
            background-color: #999;
            border-radius: 4px;
            bottom: 7px;
            height: 47px;
            left: 82px;
            position: absolute;
            width: 47px;
        }
        section.player article strong {
            display: block;
            font-size: 30px;
            line-height: 100%;
            padding: 0px 0px 0px 53px;
            width: 100%;
        }
        section.player article em {
            display: block;
            font-size: 12px;
            font-style: normal;
            line-height: 100%;
            margin-top: 4px;
            padding: 0px 0px 4px 53px;
            width: 100%;
        }
section.past {
    padding: 10px;
    width: 100%;
}
    section.past h5 {
        background-position: 97.18% 50%,0% 0%;
        background-repeat: no-repeat,repeat;
        background-size: 23px 10px,auto;
        border-radius: 2px;
        border: 1px solid #999;
        color: #FFF;
        cursor: pointer;
        font-size: 22xp;
        line-height: 100%;
        margin-top: 10px;
        padding: 9px 4px;
        text-align: center;
        width: 100%;

        background-image:
            url('/common/images/arrow-down-w.png'),
            -webkit-gradient(
                linear,
                left top,left bottom,
                color-stop(51%,rgb(231,66,145)),
                color-stop(51.8%,rgb(230,39,138)),
                color-stop(67%,rgb(228,0,127)));
        background-image:
            url('/common/images/arrow-down-w.png'),
            -moz-linear-gradient(
                top,
                rgb(231,66,145) 51%,
                rgb(230,39,138) 51.8%,
                rgb(228,0,127) 67%);
        background-image:
            url('/common/images/arrow-down-w.png'),
            linear-gradient(
                to bottom,
                rgb(231,66,145) 51%,
                rgb(230,39,138) 51.8%,
                rgb(228,0,127) 67%);
    }
    section.past h5.up {
        background-image:
            url('/common/images/arrow-up-w.png'),
            -webkit-gradient(
                linear,
                left top,left bottom,
                color-stop(51%,rgb(231,66,145)),
                color-stop(51.8%,rgb(230,39,138)),
                color-stop(67%,rgb(228,0,127)));
        background-image:
            url('/common/images/arrow-up-w.png'),
            -moz-linear-gradient(
                top,
                rgb(231,66,145) 51%,
                rgb(230,39,138) 51.8%,
                rgb(228,0,127) 67%);
        background-image:
            url('/common/images/arrow-up-w.png'),
            linear-gradient(
                to bottom,
                rgb(231,66,145) 51%,
                rgb(230,39,138) 51.8%,
                rgb(228,0,127) 67%);
    }
    section.past article {
        background-color: #FFF;
        border-color: #999;
        border-radius: 0px 0px 2px 2px;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        width: 100%;
    }
        section.past article a {
            background-image: url('/common/images/arrow-right-bk.png');
            background-position: 95.34% 50%;
            background-repeat: no-repeat;
            background-size: 7px 16px;
            color: #000;
            display: block;
            font-size: 16px;
            padding: 8px 7.63% 8px 4px;
            width: 100%;
        }
        section.past article a:nth-child(n+2) {
            border-color: #999;
            border-style: solid;
            border-width: 1px 0px 0px 0px;
        }
    section.past article.hidden {
        display: none;
    }
*/
/*# sourceMappingURL=result.css.map */