@charset "utf-8";

/* ------------------------------
 テララ（PC）
------------------------------ */
.productsMainimg {
	background: url(../img/products/telala_bg.jpg) no-repeat center center / cover;
}
@media print, screen and (min-width: 768px) {
	.productsMainimg > .name > div > img {
		width: 212px;
		height: 81px;
	}
}

/* ------------------------------
 テララ（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.productsMainimg > .name > div > img {
		width: auto;
		height: 50px;
		margin-top: 3px;
		margin-bottom: 3px;
		vertical-align: middle;
	}
}
