<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/*  IMPORT
-------------------------------------------------------------------- */

@import url(base.css); 


/*  DEFAULT
-------------------------------------------------------------------- */

body {
    font-family:"メイリオ","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3 / W6","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
    font-size: 12px;
    line-height: 1.6;
	background:url(../../img/bg.gif) no-repeat 0 0;
	-webkit-text-size-adjust: none;
}

p{ color:#333;}


/* link */
a,a:link, a:visited{
	text-decoration:none;
	color:#333;
}

a:hover{
	text-decoration:underline;
}

.clr00{ clear:both;}



/*  LAYOUT
-------------------------------------------------------------------- */

container{
	text-align:center;	
}

article{
	margin: 0 auto;
	text-align:center;
}

/*  HEADER
-------------------------------------------------------------------- */
#header{
	height:41px;
	background:url(../../img/header_line.gif) repeat-x top center;
	padding:0 0 20px 0;
}

#header_wrap {
	height:59px;
	background:url(../../img/header_arrow.gif) no-repeat 0 bottom;
	text-align:center;
	width:320px;
	margin:0 auto;	
}

#header_wrap p{
	text-align:center;
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	padding:10px 0 0 0;
}

#header_wrap p span{
	color:#FF0;
}

h1{
	clear:both;
	width:320px;
	margin:0 auto;

}

#header_wrap h1 a{
	display:block;
	height:125px;
}

#lead{
	margin:-12px 0 0 0;
	height:56px;
	background:url(../../img/dot.gif) repeat-x 0 bottom;		
}


#lead p{
	width:270px;
	height:56px;
	background:url(../../img/i_cloud.gif) no-repeat left 12px;
	padding:10px 0 5px 40px;
	font-size:12px;
	margin:0 auto;		
}

#step{
	padding:0 0 10px 0;	
}

#step p.step_ttl{
	width:270px;
	background:url(../../img/i_light.gif) no-repeat left 12px;
	padding:12px 0 0 36px;
	font-size:22px;
	margin:0 auto;	
	font-weight:bold;
	color:#2f80c3;
}

#step p.step_ttl span{
	color:#ec008c;
}

#step p.step_txt{
	width:320px;
	font-size:12px;
	margin:0 auto;	
	text-align:center;
}


/*  STEP1
-------------------------------------------------------------------- */

.step1{
	clear:both;
	background:url(../../img/line_step.gif) repeat-x top center;
	padding:0 0 20px 0;

}


.step1:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.step1 {display:inline-block;}
.step1 {display:block;}


.step1 h2{
	width:320px;
	color:#FF0;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	padding:14px 0 0 0;
}

.step1 p{
	width:251px;
	margin:0 auto;
	text-align:center;
	padding:1px 15px 10px 0;
}

.step1 ul{
	width:307px;
	margin:0 auto;
}

.install li{
	width:143px;
	float:left;
	padding:0 5px;
}

.install li a{
	width:143px;
	height:41px;
	display:block;
}


/*  STEP2
-------------------------------------------------------------------- */

.step2{
	clear:both;
	background:url(../../img/line_step.gif) repeat-x top center;
	padding:0 0 10px 0;

}


.step2:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.step2 {display:inline-block;}
.step2 {display:block;}


.step2 h2{
	width:320px;
	color:#FF0;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	padding:14px 0 0 0;
}

.step2 p{
	width:320px;
	color:#FF0;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	padding:1px 0 10px 0;
}

.step2 ul{
	width:320px;
	margin:0 auto;
}


/*  starting
-------------------------------------------------------------------- */

.starting{

}

.starting ul li a{
	width:320px;
	margin:0 auto;
	display:block;
}


.s125{
	height:133px;
	background:url(../../img/square.gif) repeat-x center bottom;
	margin:0 0 10px 0;
}

.s125 a{
	text-align:center;
}

.s134{
	height:142px;
	background:url(../../img/square.gif) repeat-x center bottom;
	margin:0 0 10px 0;
}

.s134 a{
	text-align:center;
}

.s141{
	height:149px;
	background:url(../../img/square.gif) repeat-x center bottom;
	margin:0 0 10px 0;
}

.s141 a{
	text-align:center;
}

.step_other{
    position: relative;
	margin:0 0 15px 0;
}

.step_other h3{
	text-align:center;
	padding:5px 0 5px 0;
}

.step_other::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    margin-top: -9px;
    width: 10px;
    height: 10px;
    
}

form{
	text-align:center;
	
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 3px solid #2f80c3;
    border-right: none;
    border-bottom: 3px solid #2f80c3;
    border-left: none;
    width: 100%;
    padding: 20px;
    text-align: center;
	font-size:18px;
	color:#2f80c3;
	margin:0 auto 7px auto;
	background:url(../../img/down.gif) no-repeat right center;
}


input{
	margin:10px 0 0 0;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 70px;
    background-color: #248;
    color: #fff;
    border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

}





.caption{
	padding:0 10px;
	margin:0 0 15px 0;
}





/*campaign  
-------------------------------------------------------------------- */

#campaign{
	width:320px;
	padding:5px 0;
	margin:0 auto;
}

#campaign li{
	padding:0 0 10px 0;

}

#campaign a{
	height:50px;
	display:block;
}


/* FOOTER
---------------------------------------------------- */

footer{
	margin: 0 auto;
	padding:0 0 10px 0;

}

footer p{
	font-size:10px;
	margin:10px 0;
	text-align:center;
}
</pre></body></html>