@charset "UTF-8";

/* TVSV commerce.css */

#contents h1.title {
    margin: 20px 0 20px 0 !important;
}

#contents dl dt {
    margin-bottom: 1em;
    font-weight: 400;
}

 #contents dl dd {
    margin-bottom: 2em;
	margin-left: 1em;
}

@media (max-width: 640px) {
	#contents h1.title {
		font-size: 135% !important;
	}
}