@charset "utf-8";

.pointBallon{
	position: relative;
	float: left;
	background-color: #f8e5ea;
	color: #DB8098;
}
.pointBallon span.tl,
.pointBallon span.tr,
.pointBallon span.bl,
.pointBallon span.br {
	position: absolute;
	display: block;
	height: 13px;
	width: 13px;
	background: url(/shared/member/point/img/bg_balloon_tl.gif) no-repeat 0 0;
}
.pointBallon span.tr {
	top: 0;
	right: 0;
	background: url(/shared/member/point/img/bg_balloon_tr.gif) no-repeat 0 0;
}
.pointBallon span.bl {
	bottom: 0;
	left: 0;
	background: url(/shared/member/point/img/bg_balloon_bl.gif) no-repeat 0 0;
}
.pointBallon span.br {
	bottom: 0;
	right: 0;
	background: url(/shared/member/point/img/bg_balloon_br.gif) no-repeat 0 0;
}
.pointBallon p{
	display: table-cell;
	padding: 18px;
	vertical-align: middle;
}
.web h2 {
	background: url(/shared/member/point/img/bg_index_01.gif) no-repeat 0 0;
}
.web h2 a,
.shop h2 a {
	display: block;
	height: 60px;
	padding: 40px 82px 0 0;
	color: #333;
	text-align: right;
	text-decoration: none;
}

.shop h2 {
	background: url(/shared/member/point/img/bg_index_02.gif) no-repeat 0 0;
}

.colorGray02 {
	color: #666666 !important;
}