@charset "UTF-8";

/*==印刷時に印刷させない部分の設定==*/

.navi,
.headImg,
#shopMenu,
.CouponPrint,
#omotemachi,
.accessMapDetail,
.accessMapPrint,
.footer{
	display:none;
}

/*==印刷調整==*/

body{
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
}
p{
	color:#000000;
}
.wrapper{
	text-align:left;
	color:#000000;
	padding:0px;
	padding-top:30px;
	width:520px;
	position:relative;
}
h1.printTitle{
	margin-bottom:15px;
	padding:0px;
	display:block;
	text-align:center;
	font-size:18px;
}
#coupon{
	margin-left:0px;
	margin-bottom:15px;
	width:520px;
}
#coupon dl{
	border:1px solid #000000;
	width:518px !important;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}
#coupon dt,
#coupon dd{
	margin:0px;
	margin-left:10px;
	width:500px;
}
#coupon dd.couponName{
	margin-bottom:0px;
	margin-bottom:5px;
}
#access{
	margin:0px;
	padding:0px;
	border:none;
}

#access .accessShopName{
	display:none;
}
#accessMap,
#accessInfo{
	float:none;
}
.accessMapImg{
	margin:0px;
	margin-left:80px;
}

#access p.accessInfoHead{
	width:auto;
	height:auto;
}
#access p.accessInfoHead strong{
	padding:0px;
	width:auto;
	display:inline;
}
#access table.shopInfoTbl{
	width:520px;
	border-top:1px solid #000000;
}
#access table.shopInfoTbl th,
#access table.shopInfoTbl td{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
	padding-top:0px;
	padding-top:5px;
	padding-left:15px;
}

#access table.shopInfoTbl th{
	border-left:1px solid #000000;
}

