@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}

/* WRAPPER -------------------------------------------------------------------------*/

#wrapper {
	position: absolute;
	left: -5000px;
}

/* NONE_DISPLAY -------------------------------------------------------------------------*/

#header,
#menu,
#header_navi,
#banner01,
#banner02,
#ttl02,
#master_submit,
#shop_header,
#shop_menu_top,
.shop_pic,
.ttl03,
.shop_info,
#shop_menu_btm,
#sidebar,
#pagetop,
#footer {
	display: none;
}

/* SHOP_COUPON ----------*/

#shop_coupon {
	position: absolute;
	top: 0;
	left: 5000px;
	width: 220px;
	padding: 0 0 0 10px;
}

#ttl_coupon {
	width: 220px;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#txt_coupon {
	width: 190px;
	margin: 0 0 10px 0;
	padding: 10px;
	line-height: 1.5;
	border: 5px solid #ffc9da;
	border-top: none;
}

#inside_box_shop_coupon {
	width: 190px;
	padding: 10px;
}

#shop_coupon p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#shop_coupon p.limit {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}

#shop_coupon p.attention {
	color: #ff0000;
	font-size: 9.5px;
	margin: 0 0 10px 0;
}

/* LINK -------------------------------------------------------------------------*/

	/* BASE ------------------------*/
	a:link {
		text-decoration : underline;
		color: #626262;
	}

	a:visited {
		text-decoration : underline;
		color: #626262;
	}

	a:hover {
		text-decoration : none;
		color : #999999;
	}

	a:active {
		text-decoration : none;
	}