@charset "utf-8";
section.trimming ul{
	margin-bottom: 1em;
}
section.trimming ul li {
	list-style: none;
	margin: 0;
	border-bottom: solid 1px #fff;
	background:#fdfdfd;
}
section.trimming ul li:nth-child(even) {
	background:#eee;
}
section.trimming ul li dl dt {
	color: #666;
	background: #ffe600;
}
section.trimming ul li dl {
	border: 0;
	overflow: hidden;
	margin-bottom: 0.3em;
}
section.trimming ul li dl dt {
	float: left;
	width: 38%;
	padding: 0.5em;
}
section.trimming ul li dl dd {
	float: left;
	width: 24%;
	margin: 0;
	padding: 0.5em;
}
section.trimming p.notice {
	font-size: 0.8em;
}
	
/*768px*/
@media screen and (min-width : 768px) {
}

/*1024px*/
@media screen and (min-width : 1024px) {
}
/* @end */
