@charset "EUC-JP";
/* closebutton */
#cboxOverlay{
	background: #000;
}
#cboxLoadedContent{
	margin-bottom: 0;
}
#cboxContent{
	background: transparent;
}
.modal_thumb{
	max-width: 100%;
	width: 100%;
}
a.js-modal:focus{
  outline: none;
}
#cboxClose{
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	top: 5px;
	right: 5px;
	bottom: auto;
	background-image: url('/common_v2/images/controls.png');
	opacity: 0;
}
#cboxClose.is-show{
	opacity: 1;
}
