@charset "utf-8";

/* 画像詳細 */
#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	filter: alpha( opacity=75 );
	-ms-filter: "alpha( opacity=75 )";
	z-index: 1010;
}
#pDetail {
	display: none;
	width: 644px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1015;
}
#pDetailInner {
	width: 640px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #727272;
	background-color: #fff;
}
.pInfo {
	color: #070707;
	font-size: 12px;
}
.pClose p, #pControl p {
	color: #262626;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.pClose {
	margin-bottom: 5px;
	text-align: right;
}
.pClose p {
	display: inline;
	padding-right: 15px;
	background: url(../img/ico_close01.png) right 3px no-repeat;
}
.pContainer {
	margin-bottom: 10px;
}
.pImg {
	margin-bottom: 10px;
	text-align: center;
}
.pInfo {
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
}
#pControl #pPrev {
	float: left;
}
#pControl #pNext {
	float: right;
}
.printBtn01 {
	text-align: center;
	margin-top: 30px;
}
