@charset "UTF-8";

.stages {
    color: #F9F9F9;
}

.stages a {
    text-decoration: none;
}

.stages .section-title {
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
    text-align: center;
    font-weight: 300;
}

.stages .modoru-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
}

@media(min-width: 1025px) {
    .stages .modoru-button {
        right: 14px;
    }
}

.stages .group {
    margin: 10px;
    text-align: center;
}

.stages .annotation {
    margin: 10px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
}

.stages .annotation a {
    text-decoration: underline;
    color: #F9F9F9;
}

.stages .nanido {
    font-size: 14px;
}

.stages .star {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #33CC00;
    font-size: 32px;
}

.stages .stage-card {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 358px;
    height: 178px;
    max-width: 84vw;
    max-height: 42vw;
    text-align: center;
    color: #222222;
    background-color: #F9F9F9;
    overflow: hidden;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.stages .stage-thumb {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 101%;
    width: calc(100% + 2px);
    height: 101%;
    height: calc(100% + 2px);
}

.stages .stage-title {
    position: relative;
    font-size: 26px;
    margin: 0;
}

.stages .stage-title span {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.4);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.stages .creator {
    position: relative;
    font-size: 14px;
    margin: 0;
}

.stages .creator span {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.4);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.stages .success-label {
    position: absolute;
    top: 0;
    right: 4px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #33CC00;
}
