﻿/*mask*/
.loading-mask {
    position: fixed;
	bottom: 0;
	right: 0;
    top: 0;
	left: 0;
	/*overflow: auto;
	overflow-y: scroll;*/
	width:auto;
    height:auto;
	z-index: 8010;
    display:none;
	background: url('../img/loading/fancybox_overlay.png');
}

.loading-mask .loading {
    width:44px;height:44px;background-image:url('../img/loading/fancybox_sprite.png');
    background-position:0px -108px;
    position:relative;
    margin:0 auto;
    text-align:center;
    padding-top:10px;
    padding-left: 10px;
}

.overlay-lock {
    /*overflow: hidden;
    margin-right: 17px;*/
}
/*mask*/

/* form */
.err .err-txt
{
    padding:0 10px;
    font-size: 17px;
    color: #ffc107;
}

.consent
{
    margin-bottom:0;
}

.consent + ul
{
    margin:5px 0 0;
}
/* form */

/* popup */
#SignupFinish-pop .pop-con
{
    overflow-y:hidden;
}

#SignupFinish-pop .txt-title
{
    text-align:center;
}
/* popup */

/* modify */
@media (max-width: 750px) {
    .a-content.center h3
    {
        text-align:center;
    }
}

@media (max-width: 480px) {
    .sp-intro p{ height: 85px; }

    .recap h5
    {
        width: 75%;
    }
}

.sp-show
{
    overflow:hidden;
}


.btn.disabled
{
    background:none;
    background-color:#cbcbcb;
    cursor:not-allowed;
}

.btn.disabled:before,.btn.disabled:after
{
    display:none;
}
/* modify */