@charset "utf-8";
/* CSS Document */
@media (min-width: 480px) {
	.tabBox {
		font-size: 18px;
	}
	.tabBox .fam a {
		padding: 15px 22px 15px 6px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.tabBox {
		font-size: 14px;
	}
	.tabBox .fam a {
		padding: 17px 22px 17px 6px;
		font-weight: bold;
	}
}
@media (max-width: 319px) {
	.tabBox {
		font-size: 12px;
	}
	.tabBox .fam a {
		padding: 18px 22px 18px 6px;
		font-weight: bold;
	}
}
.tabBox .fam {
	margin: 6px 0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: right top;
	border-width: 1px;
	border-style: solid;
}
.tabBox .fam:active {
	background-position: right bottom;
}
.tabBox .fam a {
	display: block;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}