<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*________________________________________________
SAISON CARD
http://www.saisoncard.co.jp/
PopUp Style Sheet [ sj058a.css ]
________________________________________________*/

body#popup {
background-color: #F2F2F2;
margin: 0;
}

/* ===== wrapper ===== */
body#popup div#wrap{
width:515px;
background-color:#ffffff;
padding:0;
}

body#popup div#wrap{overflow: hidden;}

body#popup div#wrap:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html body#popup  div#wrap {
height: 1em;
overflow: visible;
}
/**/

.clearfix:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
height:1px;
}

.clearfix{
display:block;
}
/* End hide from IE-mac */



/* ===== body ===== */
div#popup {
width: 515px;
/*height: 100%;*/
background: url(images/popup_body_bg.gif) repeat-y top left #FFFFFF;
margin: 0;
}


/* ===== header ===== */
div#popuphead {
width:514px;
background:url(../images/ca111b/popup_head_bg.gif) no-repeat bottom left #536DBE;
overflow: hidden;
}

div#popuphead:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#popuphead {
    height: 1em;
    overflow: visible;
}
/**/


div#popuphead h1{
width:199px;
margin: 7px 0 0 0;
float:left;
}

div#popuphead div#headbtn{
width: 315px;
margin: 22px 0 0 0;
float: left;
}

div#popuphead img {
display:block;
}


div#popuphead div#headbtn-close {
clear:left;
height: 51px;
}

html&gt;body div#popuphead div#headbtn-close {
height: 50px;
}

div#popuphead div#headbtn-close ul{
margin:0;
padding:0;
list-style-type:none;
}

div#popuphead div#headbtn-close ul li{
margin:0;
padding:0 5px 0 0;
float: right;
}


/* ===== footer ===== */
div#popupfoot {
width: 514px;
padding: 80px 0 14px 0;
background: none;
}


/* ===== Contents =====*/
div#sj058a {
  width: 485px;
  margin: 15px 15px 0 15px;
}

div#sj058a h5 {
  color: #536dbe;
  font-size: 105%;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-color: #cccccc;
  border-width: 0 0 1px 0;
  border-style: solid;
  clear: both;
}

div#sj058a p.explanation {
  font-size: 100%;
  margin: 0 0 15px 0;
}

</pre></body></html>