@charset "UTF-8";
div#kimaritePop{
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    width: 800px;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    color: #000;
}

div#kimarite_close {
    border: none;
    margin-right: -10px;
    float: right;
    padding: 0 7px;
    cursor: pointer;
}

#kimarite_close button {
    width: 329px;
    height: 30px;
    font-size: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 425px;
    margin: auto;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #555;
    background-image: -moz-linear-gradient( top, #e2e1e1 0%, #c3c1c1 40%, #bbbbbb 52%, #9a9898);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#e2e1e1), color-stop(0.49,#c3c1c1), color-stop(0.52,#bbbbbb), to(#9a9898));
}

img#kimarite82new1 {
    float:left;
    width:50%
}
img#kimarite82new2 {
    width:50%
}

div#kimarite_image_area{
    margin-top: 20px;
}

.technic{
    cursor:pointer;
}

img#sekitorikun_logo{
    float:right;
    width:200px;
}

@media screen and ( max-width:440px ){
    div#kimaritePop{

    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;

    width: 100%;
    height: 305px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    color: #000;

    }
/*
    #kimarite82new1{
        float: none;
        width:100%
    }
    #kimarite82new2{
        width:100%
    }
*/
    #kimarite_close button {
        top: 251px;
    }
/*
    div#kimarite_image_area{
        width:100%;
        height:423px;
        overflow-y: scroll;
    }
*/
}

@media screen and (orientation:landscape) and ( max-width:900px ){
    div#kimaritePop{
        display: none;
        z-index: 9999;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 20px;
        width: 375px;
        height:305px;
        color: #000;
        overflow-y: scroll;
    }
    #kimarite_close button {
        top: 232px;
    }
}

