/*== common style ==*/
.c-wrap{
	position: fixed;
	z-index: 9000;
	left: 0;
	right: 0;
	/*top: 0;*/
	top: -1110px;
	width: 990px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 110px;
}
.c-wrap__box, .c-wrap__stage, .c-sub__stage{
	width: 990px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9000;
}
.c-wrap__box{
	background: transparent url(../img/bg.png) 0 0 no-repeat;
	/*-webkit-box-shadow: 0px 5px 20px 5px rgba(93, 93, 93, 0.9);
	-moz-box-shadow:    0px 5px 20px 5px rgba(93, 93, 93, 0.9);
	box-shadow:         0px 5px 20px 5px rgba(93, 93, 93, 0.9);*/
}
.c-wrap__stage{
	overflow: hidden
}

.c-sub__stage{
	z-index: 9030
}

.btn-close {
    background: url(../img/fancybox_sprite.png) 0 0 no-repeat;
    width: 36px;
    height: 36px;
    white-space: nowrap;
    text-indent: 1000%;
    overflow: hidden;
    position: absolute;
    top: -16px;
    right: 110px;
    display: block;
    z-index: 9999;
}


.btn--replay{
	background-color: #5c5c5c;
    border: 1px solid #676767;
    cursor: pointer;
    color: #fff;
    width: 60px;
    height: 21px;
    display: block;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 50%;
    line-height: 21px;
    font-size: 12px;
    margin-right: -570px;
}

.btn--replay:hover{
	background-color: #525252;
	color: #fff;
}

