@charset "UTF-8";

/*--------------------------------*/

div#title-tip {
	color: #fff;
	background-color: #222;
	margin: 0 1em 0 0;
	border: solid #ccc 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .3em .5em;
}

/*--------------------------------*/

#thumbs div.pagination a,
#thumbs div.pagination span.current,
#thumbs div.pagination span.ellipsis {
	font-size: 14px;
}

/*--------------------------------*/

/* 520*260 */
div.slideshow-container, div.loader, div.slideshow a.advance-link { height: 300px; }
div.slideshow a.advance-link { line-height: 300px; }
/* nn*320*/
.galleriffic.ll div.slideshow-container, .galleriffic.ll div.loader, .galleriffic.ll div.slideshow a.advance-link { height: 360px; }
.galleriffic.ll div.slideshow a.advance-link { line-height: 360px; }

/*--------------------------------*/

/* 1 */
#accessory #main ul.thumbs,
#brooch #main ul.thumbs,
#etc #main ul.thumbs,
#brand #main ul.thumbs,
#branditem #main ul.thumbs,
#gunyou #main ul.thumbs,
#kaiga #main ul.thumbs,
#kimono #main ul.thumbs,
#yoroi #main ul.thumbs,
#gangu #main ul.thumbs,
#tetsudou #main ul.thumbs,
#zouge #main ul.thumbs { height: 47px;}
/* 2 */
#kitte #main ul.thumbs,
#tousou #main ul.thumbs,
#kottou_etc #main ul.thumbs,
#kokingin #main ul.thumbs { height: 95px; }

/* 3 */
#katana #main ul.thumbs,
#kunsyou #main ul.thumbs,
#medal #main ul.thumbs,
#old_money #main ul.thumbs,
#kottou #main ul.thumbs { height: 140px; }
/*
#camera #main ul.thumbs, #gaikoku_money #main ul.thumbs, #genkou_money #main ul.thumbs,
#hinawaju #main ul.thumbs, #kindai_money #main ul.thumbs, #kinen_money #main ul.thumbs,
*/

/*--------------------------------*/

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: 550px;*/
}
div.content a,
div.navigation a {}
div.content a:focus,
div.content a:hover,
div.content a:active {}
div.controls {
	margin: 1em 10px 0 10px;
	height: 1.4em;
}
#gallery div.controls a {
	color: #000;
	background-color: #aaa;
	padding: 0.1em 0.6em;
	border-radius: 0.5em 0.5em 0 0;
	-webkit-border-top-left-radius:0.5em;
	-webkit-border-top-right-radius:0.5em;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
}
div.controls a:hover {
	color: #666;
	background-color: #ddd;
}
div.ss-controls {
	float: left;
	display: block;
	padding: 0.2em 0;
}
div.nav-controls {
	float: right;
	display: block;
	padding: 0.2em 0;
}
div.nav-controls a {
	margin-left: 10px;
}
#gallery div.slideshow-container {
	background-color: #fff;
	margin: 0 10px;
	border-color: #aaa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	/*clear: both;*/
	position: relative;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*width: 550px;*/
}
div.slideshow {
	text-align: center;
}
div.slideshow span.image-wrapper {
	margin: 0 auto;
	width: 698px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	/*width: 550px;*/
}
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;
}
div.download {
	float: right;
}
div.caption-container {
	background-color: #fff;
	margin: 0 10px;
	position: relative;
	/*clear: left;*/
	height: 5em;
	border-color: #aaa;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}
span.image-caption {
	margin: 0 89px;
	display: block;
	position: absolute;
	/*width: 550px;*/
	top: 0;
	left: 0;
}
div.caption {
	padding: 1em 10px;
	background-color: #fff;
}
div.image-title {
	font-weight: bold;
	color: #666666;
	font-size: 1.2em;
}
div.image-desc {
	margin-top: 0.5em;
}
div.navigation {}
#main ul.thumbs {
	margin: 1em 10px;
	padding: 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
}
ul.thumbs:after {
	content: url("../../img/pix.gif");
	display: block;
	clear: both;
	height: 0;
}
#main ul.thumbs li {
	margin: 2px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	float: left;
}
a.thumb {
	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 {
	padding: 0.5em 0;
	text-align: center;
	clear: both;
}
.totop {
	clear: both;
}
div.navigation div.top {}
div.navigation div.bottom {
	background-color: #fff;
	margin-bottom: 1em;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	/*display: block;
	float: left;*/
	margin-right: 2px;
	padding: 1px 0.5em;
	height: 1.5em;
	border: 1px solid #ccc;
	line-height: 1;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0;
}
