/***************************************
 * (c)デイリーナイトスクープ
 * http://www.naisuku.jp/
 ***************************************/
/* 共通 ********************************/
.BOX {
	clear: both;
	width: 510px;
}

/* 大きいボックス */
.box1 {
	width: 250px;
	float: left;
}

/* 小さいボックス */
.box2 {
	width: 250px;
	float: right;/* 右寄せ */
}
.box2_2 {
	width: 250px;
	float: left;/* 左寄せ */
}

/* h3 */
.BOX h3 {
	position: relative;
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 1em;
}
.BOX h3 span {
	position: absolute;
	top: 0;
	right: 10px;
}
.BOX h3 span a {
	text-decoration: underline;
}

/* dt内のアイコン */
.box1 dl {
	overflow: hidden;
	width: 238px;
	margin-bottom: 10px;
	padding: 5px 5px 6px;
	border: 1px solid #eee;
}
.box1 dl dt {
	width: 190px;
	height: 59px;
	float: right; 
}
.box1 dl dt span {
	display: block;
	width: 85px;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	background: url(../image/main/s.gif) no-repeat top left;	
}
.box1 dl dt span.s_1 {
	background: url(../image/main/s_1.gif) no-repeat top left;
}
.box1 dl dt span.s_2 {
	background: url(../image/main/s_2.gif) no-repeat top left;
}
.box1 dl dt span.s_3 {
	background: url(../image/main/s_3.gif) no-repeat top left;
}
.box1 dl dt span.s_4 {
	background: url(../image/main/s_4.gif) no-repeat top left;
}
.box1 dl dt span.s_5 {
	background: url(../image/main/s_5.gif) no-repeat top left;
}
.box1 dl dd{
	width: 48px;
	height: 54px;
	padding: 0 0 5px;
	float: left;
}
.box1 dl dt span.s_name {
	width: 200px;
	padding: 2px 0 0 0;
	height: 20px;
	line-height: 20px;
	font-size: 0.8em;
	background: none;
}

/* li内のアイコン */
.box2 ul {
	overflow: hidden;
	width: 238px;
	height: 122px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #eee;
}
.box2 ul li {
	overflow: hidden;
	width: 223px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../image/main/s.gif) no-repeat top left;	
}
.box2 ul li.s_1 {
	background: url(../image/main/s_1.gif) no-repeat top left;
}
.box2 ul li.s_2 {
	background: url(../image/main/s_2.gif) no-repeat top left;
}
.box2 ul li.s_3 {
	background: url(../image/main/s_3.gif) no-repeat top left;
}
.box2 ul li.s_4 {
	background: url(../image/main/s_4.gif) no-repeat top left;
}
.box2 ul li.s_5 {
	background: url(../image/main/s_5.gif) no-repeat top left;
}

/* ランキング */
.BOX h3.rank {
	background: url(../image/main/content_bar2.jpg) no-repeat;
	color: #333;	
}

/* 更新情報 */
.BOX h3.up {
	background: url(../image/main/content_bar1.jpg) no-repeat;
	color: #FFF;	
}

/* 新人・新店 */
.BOX h3.new {
	background: url(../image/main/content_bar3.jpg) no-repeat;
	color: #333;	
}


/* 特選優良店舗 */
/* common.cssへ移動 shina*/
