@charset "UTF-8";

/******************************************************

WORKS / COVER
Fumiko Shibata PHOTOGRAPHER
130131

******************************************************/

#works_category{
	position:absolute;
	height:18px;
	right:0;
	bottom:0;
}

#works_category li{ 
	display:block;
	float:left;
	margin-left:15px;
	font-size:93%;
	}

#works_category li a{
	color:#ccc;
	font-weight:normal;
}

#works_category li a:hover{
	color:#000;
}

.current a{
	background:#fcfd98;
	color:#000!important;
}

/*****************************************************

TOP / CATEGORY

*****************************************************/

#container.thumbs{
	width:1020px;
	margin:44px 0 0 -20px;
	min-height:480px;
}

.entry_asset{
	float:left;
	display:block;
	width:184px;
	position:relative;
	margin:0 0 20px 20px;
}

.entry_asset a .mesh{
	z-index: 999;
	width:184px;
	height: 100%;
	position: absolute;
	text-align: left;
	font-size: 85%;
	display: block;
}

.entry_asset a .mesh h2{
	font-weight:bold;
	font-size:108%;
}

.entry_asset a:hover .mesh{
	background:#fcfd98;
	width:184px;
	height:100%;
	}

.entry_asset .mesh span{
	display:block;
	color:#333;
	text-decoration:none;
	padding:30px 0 0 16px;
	width:152px;
}

.subtitle{
}

/*****************************************************

ENTRY

*****************************************************/

#container.works_entry{
	width:1000px;
	margin-top:78px;
}

.entry{
	width:100%;
	position:relative;
	text-align:center;
	background:none;
	margin-bottom:80px;
	min-height:480px;
	}

#thisphoto{
	margin-bottom:20px;
	position:relative;
}

#thisphoto #guard{
	z-index: 998;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background:none;
}

#photo_title{
	font-size:85%;
	font-weight:normal;
}

#content_nav{
	position:absolute;
	top:50%;
	left:150px;
	width:700px;
	z-index:999;
	margin-top:-45px;
}

#prev_entry{
	float:right;
	width:40px;
	height:90px;
}

#next_entry{
	float:left;
	width:40px;
	height:90px;
}

/*****************************************************

THUMBNAILS

*****************************************************/

#samecatthumbs{
	width:1008px;
	margin:44px 0 0 -8px;
	min-height:680px;
}

.samecatthumb{
	float:left;
	display:block;
	width:160px;
	position:relative;
	margin:0 4px 8px 4px;
	background:none;
	overflow:hidden
}

.samecatthumb a .samecatthumb_mesh{
	z-index:10;
	width:160px!important;
	height: 100%;
	position: absolute;
	text-align: left;
	font-size: 85%;
	display: block;
	left:0;
	background:#fff;
	}

.samecatthumb a:hover{
	background:#fff;
	width:160px;
	height:100%;
	}

.samecatthumb a img{
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	background:none;
}

.samecatthumb a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:none;
}

.samecatthumb .samecatthumb_mesh span{
	display:block;
	color:#000;
	width:128px;
	height: 100%;
	text-decoration:none;
	padding:16px;
	background:#fff;
}

.active a img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:none;
}

/*****************************************************

SHARE

*****************************************************/

#share{
	width:48px;
	height:16px;
	margin:10px auto;
	line-height:1;
}

/*****************************************************

PAGEBUTE / ARCHIVE

*****************************************************/

.pagebute-nav{
	text-align:center;
	font-size:85%;
	margin:40px auto;
	clear:both;
}

.pagebute-nav span a,
.pagebute-nav span a:visited{
	padding:0 3px;
	color:#999;
	text-decoration:none;
}

.current_page{
	padding:0 3px;
	color:#000;
	text-decoration:none;
}

.pagebute-nav a:hover{
	padding: 0 3px;
	color:#000!important;
	text-decoration:none;
}

.link_page,
.link_next{
	padding:0 3px;
	color:#999;
}

a:hover.link_page{
	padding:0 3px;
	color:#999;
	text-decoration:none;
}

.link_before{
	margin-right:15px;
}

.link_next{
	margin-left:15px;
}