@charset "utf-8";
@import url("/sc/common_hokkaido/css/import.css");
/* ===================================================================
CSS information

 file name  :campaign.css
 style info :campaignページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	ページ内ナビ
----------------------------------------------------------- */
ul.pageNavi {
	margin:5px 0;
}

ul.pageNavi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

ul.pageNavi li {
	float:left;
}


/* -----------------------------------------------------------
	キャンペーン情報テーブル
----------------------------------------------------------- */
.campaign table {
	width:523px;
	padding:0;
	border-spacing: 0;
	border-collapse:collapse;
	margin-bottom:10px;
}

.campaign table caption {
	line-height:28px;
	height:28px;
}

.campaign table caption img {
	vertical-align:bottom;
}

.campaign table th {
	vertical-align:bottom;
}

.campaign table th,
.campaign table td {
	border:2px solid #ffe8c8;
}

.campaign table td {
	padding:5px;
}

.campaign table td.url-break {
	word-break:break-all;
}

/* ------------------- 店名 -------------------*/
.shopName {
	width:100px;
	vertical-align:middle;
}

/* ------------------- 階層 -------------------*/
.shopFloor {
	width:20px;
}

/* ------------------- 日付 -------------------*/
.campaignDate {
	width:80px;
	text-align:center;
}

/* ------------------- 画像 -------------------*/
p.imgR {
	text-align:right;
	padding:5px;
}


