@charset "UTF-8";
@import url("style.css");
/* CSS Document */
.detail_main{
	float:left;
	width:385px;
	margin-right:40px;
	height:auto;
}
.detail_main > img{
	width:385px;
	display:block;
}
/*-------------------------------------------*/
.detail_txt{
	float:right;
	width:555px;
}
.detail_ttl{
	height:170px;
}
.detail_ttl_inner p.photographer{
	font-family:"Times";
	font-size:12px;
	font-style:italic;
}
.detail_ttl_inner h3{
	font-size:26px;
	font-family:"Times";
	margin-top:22px;
}
.detail_ttl + p{
	font-size:14px;
	font-family:"Hiragino Mincho StdN";
	line-height:1.714;
	margin-bottom:122px;
	font-weight:100;
}
/*-------------------------------------------*/
.photo_list{
	clear:both;
	width:980px;
}
.photo_list > div{
	height:130px;
}
.photo_list h4{
	font-family:"TImes";
	font-size:14px;
	position: relative;
	top: 97px;
}
.photo_list ul li p{
	font-size:11px;
	font-family:"Times";
	font-style:italic;
	margin-top:5px;
}
.photo_list ul li p a{
	text-decoration: none;
}

.photo_list ul{
	width:980px;
}
.photo_list li{
	float:left;
	width:130px;
	height:301px;/*johnny dewe mathews:img01+16px*/
	margin-right:40px;
	margin-bottom:40px;
}
.photo_list li:nth-child(6n){
	margin-right:0px;
}

.artist_link {
	background-color: rgb(230, 0, 17) !important;
	color: #fff !important;
	transition: opacity .4s;
}
.artist_link:hover {
	opacity: 0.7;
}