<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainImage{
	margin-bottom:20px;
	height:100px;
	position:relative;
	overflow:hidden;
}
#mainImage li a{
	height:38px;
	width:280px;
	position:absolute;
	display:block;
	top:52px;
}
#mainImage li a span{
	display:none;
}

#mainImage li.ancSaved a{
	left:10px;
}
#mainImage li.ancUsed a{
	width:248px;
	left:291px;
}
#mainImage li.ancProgram a{
	left:539px;
}

#str_container #str_menuAndContents h2{
	margin-bottom:20px;
}

#str_container #str_menuAndContents h3{
	border:none;
	padding:0 25px;
	margin-bottom:20px;
}

/*
菴ｿ縺�婿
*/

#str_container #str_menuAndContents dl.banners{
	width:930px;
	margin: 0 0 10px 15px;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius: 10px;		/* CSS3闕画｡� */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 10px;	/* Firefox逕ｨ */
	background: -moz-linear-gradient(top, #eee, #fff);縲/* Firefox逕ｨ */  
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));縲/* Safari,Google Chrome逕ｨ */  
}
.banners dt{
	width:238px;
	padding:10px 0 10px 10px;
	float:left;
	clear:both;
}
.banners dd{
	height:60px;
	width:668px;
	padding:10px 10px 10px 0px;
	float:left;
}
.banners dd a{
	font-size:14px;
	font-weight:bold;
}


.saveAndUse{
	margin: 0 25px 30px 0;
	padding: 20px 0;
	background:url(/point/useful/images/img_use.gif) right bottom no-repeat;
}
.saveAndUse p{
	padding: 0 25px;
}

/*
菴ｿ縺�婿
*/
.usedPoint{
	width:930px;
	margin:0 0 10px 15px;
	overflow:hidden;
}
.usedPoint dl{
	width:432px;
	margin: 0 10px -500px 0;
	padding: 10px 9px 500px;
	float:left;
	display:block;
	background:#f1f1f1;
}
.usedPoint dl dt{
	margin-bottom:5px;
}
.usedPoint dl dd{
	padding:0 0 10px;
}
.usedPoint dl dd img{
	border:1px solid #ccc;
}

.step04{
	width:890px;
	padding:10px;
	margin: 0 15px 30px;
	border:1px solid #ccc;
	overflow:hidden;
	
	border-radius: 10px;		/* CSS3闕画｡� */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 10px;	/* Firefox逕ｨ */
	background: -moz-linear-gradient(top, #eee, #fff);縲/* Firefox逕ｨ */  
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));縲/* Safari,Google Chrome逕ｨ */  
}
.step04 img.image{
	border:1px solid #ccc;
	float:right;
}
/*
繝昴う繝ｳ繝医�繝ｭ繧ｰ繝ｩ繝�
*/
.txt{
	margin:0 25px;
}

.bggray{
	border:1px solid #ccc;
	border-radius: 10px;        /* CSS3闕画｡� */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome逕ｨ */  
    -moz-border-radius: 10px;   /* Firefox逕ｨ */
	
	background: -moz-linear-gradient(top, #eee, #fff);縲/* Firefox逕ｨ */  
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));縲/* Safari,Google Chrome逕ｨ */  
}
.bggray.what{
	margin:20px 25px 50px;
	padding:10px; 
	text-align:center;
}



/****
 * 繝昴う繝ｳ繝郁ｩｳ邏ｰ縺ｫ縺､縺�※豕ｨ驥�
 *
 */
.paragraph {
    padding: 0 25px;
}
.remark{
  color: #f00;
  vertical-align: middle;
}
.noticePop-wrapper{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.noticePop-wrapper&gt;.noticePop {
    display: none;
}
.noticePop-wrapper:hover&gt;.noticePop {
    display: block;
}
.noticePop{
  font-size: 10px;
  position: absolute;
  z-index: 1;
  width:100%;
  padding: 0;
  height: auto;
  background-color: transparent;
}
/* noticePop-content */
.noticePop .noticePop-content {
  position: absolute;
  left: 50%;-webkit-transform: translate(-50%,0);transform: translate(-50%,0);
  width: 420px;
  background-color: #fff;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;

  font-size: 12px;
  padding: 20px;
  line-height: 2.0em;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.noticePop-content .ttl{
  font-weight: bold;
}

/* noticePop-arrow */
.noticePop .noticePop-arrow,
.noticePop .noticePop-arrow::after {
  font-size: 10px!important;
  position: absolute;
  display: block;
  width: 0;
  height: 0!important;
  padding: 0!important;
  background-color: transparent!important;

  border-color: transparent;
  border-style: solid;
}
.noticePop .noticePop-arrow {
  border-width: 1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.noticePop .noticePop-arrow::after {
  content: "";
  border-width: 1em;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
}

/*case top*/
.noticePop {
  bottom: 100%;
  /*margin-bottom: 8px;*/
  margin-bottom: .8em;
}
.noticePop .noticePop-content {
  bottom: 100%;
}
.noticePop .noticePop-arrow,
.noticePop .noticePop-arrow::after {
  border-bottom-width:0;
}
.noticePop .noticePop-arrow {
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1.0em;
}
.noticePop .noticePop-arrow::after {
    bottom: .1em;
    border-top-color: #fff;
}
</pre></body></html>