@charset "utf-8";

/* photoBox */
.photoBox .cont {
	width:580px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.photoBox .cont .tit {
	text-align:center;
	padding:46px 0 20px 0;
}
.photoBox .cont table {
	width:578px;
	border-left:1px solid #90897f;
	border-top:1px solid #90897f;
}
.photoBox .cont table th {
	border-bottom:1px solid #90897f;
	border-right:1px solid #90897f;
	vertical-align:middle;
	text-align:center;
	background:#c5dbf2;
	color:#000;
	font-weight:normal;
	font-size:14px;
	padding:4px 0 3px 0;
}
.photoBox .cont table td {
	border-bottom:1px solid #90897f;
	border-right:1px solid #90897f;
	vertical-align:middle;
	text-align:left;
	padding:4px 0 3px 30px;
}
.photoBox .cont table td.pr {
	text-align:right;
	padding:0 30px 0 0;
}
