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

#headerwrap {
	width: 100%;
	margin-left: -50px;
	color: #666;
}

.cd-breadcrumb li, .cd-multi-steps li {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
	/* this is the separator between items */
  display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #666;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
#linkwrap {
	margin-top: 50px;
	text-align:center;
	width: 100%;
	margin-bottom: 50px;
}

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

#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: #000000;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
