<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: none;
	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:100%;
	overflow: visible;
	padding-left: 4px;
	float:left;
	margin-right:5px;
}

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


.promo-thumb-link h4 {
	width: 238px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	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: 238px;
    height: 243px;
    margin-right: 8px;
    margin-bottom: 52px;
    /*-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: 15px;
	color:#009bd2;
}
.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-likecount {
	margin-left: 38%;
}
.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: 256px;
	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.png) no-repeat ; margin:0; padding:0;}
.img2 {	width: 998px; height:95px; display: block; background-color:#f38cac; margin:0; color:#fff; font-size:20px; padding:20px 0; line-height:30px;}
.img3 {	width: 293px; display: block; margin:0; padding:0; color:#644515; font-size:16px; padding:18px 13px; line-height:24px; text-align:left; background-color:#fedcbc; border:1px solid #fd9b3f;}

#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;}

.tw_button {
	display: inline-block;
	width: 430px;
	height: 50px;
	text-align: center;
	font-size:21px;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background: -moz-linear-gradient(top,#3691d2 0%,#5faddf);
  background: -webkit-gradient(linear, left top, left bottom, from(#3691d2), to(#5faddf));
	background-color: #3691d2;
	color: #fff !important;
}
.tw_button:hover {
	background-color: #5faddf;
	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;
}

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

.attendBtnOuter {text-align:left;}
a.attendBtn {margin:0;display:block;	text-indent:-9999px;width:207px;height:55px; background:top left url(attendBtn.png) no-repeat ;}
a.attendBtn:hover {background-position: 0 -55px;}
</pre></body></html>