@charset "utf-8";

#winsize2 {
	position: inherit;
	display: none;
}
header#top {
	text-align: center;
}
header#top h2 {
	margin: 0.5em 0 1em;
	float: none;
	clear: both;
}
header#top dl {
	float: none;
	clear: both;
	width: 70%;
	margin: 0 auto;
}
header#top dl dd span.mail {
	display: none;
}
#nav,
#primary {
	display: none;
}
#main {
	float: none;
	clear: both;
	width: 100%;
}
div.wpcf7 {
	display: none;
}
a.more-link,
a.print {
	display: none;
}
.wp_social_bookmarking_light {
	display: none;
}

#sidebar {
	display: none;
}
#footer ul {
	display: none;
}
section div.gallery {
	overflow: hidden;
}

section div.gallery.gallery-columns-2 dl.gallery-item,
section div.gallery.gallery-columns-3 dl.gallery-item,
section div.gallery.gallery-columns-4 dl.gallery-item,
section div.gallery.gallery-columns-5 dl.gallery-item
{
	clear: both;
	float: left;
	margin: 0 0 1em;
	width: 48%;
	text-align: center;
}
section div.gallery.gallery-columns-2 dl.gallery-item:nth-of-type(even),
section div.gallery.gallery-columns-3 dl.gallery-item:nth-of-type(even),
section div.gallery.gallery-columns-4 dl.gallery-item:nth-of-type(even),
section div.gallery.gallery-columns-5 dl.gallery-item:nth-of-type(even)
{
	clear: none;
	float: right;
}

div.gallery br {
	display: none;
}

section div.gallery dl.gallery-item dt img {
	height: auto;
	width: 100%;
}