@charset "utf-8";

.noscroll {
	position: fixed;
	overflow: hidden;
}

/*/////	section	/////*/
.searchIndex section {
	width: 466px;
	float: left;
}

/*/////	searchBtn	/////*/
.searchBtn {
	display: block;
	height: 43px;
	padding: 0;
	margin-top: 10px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	background: #2C8C8B;
	border: none;
	border-bottom: solid 5px #236A72;
	float: right;
}
.searchBtn:hover { background: #236A72;}
.searchBtn img { margin: 12px;}
.searchBtn .ico_arw { top: 10px;}

/*/////	selectBtn	/////*/
aside .bigBtn { padding-top: 15px;}
.selectBtn a {
	background: #236A72;
	border-bottom: solid 5px #005257;
}
.selectBtn a:hover { background: #005257;}
.selectBtn img { margin-top: 15px;}

/*///////////////////////////////////////
	search
///////////////////////////////////////*/
.searchKeyword {
	width: 456px;
	height: 36px;
	padding: 0 5px;
	margin: 10px 0 20px;
	font-size: 14px;
	line-height: 24px;
	border: solid 1px #103539;
}

/*///////////////////////////////////////
	select
///////////////////////////////////////*/
.selectBox  {
	height: 46px;
	margin-top: 15px;
	border: solid 1px #2C8C8B;
}
aside h2 + .selectBox  { margin-top: 10px;}

.selectBox img {
	margin: 15px;
	float: left;
}
.selectBox label {
	display: block;
	width: 65px;
	margin-top: 15px;
	line-height: 17px;
	float: left;
}
.selectBox label, .selectBox label input { cursor: pointer;}

/*///////////////////////////////////////
	results
///////////////////////////////////////*/
.results { padding-top: 50px;}

.results h1 {
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 129%;
	color: #103539;
	float: left;
}
.results h2 {
	font-size: 86%;
	color: #535353;
}

.searchResults {
	clear: both;
}
.searchResults li {
	width: 150px;
	margin: 0 11px 25px;
	border-bottom: solid 2px #2C8C8B;
	float: left;
}
.searchResults li a {
	display: block;
	padding-bottom: 5px;
	color: #103539;
}

/*///////////////////////////////////////
	pagination
///////////////////////////////////////*/
.pagination {
	width: 100%;
	padding-top: 25px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 12px;
	line-height: 1em;
}
.pagination .prev, .pagination .next, .pagination .pages {
	padding: 5px 10px 3px;
}
.pagination .prev { padding-left: 0;}
.pagination .next { padding-right: 0;}
.pagination .prev, .pagination .next {
	color: #FFFFFF;
	background: #C0C0C0;
	border-bottom: solid 2px #7A7A7A;
}
.pagination .hasA {
	padding: 0;
	line-height: 1em;
	background: none;
	border-bottom: none;
}
.pagination .prev a {
	padding: 5px 10px 3px 0;
	line-height: 1em;
}
.pagination .next a {
	padding: 5px 0 3px 10px;
	line-height: 1em;
}
.pagination .prev a, .pagination .next a {
	background: #2C8C8B;
	border-bottom: solid 2px #236A72;
}
.pagination .ico_arw {
	margin-left: 10px;
	margin-right: 10px;
}
.pagination a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination a:hover {
	background: #236A72;
}

/*///////////////////////////////////////
	single
///////////////////////////////////////*/
.single { padding-top: 50px;}

.single h1 {
	padding-bottom: 30px;
	font-size: 129%;
	color: #103539;
	letter-spacing: 0.1em;
	float: left;
}
.single .num { float: right;}
.single .num .title {
	margin-right: 1em;
	color: #103539;
}

/*/////	imageBox	/////*/
.single .imageBox {
	width: 344px;
	clear: both;
	float: left;
}
.single .imageBox a {
	display: block;
	line-height: 0;
}
.single .imageBox .thumbs {
	margin: 7px 0 3px -7px;
}
.single .imageBox .thumbs li {
	width: 110px;
	margin: 0 0 7px 7px;
	float: left;
}

/*/////	bibliographic	/////*/
.bibliographic {
	width: 466px;
	clear: right;
	float: right;
}
.bibliographic tr { border-bottom: dotted 1px #C0C0C0;}
.bibliographic th {
	width: 122px;
	padding: 6px 0 4px;
	text-align: left;
	color: #103539;
}
.bibliographic tr:first-child th { padding-top: 0;}

/*///////////////////////////////////////
	modal
///////////////////////////////////////*/
#modalSet .modalBox {
	display: none;
	width: 620px;
	padding: 30px;
	margin-left: -304px;
	position: fixed;
	left: 50%;
	top: 50%;
	background: url(../img/bg_white.png) left top repeat;
	z-index: 1100;
}
#modalSet .modalBox h3 { margin-bottom: 10px;}
#modalSet .modalBox .note { margin-bottom: 20px;}
#modalSet .modalBox h4 { color: #005257;}
#modalSet .modalBox label {
	display: block;
	padding: 2px 0;
	width: 150px;
	float: left;
	cursor: pointer;
}
#modalSet .modalBox label:nth-of-type(4n+1) {
	clear: left;
}
#modalSet .modalBox label input[type=checkbox] {
	margin-right: 4px;
	cursor: pointer;
}
#modalSet .modalBox .checkBoxContainer {
	min-height: 80px;
	max-height: 200px;
	padding: 15px 0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	overflow-y: auto;
}
#modalSet .modalBox section {
	width: 100%;
	margin-bottom: 20px;
}
#modalSet .modalBox section:last-of-type {
	margin-bottom: 0;
}

