*{
    position:relative;
    box-sizing: border-box;
    line-height: 1.5em;
}

*:focus{
    outline:none;
}

body{
    padding:0;
    margin:0;
    position:static;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size:16px;
    color:#4c4c4c;
}

body h1,
body h2,
body h3,
body h4,
body h5{
    /*font-family: a-otf-futo-go-b101-pr6n,sans-serif;*/
}

app{
    position:static;
}

ul,li{
    margin:0;
    padding:0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}


.dots li{
    list-style: disc;
    margin-left: 1em;
}


.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
}

.flex_center{
    justify-content:center;
}

.wrap{
    padding: 0 20px;
}


.inner{
    width:100%;
    max-width: 1280px;
    padding:0 20px;
    margin:0 auto;
}

#product_main .inner{
    width:100%;
    max-width: 980px;
    padding:0 20px;
    margin:0 auto;
}

#product_main.product_top .inner{
    width:100%;
    max-width: 1280px;
    padding:0 20px;
    margin:0 auto;
}

.bold{
    font-weight: bold;
}

.center{
    text-align: center;
}

img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 770px){
    .inner{
        padding: 0 15px;
    }
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

#alertify-logs{
    /*left: 275px !important;*/
    right: 20px !important;
    bottom: unset !important;
    top: 70px !important;
}

#component #form_ul li p span,
#component #form_ul li .label span,
#component #register_wrap li .label span,
#component #contact_contents_wrap li p span,
#component #organizer_info_contents_wrap li p span{
    color: #e12222;
    border: 1px solid;
    border-radius: 4px;
    font-size: 10px;
    padding: 0 3px;
    margin: 3px 0 0 1em;
    display: inline-block;
    vertical-align: top;
}

.mojisu{
    color: #e12222;
    text-align: right;
    margin-top: 0;
}

#pwinput{
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
}
 @media screen and (max-width: 770px){
     #pwinput{
         width: 90%;
     }
}
#pwinput input{
    width: 100%;
    padding-right: 35px;
}
#pwinput #pw_eye{
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: 100%;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    background-repeat: no-repeat;
}