<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------
	■ h2
----------------------------------------------- */

.section {
	position: relative;
}
.section p.categoryTop {
	position: absolute;
	right: 0;
	top: 10px;
}
@media screen and (max-width: 640px) {
	.section p.categoryTop {
	position: absolute;
	top: 40px;
	}
}
/* ---------------------------------------------
	■ topArea
--------------------------------------------- */

@media screen and (max-width: 640px) {
	div.topArea {
	margin-top: 50px !important;
	}
}
/* ---------------------------------------------
	■ pregArea_01
--------------------------------------------- */

@media screen and (max-width: 640px) {
	div.pregArea_01 {
	margin-top: 50px !important;
	}
}
/* ---------------------------------------------
	■ recommendArea
--------------------------------------------- */

div.recommendArea {
	width: 550px;
	height: auto;
	background-color: #f4f4f4;
	border-radius: 6px;
	padding: 30px;
	margin-top: 50px;
}
div.recommendArea ul.txtlink li:first-child {
	margin-bottom: 9px;
}
div.recommendArea ul.recommend li {
	margin: 0 0 .5em 1em;
}
@media screen and (max-width: 640px) {
	div.recommendArea {
	width: 90%;
	}
}



</pre></body></html>