@charset "UTF-8";


/* ------------------------------------------------------------------
	contents
-------------------------------------------------------------------*/
.whiteBox {
	position:relative;
}
.pastPhoto {
	padding:12px 0 3px 0;
	text-align:center;
}
.pastPhoto img { margin:0 5px 10px; }
.leftPhoto {
	padding-right:15px;
}
.abFix {
	background:url(../img/common/bg_arrow.gif) left 6px no-repeat;
	position:absolute;
	top:27px;
	right:32px;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding-left:14px;
	text-align:right;
}
@media screen and (max-width: 980px) {
	.abFix {
		position:static;
		top:auto;
		right:auto;
		margin:-12px 0 15px;
		text-align:left;
	}
}