/* ==========  Non-Mobile First Method  ========== */

/* content-box */
	.content-box {
		margin-bottom: 15px;
		padding-bottom: 25px;
		border-bottom: 1px solid #EDEDED;
	}
	/*.content-box:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}*/
	.content-box > li {
		float: left;
	}
	.content-box .content-one {
		width: 220px;
		margin-right: 30px;
	}
	.content-box .content-two {
		width: 720px;
	}
		/* content-pack */
	.content-pack dt {
		padding-bottom: 5px;
	}
	.content-pack dt strong {
		display: block;
		height: 20px;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #333;
		overflow: hidden;
	}
	.content-pack dt strong:focus,
	.content-pack dt strong:hover {
		color: #15338d;
	}
	.content-pack dd p {
		height: 34px;
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 17px;
		color: #999;
		overflow: hidden;
	}
	.content-pack dd .details_link {
		display: inline-block;
		height: 24px;
		width: 110px;
		font-size: 12px;
		line-height: 24px;
		color: #555;
		text-align: center;
		border: 1px solid #CBD5D4;
		border-radius: 12px;
	}
	.content-pack dd .details_link img {
		float: right;
		margin-top: 3px;
		margin-right: 5px;
	}
	.content-pack dd .details_link:focus,
	.content-pack dd .details_link:hover {
		color: #fff;
		background: #e40000;
		border: 1px solid #e40000;
	}

