@charset "UTF-8";

@import url("base.css");
@import url("utility.css");
@import url("font.css");

#map #pop-wrap,
#coupon #pop-wrap {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
#map .ttl {
	font-size: 148%;
	font-weight: bold;
	padding-left: 6px;
	border-left: 6px solid #cc3333;
}
#map .map-wrap {
	margin-top: 30px;
}
#map .print-btn {
	margin-top: -20px;
	text-align: center;
}
#map .address-tbl {
	text-align: left;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-top: 20px;
}
#map .address-tbl th,
#map .address-tbl td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
}
#map .address-tbl th {
	background: #eeeeee;
}


#coupon #pop-wrap {
	border-bottom: 20px solid #cc0000;
	padding-bottom: 15px;
}
#coupon .other-link {
	padding-bottom: 5px;
}
#coupon .other-link li {
	float: left;
}
#coupon .other-link li span {
	font-weight: bold;
}
#coupon .coup-box {
	border: 2px solid #333333;
	padding: 4px;
	vertical-align: top;
}


#coupon .coup-dtl {
	background: url(../img/other/coupon2/coupon_02.gif) repeat;
	margin-top: 3px;
	padding: 10px;
}
#coupon .coup-dtl .dtl-lead,
#coupon .coup-dtl h1 {
	text-align: center;
}
#coupon .coup-dtl h1 {
	font-weight: bold;
	padding: 5px 0px;
	color: #cc0000;
}
#coupon .coup-dtl .text {
	font-size: 80%;
}
#coupon .coup-dtl .dtl-lead {
	font-size: 75%;
	font-weight: bold;
}
#coupon .coup-box .limit {
	margin-top: 5px;
	line-height: 1;
}
#coupon .coup-box .limit p {
	line-height: 1;
	vertical-align: middle;
	background: #e1e1e1;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}

/* change and addition100822 */
#coupon .coup-box .limit p {
	width: 301px;
}
/* change and addition100822 end */

#coupon .coup-box .limit div {
	height: 3px;
}
#coupon .coup-box .entry {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#coupon .coup-box .entry .clearfix {
	background: url(../img/other/coupon2/coupon_05.gif) repeat-x left bottom;
	padding-bottom: 5px;
}
#coupon .float-wrap .coup-box .entry .clearfix {
	background: none;
	padding-bottom: 0;
}

/* change and addition100819 */

#coupon .coup-box .entry ul {
	width: 49%;
}

/* change and addition100819 end */

#coupon .coup-box .entry table td,
#coupon .enter-tbl td {
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#coupon .enter-tbl {
	font-size: 80%;
	margin-top: 15px;
}
#coupon .cap {
	font-size: 75%;
}
#coupon .btn-wrap {
	margin-top: 15px;
	background: url(../img/other/coupon2/coupon_07.gif) repeat-x left top;
	padding-top: 10px;
}
#coupon .btn-wrap .clearfix {
	background: url(../img/other/coupon2/coupon_07.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-left: 50px;
}
#coupon .btn-wrap dl,
#coupon .btn-wrap p {
	float: left;
	width: 110px;
}
#coupon .btn-wrap dl dd {
	padding-right: 10px;
	font-size: 80%;
}
#coupon .address-tbl {
	border-top: 1px solid #B58A8A;
	border-right: 1px solid #B58A8A;
	margin-top: 15px;
	font-size: 80%;
}
#coupon .address-tbl th,
#coupon .address-tbl td {
	border-bottom: 1px solid #B58A8A;
	border-left: 1px solid #B58A8A;
}
#coupon .address-tbl th {
	text-align: center;
	color: #6a0000;
	vertical-align: middle;
	width: 15%;
}
#coupon .address-tbl td {
	padding: 3px;
	vertical-align: top;
}
#coupon .address-tbl td.wid {
	width: 35%;
}
#coupon .map-wrap {
	margin-top: 20px;
}

.coup-collect {
	width: 635px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	border-bottom: 20px solid #cc0000;
}
.coup-collect .float-wrap {
	text-align: left;
}
.coup-collect .float-wrap table {
	table-layout: fixed;
}
.coup-collect .float-wrap .coup-box {
	/*width: 300px;*/
}
.coup-collect .float-wrap .no-coup {
	/*background: #E1E1E1;*/
}
.coup-collect .float-wrap .sep {
	height: 10px;
}
.coup-collect .float-wrap .v-sep {
	width: 10px;
}
#coupon .coup-collect #pop-wrap {
	border: none;
}

/* 20100920 added */
.coup-collect .float-wrap {
	margin-bottom:10px;
}
.coup-collect .single .v-sep {
	width: 161px;
}

