﻿@charset "utf-8";

#contents {
    
}

#pages {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000px;
}

#pages li {
    display: inline-block;
    margin-bottom: 7px;
}

#pages img.page {
    border: 1px solid #808080;
    width: 199px;
    height: 288px;
}

#pages img.icon {
    position: absolute;
    width: 32px;
    height: 32px;
}

#pages img.delete, #pages img.attached, #pages img.detached {
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
}

#pages img.fullsize {
    right: 55px;
    top: 5px;
}

#pages img.edit_page {
    right: 105px;
    top: 5px;
}

#pages img.attached {
    display: inline;
}

#pages img.detached {
    display: none;
}

#pages .name, #pages .searchkey {
    display: none;
}

#image_view {
    width: 794px;
    height: 1123px;
    border: 1px solid #000;
    position: absolute;
    /*left: 20px;*/
    top: 20px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    display: none;
    z-index: 1000;
    cursor: pointer;
    margin-bottom: 15px;
}

#image_view>img {
    width: 794px;
    height: 1123px;
}

#pages img.icon.instagram {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
}
