@charset "UTF-8";

/*-------------------------------------------------------------------
 *
 * File Name   : point_popup.css
 *
-------------------------------------------------------------------*/

/* =================================================================

    pointPopup //ログインポイントポップアップ

================================================================= */
#pointPopup{
    display:none;
    position:fixed;
    top:155px;
    left:0;
    z-index:100;
    width:100%;
    height:auto;
}
#pointPopup .pointPopImg{
    width:100%;
    margin:0 auto;
    padding:23px 0;
    background:url("../img/point/pt_popup01.png") repeat-x;
    text-align:center;
}
#pointPopup .pointPopImgMonth{
    width:100%;
    margin:0 auto;
    padding:23px 0;
    background:url("../img/point/pt_popup_keep01.png") repeat-x;
    text-align:center;
}
.loginPopOver {
    display:none;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:99;
    background:#000000;
    opacity:0.1;
}


/* -----------------------------------------------------------------
    201510追加　期間限定プロ導線
----------------------------------------------------------------- */

#popBnrPro {
    width:100%;
    margin:0 auto 20px;
    background:#f9fdfe;
}

#popBnrPro .popBnrProHead {
    width:100%;
    height:43px;
    margin:0 auto;
    padding:7px 0 0;
    background:#234673;
}
#popBnrPro .popBnrProHeadInr {
    position: relative;
    width:1050px;
    margin:0 auto;
}
#popBnrPro .popBnrProClose {
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
#popBnrPro .popBnrProInr {
    width:1050px;
    margin:0 auto;
    padding: 30px 0;
}
#popBnrPro .popBnrProImg {
    display:block;
    float: left;
    margin:0 45px 0 0;
}
#popBnrPro a {
    display:block;
    float: left;
    width: 390px;
    height: 60px;
    line-height: 60px;
    margin:30px 0 0;
    background-color: #dc5621;
    background-image: linear-gradient(to top, #dc5621 0%, #ff750f 100%);
    border-radius: 7px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align:center;
    font-size: 26px;
    color:#ffffff;
}
#popBnrPro a:hover {
    text-decoration:none;
    opacity: 0.7;
}

