@charset "UTF-8";
/*=====================================================
 * ポップアップ用CSS
 *====================================================*/
.popupBtn, .popupCloseBtn, .nextForcePopupBtn {
  cursor: pointer;
  -webkit-tapHighlight-color: transparent;
}
.coverPopupBaseEx {
	background: rgba( 0, 0, 0, 0.5 );
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 800;
}
.coverPopUp {
	background: rgba( 0, 0, 0, 0.5 );
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	min-width:320px;
}
.popupFrame {
	color: #2e2e2e;
	display: none;
	position: absolute;
	left: 0;
}
.popupFrame .popupFrameBgWrap {
	position: absolute;
	top: 42px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-bottom: 86px;
}
.popupFrame .popupFrameBg {
	width: 100%;
	height: 100%;
	background-image: url( "https://mirror.en.res.voltage-games.com/img_large/layout/popup_bg_2.png?cacheVersion=2565" );
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-size: 310px 10px;
}
.popupFrame .subTitleBar1,
.popupFrame .subTitleBar2,
.popupFrame .subTitleBar1 {
	background-position: 50% 50%;
	width: 100%;
}
.popupFrame .frameWrap {
	position: relative;
	background-image: url( "https://mirror.en.res.voltage-games.com/img_large/layout/popup_top_2.png?cacheVersion=2565" ), url( "https://mirror.en.res.voltage-games.com/img_large/layout/popup_bottom_2.png?cacheVersion=2565" );
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 310px;
	box-sizing: border-box;
	padding-top: 32px;
	padding-bottom: 40px;
}
.popupFrame .frameWrapInner {
}
.popupFrame .frameWrapBody {
	box-sizing: border-box;
	margin: -1px 0;
	padding: 12px 25px 8px 25px;
}
.popupFrame .frameWrapBody.isTitle {
  padding: 0 25px 8px 25px;
}
.popupFrame.frameBackground .popupFrameBg,
.popupFrame.frameBackground .frameWrap,
.popupFrame.frameBackground .frameWrapInner,
.popupFrame.frameBackground .frameWrapBody {
	background: none !important;
	padding: 0;
}
.popupFrame .frameWrapBody .popupCloseBtn.closeBtnPosition,
.popupFrame .frameWrapBody .popupCloseBtn.closeBtnPositionForce {
	background: url( "https://mirror.en.res.voltage-games.com/img_large/layout/close.png?cacheVersion=2565" ) no-repeat 80% 50%;
	background-size: 32px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -11px;
	width: 44px;
	height: 44px;
	-webkit-transform: translate3d( 0, 0, 0 );
	-moz-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
}
.popupFrame .frameWrapBody .popupHead {
	text-align: center;
}
.popupFrame .frameWrapBody .popupHead.title {
	color: #2e2e2e;
	font-size: 16px;
	font-family:  "Open sans", Verdana, Roboto, "Droid Sans", sans-serif;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 4px;
	word-break: keep-all;
	word-wrap: normal;
}
.popupFrame .frameWrapBody .popupHead img {
	margin-top: -10px;
	max-width: 235px;
}
.popupFrame .frameWrapBody .popupHead.title img {
	margin-top: 0;
	max-width: 100%;
}
.popupFrame .frameWrapBody .popupBody {
	position: relative;
	font-size: 14px;
	word-break: keep-all;
	word-wrap: normal;
	overflow-x: visible;
}
.popupFrame .frameWrapBody .popupBody img {
	max-width: 100%;
}
.popupFrame .frameWrapBody .popupBody.scrollPopup {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.popupFrame .frameWrapBody .popupBody .box_navi,
.popupFrame .frameWrapBody .popupBody .box_navi_2,
.popupFrame .frameWrapBody .popupBody .naviCommon {
	max-width: 100%;
}

.popupFrame .frameWrapBody .popupBody .lineWrap img.lineImage {
	max-width: 88%;
}

/* 個別設定 */
.popupFrame .itemInfoArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 20px;
  padding: 10px 0 0;
}
.popupFrame .itemInfoArea .itemInfoImg {
  width: 80px;
}
.popupFrame .itemInfoArea .itemInfoCaption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 175px;
  margin-left: 10px;
}
.popupFrame .itemInfoArea .itemInfoCaption #stockThrowConfirmName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.popupFrame .copyText {
  margin: 15px;
  text-align: center;
}
.popupFrame .popupBtnArea {
  text-align: center;
  padding-bottom: 20px;
}
.popupFrame #stockThrowResult {
  padding: 15px 0;
  text-align: center;
  line-height: 28px;
}
.popupFrame #avatarThrow {
  padding-top: 31px;
  text-align: center;
}
.popupFrame #avatarThrow .avatarThrowImage {
  margin-bottom: 15px;
}
.popupFrame #avatarThrow .avatarThrowText {
  margin-bottom: 21px;
  line-height: 27px;
}

/* ajaxローディング */
.popupFrame .ajax_load_contents {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #2e2e2e;
}