/* 作者一覧のみ2列に変換 */
#modalSet #artistSelect.modalBox label {
	width: 280px;
	padding-right: 20px;
}
#modalSet #artistSelect.modalBox label:nth-of-type(2n+1) {
	clear: left;
}

/* 画像用モーダル */
#modalSet #bigImage {
	display: none;
	width: 100%;
	padding: 0;
	margin-left: -50%;
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	background: none;
}

.modalBg {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/bg_black.png) left top repeat;
	z-index: 1000;
}
.btnModalClose { padding-top: 30px;}
#bigImage .btnModalClose {
	width: 172px;
	padding-top: 20px;
}

/*///////////////////////////////////////
	edit
///////////////////////////////////////*/
#edit p {
	text-indent: 0;
}

#edit input,
#edit textarea {
	padding: 0 3px;
	font-size: 1rem;
	line-height: 1.6em;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
#edit textarea {
	height: 8em;
}

/*===== 作品タイトル =====*/
#edit h1 {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: .6em;
}
#edit h1 input {
	width: 100%;
	font-size: 1.29rem;
}
/*===== 作品番号 =====*/
#edit .num {
	margin-bottom: 1em;
	text-align: right;
	float: none;
}
/*===== bibliographic - 表内 =====*/
#edit .bibliographic th,
#edit .bibliographic td {
	padding: 6px 0;
}
#edit .bibliographic p {
	margin-bottom: .6em !important;
	font-size: .86em;
}
#edit .bibliographic input,
#edit .bibliographic textarea {
	width: 100%;
}
#edit .bibliographic label {
	display: block;
	margin-bottom: 6px;
}
#edit .bibliographic label input {
	width: 75%;
	margin-right: 6px;
}

/**/
#edit .bibliographic .date {
	border-bottom: none;
}
#edit .bibliographic .date th,
#edit .bibliographic .date td {
	padding: 6px 0 0;
	font-size: .86em;
	line-height: 1.4em;
}

/* ボタン調整 */
#edit .bibliographic .bigBtn {
	display: block;
	width: 100%;
	padding-top: 0;
	margin: 4px 0;
}

/*===== モーダル =====*/
#edit #modalSet .modalBox label.addNew {
	width: 100%;
	padding: 1em 0;
	text-align: center;
	border-bottom: solid 1px #C0C0C0;
	clear: both;
}
#edit #modalSet .modalBox label.addNew input {
	width: 75%;
	padding: 6px;
}

/*===== 更新、キャンセルボタン =====*/
#edit .searchBtn,
#edit .cancelBtn {
	margin-top: 42px;
	clear: none;
}
/* 更新 */
#edit .searchBtn {
	height: auto;
	line-height: 0;
}
/* その他 */
#edit .cancelBtn {
	display: block;
	width: auto;
	height: 47px;
	padding: 2px 1.6em;
	font-size: 1em;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #969696;
	border-bottom: solid 5px #4a4a4a;
	box-sizing: border-box;
	float: left;
}
#edit .cancelBtn:hover {
	background: #4a4a4a;
}

/*===== エラー表示 =====*/
#modalSet + .message {
	padding-top: 30px;
	margin-bottom: -30px;
}
.message p {
	padding: 16px;
	background: rgba(82, 77, 80, 0.22);
}
.message .hasError {
	background: rgba(255, 110, 5, 0.22);
}


/*///////////////////////////////////////
	clearfix
///////////////////////////////////////*/
.searchResults:after, .thumbs:after, .cf:after {
	content: "";  clear: both;  display: block;
}