@charset "utf-8";
/* CSS Document */

#contentsContainer a {
	color:#0074af;
}

#contentsContainer a:hover {
	color:#7fb9d7;
}

#contentsContainer {
	
}

h4 {
	background:#0074af;
	color:#fff;
	font-size:15px;
	height:50px;
	line-height:50px;
	padding-left:20px;
	margin-top:20px;
}

.goodsOutline {
	margin-top:20px;
	font-size:13px;
	line-height:1.7em;
	color:#0074af;
}

.goodsOutline span {
	color:#ff0000;
	font-weight:bold;
}

.goodsArea {
	position:relative;
	background:#c9e7f7;
	padding:30px;
	padding-right:420px;
	margin-top:20px;
	font-size:14px;
	line-height:1.5em;
	
	min-height: 660px;
}

.goodsArea dt {
	font-weight:bold;
	
	line-height:1.5em;
}

.price, .detail {
	margin-top:15px;
}

.price {
	font-size:14px;
}

.detail {
	font-size:12px;
	line-height:1.5em;
}

.sampleImage {
	position:absolute;
	right:30px;
	top:30px;
}

.iconList {
	margin-top:20px;
}

.iconList li {
	float:left;
	width:96px;
	white-space:nowrap;
	color:#8b8a8a;
	font-size:9px;
	line-height:1.3em;
	margin-left:15px;
	
	background:url(../../sponsor/img/officialGoods/cross.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	padding-top:100px;
	position:relative;
}

.iconList li:first-child {
	margin-left:0px;
	padding-left:0px;
	background:none;
}

.iconList li img {
	position:absolute;
	left:40px;
	top:0px;
}

.iconList li:first-child img {
	position:absolute;
	left:0px;
	top:0px;
}

.iconList li:first-child:before	{
	display:none;
}

.goodsURL {
	font-size:13px;
	line-height:1.7em;
	color:#0074af;
}

.goodsText {
	margin-top:20px;
	font-size:13px;
	line-height:1.5em;
}

.goodsList li {
	background:#c9e7f7;
	padding:30px;
	float:left;
	width:380px;
	margin-right:20px;
	margin-bottom:20px;
	min-height:500px;
}

.goodsView {
	width:920px;
	margin:0px auto;
	overflow:hidden;
	margin-top:20px;
}

.goodsList dl {
	margin-top:20px;
}

.goodsList dt {
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}

h5 {
	font-weight:bold;
	font-size:14px;
	color:#0074af;
	margin-top:20px;
}

#redArea {
	padding:30px;
	background:#f8dae2;
	margin-top:20px;
}

.detail span {
	font-weight:bold;
	color:#F00;
}


/*	float =================================================*/

#ajFloat {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999999999;
}

#floatBg {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#0074af;
}

#floatWindow {
	width:510px;
	height:510px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-255px;
	margin-top: -255px;
}

#btnNico {
	position:absolute;
	left: 136px;
	top: 430px;
}

#btnFloatClose {
	position:absolute;
	right:-31px;
	top:-31px;
	cursor:pointer;
}

.sampleFile {
    position: absolute;
    right: 30px;
    top: 370px;
    line-height: 1.7em;
    font-weight: bold;  color: #F00;
}



.officialGoodsArea {
	position: relative;
	background: #c9e7f7;
	padding: 30px;
	padding-right: 420px;
	margin-top: 20px;
	font-size: 14px;
	min-height: 383px;
	line-height: 1.5em;
}

.officialGoodsArea dt {
font-weight: bold;
line-height: 1.5em;
}

.otherGoodsArea {
	background: #c9e7f7;
	padding: 30px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.5em;
}