@charset "UTF-8";

/* ############################################################
** Contents
** ############################################################ */
#contents {}

/* ############################################################
** primaryHeader
** ############################################################ */
#primaryHeader {
	height: 220px;
	}

#primaryHeader h2 {
	position: absolute;
	left: 30px;
	top: 90px;
	}
#primaryHeader > h2 {}

#banner {
	position: absolute;
	left: 30px;
	top: 244px;
	}

/* ############################################################
** article
** ############################################################ */
#contents .wrapper .article {
	color: #444;
	font-size: 14px;
	line-height: 22px;
	}


#contents .wrapper .article h3 {
	margin: 0 40px;
	padding-top: 24px;
	padding-left: 36px;
	background: url(/shared/images/appliplatform/case/case-header.png) no-repeat left 26px transparent;
	border-top: 1px solid #ddd;
	color: #3399cc;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	}

#contents .wrapper .article p {
	text-align: left;
	padding: 10px 40px 30px 40px;
	}

#contents .wrapper .article p.left span {
	display: block;
	float: left;
	width: 200px;
	margin-right: 30px;
	}

#contents .wrapper .article p.right span {
	display: block;
	float: right;
	width: 240px;
	margin-left: 30px;
	margin-top: -30px;
	}

#contents .wrapper .article #prologue {
	padding: 30px 40px;
	}

/* ############################################################
** epilogue
** ############################################################ */
#contents .wrapper .article #epilogue {
	width: 900px;
	margin: 0 auto 30px auto;
	background-color: #f7e4a2;
	}

#contents .wrapper .article #epilogue .top,
#contents .wrapper .article #epilogue .bottom {
	height: 10px;
	background: url(/shared/images/appliplatform/case/epilogue.png) no-repeat left top transparent;
	}

#contents .wrapper .article #epilogue .bottom {
	background-position: left bottom;
	}

#contents .wrapper .article #epilogue h3 {
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 0px none;
	color: #555;
	}

#contents .wrapper .article #epilogue p {
	padding: 0 20px;
	}

/* ############################################################
** pickup
** ############################################################ */
#pickup {
	position: relative;
	margin: 0 40px;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	}

#case-banner {
	float: left;
	width: 260px;
	height: 116px;
	}

#pickup .article {
	width: 290px;
	margin-left: 290px;
	}

#contents .wrapper .article #pickup .article h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: 0px none;
	color: #555;
	line-height: 18px;
	}

#contents .wrapper .article #pickup .article p {
	padding: 14px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	}

#qrcode {
	position: absolute;
	right: 0;
	top: 30px;
	width: 290px;
	}

#qrcode .left,
#qrcode .right {
	width: 135px;
	font-size: 11px;
	text-align: center;
	}

#qrcode .left  {
	float: left;
	}
#qrcode .right {
	margin-left: 150px;
	}
#qrcode > .right {
	margin-left: 155px;
	}

/* ############################################################
** co-info
** ############################################################ */
#co-info {
	margin: 0 40px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
	}

#co-info dl.horizontal {
	position: relative;
	padding-top: 0;
	font-size: 14px;
	}

#co-info dl.horizontal dt {
	left: -100px;/* ie6 */
	width: 100px;
	padding: 4px 0;
	color: #555;
	line-height: 20px;
	text-align: left;
	zppm: 1;
	}

*:first-child+html #co-info > dl.horizontal > dt {
	left: 0px;
	}

#co-info > dl.horizontal > dt {
	left: auto;
	}

#co-info dl.horizontal dd {
	min-height: 20px;
	margin-left: 100px;
	padding: 4px 0;
	border-top: 0 none;
	line-height: 20px;
	}

