html, body {
    width:100%;
    height:100%;
    margin:0px;
    -webkit-text-size-adjust: 100%;
}

/* VF�̐ݒ� */

.container_fashion {
        position: relative;
        width: 100%;
        min-height: 100%;
        background-color:#fff;
}

.header_fashion {
    background-color:#FFEEEB;
    height:auto;
    max-width:100%;
    margin-bottom:30px;
}

.header_image_fashion {
    border-right:1px solid #C9CACA;
    padding-right:30px;
    margin-left:40px;
    margin-top:25px;
    vertical-align:top;
    width:180px;
    height:auto;
    max-width:30%;
}

/*#separator_image {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    vertical-align:top;
    width:2px;
    height:auto;
}*/

.title_image_fashion {
    text-align:right;
    margin-top:25px;
    margin-left:10%;
    width:230px;
    height:auto;
    max-width:30%;
}

.header_border_fashion {
    vertical-align:text-bottom;
    width:100%;
    height:8px;
    margin-bottom:-2px;
}

.examples_fashion {
    width: 100%;
    height: 100%;
    padding-bottom:180px;
    /*text-align:center;*/
    margin-bottom:50px;
}
.description_fashion {
    height:auto;
}

.description_image_fashion {
    float: left;
    margin-left:30px;
    margin-top:-3px;
}

.description_text_fashion {
    /*font-family:serif, Century, serif;*/
    margin-left:80px;
    margin-right:40px;
    padding-bottom:10px;
    padding-top:10px;
    border-top:1px solid #A6A6A6;
    color: #888888;
}

.image_root_fashion {
    text-align:center;
}

.footer_fashion {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align:center;
    background-color:#FFEEEB;
}

.example-image-link{
    margin-left:5px;
    margin-right:5px;
}

.example-image {
        width: 40%;
    max-width: 40%;
    border:2px #e70012 solid;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.single-image{
    width: 75%;
    /*
    border:5px #e70012 solid;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    */
}

.image-delete {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    text-align:center;
}

.image-delete-message {
    color: #F00;
}
