<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:891px;	display: block;	background: top left url(img1.gif) no-repeat ; margin:0; padding:0; color:#fff; font-size:16px; }
.img2 {	width: 968px; height:39px;	display: block;	background: top left url(img2.gif) no-repeat ; margin:0; padding-left:30px; font-size:17px;}
.img2 a{ color:#fff; text-decoration: underline;}
.img2 a:hover{ color:#fdee21; text-decoration: underline;}
.img3 {	width: 998px; height:178px;	display: block;	background: top left url(img3.gif) no-repeat ; margin:0; padding:0; color:#fff; text-align:left;}
.img4 {	width: 998px; height:352px;	display: block; background-color: #555555; margin:0; padding:0; color:#fff; text-align:left;}

.eventBtnOuter {text-align:left;}
a.eventBtn {margin:0;display:block;	text-indent:-9999px;width:479px;height:120px; background:top left url(eventBtn.png) no-repeat ;}
a.eventBtn:hover {background-position: 0 -120px;}

#addinfo{width: 880px; color: #bbbbbb; font-size:16px; text-align:left; line-height:160%; margin:0 0 0 60px; padding-top: 50px;}
#addinfo span{ color: #bbbbbb; font-weight:bold;}
#addinfo a{color: #fff; text-decoration:underline;;}
#addinfo a:hover{color: #fdee21;}

.nl-generic #nl-gl-mainContents {
    min-height: 600px;
}
</pre></body></html>