@charset "UTF-8";
/* CSS Document */

.newshop-box {
	width:405px;
	padding:0px 0px 10px 0px;
	margin:0px auto 15px auto;
	border-bottom:1px dashed #999;
}

.shop-name {
	display:block;
}
.shop-name:link {
	color:#0066ff;
	text-decoration:none;
}
.shop-name:hover {
	color:#3399ff;
	text-decoration:underline;
}

.inner-newshop-box-left {
	width:148px;
	float:left;
	margin:8px 0px 0px 0px;
}

.inner-newshop-box-right {
	width:248px;
	margin:0px 0px 10px 158px;
}
*html .inner-newshop-box-right {
	width:248px;
	margin:0px 0px 10px 153px;
}
*:first-child+html .inner-newshop-box-right {
	width:248px;
	margin:0px 0px 10px 155px;
}

.newshop-text {
	font-size:12px;
	color:#333;
	margin:6px 0px 0px 0px;
}
.newshop-text2 {
	background:url(../images/index/up-icon.gif) no-repeat 0px 1px;
	font-size:12px;
	color:#ff7201;
	padding:0px 0px 0px 25px;
	margin:15px 0px 0px 0px;
}

.more-button {
	margin:0px 0px 30px 300px;
}

#campaign-box {
	width:420px;
	margin:0px auto;
}
#campaign-box img {
	display:block;
	margin:0px 0px 10px 0px;
}

