
/* --------------------------------
ロール村
------------------------------ */




#content_son{
    width:100%;
    margin: 0 auto;
    text-align:center;
    background: linear-gradient(#d9eabe, #b6d66b);

    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select:none;

}

#content_son li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#content_son #son_wrap{
    position: relative;
    width: 900px;
    margin-left:auto;
    margin-right:auto;
}


#content_son #son_modal{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}
#content_son #son_modal .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: rgba(255,255,255,0.8);
}

#content_son #son_modal .inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height:800px;
    background-color: #fff;
}

#content_son #son_modal .inner .closeButton a {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size:16px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#content_son #son_modal .inner iframe{
    width: 500px;
    height: 750px;
    position: absolute;
    left: 10px;
    top: 40px;
}

#content_son #son_modal.hasbutton .inner{
    height: 800px;
}

#content_son #son_modal.hasbutton .inner iframe{
    height: 750px;
}


#content_son #son_wrap .page .base{
    position: relative;
}


#content_son #son_wrap .page .backbutton a{
    z-index: 1;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}


#content_son #son_wrap .page .rolllink{
    position: absolute;
    background-color:rgba(255,0,0,0);
    z-index: 2;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

#content_son #son_wrap .page .maplink{
    position: absolute;
    background-color:rgba(0,255,0,0);
    z-index: 1;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}


