@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 2015.06.16 ver0.0.0.1  @emix
 projects.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* --------------------------------------------------------------
　検索箇所
--------------------------------------------------------------- */
h3.serchTtl {
	font-size: 20px;
	border-bottom: 1px dotted #30395B;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: normal;
}
h3.serchTtl span {
	font-size: 16px;
	line-height: 20px;
}
.serch {
	padding-bottom: 5px;
}
.serch li {
	float: left;
	display: inline-block;
}

.serch li p {
	margin-bottom: 10px;
}
ul#category{
border-bottom: none;
background:url(../images/common/line_gw.png) repeat-x bottom;
display:block;
	}
ul#category li {
	margin-right: 40px;
}
ul#category li.co7 {
	margin-right: 0px;
}
	
ul#subcategory{
	margin-top:10px;
	border-bottom: 1px dotted #30395B;
	min-height: 32px;
	}
ul#subcategory li {
	margin-right: 40px;
}
ul#subcategory li.co12 {
	margin-right: 0px;
}

/* --------------------------------------------------------------
ページ送り　　pagination
--------------------------------------------------------------- */
.pagination {
}
.pagination .left {
	display: inline-block;
	float: left;
	padding: 0 10px 0 0px;
}
.pagination .right {
	float: right;
	padding-right:10px;
}
.pagination .right a {
	width: 30px;
	padding: 3px 0px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #453288;
}
.pagination .right a:link {
color: #453288;
	background: #BDC1D2;
	border: 1px solid #BFC4E3;
}
.pagination .right a:hover {
	background: #D2D5E1;
	color: #453288;
	border: 1px solid #BFC4E3;
}
.pagination .right a.ov{
	background: #fff;
	color: #453288;
	border: 1px solid #BFC4E3;
}

.pagination .right a:link.next, .pagination .right a:link.back {
	display: inline-block;
	width: 60px;
	background: none;
	color: #453288;
	border:none;
}
.pagination .right a:hover.next, .pagination .right a:hover.back {
	text-decoration: underline;
}
/* --------------------------------------------------------------
　
--------------------------------------------------------------- */
.photoList {
}
.photoList li {
	float: left;
	padding: 1px;
	line-height: 1;
}
/* --------------------------------------------------------------
　検索結果　画像一覧 itemList.html
--------------------------------------------------------------- */
ul.photoList {
	margin: 0.1%;
	padding: 0;
	width: 19.8%;
	max-width: 213px;
	height: 216px;
	overflow:hidden;
	float:left;
}
ul.photoList li {
	width: 100%;
	height: 216px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0;
	line-height: 1;
	position: relative;
	overflow: hidden;
}
.photoList a {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.photoList a:link .itemTxt {
	overflow: hidden;
	background-color: transparent;
}
.photoList a:hover .itemTxt {
	width: 100%;
	padding: 18px 0px;
	display: block;
	background: #000;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .9s;
	transition: all .9s;
}
.photoList a img {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.photoList a:hover img {
	opacity:0.8;
}
/* --------------------------------------------------------------
　年代別一覧 itemList.html
--------------------------------------------------------------- */
h3.recordTtl {
	color: #141B39;
	background: #BDC1D2;
	border: 1px solid #BFC4E3;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 20px;
}
ul.recordList {
}
ul.recordList li {
	width: 24%;
	float: left;
	display: block;
	margin: 0px 1% 1% 0px;
	text-align: center;
	font-size: 16px;
}
ul.recordList li:nth-child(4n) {
	margin-right: 0px;
}
ul.recordList li a {
	width: 100%;
	display: block;
	padding: 10px 0;
	text-decoration: none;
		color: #30395b;
	background: #e3e3e3;
	border: 1px solid #D8D1D1;
}
ul.recordList li a:link {
	color: #30395b;
	background: #e3e3e3;
	border: 1px solid #D8D1D1;
}
ul.recordList li a:hover {
	color: #30395b;
	background: #CFD2E3;
	border: 1px solid #CFD0DA;
}
ul.recordList li.none a {/* リンク無効 */
	color: #ccc;
	background: #EAEAEA;
	border: 1px solid #DEDEDE;
	pointer-events: none;
}
