﻿@charset "utf-8";

#cat_title h2 {
	width: 564px;
	height: 144px;
	padding: 0;
	left: 37px;
	background: url(tx_scar.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
	#cat_title h2 {
		width: 82%;
		height: 0;
		left: 20px;
		padding: 0 0 21.5% 0;
		background-size: 100% 100%;
	}
}