@charset "utf-8";
@import url("../parts.css");

/* ============================================================================================================
Title:お客さま感謝デーページ用CSS
Last Update:2011/03/03
============================================================================================================ */

#contentsArea h2 {
	margin-top: 15px;
}

/* メイン
============================================================================================================ */
#mainArea {
	margin-bottom: 10px;
	border: 10px solid #e8f0f3;
	padding: 20px;
	zoom: 1;
}
#mainArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#mainArea p {
	float: right;
	width: 225px;
	color: #666666;
	line-height: 2;
}
#mainArea p.card {
	float: left;
	width: auto;
	padding-right: 19px;
	border-right: 1px dotted #dddddd;
}


/* table
============================================================================================================ */
.box_section table {
	width: 100%;
}
.box_section th {
	padding: 0.6em 0;
	background-color: #808080;
	border-right: 1px solid #9f9f9f;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.box_section td {
	padding: 0.8em 2em;
	border-right: 1px solid #dedede;
	font-size: 84%;
}
.box_section td.last,
.box_section th.last {
	border-right: 0;
}
.box_section .odd td {
	background-color: #efefef;
}


.box_section th.floor {
	width: 8%;
}
.box_section th.shop {
	width: 28%;
}
.box_section th.category {
	width: 23%;
}
.box_section td.floor {
	text-align: center;
}


/* WAON
============================================================================================================ */
