@charset "utf-8";

/**
 * 会員登録定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2016 Polaris, Inc.
 *
 */
.BLK10120
{   
    clear:both;
    margin:0;
	font-weight:bold;
}
.BLK10120 .frame.entry
{
    margin-top:2rem;
}
.BLK10120 .frame.entry > p
{
    margin-bottom:2rem;
}
.BLK10120 .frame.entry > p > a
{
    text-decoration:underline;
}
.BLK10120 .message_confirm
{
    margin:1rem 0.5rem;
}
.BLK10120 .frame.complete
{
    margin-top:1.2rem;
    margin-left:0.5rem;
    line-height:1.7rem;
}
.BLK10120 .frame.complete > p:first-child
{
    font-size:1.7rem;
    margin-bottom:0.5rem;
}
.BLK10120 .frame.complete > div
{
    margin-top:2rem;
    color:Red;
}

@media screen and (min-width:0px) and (max-width:875px)
{
    .BLK10120 #button_zip_code
    {
        margin-top:1em;
    }
}
@media screen and (min-width:0px) and (max-width:450px)
{
    .BLK10120 .media_sp
    {
        display:block;
    }
}
