@charset "utf-8";

/*
======== table of content. =================================

summary:VMD店舗管理ツールページ用CSS

- PROMOTIONAREA
- CONTENT

============================================================
*/


/*-----------------------------------------------------
PROMOTIONAREA
-------------------------------------------------------*/

div#promotionArea {

	background:
			transparent
			url(../images/shop_manage/bg_promotion.jpg) 
			no-repeat 0 109px;
}

div.index-area p {
	font-size:0.95em;
}

/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div.tags {
	margin:0 0 0 14px;
	_margin:0 0 0 7px;
	float:left;
	width:231px;
	background:
			transparent
			url(../images/shop_manage/bg_point_middle.jpg) 
			repeat-y left top;
}

div.tag-container {
	padding:0 0 21px 0;
	min-height:290px;
	_height:290px;
	background:
			transparent
			url(../images/shop_manage/bg_point_btm.jpg) 
			no-repeat left bottom;
}

div.tag-container p {
	padding:10px 15px 0 28px;
	width:188px;
}
div.tag-container p.tag-img {
	padding:15px 0 0 0;
	width:231px;
	text-align:center;
}


/** ビジュアルバンクでできること */ 

div.vmd-exp-area {
	margin:20px 0 0 24px;
	width:708px;
	background:
			transparent
			url(../images/shop_manage/img_VMD_middle.gif) 
			repeat-y left top;
	
}
div.vmd-exp-container {
	padding:0 0 20px 0;
	width:708px;
	background:
			transparent
			url(../images/shop_manage/img_VMD_btm.gif) 
			no-repeat left bottom;
}

ul.vmd-exp-list {
	margin:5px 22px;
	width:664px;
}

ul.vmd-exp-list li {
	margin:15px 0 0 0;
	padding:15px 15px 5px 15px;
	border:1px dotted #543827;
	width:632px;	
}
ul.vmd-exp-list li.first {
	margin:0;
}

dl.list-detail {
	width:630px;
}
dl.list-detail dt {
	width:177px;
}
dl.list-detail dd.first {
	margin:0 0 0 210px;
	width:420px;
}
dl.list-detail dd.check {
	margin:5px 0 0 210px;
	padding:1px 0 0 19px;
	width:395px;
	background:
			transparent
			url(../images/shop_manage/icon_check.gif) 
			no-repeat left top;
}
dl.list-detail dd.pict {
	margin:5px 0 0 0;
	float:left;
	width:177px;
}
dl.list-detail dd.list-detail-comment {
	margin:15px 0 0 210px;
	width:410px;
}

dl.list-detail02-1 {
	width:630px;	
}
dl.list-detail02-1 dt {
	float:left;
	width:177px;
}
dl.list-detail02-1 dd {
	margin:5px 0 0 210px;
	padding:0 0 8px 0;
	width:410px;
	background:
			transparent
			url(../images/shop_manage/dot01.gif) 
			repeat-x left bottom;
	color:#57351C;
}

ul.list-detail02-2-container {
	margin:10px 0 0 0;
	width:630px;
}
ul.list-detail02-2-container li {
	margin:10px 0 0 0;
	padding:0;
	border:none;
	float:left;
	width:300px;
}
dl.list-detail02-2 {
	width:300px;	
}
dl.list-detail02-2 dt {
	padding:1px 0 0 19px;
	width:281px;
	background:
			transparent
			url(../images/shop_manage/icon_check.gif) 
			no-repeat left top;	
	font-weight:bold;
}
dl.list-detail02-2 dd {	
	margin:2px 0 0 19px;
}