@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	/*overflow: hidden;*/
}
body.over {
	overflow: hidden;
}
	#sp_view body {
		overflow: visible;
	}

#popup_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: 0.8;
}
#popup_container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	
}
#popup_container .popup_img {
	position: relative;
	width: 912px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	background-color: #fff;
	/*
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
	*/
}
#popup_container .popup_img img.large_img {
	margin: 20px;
}

#popup_container .popup_img .prev_btn {
	cursor: pointer;
	position: absolute;
	/*top: 157px;*/
	left: -116px;
	width: 116px;
	height: 251px;
}
#popup_container .popup_img .next_btn {
	cursor: pointer;
	position: absolute;
	/*top: 157px;*/
	/*right: -116px;*/
	width: 116px;
	height: 251px;
}
#popup_container .popup_img .prev_btn.fixed {
	/*position: fixed;*/
	/*top: 157px;*/
	top: 200px;
	left: 0;
	/*left: auto;*/
	margin-left: -116px;
}
#popup_container .popup_img .next_btn.fixed {
	/*position: fixed;*/
	/*top: 157px;*/
	top: 200px;
	/*left: auto;*/
	/*right: auto;*/
	right: 0;
	margin-right: -116px;
}
#popup_container .popup_img .close_btn {
	cursor: pointer;
	position: absolute;
	top: -80px;
	right: 0;
	width: 116px;
	height: 72px;
}
#popup_container .popup_img .close_btn_bottom {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	bottom: -100px;
	left: 50%;
	right: auto;
	width: 149px;
	height: 59px;
	/*margin: 0 auto;*/
	margin: 0 0 0 -74px;
}
#popup_container .popup_img .popup_txt {
	position: absolute;
	top: 0;
	top: -80px;
	left: -114px;
	left: 0;
	width: 105px;
	height: 74px;
	background:url(../images/item/tag.png) no-repeat left top;
}
#popup_container .popup_img .popup_txt .popup_txt_in {
	padding: 10px 8px;
	font-size: 33px;
	color: #fff;
	text-align: center;
}

/* hover img */
#popup_container .popup_img .prev_btn:hover img,
#popup_container .popup_img .next_btn:hover img,
#popup_container .popup_img .close_btn:hover img,
#popup_container .popup_img .close_btn_bottom:hover img {
	opacity: 0.6;
}


#footer_btn {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1em;
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100%;
	/*background: rgba(255,255,255,0.5);*/
}