@charset "UTF-8";

/*--------------------------------------------------------------------
see.html
see.css
--------------------------------------------------------------------*/


/*------------NavContent---------------------------------------------------------------*/
div#NavContent ul li:nth-child(2) a { color: #d6b221; }


/*------------Title---------------------------------------------------------------*/
div#Title { background-image:url(../../img/see/title_bg.jpg); }


/*------------List---------------------------------------------------------------*/
div.List {
	width: 960px;
	margin: 35px auto 80px;
}
div.List:nth-last-of-type(1) { margin-bottom: 0; }
div.List ul li p + p { font-size: 1.25em; }
div.List dl { margin: 0.6em auto 0; }
div.List dl dt {
	margin-bottom: 10px;
	font-size: 1.25em;
}


/*------------List01---------------------------------------------------------------*/


/*------------List02---------------------------------------------------------------*/
div.List02 ul {
	width: 100%;
	margin-bottom: -80px;
	list-style: none;
	overflow: hidden;
}
div.List02 ul li {
	width: 450px;
	margin-bottom: 80px;
	float: left;
}
div.List02 ul li:nth-child(even) { float: right; }


/*------------List03---------------------------------------------------------------*/
div.List03 ul {
	width: 100%;
	margin-bottom: -80px;
	list-style: none;
	overflow: hidden;
}
div.List03 ul li {
	width: 280px;
	margin-right: 60px;
	margin-bottom: 80px;
	float: left;
}
div.List03 ul li:nth-child(3n) { margin-right: 0; }


/*------------DetailBtn---------------------------------------------------------------*/
div.DetailBtn {
	width: 100%;
	margin-top: 30px;
	background: url(../../img/see/detail.png) no-repeat left top;
	background-size: cover;
	text-align: left;
}
div.DetailBtn a {
	display: block;
	height: 0;
	padding-top: 15.625%;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.DetailBtn:hover,
div.DetailBtn a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}