@charset "UTF-8";

.backGround {
	background-image: none !important;
	padding: 100px 0 150px;
}

.areaBlog_entryTitle {
	position: relative;
	z-index: 1;
	padding-right: 110px;
}

.areaBlog_entryUpdate {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 10px;
}

.cmnpt {
	max-width: 1124px;
	margin: 0 auto;
	position: relative;
}

.cmnpt a {
	position: absolute;
	bottom: -100px;
	right: -50px;
	display: block;
	z-index: 100;
}

.cmnpt a:hover img {
	transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 1;
}

.cmnpt a img {
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}

.cmnft {
	display: none;
}

@media screen and (max-width:639px) {
	.backGround {
		padding: 40px 0 130px;
	}

	.cmnpt a {
		bottom: -110px;
		right: 3%;
	}

	.cmnpt a:hover img {
		transform: scale(1.0, 1.0);
	}

}
