@charset 'UTF-8';

/*===========================================
img_wrap
===========================================*/

.img_wrap:after {
content: "";
clear: both;
display: table;
}

.img_wrap .img_wrap_right{
margin: 0 0 20px 20px;
float: right;
}
.img_wrap .img_wrap_right img {
width: auto;
max-width: 100%;
}

@media screen and (max-width: 767px){
.img_wrap .img_wrap_right {
margin: 0 0 20px;
display: block;
width: 100%;
}
}

/*===========================================
imgSmall
===========================================*/

.imgSmall {
margin: auto;
width: 155px;
max-width: 100%;
}