@charset "utf-8";
/* CSS Document */

/* -[ category ]- */
.lp .category {
	width: 100%;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0f5c60;
	margin-bottom: 5px;
}
.lp .category ul {
	margin: 15px 0 7px 0;
	padding: 0;
}
.lp .category ul li {
	display:inline;
	color: #FFF;
}
.lp .category ul li a {
	background-color: #0f5c60;
	color: #FFF;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:8px 15px;
	border-radius: 3px 3px 0 0;/*-----圓角----*/
}
.lp .category ul li a:hover {
	color: #FC0;
}
.lp .category ul .here a {
	background-color: #369;
	color: #FFF;
}
.lp .category ul .here a:hover {
	background-color: #036;
	color:#FFF;
}
