﻿@charset "UTF-8";
/* 100周年記念写真ギャラリー jPage用CSS */

/*
 *  .holder {
 *     margin:15px 0 30px 0;
 * }
 */
.holder {
	margin: 15px 0;
	text-align:center;
}
.holder:focus {
	outline: none;
}
.holder span { margin: 0 5px; }
.holder a {
	display: inline-block;
	cursor: pointer;
    margin: 10px 7px;
	padding: 5px;
	border-radius: 50%;
	background-color: #aaa;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-current, a.jp-current:hover {
	color: #005740;
	font-weight: bold;
	cursor: default;
	background: none;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background-color: #005740;
}

.customBtns { position: relative; 
	clear: both;
	min-height: 20px;
	padding: 2px;
}

.holder a.jp-previous, .holder a.jp-next { 
	width:29px;
	height:29px;
	top: 55px;
	cursor: pointer;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background-position: 0 center !important;
}
.holder a.jp-previous { 
	background:url('../../assets/img/photo/prev.gif') no-repeat;
	width: 10px;
	float: left;
}
.holder a.jp-next { 
	background:url('../../assets/img/photo/next.gif') no-repeat;
	width: 10px;
	float: right;
}
.holder a.jp-previous.jp-disabled,
.holder a.jp-next.jp-disabled,
.holder a.jp-previous.jp-disabled:hover,
.holder a.jp-next.jp-disabled:hover {
	color: #bbb;
	cursor: default;
	background: none !important;
}
