
#title h1 {
	background: #20366c url(images/title.jpg) no-repeat center;
	background-size: cover;
}

div.content.representative {
	background: url(images/content_representative.jpg) no-repeat left center;
	background-size: 50%;
}

div.content.coordinator {
	background: url(images/content_coordinator.jpg) no-repeat left center;
	background-size: 50%;
}

div.shop div.img,
div.shop table,
div.shop div.map {
	display: table-cell;
	vertical-align: bottom;
}

div.shop div.img,
div.shop div.map {
	padding-right: 60px;
}

div.shop table tr.header th {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}

div.shop table tr {
	background: url(../images/border_dotted.svg) repeat-x left bottom;
	background-size: 12px;
}

div.shop table th {
	font-weight: 500;
	padding: 20px 30px 20px 40px;
}

div.shop table td {
	padding: 20px 40px 20px 30px;
}

div.shop h3 {
	font-size: 24px;
	line-height: 1.6em;
	padding: 100px 0px 20px 0px;
}

div.shop h3 em {
	font-style: normal;
	padding: 0px 8px;
}

div.shop ul.shop-list li {
	display: table-cell;
	padding: 0px 28px 100px 0px;
}

div.shop ul.shop-list li:last-child {
	padding-right: 0px;
}

