/* ■■■■ 水野 ■■■■ */

.img01 {
 max-width:144px;
 margin:0 auto;
 box-sizing:border-box;/* borderとpaddingをwidthに含める */
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
}

.img01 img {
 width: 120px;
 height: 160px;
 vertical-align:top;
}

.img01.waku03 {
 padding: 0px;
 display: inline-block;
 background: none;
 border: 10px solid #fff;
 box-shadow: 0 0 0 1px #ccc,1px 3px 8px 0 rgba(40,40,40,0.3);
}

.waku03.rotate01 {
 -moz-transform:rotate(-3deg);
 -webkit-transform:rotate(-3deg);
 -ms-transform:rotate(-3deg);
 transform:rotate(-3deg);
}

.waku03.rotate02 {
 -moz-transform:rotate(9deg);
 -webkit-transform:rotate(9deg);
 -ms-transform:rotate(9deg);
 transform:rotate(9deg);
}

.saikai{
 margin:20px 0;
 text-align: center;
}

