/*==============================================
セシルドールコーディネートページ専用CSS
==============================================*/

.cts_wrapper {
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
}

#cts_header {
	margin-bottom: 20px;
}

#coordinate_list {
	margin-left: -10px;
	width: 1010px;
}

#coordinate_list li {
	margin: 0 10px 20px;
	width: 485px;
	height: 647px;
	overflow: hidden;
	float: left;
	position: relative;
}

.list_ttl {
	padding: 8px 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	color: #ffffff;
	background: #000000;
	font-size: 20px;
}

#coordinate_list li:nth-of-type(2n+1) .list_ttl {
	left: 0;
	text-align: left;
}

#coordinate_list li:nth-of-type(2n) .list_ttl {
	right: 0;
	text-align: right;
}

.list_photo {
	display: block;
	overflow: hidden;
}

.list_photo img {
	width: 100%;
}

.list_link {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.list_link:hover {
	opacity: .7;
}

#coordinate_pager {
	display: none;
	text-align: right;
	letter-spacing: -4em;
}

#coordinate_pager li {
	margin-left: 4px;
	display: inline-block;
	letter-spacing: normal;
}

#coordinate_pager a {
	border: 1px solid #dddddd;
	border-radius: 3px;
	width: 29px;
	height: 29px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#coordinate_pager .active a {
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}

#coordinate_pager a:hover,
#coordinate_pager .active a:hover {
	border: 1px solid #dddddd;
	color: #000000;
	background: #dddddd;
}

#coordinate_list_dummy,
#coordinate_pager_dummy {
	display: none;
}

