﻿@charset "UTF-8";
.cnt__tbl tbody tr td img {
	min-width: auto;
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
}
/*============= SP =============*/

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */
}
