<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.marka-str-bg{background: url("darkgrey.gif") repeat;display: flex;flex-wrap: wrap; justify-content: center;}

.thumb {width: 100%;

}

.thumb a:hover{width: 100%;

}
.thumb_wrap {
 width:244px;
	height: 274px; 
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.index_thumb  {
 	width:244px;
	height: 274px; 
	position: relative;
}

.index_thumb a:hover{width: 100%;
	position: relative;
	color:#000 !important;
}

.index_thumb img{
	position: relative;
	z-index: 10;
}

.thumb_title {
	padding:10px;
	line-height:30px;
	position:relative;
	top: -30px;
	background-color: #fff;
	width: 100%;
}

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