@charset "UTF-8";
/*グレーアウトのスタイル定義*/
#iframeBackground{
	background:#111;
	opacity:0.8;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:1099;
	cursor: pointer;
}
/*ポップアップ部分のスタイル定義*/
#iframeSquare{
	display:block;
	z-index:1100;
	background-color:#fff;
	/*overflow:hidden;*/
	box-shadow: 0 0 6px rgb(0 0 0 / 60%);

}

#iframePopup{
	display:block;
	overflow:hidden;
	border:none;
}
#iframeClose{
	position: absolute;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background: url(images/times-circle-solid.svg) no-repeat 0 0;
	background-size: cover;
	position:absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/*  */
.item_wrapper:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.item {
	width: 150px;
	height: 150px;
	padding: 20px;
	float: left;
}

#inlineBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#ff0000;
	opacity:1.0;
	z-index: 1101;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}

.inlinePopup {
	width: 200px;
	height: 200px;
	position: fixed;
	margin: -200px 0 0 0;
	z-index: 1102;
	text-align: center;
	display: none;
	box-shadow: 0 0 6px rgb(0 0 0 / 60%);
}
#inlineSquare {
	position: relative;
}
#inlineCaption {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
}
.popup_wrapper .close_btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-align: center;
	cursor: pointer;
}
