/* @override http://localhost:8888/css/gallery.css */

@charset "utf-8";
#top_main{
	

	padding-left: 10px;
	padding-right: 10px;
	
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float: right;*/
	width:310px;
	height:460px;
	position:relative;
	
	padding-right: 20px;
	float: left;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	clear: both;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
	
}
div.loader {
	width: 310px;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
	background: url('loader.gif') no-repeat center;
}
div.slideshow {
	/*width: 310px;
	height: 460px;*/
}
div.slideshow span.image-wrapper {
	display: block;

}
div.slideshow a.advance-link {
	display: block;
	position: absolute;
	/*right: 40px;*/
	width: 310px;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
/*	margin-top: -22px;*/
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
	top: 0;
	position: absolute;
	left: 0;
}

div.thumbnail{
	/*float:left;*/
	/*margin-right:20px;*/
	/*height:500px;*/
			
		
	/*width: 280px;
	height: 300px;*/
	/*float: right;*/
		
	width: 270px;
	height: 300px;
	/*float: left;*/
	float: left;
}

div.caption-container {
	width:218px;
	height:268px;
	padding:9px;
	border:#CCC solid 1px;
	background:#F2F2EB;
	overflow:auto;
	color: #8c8c8c;
	position: relative;
	float: left;
	margin-left: 10px;
}
span.image-caption {
	display: block;
}
div.caption {
	padding: 12px 0 70px;
	position: relative;
}
div.image-title {
	font-weight: bold;
}
div.image-desc {
	padding-top: 12px;
	font-size: 12px;
	line-height: 22px;
	color: #8c8c8c;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	width: 259px;
	height: 258px;
	clear: both;
	margin:10px 5px 8px 10px;
	padding: 0;
	position: relative;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 0 0;
	list-style: none;
}
ul.thumbs li.end {
	margin-left: 86px;
}
div.hotp {
	width: 81px;
	height: 81px;
	position: absolute;
	left: 87px;
	bottom:0;
}
div.hotp a{
	width: 75px;
	height: 75px;
	padding: 2px;
	display: block;
	border: 1px solid #ccc;	
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
a.thumb-hpb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	position: relative;
}
div.navigation div.bottom {
	padding-top: 12px;
	position: relative;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #ffffff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


/* ---------------------
インスタグラム連動
--------------------- */
.insta{
	height: 160px;
/*	position:absolute;
	top:40px;
	left:270px;*/
/*	background:#333;
	border:#333 solid 3px;*/
	position: absolute;
	top: 298px;
	left: 350px;
	width: 500px;
}

