/* CSS Document */

/*---------基本設定---------*/

* {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    font-size: 100%;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

img{border:none;}
a{ outline:none; color:1e00ff; text-decoration:none;}
a:hover{ outline:none;color:1e00ff; text-decoration:underline;}
a:focus { outline:none;color:1e00ff;}


body {
	background: url(../../../../img/common/bg/christmas2.jpg) #000 repeat-x center top fixed;
	/*background-color:#000;*/
	color:#555;
}


#button{
	margin:20px 10px 0;
	padding-bottom:30px;
}

.btn_free a {
	float:left;
	text-align: center;
	margin: 0 0 50px 30px;
	width: 440px;
	height: 89px;
	display: block;
	background: top center url(../../../img/05.gif) no-repeat scroll;
	text-indent: -9999px;
}

.btn_free a:hover {
	background-position: center -89px;
}

.btn_member a {
	float:right;
	text-align:center;
	margin: 0 30px 50px 0;
	width: 440px;
	height: 89px;
	display: block;
	text-indent: -9999px;
	background: top center url(../../../img/06.gif) no-repeat scroll;
}

.btn_member a:hover {
	background-position: center -89px;
}







#gl_mainContentsOuter {
	float: none;
	width: 1000px;
	margin: 0 auto;
	background-image: none;/*canceling for css3 browser, as css3 alloes double BG*/
	background-color: #FFF;
}

#gl_main {
	
}

#gl_mainOuter {

}

#gl_contentsOuter {

}


.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(../../img/main/2012_Santacos.jpg) no-repeat  ; margin:0; padding:0;}
.img2 {	width: 998px; display: block; background-color:#ff0000; margin:0; padding:0; color:#fff; font-size:20px; padding:28px 0; line-height:30px;}


.eventBtnOuter {text-align:left;}
a.eventBtn {margin:0;display:block;	text-indent:-9999px;width:445px;height:97px; background:top left url(//www.dxlive.com/promo/2016/040416_20off/eventBtn.png) no-repeat ;}
a.eventBtn:hover {background-position: 0 -97px;}

#addinfo{clear:both;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;}


