@charset "utf-8";

h4 {
	font-size: 16px;
	color: #ffffff;
	background-color: #9cca54;
	margin: 10px 0px 10px 0;
	font-weight: normal;
	padding: 5px 10px;
}

#up_ymd {
	text-align: right;
	margin: 2rem 0;
}

.detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}

.backORcloseBtn {
	text-align: center;
	line-height: 100%;
	margin: 4rem auto;
}

.backORcloseBtn a {
	display: inline-block;
	padding: 1rem;
	border: 1px solid #aaa;
	color: #999;
	border-radius: 3px;
	text-decoration: none;
}

.detailUpfile img {
	max-width: 100%;
	height: auto;
}

.csr-detail-ico {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 18%;
}

.csr-detail-page-ico {
	width: 100%;
}

#csr-detail .title-box {
	margin: 2rem auto;
}

#csr-detail .pNav {
	color: #9cca54;
	margin-bottom: 2rem;
}

#csr-detail .pNav i {
	margin-right: 0.5rem;
}

#csr-detail .pNav a {
	color: #9cca54;
	text-decoration: none;
}

#csr-detail #php-copyright {
	display: none;
}

@media screen and (max-width:768px) {

	#csr-detail .detailText a {
		text-decoration: none;
	}

}