@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ポップアップUI
	Popup UI Parts CSS
	ver.2014.08
────────────────────────────────────────
FileName	：mylib.popup.css
Editor		：TRUSTEC
Description	：ポップアップUI（自作ライブラリ）
────────────────────────────────────────
2014/08/01	：開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/*
--------------------------------------------------------------------------------
□ ポップアップ
--------------------------------------------------------------------------------
*/
.boxPopup
{	background : #FFFFFF;
	color : #000000;
	/* width : 76%; */
	margin-left : auto;
	margin-right : auto;
	padding : 5px;
	border : solid 1px rgba(0, 0, 0, 0.5);
	border-radius : 5px;
	z-index : 10000;
	display : none;
	position : fixed;	}





.boxPopup table
{	width : 100%;
	border-collapse : collapse;	}





.boxPopup th, 
.boxPopup td
{	vertical-align : middle;
	padding : 2px 5px;	}





.boxPopup thead th
{	font-size : 80%;
	line-height : 1.2em;
	text-align : right;	}





/*
--------------------------------------------------------------------------------
□ 外部ページ用iframe
--------------------------------------------------------------------------------
*/
#boxPopupIFrame
{	width : 90%;	}





#boxPopupIFrame iframe
{	width : 100%;
	/*
	// 縦幅は各画面で表示時に決定
	height : calc(100% - 50px);
	*/
	margin : auto;
	border : none;
	border-radius : 5px;	}