@charset "UTF-8";
/* CSS Document */

#linkwrap {
	margin-top: 50px;
	text-align:center;
	width: 100%;
	margin-bottom: 50px;
}

#shopwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#shopwrap p {
	color: #f2f2f2;
}

#shopwrap small {
	font-size: 13px;
}
.map_table {
	margin-bottom: 20px;
	font-size: 12px;
	color: #FFF;
}
.gtk_logo {
	position: absolute;
	left: 5px;
	top: 55px;
	display: block;
	max-width: 100%;
	height: auto;
}
.map_table > thead > tr > th,
.map_table > tbody > tr > th,
.map_table > tfoot > tr > th,
.table > thead > tr > td,
.map_table > tbody > tr > td,
.map_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px dotted #ddd;
}
.map_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.map_table > caption + thead > tr:first-child > th,
.map_table > colgroup + thead > tr:first-child > th,
.map_table > thead:first-child > tr:first-child > th,
.map_table > caption + thead > tr:first-child > td,
.map_table > colgroup + thead > tr:first-child > td,
.map_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.map_table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.map_table .table {
  background-color: #fff;
}
#copywrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
