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

/*  1. common */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

/**
 * link color
 */
a {	text-decoration:underline;}
a:link {	color:#06C;}
a:visited {	color:#06C;}
a:active {	color:#06C;}
a:hover {	color:#06C; text-decoration: none;}

#headSec h1 {
	top: 53px;
}

#headSec p {
	top: 86px;
}


#salon-list {
	width: 660px;
	margin-top: 13px;
	margin-bottom: 26px;
}
#salon-list ul {
	border-top: 1px solid #CCC;
}
#salon-list ul li {
	background: #f4f3ee;
	border-bottom: 1px solid #CCC;
}
#salon-list ul li dl {
	padding: 8px 17px 7px 16px;
	border-top: 1px solid #FFF;
}
#salon-list ul li dl dt {
	float: left;
}
#salon-list ul li dl dd {
	float: right;
}


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