@charset "utf-8";

a {
	outline:none;
}

/* gallery_container */
#gallery div.content {
	width: 310px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: auto;
}
#gallery div.navigation {
	width: 330px;
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: auto;
}

#gallery div.gallery_container {
	width:700px;
	margin:0px;
	overflow:hidden;
	padding: 0px;
}

#gallery div.img_content img {
	border: solid 1px #CCC;
	padding: 5px;
	display:block;
}

#gallery div.gallery_container li a {
	border: solid 1px #CCC;
	padding: 4px;
	display:block;
}

#gallery div.gallery_container li {
	float:left;
	margin:0 5px 5px 0;
}


#gallery div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
#gallery div.caption {
	padding: 12px;
}

#gallery div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#gallery ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 10px 0;
	list-style: none;
}
#gallery a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#gallery a.thumb img{
	height: 60px;
}
#gallery ul.thumbs li.selected a.thumb {
	background: #000;
}
#gallery a.thumb:focus {
	outline: none;
}
#gallery ul.thumbs img {
	border: none;
	display: block;
}

/*=========================================*/
/*=　建物のCSS　余白決め=　　　　　　　　　*/
/*=========================================*/

#gallery div.content2 {
	width: 310px;
	float: left;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	height: auto;
}
#gallery div.navigation2{
	width: 330px;
	float: right;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	height: auto;
}
