@charset "UTF-8";

/*--------------------------------------------------------------------
see.html
see.css
--------------------------------------------------------------------*/


/*------------Title---------------------------------------------------------------*/
div#Title { background-image:url(../../img/see/title_bg.jpg); }


/*------------List---------------------------------------------------------------*/
div.List {
	width: 96%;
	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: 100%;
	margin-bottom: 80px;
}


/*------------List03---------------------------------------------------------------*/
div.List03 ul {
	width: 100%;
	margin-bottom: -80px;
	list-style: none;
	overflow: hidden;
}
div.List03 ul li {
	width: 100%;
	margin-bottom: 80px;
}


/*------------DetailBtn---------------------------------------------------------------*/
div.DetailBtn {
	width: 100%;
	margin-top: 30px;
	background: url(../../img/see/detail.png) 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;
}