@charset "utf-8";

.DPWrapper{
	position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 120;
	font-size:16px;
	line-height:1.5;
}

.dpBox{
	background-color: rgba(0,0,0,0.3);
    display: block;
	top: 8%;
    left: 0;
	right:0;
	margin:auto;
    padding: 7px;
    position: absolute;
    width: 443px;
    z-index: 130;
}
.dpBox img{ }
.dpOuterBox{ background-color: #fff; }
.dpInnerBox{
    margin: 0 auto;
    padding-top: 12px;
    position: relative;
}
.dpInnerBox em.dpBox_ttl{
    position: absolute;
    top:0px;
}

/* 右上closeボタン */
.dpBox .closeBtn{
	position: absolute;
    right: -20px;
    top: -18px;
    width: 9%;

}

/* --------------------------------------
アイコン選択画面
-------------------------------------- */
/* アイコン選択画面のみ、font-sizeをブラウザサイズで可変に */
.dpInnerBox .leadIndex{
	display:block;
	width:365px;
    margin: 0 auto;
	padding: 65px 0 5px 0;
	color: #000;
    font-size: 15px;
    line-height: 2.1;
    text-align: center;
	background:url("/Content/images/dailypresent/bg_lead.gif");
}
.dpInnerBox .icoBox{
	width:376px;
	margin:25px auto 0;
	padding:0 0 11px;
}
.dpInnerBox .icoBox a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.dpInnerBox .icoBox li{
	float: left;
	padding:0 14px 14px 0;
}
.dpInnerBox .icoBox .applyPoint_icoRightBox{
	padding:0 0 14px;
}

/* --------------------------------------
ポイントGET画面
-------------------------------------- */

.winningBox{
	width:405px;
    margin:91px auto 0;
    position: relative;
}

.winningLabel{
	left:2px;
    position: absolute;
    top: -41px;
}

.winningBox h4{
    border: medium none;
    margin: 38px 0 18px;
    padding: 0;
    text-align: center;
	}

.leadWinning,.leadSmiletips{
	color: #000;
    font-size: 15px;
    line-height: 1.5;
}

.leadWinning{
	margin:0 24px;
	padding:0 0 5px;
	background:url("/Content/images/dailypresent/bg_lead.gif");
	line-height:2.1;
	text-align:center;
}

.smiletips{
	background: #fefefc none repeat scroll 0 0;
    border-radius: 7px;
    margin: 20px 10px 0;
    padding: 16px;
}

.winningBox h5{ margin-bottom:10px;}

.closeBtn02{
	margin: 23px 0 0;
	padding:0 0 30px 0;
    text-align: center;}

/* --------------------------------------
応募済み画面
-------------------------------------- */

.leadApplied{
	color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin: 88px 0 20px;
    text-align: center;
}
.leadApplied02{
	color: #000;
    font-size: 15px;
    margin-bottom: 29px;
    text-align: center;
}
