/* CSS Document */

/*  Heading reset -- default style
----------------- */
#main h1{
	margin: 1.75rem 0 1.75rem;
	padding-right: 0.25rem;
}

/*p-photo_info*/

#main h2.p-photo_info__name{
	font-size: 1.125rem;
	margin: 1rem 0 0.5rem;
	text-align: left;
}
#main h2.p-photo_info__name .p-place{
	font-size: 0.875rem;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
}

.p-photo_info__data{
	font-size: 0.875rem;
	line-height: 1.3125rem;
	padding: 1.5rem 0 0;
	border-top: #ccc 1px solid;
}
.p-photo_info__data > li{
	margin: 0.25rem 0;
	padding-left: 4rem;
	text-indent: -4rem;
	box-sizing: border-box;
}
.p-photo_info__label{
	display: inline-block;
	width: 4rem;
	text-indent: 0;
}

/**/
.p-cover_photo__cap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-photoby{
	flex: 0 1 auto;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #777;
	margin-left: auto;
	padding: 0.375rem 0 0;
}

/* sp ****************************/

.sp .p-cover_photo__cap{
	display: inherit;
}
.p-photoby{
	text-align: right;
}


