@charset "utf-8";


.table-shop {
	width: 100%;
	margin: 30px auto;
}
.table-shop table {
	width: 100%;
	border-collapse: collapse;
}
.table-shop table td,
.table-shop table th {
	border-bottom:solid 1px #999;
	font-size: 13px;
	padding: 0.6em;
	color: #222;
	text-align: left;
	line-height: 1.3em;
}
.table-shop table td a {
	display: block;
	width: 100%;
	background: url(../img/icon-link.svg) no-repeat right center;
	background-size: 14px auto;
	font-weight: 700;
	color: #222;
}
.table-shop table td a:hover {
	display: block;
	width: 100%;
	background: url(../img/icon-link-over.svg) no-repeat right center;
	background-size: 14px auto;
	color:#0071bc; 
}
.table-shop table td a:visited {
	display: block;
	width: 100%;
	background: url(../img/icon-link-over.svg) no-repeat right center;
	background-size: 14px auto;
	color:#0071bc; 
}
.table-shop table td:first-child {
	width: 440px;
	padding-right: 60px;
}
.table-shop table td:last-child {
	width: 120px;
}
.table-shop table tr:nth-child(even) {
	background: #f9f9f9;
}
.table-shop h2 {
	font-size: 26px;
	text-align: left;
	color: #222;
	padding: 0 0 10px;
	border-bottom:solid 1px #999;
	margin-bottom: 20px;
}

@media screen and (max-width:599px) {
	.table-shop table td,
	.table-shop table th {
		display: block;
		border-bottom: none;
		width: 100%;
		box-sizing: border-box;
		word-break: break-word;
		font-size: 14px;
		padding-left: 1em;
		padding-right: 1em;
	}
	.table-shop table tr td:first-child {
		padding-top: 1em !important;
	}
	.table-shop table tr td:nth-child(3) {
		padding-bottom: 1em !important;
	}
	.table-shop table td:first-child {
		width: 100%;
		padding-right:1em;
	}
	.table-shop table td:last-child {
		width: 100%;
	}
	.table-shop h2 {
		font-size: 22px;
	}
}
