@charset "UTF-8";

/*--------------------------------------------------------------------
link.html
link.css
--------------------------------------------------------------------*/

/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/pc/link/title.png); }


/*------------Link01のスタイル---------------------------------------------------------------*/
div#Link01 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d4d5d5;
}
div#Link01 table tr th {
	width: 12%;
	padding: 10px 15px;
	background: #f4f4f4;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: top;
}
div#Link01 table tr td {
	width: auto;
	padding: 10px 20px;
	border-left: 1px solid #d4d5d5;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: middle;
}


/*------------Link02のスタイル---------------------------------------------------------------*/
div#Link02 ul li {
	list-style: none;
	margin-bottom: 15px;
}
div#Link02 ul li:nth-last-of-type(1) { margin-bottom: 0; }
div#Link02 ul li a {
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../img/pc/sitemap/arrow01.png);
}