@charset "utf-8";
/* CSS Document */

.koinobori_div{
    position:absolute;
    width:200px;
    top:100px;
    left:0px;
}
#koinobori_img{
    width:100%;
}
#content_area{
    background-image: url('tile_3.png');
    background-repeat: repeat;
    background-size:200px 200px;
    background-color:rgba(255,255,255,0.2);
}
@media screen and (min-width:600px){
    .koinobori_div{
        left:100px;
        z-index:-1;
    }
}
@media screen and (min-width:1024px){
    .koinobori_div{
        width:170px;
        top:0px;
        left:320px;
        z-index:-1;
    }
}
