@charset "UTF-8";
/* CSS Document */

/************************

products popup css

date.20181002
************************/

/* POPUP */
#popUp {
	background: #FFFFFF;
}

#popContainer {
	margin: 0 8px;
	width: calc(100% - 16px);
}

#popContents {
	color: #333;
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	position: relative;
}
#popContents .popInner {
	width: calc(100% - 160px);
	margin: auto;
}
@media screen and (max-width: 568px) {
	#popContents .popInner {
		width: calc(100% - 32px);
		margin: auto;
	}
}
#popContents li{
	font-size: 0.875em;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#popContents .bl-logo {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
}

#popContents .popImg {
	width: 100%;
}
#popContents .popImg img {
	width: 100%;
}

#popContents .close {
	text-align: right;
	padding: 0;
	position: absolute;
	right: 0px;
}

#popContents div.popImg,
#popContents h1 {
	font-size: 1.25em;
    line-height: 100%;
    margin-bottom: 1em;
}
#popContents table{
	background-color: #f7f7f7;
	display: block;
	padding: 1em; 
	margin: 1em auto 2em;
	width: 100%;
	box-sizing: border-box;
	color: #666;
}
#popContents table th {
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 0 10px 3px 0;
	white-space: nowrap;
	vertical-align: top;
}

#popContents table td {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 3px;
	vertical-align: top;
}