table {
	border-collapse:collapse;
	width: 100%;
	}

table a{
	text-decoration: none;
	}

table th {
	background: #F8F9F9;
	padding: 0px;
	border-left: 1px solid #3D3939;
	text-align: center;
	}

table th:first-child {
	border-left: none;
	}




@media only screen and (max-width: 600px){
	
.koumoku{
	width: 80px;
}
	
table td {
	padding: 15px 5px 15px 5px;
	text-align: left;
	}
}

@media only screen and (min-width: 601px){
table td {
	padding: 15px 15px 15px 40px;
	text-align: left;
	}
}

table tr {
	border-bottom: 1px dotted #C9CACA;
	}

table tr:last-child {
	border-bottom: none;
	}

#shop td{
	line-height: 1.5em;
	}

@media only screen and (max-width: 979px){
#shop{
	width: 100%;
	margin: 10px auto 30px;
	}

}

@media only screen and (min-width: 980px){
	
#shop{
	margin-top: -20px;
	}
	
}