<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*body {
	background-color: #000;
	font-family: ＭＳ Ｐゴシック, MS UI Gothic, sans-serif, Osaka‐等幅, arial;
	color: #000000;
}
body a img {
	border: none;
	margin:0;
}*/
/* 
 * /promo/FREE/newfreejoin/index.html 
 * start:special bg compensation for 1004 one column layout
 */

/*各ページ共通*/
body {
	
}

#gl_globalSubNav_outer {
	background-image: url(/promo/FREE/newfreejoin/gl_mainBg_freejoinpageCompensation.gif);
	background-repeat: repeat-y;
	background-position: 100% center;
}

#gl_mainContentsOuter {
	float: none;
	width: 1004px;
	margin: 0 auto;
	background-image: none;/*canceling for css3 browser*/
	background-color: #fff;
	background-image: url(/promo/FREE/newfreejoin/gl_mainBg_freejoinpageCompensationB.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#gl_main {
	
}

#gl_mainOuter {

}
#gl_contentsOuter {

}

#gl_globalSubNav_outer {
	width: 999px;
	margin-left: 5px;
	display: block;
	height: 49px;
	background-color: rgb(229,229,229);
	margin-bottom: 12px;
}

#gl_globalSubNav {
	width: 798px;
	padding-left: 30px;
	display: block;
	height: 49px;
	text-align: left;
	letter-spacing: -.40em;
	margin-left: -10px;
}

.promo-contents-top {
	width: 998px;
	padding:4px 3px; 
	background-color: #333;
	position: relative;

}
h2.promo-contents-cover {
	width: 998px;
	height: 425px;
	background: 0 0 url(bg1.jpg) no-repeat;
	text-indent: -9999px;
}
.promo-contents-imageGirl {
	position: absolute;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	display: inline-block;
	padding: 4px 8px;
	bottom:8px;
	left: 12px;
}


.promo-contents {
	width: 988px;
	margin: 0 auto;
	padding-top:24px;

}


.promo-contents-upper {
	margin-bottom: 36px;
}

.promo-subTitle {
	width: 500px;
	height: 115px;
	float: left;
	text-indent: -9999px;
	background:0 0 url(header.gif) no-repeat;
}

.promo-description {
	padding: 8px 0 0 16px;
	float: left;
	width: 472px;
	text-align: left;
	line-height: 160%;
	font-size: 14px;
}

.promo-thumbsHolder {
	/*min-height: 1200px;*/
	margin-bottom: 36px;
	position: relative;
	width: 988px;
	overflow: visible;
	padding-left: 4px;
}

.promo-contents-bottom {
	width: 960px;
	margin: 0 auto 36px auto;
	text-align: left;
}


.promo-thumb-link h4 {
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

h4.offline {
	background-color:#66cc66;

	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=0.8);
    opacity: 0.8;*/
}


h4.online {
	background-color:#ff6699;
	-webkit-animation-name: onlineBlink;
	        animation-name: onlineBlink;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes onlineBlink {
    0%   {background-color: #ff6699;}
    50%  {background-color: #c223df;}
    100% {background-color: #ff6699;}
}

@keyframes onlineBlink {
    0%   {background-color: #ff6699;}
    50%  {background-color: #c223df;}
    100% {background-color: #ff6699;}
}



.promo-thumb {
	/*position: absolute;

	z-index: 1;*/
	float: left;
    width: 160px;
    height: 170px;
    margin-right: 4px;
    margin-bottom: 24px;
    /*-webkit-transform: translateZ(0);
    -moz-transition: top 1s linear, left 1s linear;
    -o-transition: top 1s linear, left 0.5s linear;
    -webkit-transition: top 1s linear, left 1s linear;
    transition: top 1s linear, left 1s linear;*/
}
.promo-thumb-inner {
	position: relative;
}
.promo-thumb-pfname {
	line-height: 160%;
	font-size: 14px;
}
.promo-thumb-link {
	/*-webkit-transform: translateZ(0);*/

    /*-moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear*/
}
.promo-thumb-link:hover {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
    filter: alpha(opacity=75);
    opacity: 0.75
}

.promo-balloon {
	-webkit-transform: translateZ(0);
	-moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;

	position: absolute;
	bottom: 164px;
	left:50%;
	margin-left: -100px;


	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;

    z-index: 999;

}
.promo-balloon-inner {
	
	position: relative;

	display: inline-block;

	background-color: #fcffe2;

	min-width: 150px;
	max-width: 170px;

	padding: 12px;
	text-align: left;
	line-height: 150%;
	font-size: 14px;

	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}

.promo-balloon-tail {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 8px 0 8px;
	border-color: #fcffe2 transparent transparent transparent;
	position: absolute;
	bottom:-8px;
	left: 80%;

}

.img1 {	width: 998px; height:425px;	display: block;	background: top left url(img1.gif) no-repeat ; margin:0; padding:0;}
.img2 {	width: 998px; height:101px;	display: block;	background: top left url(img2.gif) no-repeat ; margin:0; padding:0;}
.step1 { background-color:#ccd6dd; float:left; width: 47%; margin-right: 2px; margin-left: 7px; padding:25px; background-image:url(step1.gif); background-repeat:no-repeat; background-position:15pt 15pt;}
.step2 { background-color:#ccd6dd; float:left; width: 41%; padding:25px; background-image:url(step2.gif); background-repeat:no-repeat; background-position:15pt 15pt;}
.steptext { margin-left:130px; text-align:left; font-size:18px; line-height:26px;}

.twbtn { margin: 30px 0 30px 130px;
	}

.tw_button {
	display: inline-block;
	width: 270px;
	height: 50px;
	text-align: center;
	font-size:21px;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background: -moz-linear-gradient(top,#ff0099 0%,#ff5abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0099), to(#ff5abd));
	background-color: #ff0099;
	color: #fff !important;
}
.tw_button:hover {
	background-color: #ff5abd;
	text-decoration:underline;
}
.tw_button::before,
.tw_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tw_button,
.tw_button::before,
.tw_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

ul.exp {
	text-align:left;
	margin-top:30px;
}

ul.exp li.left {
	width:559px;
	float:left;
}

ul.exp li.left a{
	color:#55acee;
}

ul.exp li.left a:hover{
	color:#009bd0;
}

ul.exp li.right {
	width:325px;
	float:left;
}

ul.exp li {
    margin: 30px;
}

ul.exp h3 {
    font-size: 18px;
	font-weight:bold;
	margin: 30px 0 15px 0;
	color:#363636;
}

ul.exp p {
    font-size:18px;
	line-height:26px;
	color:#363636;
}

ul.exp li.left h3 span {
    color: #ff0099;
    margin-right: 3px;
}

#addinfo{color: #7d7d7d; font-size:14px;text-align:left;line-height:130%; margin-left:30px; padding-bottom: 36px;}
#addinfo span{ color: #7d7d7d; font-weight:bold;}
#addinfo a{color: #55acee; text-decoration:none;}
#addinfo a:hover{color: #009bd0; text-decoration:none;}</pre></body></html>