@charset "utf-8";
/*
 *
 * 
 *
 */

.categoryMenu a,
.download a {
	text-decoration: underline;
}

.categoryMenu a:hover,
.download a:hover {
	text-decoration: none;
}

.categoryMenu ul {
	letter-spacing: -0.4em;
	padding: 0 0 1em;
}

.categoryMenu li {
	display: inline-block;
	background: url(../../shared/img/arrow.png) no-repeat left center;
	background-size: 5px 7px;
	font-size: 0.8em;
	line-height: 1.4;
	letter-spacing: normal;
	padding: 0 0 0 1em;
	margin: 0 2em 0.5em 0;
}

.download {
	margin: 0 0 40px;
}

.download table {
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.download table th {
	width: 50%;
	background: #e9f7fa;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.download table td {
	width: 50%;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.download table td span {
	font-size: 0.9em;
	color: #777;
	padding: 0 0 0 0.8em;
}




/* MEDIAQUERY for TABLET
-------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {

	.categoryMenu a:hover,
	.faq a:hover {
		text-decoration: underline;
	}

}




/* MEDIAQUERY for BIG SP SMALL TABLET
-------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	.download table thead {
		display: none;
	}

	.download table td {
		display: block;
		width: auto;
	}

	.download table td:first-child {
		border-bottom: none;
	}

	.download table tbody td:before {
		width: 120px;
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}

}




/* MEDIAQUERY for BIG SP SMALL TABLET
-------------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	.download table tbody td:before {
		width: 100%;
		display: block;
	}

}