﻿/********************
 $point-entry-alert
********************/

#point-entry-alert {
	position: fixed;
	clear: both;
	width: 520px;
	top: 35px;
	left: 50%;
	margin-left: -260px;
	z-index: 9999;
}
#point-entry-alert .point-entry-alert-inner {
	position: relative;
  min-height: 168px;
	padding: 15px 15px 10px;
	/padding-bottom: 0;
	border-radius: 10px;
	border: 6px solid #ff9900;
	text-align: left;
	color: #333333;
	background-color: #ffffff;
}
#point-entry-alert .point-entry-alert-btn {
	position: absolute;
	top: -15px;
	right: -15px;
}
#point-entry-alert .point-entry-alert-close {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
#point-entry-alert .point-entry-alert-title {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffcc99;
  font-size: 13px;
	font-weight: bold;
	color: #6d5840;
}
#point-entry-alert .point-entry-alert-data-coupon {
	display: block;
	margin-bottom: 5px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	background-color: #f3f3f3;
}
#point-entry-alert .point-entry-alert-data-coupon-title {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#point-entry-alert .point-entry-alert-data-shop {
	width: 340px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	font-size: 15px;
	font-weight: bold;
}
#point-entry-alert .point-entry-alert-data-shop-category {
	font-size: 10px;
	font-weight: normal;
}
#point-entry-alert .point-entry-alert-data-shop a {
	color: #3366ff;
}
#point-entry-alert .point-entry-alert-data-mypage {
	float: left;
}
#point-entry-alert .point-entry-alert-data-mypage a {
	display: block;
	width: 190px;
	padding: 5px 0;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #ff9900;
}
#point-entry-alert .point-entry-alert-data-limit {
	float: right;
	padding-top: 10px;
	font-size: 10px;
}
#point-entry-alert .point-entry-alert-data-limit-time {
	font-size: 15px;
	font-weight: bold;
	color: #ff3333;
}
#point-entry-alert .point-entry-alert-image {
	position: absolute;
	right: 15px;
	bottom: 35px;
}