@charset "utf-8";

.activities-detail-ico {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 20%;
}

.activities-detail-university-ico {
	width: 100%;
}

#activities-detail .title-box {
	margin: 2rem auto;
}


#activities-detail #php-copyright {
	display: none;
}

#activities-detail .pNav {
	margin-bottom: 2rem;
	color: #9cca54;
}

#activities-detail .pNav a {
	color: #9cca54;
	text-decoration: none;
}

#activities-detail #detail-box h2 {
	font-size: 1.6rem;
	padding: 0.5rem 1rem;
	color: #ffffff;
	background-color: #9cca54;
	margin-bottom: 1rem;
}

#activities-detail #detail-box #up_ymd {
	text-align: right;
	color: #9cca54;
	margin-bottom: 1rem;
}

#activities-detail #detail-box .detailUpfile {
	margin: 2rem auto;
	text-align: center;
}

#activities-detail #detail-box .backORcloseBtn {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
}

#activities-detail #detail-box .backORcloseBtn a {
	display: block;
	width: 60%;
	padding: 1.5rem 3rem;
	margin: 4rem auto;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #9cca54;
	font-family: 'Kiwi Maru',
		serif;
	color: #ffffff;
	border-radius: 8px;
	border: solid 1px #ffffff;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

#activities-detail .copy-right {
	display: none;
}

@media screen and (max-width:768px) {

	#activities-detail #detail-box .detailUpfile img {
		width: 100%;
		height: auto;
	}

}