<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:#000;

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


h4.online {
	background-color:#ff0099;
	-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.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 998px; display: block;	margin:0; padding:0; color:#FFF; font-size:20px; padding:28px 0; background-color:#bb1a1a; line-height:30px; background: url(bg.gif) repeat ;}
.img3 {	width: 998px; height:460px;	display: block;	background: top left url(img3_big.jpg) no-repeat ; margin:0; padding:0;}
.img4 {	width: 998px; height:200px;	display: block;	background: top left url(exp.jpg) no-repeat ; margin-top:30px; padding:0;}

/*
.column1 {
	left:0;
}
.column2 {
	left:165px;
}
.column3 {
	left:331px;
}
.column4 {
	left:497px;
}
.column5 {
	left:663px;
}
.column6 {
	left:829px;
}

.row1 {
	top:0;
}
.row2 {
	top:180px;
}
.row3 {
	top:360px;
}
.row4 {
	top:540px;
}
.row5 {
	top:720px;
}
.row6 {
	top:900px;
}*/

#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: #009bd0; text-decoration:none;}
#addinfo a:hover{color: #009bd0; text-decoration:none;}</pre></body></html>