@charset "utf-8";

/*「error」スタイル*/

#err_wrapper{
    width:650px;
    margin:0 auto;
}


/*--------------------------------------------------------------------------
　タイトル
----------------------------------------------------------------------------*/
.box1{
    background: url("../images/common/box1h.gif") no-repeat scroll left top transparent;
    padding-top: 10px;
    width:650px;
}

.box1Wrapper{
    background: url("../images/common/box1f.gif") no-repeat scroll left bottom transparent;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width:650px;
}

.boxCenter{
    /*margin-left:110px;*/
    margin-left:auto;
    margin-right:auto;
        vertical-align:text-middle;
        width:650px;
}



.boxCenter img{
    margin-right:8px;
     vertical-align: middle;
}

.boxTitle{
    border-left:2px solid #fdbacf;
    border-right:2px solid #fdbacf;
    width:646px; font-size:18px;
    text-align:center;
    color:#f00;
    font-weight:bold;
    background:#fff;
}


.mainbox {
    border:1px solid #fdbacf;
    margin-left:auto;
    margin-right:auto;
    width:618px;
    height:150px;

    padding:28px 16px 0 16px;
    background:#fff1dd;
}

/*グローバル用*/
.boxTitlePortal{
    border-top:1px solid #fdbacf;
    border-left:1px solid #fdbacf;
    border-right:1px solid #fdbacf;
    padding:10px;
    width:650px; font-size:18px;
    text-align:center;
    color:#f00;
    font-weight:bold;
    background:#fff1dd;
}

.mainboxPortal {
    border-left:1px solid #fdbacf;
    border-right:1px solid #fdbacf;
    border-bottom:1px solid #fdbacf;
    margin-left:auto;
    margin-right:auto;
    width:638px;
    height:150px;

    padding:28px 16px 0 16px;
    background:#fff;
}

/* ログイン前エラーリニューアル */
.sorry_error_conts h2 {
    background: url("../images/renewal/error/icon.png") no-repeat center top;
    min-width:70px;
    padding-top:90px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#f3598c;
}
.sorry_error_conts a {
    color:#f3598c;
    text-decoration:underline;
}
.sorry_error_conts a:hover {
    text-decoration:none;
}
.sorry_error_conts a.link_btn {
    font-size:14px;
    background:#f3598c;
    text-decoration:none;
    color:#fff;
    padding:14px 22px;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
.sorry_error_conts a.link_btn:hover {
    background:#e6326e;
}
.msgbox1 .sorry_error_conts p {
    text-align:center;
    font-size:100%;
    font-weight:normal;
    padding-bottom:0;
}
