@charset 'UTF-8';

/*================================================================*/
/*詳細ページ(single.php)*/
/*================================================================*/

#post_wrap{
width: 770px;
}

#post_wrap #photo_data{
width: 540px;
float: left;
}

	#post_wrap #photo_data .comment_box{
	background: url(../../img/detail/comment_bg.jpg) left bottom no-repeat;
	padding-bottom: 13px;
	}
	
	#post_wrap #photo_data .comment_box dt{
	background: url(../../img/detail/comment_title.jpg) left top no-repeat;
	width: 540px;
	height: 37px;
	text-indent: -999em;
	overflow: hidden;
	}
	
	#post_wrap #photo_data .comment_box dd{
	background: url(../../img/detail/comment.jpg) left top repeat-y;
	padding: 10px;
	}
	
	#post_wrap #photo_data .photographer_box{
	background: url(../../img/detail/photographer_info.jpg) left top repeat;
	margin-bottom: 25px;
	position: relative;
	}
	
	#post_wrap #photo_data .photographer_box dt{
	/*background: url(../../img/detail/photographer_info_title.jpg) left top no-repeat;
	width: 540px;
	height: 36px;
	text-indent: -999em;
	overflow: hidden;*/
	}
	
	#rating_wrap{/*評価ボタン*/
	background: #F2F2F2;
	width: 490px;
	margin: 0 auto 18px auto;
	padding: 5px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 5px;
	}
	#rating_wrap img{ vertical-align: middle;}
	
	#post_wrap #photo_data .photographer_box dd{
	padding: 10px;
	}
	
	#post_wrap #photo_data .photographer_box .author_photo{
	width: 300px;
	position: absolute;
	right: 10px;
	top: 26px;
	text-align: right;
	}
	
		#post_wrap #photo_data .author_photo .cameraman_photo{
		float: right;
		}
		
		#post_wrap #photo_data .author_photo p{
		float: right;
		margin-right: 10px;
		margin-top: 20px;
		}
	
	
	#post_wrap .download_btn{
	text-align: center;
	margin-bottom: 5px;
	}
	
		#post_wrap .download_btn a:hover img{
		alpha: option(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}


#post_wrap #post_data{
width: 210px;
float: right;
}

	#post_data .data{
	background: url(../img/dot_line.jpg) left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
	#post_data .data dl{
	margin-bottom: 10px;
	}
	
	#post_data .data dt{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	}
	
	#post_data .data dd{
	margin-left: 5px;
	}
	
	#post_data .data .author_link a{ font-weight: bold; color: #0099CC; text-decoration: underline;}
	#post_data .data .author_link a:hover{ text-decoration: none;}
	
	/*twitterにつぶやく*/
	#post_data .doing{ font-size: 10px!important;}
	#post_data #topsy_trackbacks{ width: 180px;}
	#post_data #twitterConnectButton{ text-align: center; padding-top: 10px;}
	#post_data #twitterSignOut{ text-align: center;}
	#post_data .signout_btn{ color: #0099CC; text-decoration: underline; }
	#post_data .signout_btn:hover{ text-decoration: none; }
	#post_data #twitterFollowButton{ text-align: center;}
	#post_data #twitterUserInfo{ padding-top: 10px;}
	
	
	#post_data .contribute_side_btn:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}



#post_wrap .kiyaku_link{ text-align: center; margin-bottom: 15px;}

#post_wrap .kiyaku_link a{
font-size: 14px;
color: #006699;
text-decoration: underline;
}

	#post_wrap .kiyaku_link a:hover{ text-decoration: none;}
	
#post_wrap .downloads_box{
padding: 15px;
border: 1px solid #CCCCCC;
margin-bottom: 30px;
text-align: center;
}

	#post_wrap .downloads_box .number{
	font-size: 14px;
	font-weight: bold;
	}
	
#post_wrap .similar_wrap{/*関連記事サムネイル*/
background: url(../img/grid_bg.jpg) left top repeat;
padding: 20px 35px;
width: 470px;
margin: 0 auto 30px auto;
}

	#post_wrap .similar_wrap ul{
	background: #FFFFFF;
	list-style: none;
	zoom: 1;
	margin-right: -10px;
	_margin-right: -20px;
	}
	
	#post_wrap .similar_wrap li{
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	text-align: center;
	}
	
		#post_wrap .similar_wrap li a:hover img{
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}
		
		#post_wrap .similar_wrap li.nothing{
		width: 470px;
		margin: 0 10px 0 0;
		text-align: center;
		height: auto;
		font-weight: bold;
		padding: 10px 0;
		}