html {
    font-size:62.5%; /* 10px基準 */
}

p.default {
    font-size:10px;
    font-size:1.0rem;
    margin: 0 5% 0 5%;
}

body {
    line-height:1.5;
    letter-spacing: .1em;
    text-align: justify;
    /*
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    */
}

.main-area {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}

.main-area .container {
    max-width: 640px;
}

.header-image {
    margin-top: -20px;
}

.footer {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.footer .contents {
    text-align: center;
    margin: 10px 15px;
    font-size: smaller;
}

.footer ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.footer ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .footer ul li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ranking-records {
    font-size: 12px;
    font-size: 1.2rem;
}

.login {
    margin-top: 15px;
    text-align: center;
}

.navbar-custom {
    min-height: 40px;
    border: #fff solid 0px;
}
.navbar-custom .navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:10px;
}
.navbar-custom .navbar-toggle {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-custom .menu-ranking {
    background: transparent url("../img/ex_menu_ranking.png") no-repeat center center;
    background-size: contain;
}

.panel-custom .panel-heading {
    background: #fff url("../img/ex_info_top.png") no-repeat bottom center;
    border-bottom: #fff solid 0px;
    background-size: contain;
    height: 51px;
}

.panel-custom .panel-body {
    background: #fff url("../img/ex_info_body.png") repeat-y center;
    background-size: contain;
}

.panel-custom .panel-footer {
    background: #fff url("../img/ex_info_bottom.png") no-repeat top center;
    background-size: contain;
    height: 31px;
    border-top: #fff solid 0px;
}

.panel-custom .panel-item {
    padding: 10px 15px;
}

.rank1 {
    background: transparent url("../img/f5-1.png") no-repeat top left;
    background-size: contain;
}
.rank2 {
    background: transparent url("../img/f5-2.png") no-repeat top left;
    background-size: contain;
}
.rank3 {
    background: transparent url("../img/f5-3.png") no-repeat top left;
    background-size: contain;
}

.my-rank {
    font-weight: bold;
}

.login-form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.login-button {
    text-align: center;
}

.btn-social {
    max-width:120px;
    min-width:80px;
    color: #fff;
}
a.btn-social:hover {
    color: #fff;
}

.btn-fb {
    background-color: #3B5998;
}

.btn-tw {
    background-color: #00aced;
}

.btn-gg {
    background-color:  #dd4b39;
}

.profile {
    width: 100%;
}

.profile table {
    width: 100%;
}

.profile table td {
    padding: 10px 15px;
    width:50%;
}
.profile .profile-key {
}

.header-image img {
    max-width: 100%;
}


@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

input#accesscode {
    text-align: center;
}

.btn-redirect {
    width: 100%;
}
.btn-redirect[disabled] {
    width: 100%;
    color: #000000;
    background-color: #A9A9A9;
}
.btn-redirect[disabled]:hover {
    background-color: #696969;
}
.btn-redirect[disabled]:focus {
    background-color: #A9A9A9;
}

.btn-reset {
    width: 100%;
}

.btn-danger {
    background-color: #ff0000;
    border-color: #ea0905;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
    background-color: #d51309;
    border-color: #812411;
}

.modal-footer button[data-dismiss="modal"] {
    margin-right:30px;
}

.editable-message-form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.editable-message-label {
    width: 10%;
}

.editable-message-input {
    width: 100%;
}

.editable-message-label + .editable-message-input {
    width: 90%;

}

.disabled-item-color {
    background-color:#d3d3d3;
}

.image-preview {
    text-align: center;
}
.image-preview img {
    width: 100%;
}

.audio-preview {
    text-align: center;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
}

.attention-text {
    color: #FF0000;
}

.attention-content {
    margin-bottom: 30px;
}

.base-body {
    display: flex;
}

.base-body > .base-edit-btn:not(first-child) {
    margin-left: 20px;
}

.cost-body {
    display: flex;
}

.cost-body {
    display: flex;
}

.small-category-body {
    display: flex;
    align-items: center;
}

.small-category-body > .part-value:not(first-child) {
    margin-left: 20px;
}

.small-category-body > .part-edit-btn:not(first-child) {
    margin-left: 20px;
}

.part-image {
    width: 10%;
}

.part-value {
    display: flex;
}

.part-value > .part-cost:not(first-child) {
    margin-left: 20px;
}

.base-list {
    display: flex;
    flex-flow: column nowrap;
}

