@charset "utf-8";

/* whatsnew.css
 * ************************************************** */

/* title */
#main h1 {
	background-image: url(../../images/common/bg_ttl_common.jpg);
}

/* list */
#main dl {
	border-bottom: 1px dashed var(--border-color);
	padding: 15px 0;
}

#main dl dt {
	font-weight: 400;
}

#main dl dd {
	line-height: 1.7;
	margin: 8px 0 0 0;
}

#main dl dd a {
	color: var(--main-color);
	text-decoration: underline;
}

/* Media Queries
-------------------------------------------------- */

@media only screen and (max-width: 767px) {}