

/***********************************************************/
p.thumb-square-trim-center,
p.thumb-square-trim-left,
p.thumb-square-trim-right,
p.thumb-square-trim-top,
p.thumb-square-trim-bottom,
p.thumb-square-cover-center,
p.thumb-square-cover-left,
p.thumb-square-cover-right,
p.thumb-square-cover-top,
p.thumb-square-cover-bottom{
    border: 1px solid #aaa;
    display:block;
    width:120px; /*トリミング後の横幅*/
    height:120px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
    padding:0;
    margin:0;
    background:#fff;
}

p.thumb-rectangle-trim-center,
p.thumb-rectangle-trim-left,
p.thumb-rectangle-trim-right,
p.thumb-rectangle-trim-top,
p.thumb-rectangle-trim-bottom,
p.thumb-rectangle-cover-center,
p.thumb-rectangle-cover-left,
p.thumb-rectangle-cover-right,
p.thumb-rectangle-cover-top,
p.thumb-rectangle-cover-bottom{
    border: 1px solid #aaa;
    display:block;
    width:240px; /*トリミング後の横幅*/
    height:120px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
    padding:0;
    margin:0;
    background:#fff;
}



p.thumb-square-trim-center img,
p.thumb-square-trim-left img,
p.thumb-square-trim-right img,
p.thumb-square-trim-top img,
p.thumb-square-trim-bottom img,
p.thumb-square-cover-center img,
p.thumb-square-cover-left img,
p.thumb-square-cover-right img,
p.thumb-square-cover-top img,
p.thumb-square-cover-bottom img,
p.thumb-rectangle-trim-center img,
p.thumb-rectangle-trim-left img,
p.thumb-rectangle-trim-right img,
p.thumb-rectangle-trim-top img,
p.thumb-rectangle-trim-bottom img,
p.thumb-rectangle-cover-center img,
p.thumb-rectangle-cover-left img,
p.thumb-rectangle-cover-right img,
p.thumb-rectangle-cover-top img,
p.thumb-rectangle-cover-bottom img{
    float:left;
    position:absolute;
}
