@charset "utf-8";
/*-------------------------------------------------
	linkList
-------------------------------------------------*/
.linkList {
	margin-bottom:40px;
}
.linkList li {
	margin: 0 0 1.4em 2.5em;
	list-style-type:disc;
}
.linkList a {
	padding-right:0.2em;
	color:#553311;
	text-decoration: underline;
}
.linkList a:hover {
	color:#cc5566;
	text-decoration: none;
}


