@charset "utf-8";

/* ========================================================================================================================/

	styleInfo：link/style.css
		└ 1-1, link

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	1-1, link
/------------------------------------------------------------------------------------------------------------------------ */

.subContents ul {
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#cccccc;
	list-style-type:none;
	margin-top:15px;
	}
	.subContents ul li {
		background:#ffffff url('../image/contents/link/linkBg.jpg') left bottom repeat-x;
		-webkit-background-size:1px 25px;
		background-size:1px 25px;
		border-style:solid;
		border-width:0 1px 1px 1px;
		border-color:#cccccc;
		}
		.subContents ul li a {
			display:block;
			color:#121212;
			line-height:115%;
			background:transparent url('../image/layout/ic04.gif') 10px center no-repeat;
			-webkit-background-size:5px 6px;
			background-size:5px 6px;
			padding:10px 0 10px 25px;
			}
			.subContents ul li a span {
				color:#d7411a;
				font-size:11px;
				line-height:120%;
				}