/* CSS Document */

/*  Heading reset -- default style
----------------- */
#main h1{
	margin: 1rem 0 0;
}

#main h3.c-normal_heading{
	font-size: 1.25rem; /*18px*/
	margin: 1.5rem 0 1rem;
}

/*p-scape_vol*/
.p-scape_vol{
	position: relative;
}
.p-scape_vol_inner{
	position: absolute;
	top:-65px;
	left: 390px;
	font-size: 1.5rem;
	line-height: 1;
	font-family: Arial, Helvetica, "sans-serif";
}
.p-scape_vol_inner .c-_vol_num{
	font-size: 2.125rem;
	font-weight: bold;
}

/*p-content_title*/
.p-content_title{
	margin: 0.75rem 0 1rem;
}
#main .p-content_title h2{
	font-size: 2rem;
	letter-spacing: 0.04em;
	color: #000;
}
.p-photoby{
	margin: 1.5rem 0 0;
	font-size: 0.9375rem;
}

/*p-main_img*/

.p-main_img{
	border: #ccc 1px solid;
	margin-bottom: 2rem;
	padding: 1.875rem;
}
.p-main_img__photo{}


/* sp ****************************/

.sp .p-scape_vol_inner{
	top:inherit;
	left: inherit;
	right: 0px;
	bottom:6px;
}
.sp #main .p-content_title h2{
	font-size: 1.5rem;
}

.sp .p-main_img{
	padding: 0.375rem;
}
