/* 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;
}

.c-tight_spacing{
	letter-spacing: -0.03em;
}

.c-paren{
	margin-left: -0.5em;
	margin-right: -0.5em;
}
/*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.8125rem;
}
.p-main_img__photo{}

.c-img--shadow{
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.3);
}

.p-scape_map{
	width: 450px;
	margin: 0 auto;
}
.sp .p-scape_map{
	width: 100%;
}

/*copyright*/
.p-copyright{
	color: #999;
	font-size: 0.675rem;
	line-height: 1.5;
}


/* 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;*/
}
