/*-----------------------*
	modal
/*-----------------------*/
.pj-modal,
.pj-modal__contener {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
}

.pj-modal {
	z-index: 9998;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,255,.5);
	background: url("img/bg_modal.png?20190401");
	cursor: pointer;
	overflow: auto;
	
	*text-align: center;
}

.pj-modal__contener {
	background: transparent url("img/bg_modal_window.png?20190401") no-repeat 0 0;
	color: #333;
	overflow: hidden;
	width: 776px;
	height: 550px;
	transition: none;
	transform-origin: center center;
	cursor: default;
	
	animation-name: animatetop;
	animation-duration: .4s;
	animation-timing-function: animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	
	*position: relative;
	*text-align: left;
}
.animeEaseOutQuint { animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.animeEaseOutCubic { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.animeEaseOutQuart { animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.is-open .pj-modal__contener {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pj-modal__body {
	padding: 18px 18px ;
}
.pj-modal__body a { color: inherit; }

.pj-modal.is-open,
.is-open .pj-modal__contener {
	display: block;
}

.pj-modal__close {
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	display: block;
	background: url("img/btn_close.png?20190401") no-repeat 0 0;
	overflow: hidden;
	text-indent: -999px;
	z-index: 999;
}


/* grid */
.pj-modalGrid {
	overflow: hidden;
	text-align: center;
}
.pj-modalGrid__cell {
	float: left;
	padding: 25px 0;
	height: 462px;
}
.pj-modalGrid__cell--1 {
	width: 100%;
	padding: 20px 0 25px;
	height: auto;
	float: none;
}
.pj-modalGrid__item__wrap{
	overflow: hidden;
	width: 100%;
	margin: auto;
}
.pj-modalGrid__cell--2{
	width: 100%;
	border-top: 1px solid #CCC;
	margin-left: 0;
	position: relative;
	float: none;
	height: auto;
	overflow: hidden;
	background: url(img/line.gif) repeat-y center top;
}
.pj-modalGrid__cell--2 .pj-modalGrid__item--1 {
	padding-bottom: 0;
	float: left;
	width: 50%;
}
.pj-modalGrid__cell--2 .pj-modalGrid__item--2 {
	padding-top: 0;
	border-top: 0;
	float: left;
	width: 50%;
}
.pj-modalGrid__cell--3{
	width: 100%;
	border-top: 1px solid #CCC;
	margin-left: 0;
	position: relative;
	float: none;
	height: auto;
	overflow: hidden;
}
.pj-modalGrid__cell--3 .pj-modalGrid__item--1 {
	padding-bottom: 0;
	float: left;
	width: 50%;
}
.pj-modalGrid__item__box {
	text-align: left;
}
.pj-modalGrid__item__box--1 { margin-top: 30px; }
.pj-modalGrid__item__box--2{
	margin: 20px auto 0;
	text-align: center;
	float: left;
	width: 50%;
}
.pj-modalGrid__item__box:first-child {
	margin-top: 20px;
	float: left;
	text-align: center;
	width: 50%;
}
.pj-modalGrid__item__box:after {
	content: '';
	display: block;
	clear: both;
}
.pj-modalGrid__item__box img.cap {
	float: left;
	margin-right: 15px;
}
.pj-modalGrid__item__box p {
	margin: 15px;
}
.pj-modalGrid__item__box a {
	margin: 0;
}
.pj-modalGrid__item__box--1 a {
	display: block;
	margin: 5px auto 0;
	text-align: center;
}
.pj-modalGrid__item__box--2 a {
	position: relative;
	top: 0;
	display: block;
	margin: 5px auto 0;
	text-align: center;
}

.pj-modalGrid img { vertical-align:top; }
.pj-modalGrid p {
	margin: 15px 20px;
	font-size: 0.8em;
	text-align: left;
}


/* button */
.pj-modal__btn {
	display: block;
	overflow: hidden;
	vertical-align: top;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.pj-modal__btn--install {
	width: 252px;
	height: 49px;
	background: url("img/btn_install.png?20190401") no-repeat 0 0;
}
.pj-modal__btn--login1 {
	width: 225px;
	height: 49px;
	background: url("img/btn_login1.png?20190401") no-repeat 0 0;
}
.pj-modal__btn--login2 {
	width: 252px;
	height: 49px;
	background: url("img/btn_login2.png?20190401") no-repeat 0 0;
}


/* list */
.pj-modal__list {
	text-align: left;
	font-size: 12px;
	margin: 10px auto 0;
	float: left;
	width: 50%;
}
.pj-modalGrid__cell--2 .pj-modal__list {
	margin: 15px 25px 0;
}

.pj-modal__list li {
	background: url("img/ico_arrow_blue.gif") no-repeat 0 0.5em;
	padding-left: 8px;
}
.pj-modal__list a { color: #1a9abe; }
.pj-modal__list a:hover { color: #20bae5; }


/* animation */
.animaToDown {
	top: -300px;
	transform: translateX( 0 ) rotateX( -180deg );
}
.animaToRight {
	left: -250px;
	transform: translateX( 0 ) rotateY( -180deg );
}
.animaToZoomUp {
	bottom: -100px;
	width: 500px;
	height: 0;
}
@keyframes animatetop {
    from { top: -300px; opacity: 0; }
    to { top: 0; opacity: 1; }
}
@keyframes animatetop2 {
    from { top: -300px; opacity: 0; transform: translateX( 0 ) rotateX( -180deg ); }
    to { top: 0; opacity: 1; transform: translateX( 0% ) rotateY( 0 ); }
}
