@charset "UTF-8";

@import url('sub_contents.css');

.sub_forward, .sub_next{ display: none; }

.inner h2 span{ background-color: transparent; }

.item_viewboxbg{
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.production .item-img{
/*	cursor: pointer;*/
}
.item_viewbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	width: 80%;
	height: 80%;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.item_viewbox_btn{
	cursor: pointer;
	position: absolute !important;
	top: 10px;
	right: 10px;
	font-size: 2rem;
	font-weight: bold;
}
.item_viewbox_content{
	width: 100%;
	height: 100%;
	overflow: auto;
}