@charset "utf-8";
/*
----------------------------------------------------------------
	This style for popupwindow.
----------------------------------------------------------------
*/
.pWindow , .pWindow table{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
	.pWindow table td {
		margin: 0;
		padding: 0;
	}

	.pWindow .pwContainer {
		border-collapse: collapse;
	}

	.pWindow .titleBar {
		background-color: #0ff;
		border: solid 1px #f00;
		font-weight: bold;
		line-height: 31px;
	}
		.pWindow .titleBar .pwBarL {
			width: 8px;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarL {
			}




		.pWindow .titleBar .pwBarCenter {
			height: 31px;
		}
		
		
		
		
		
			* html .pWindow .titleBar .pwBarCenter {
			}

		.pWindow .titleBar .pwBarR {
			width: 18px;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarR {
			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
		width: 8px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsL {
		}
	
	
	
	.pWindow {
		/*background: url(body.png);*/
		padding-top: 30px;
		background-color: #555;
		border: solid 3px #f00;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		font-size: 130%;
		font-weight: bold;
		color: #fff;
		text-align:center;
	}
	
	.pWindow .contentsBox .contentsBody {
		padding: 10px 5px 5px;
		overflow: auto;
		vertical-align: top;
	}
	/*
	.pWindow .contentsBox.btnArea {
		border-bottom: solid 1px #000;
	}
	*/
		.pWindow .contentsBox .contentsBody div.information {
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.warning {
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.caution {
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
	
		.pWindow .contentsBox .contentsBody.contentsMain {	/* for Opera and IE hack */
			height: 100%;
		}
		
		.pWindow .contentsBox .contentsBody iframe {
			width: 100%;
			height: 100%;
		}
		
		.pWindow .contentsBox.btnArea td {
			overflow: hidden;
			padding: 0 !important;
			vertical-align: bottom;
			height: 35px;
		}
	
	.pWindow .contentsBox .contentsR {
		width: 18px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsR {
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
		width: 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfL {
		}
	
	.pWindow .contentsFooter .cfC {
		margin: 0 9px 0 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfC {
		}
	
	.pWindow .contentsFooter .cfR {
		width: 18px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfR {
		}
		
		.pWindow .contentsFooter .cfR.resizable {
			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
			}
	
.pwBtn {
	text-align: center;
	padding-top: 40px;
	/*width: 250px;*/
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	outline: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.minimumBtn {
	outline: 0;
	position: absolute;
	right: 57px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.maximumBtn {
	outline: 0;
	position: absolute;
	right: 35px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.pwYes {
	background: url(/img/game/gacha/popup/yes.png) left top no-repeat;
	position: relative;
	display: inline-block;
	/display: inline;
	outline: 0;
	line-height: 25px;
	width: 100px;
	height: 35px;
	/zoom: 1;
}
	.pwYes.confirm {
		margin-right: 5px;
	}
	
	.pwYes:hover {
		background-position: left bottom;
	}

.pwNo {
	background: url(/img/game/gacha/popup/no.png) left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	width: 100px;
	height: 35px;
	/zoom: 1;
}
	.pwNo:hover {
		background-position: left bottom;
	}




/*
------------------------------------------------------
	モーダル表示時の背景の色と透過のスタイル
------------------------------------------------------
*/
#pwCover {
	/*background-color: black;*/
	background-color:rgba(0,0,0,0.7);
}