@charset "utf-8";
@import url(common.css);

/* global navigation */
div#navi ul#locations li.gn4 a img {
	visibility: hidden;
}

/* contents */
div#contents h1 {
	margin-bottom: 12px;
}

div#contents p {
	margin-bottom: 30px;
}
div#contents p img.shop {
	display: inline;
	float: right;
	margin-left: 30px;
}
div#contents p img.logo {
	margin-top: 20px;
	margin-bottom: 10px;
}
div#contents img.map {
	margin-left: 220px;
}

div#contents p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contents p {
	display: inline-block;
}

/* \*/
* html div#contents p {height: 1%;}
div#contents p {display: block;}
/* */