
#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a {
	position: relative;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a:before {
	position: absolute;
	top: 0;
	display: inline-block;
	content: '';
	background-image: url(/etc/designs/disney/libs/common/image/sprite.png);
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .modalContents > *:last-child {
	margin-bottom: 0;
}

.cmpModalRecMovie {
	width: 100%;
	height: 100%;
}

.cmpModalRecMovie > .inner {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}

.cmpModalRecMovie > .inner > .btnClose {
	display: none;
}

.cmpModalRecMovie .hdgBa {
	margin-bottom: 25px;
}

#myStatus.isShowModal .cmpModalRecMovie {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 20px 80px;
	background: url(/etc/designs/disney/libs/common/image/modal-bg.png) repeat center center;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner {
	width: 100%;
	max-width: 800px;
	margin-top: 0;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose {
	position: absolute;
	top: 0;
	right: -60px;
	display: inline-block;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #0093d0;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a:before {
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	margin-left: -7.5px;
	background-position: -593px -66px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a > span {
	position: relative;
	z-index: -1;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .modalContents {
	min-height: 392px;
	padding: 40px;
}

@media only screen and (max-width: 800px) {
#myStatus.isShowModal .cmpModalRecMovie {
	padding: 20px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner {
	min-height: 0;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose {
	top: -40px;
	right: 0;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a {
	width: 40px;
	height: 40px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .btnClose > a:before {
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-position: -474px -53px;
	-webkit-background-size: 492px 474px;
	background-size: 492px 474px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .modalContents {
	padding: 30px;
}
}
@media only screen and (max-width: 480px) {
#myStatus.isShowModal .cmpModalRecMovie {
	padding: 10px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner > .modalContents {
	min-height: inherit;
	padding: 20px;
}

#myStatus.isShowModal .cmpModalRecMovie > .inner .hdgBa {
	font-size: 18px;
	font-size: 1.8rem;
}
}