
@charset "shift_jis";

/* ==========================================
OUTLINE
=========================================== */
/* ====================================================== */
/* [fade-box] [alert_bookmark]                            */
/* ====================================================== */
#ov {
	background: #ffffff;
	opacity: 0;
	width: 100%;
	height:100%;
	position: fixed; 
	z-index: 1900;
	left: 0; top:0;
}

#fade-box { 
	padding: 10px;
        font-size: 100%; 
        line-height: 1.5; 
        margin-left: -153px; 
        position: absolute; 
        display: none;
        top: 81px; 
        left: 50%; 
        z-index: 2000; 
        border: 3px solid #ffffff;
        border-radius: 4px;
        background: #eeeeee;
} 
#fade-box div.h_t {
 position:absolute;
 top:5px;
 left:50%;
 width:15px;
}
#fade-box div.h_b {
 position:absolute;
 bottom:10px;
 left:50%;
 margin: 0 0 0 -40px;
}
#fade-box div.h_t a, #fade-box div.h_b a {
 	display:block;
 	background: url(/resources/common/sp/img/contents/top/close.png);
 	-webkit-background-size: 80px auto;
 	background-size: 80px auto;
	width:80px;
	height:20px;
	margin:0;
	text-decoration:none;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
}
/* --------------------------------------------------------------- 
 css sprite
--------------------------------------------------------------- */
#alert_bookmark .al-inr dd .icon_bookmark {
	content: url("/common/sp/ims/openpc/saison/icon/iphonemenu.png");
}
#alert_bookmark .al-inr dd:nth-of-type(3) a {
	content: url("/common/sp/img/saison/register/btn_fade_close.gif");
}

/* --------------------------------------------------------------- 
 layout
--------------------------------------------------------------- */
.jq-app-al {
    display: none;
    position: absolute;
    z-index:99997;
}

#alert_bookmark {
	overflow: hidden;
	width: 95%;
	padding-bottom: 13px;
	text-align: center;
}
#alert_bookmark .al-inr {
	display: inline-block;
	position: relative;
	width: 280px;
	padding: 5px 6px 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255, 133, 64, 0.9);
	color: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#alert_bookmark .al-inr:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -11px;
	border: solid transparent;
	border-width: 11px;
	border-top-color: rgba(255, 133, 64, 0.9);
	content: " ";
}
#alert_bookmark .al-inr dt {
	font-size: 13px;
	font-weight: bold;
	color:#FFFF00;
}
#alert_bookmark .al-inr dd {
	margin: 0 0 0 67px;
	font-size: 12px;
	line-height: 1.6;
}
#alert_bookmark .al-inr dd img {
	position: absolute;
	top: 30px;
	left: 11px;
	width: 58px;
	height: 58px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#alert_bookmark .al-inr dd:nth-of-type(2) {
	margin-top: 0px;
}
#alert_bookmark .al-inr dd .icon_bookmark {
	width: 24px;
	height: 19px;
	margin-right: 3px;
	background-position: -50px -300px;
}
#alert_bookmark .al-inr dd .add_home {
	color: #fff;
	font-weight: bold;
}
#alert_bookmark .al-inr dd:nth-of-type(3) a {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 13px;
	padding: 10px;
	background-position: -40px -240px;
}
#alert_bookmark .al-inr dd:nth-of-type(4) {
	text-align: right;
}
#alert_bookmark .al-inr dd:nth-of-type(4) a {
	display: inline-block;
	margin-bottom: 0;
	padding: 8px 0;
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}
#fade-box, 
#fade-box iframe{ 
        width: 280px; 
        height: 158px; 
} 





