/* # */
	#w_puw_bg_div  {
		background-color: #000;
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	#w_puw_close_button_div {
		background: url(images/close.png) center no-repeat;
		cursor: pointer;
		position: absolute;
		right: -2px;
		top: -50px;
		z-index: 10;
		width: 80px;
		height: 50px;
	}

	#w_puw_open_div {
		background-color: #fff;
		border-radius: 5px;
		display: none;
		left: 50%;
		transform: translate(-50%,-50%);
		position: fixed;
		top: 50%;
		z-index: 205;
	}

	#w_puw_open_inside_div {
		overflow-y: auto;
		overflow-x: hidden;
	}
/* # */

/* . */
/* . */
