<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------
　other（例）
---------------------------------------- */
.sm_wrap {

	overflow: hidden;
	margin: 30px auto;

}

.sm_menu {}

.pc_off {
	display: none;
}

.sm_main {
	float: left;
	/* padding-right: 100px; */
	border-right: 1px dashed #CCC;
	width: 320px;
	height: 328px;
}

.sm_tl {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
}

.sm_search {
	float: right;
	width: 640px;
	margin: 0 0 0 39px;

}

.sm_menu ul {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.sm_menu ul li {
	text-align: left;
	margin: 5px 0;
	font-size: 13px;
	line-height: 24px;
}

.sm_menu ul li a {
	display: block;
	color: #333;
	text-indent: 15px;
	text-decoration: none;
	background: url(../img/common/f_icon.gif) left 50% no-repeat;
}

.sm_menu ul li a:hover {
	color: #999;
	text-decoration: underline;
}



/* other（例）
---------------------------------------- */
</pre></body></html>