@charset "UTF-8";
/* CSS Document */

#page-header {
	background: url("../img/img_header2.jpg") no-repeat center;
	background-size: cover;
}

.pNav {
	margin-bottom: 1em;
}
.pNav a {
	color: #3B506E;
}

#up_ymd {
	text-align: right;
	margin-bottom: 1em;
	font-size: 90%;
}

.backORcloseBtn a {
	display: inline-block;
	background: #099dcd;
	color: #FFF;
	padding: 5px 2em;
	border-radius: 30px;
	margin-top: 2em;
}

.detailText span {
	font-size: 100% !important;
}

.detailUpfile {
	text-align: center;
	margin: 1em 0 2em;
}

@media screen and (max-width: 780px) {
		.detailUpfile img {

	}
}