#page_body {
	width: 920px;
	margin: auto;
	float: none;
	padding: 10px 0 0 0;
}

#page_body * {
	margin-bottom: 0;
}


.tumi_dl_list {
	overflow: hidden;
	margin-bottom: 35px !important;
}

	.tumi_dl_list li {
		float: left;
		width: 452px;
		height: 460px;
		border-radius: 10px;
		
		text-align: center;
		
		position: relative;
	}

	.tumi_dl_list li:first-child {
		background: #f6d2da;
	}

	.tumi_dl_list li:first-child img {
		margin-top: 77px;
	}

	.tumi_dl_list li:last-child {
		background: #d2eefd;
		float: right;
	}

	.tumi_dl_list li:last-child img {
		margin-top: 30px;
	}
	
	.tumi_dl_list li a {
		display: block;
		
		position: absolute;
		bottom: 24px;
		
		width: 382px;
		height: 43px;
		line-height: 43px;
		left: 0;
		right: 0;
		margin: auto;
		
		background: #fff;
		font-size: 18px;
		text-decoration: none;
	}

	.tumi_dl_list li:first-child a {
		border: 1px solid #e4007f;
		color: #e4007f;
	}

	.tumi_dl_list li:first-child a:hover {
		background: #fbedf0;
	}

	.tumi_dl_list li:first-child a span {
		background: url(../images/tumi_dl_kotonohadl.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 30px
	}

	.tumi_dl_list li:last-child a {
		border: 1px solid #141783;
		color: #141783;
	}
	
	.tumi_dl_list li:last-child a:hover {
		background: #edf8fe;
	}

	.tumi_dl_list li:last-child a span {
		background: url(../images/tumi_dl_hifumidl.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 30px
	}