.base-option {
    display: flex;
    align-items: center;
}

.base-option > .radio-label > .base-name:not(first-child) {
    margin-left: 20px;
}

.base-option > .radio-label > .base-cost:not(first-child) {
    margin-left: 20px;
}

.base-option > .radio-label > .base-description:not(first-child) {
    margin-left: 20px;
    font-weight: normal;
}

.base-option > .radio-label > .base-comment:not(first-child) {
    margin-left: 20px;
    font-weight: normal;
}

.radio-label {
    display: block;
    float: left;
    width: 100%;
}

.base-image {
    width: 10%;
}

.part-list {
    display: flex;
    flex-flow: column nowrap;
    white-space: nowrap;
}

.part-option {
    display: flex;
    align-items: center;
}

.part-option > .radio-label > .part-name:not(first-child) {
    margin-left: 20px;
}

.part-option > .radio-label > .part-cost:not(first-child) {
    margin-left: 20px;
}

.part-option > .radio-label > .part-description:not(first-child) {
    margin-left: 20px;
    font-weight: normal;
}

.part-option > .radio-label > .part-comment:not(first-child) {
    margin-left: 20px;
    font-weight: normal;
}

.excluded-small-category-content {
    display: flex;
    flex-flow: column nowrap;
}

.excluded-small-category-body {
    display: flex;
    flex-flow: column nowrap;
}

.excluded-part-value {
    display: flex;
    align-items: center;
}

.excluded-part-value > .part-name:not(first-child) {
    margin-left: 20px;
}

.required-part-body {
    display: flex;
    flex-flow: column nowrap;
}

.required-part-value {
    display: flex;
    align-items: center;
}

.required-part-value > .part-name:not(first-child) {
    margin-left: 20px;
}

.radioButton > .comment {
    font-weight: normal;
}

.radioButton > .locked-comment {
    font-weight: normal;
}

.no-small-category-text::before {
    content: 'No Data.';
}

.status-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: .5em;
}

.status-label.public {
    background-color: #5cb85c;
}

.status-label.public::before {
    content: '公開';
}

.status-label.private {
    background-color: #666666;
}

.status-label.private::before {
    content: '非公開';
}

.switch-status-btn.public::before {
    content: '他のプレイヤーに公開する';
}

.switch-status-btn.private::before {
    content: '他のプレイヤーに非公開にする';
}

.group-status-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: .5em;
}

.group-status-label.public {
    background-color: #5cb85c;
}

.group-status-label.public::before {
    content: '公開';
}

.group-status-label.private {
    background-color: #666666;
}

.group-status-label.private::before {
    content: '非公開';
}

.switch-group-status-btn.public::before {
    content: '他のプレイヤーに公開する';
}

.switch-group-status-btn.private::before {
    content: '他のプレイヤーに非公開にする';
}

.alert.alert-sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    opacity: 0.85;
}

.sctl-content {
    display: flex;
    justify-content: center;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.sctl-body {
    padding: 1em;
    border: 1px solid #ddd;
}

.sctl-guide {
    margin-bottom: 1em;
}

.sctl-itemize {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sctl-itemize > .sctl-item {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1em;
}

.sctl-12-6-supplement-modal-body {
    display: flex;
    flex-direction: column;
}

.sctl-12-6-supplement-modal-itemize {
    display: flex;
    flex-direction: column;
}

.sctl-12-6-supplement-modal-item {
    margin-bottom: 1em;
}

.sctl-12-6-supplement-modal-item-head {
    font-size: large;
    font-weight: bold;
}

.sctl-12-6-supplement-modal-item-body {
    padding-left: 1em;
}

.external-transmission-policy-body {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    margin: 0 0 2rem 0;
}

.external-transmission-policy-body div {
    display: flex;
    flex-flow: column nowrap;
}

.external-transmission-policy-service {
    margin: 2rem 0 0 0;
}

.external-transmission-policy-service-header > h4 {
    font-weight: bold;
}

.external-transmission-policy-service-body-item {
    margin: 0 0 0 2rem;
}

.external-transmission-policy-service-body-item-header > h5 {
    font-weight: bold;
}

.external-transmission-policy-service-body-item-body {
    margin: 0 0 0 2rem;
}

.external-transmission-policy-service-body-item-body > p {
    margin: 0 0 0.5rem 0;
}

.url {
    word-break: break-all;
}
