@charset "utf-8";

.categoryTitle {
	border-bottom: solid 0.125em #ff8533;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.categoryTitle span {
	color: #d41f00;
}
.subMenu {
	font-size: 0.875em;
	list-style: none;
	margin-bottom: 3.0em;
}
.subMenu li {
	color: #d41f00;
	font-weight: bold;
	padding: 1.0em 0 1.0em 1.0em;
	border-bottom: dotted 0.0625em #cccccc;
}
.subMenu li a {
	color: #a1a1a1;
	font-weight: normal;
	text-decoration: none;
}
.subMenu li a:hover {
	text-decoration: underline;
}

/*1008px*/
@media screen and (min-width: 1008px) {
.subMenu {
	margin-bottom: 0;
	}
}


/*print*/
@media print{
.subMenu {
	display: none;
	}
}