@charset "utf-8";
/*
----------------------------------------------------------------
	This style for popupwindow.
----------------------------------------------------------------
*/
.pWindow , .pWindow table{
	margin-top: 20px;	
}
	.pWindow table td {
		margin: 0;
		padding: 0;
	}

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

	.pWindow .titleBar {
		font-weight: bold;
		line-height: 26px;
	}
		.pWindow .titleBar .pwBarL {
			background: url(../img/popupwindow/pw_tbar_l.html) left top no-repeat;
			width: 22px;
			height: 26px;
		}
			* html .pWindow .titleBar .pwBarL {
				background: url(../img/popupwindow/forie/pw_tbar_l.html) left top no-repeat;
			}

		.pWindow .titleBar .pwBarCenter {
			background: url(../img/popupwindow/pw_tbar_c.html) left top repeat-x;
			cursor: move;
			height: 26px;
		}
			* html .pWindow .titleBar .pwBarCenter {
				background: url(../img/popupwindow/forie/pw_tbar_c.html) left top repeat-x;
			}

		.pWindow .titleBar .pwBarR {
			background: url(../img/popupwindow/pw_tbar_r.html) left top no-repeat;
			width: 21px;
			height: 26px;
		}
			* html .pWindow .titleBar .pwBarR {
				background: url(../img/popupwindow/forie/pw_tbar_r.html) left top no-repeat;
			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
		background: url(../img/popupwindow/pw_body_l.html) left top repeat-y;
		width: 22px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsL {
			background: url(../img/popupwindow/forie/pw_body_l.html) left top repeat-y;
		}
	
	.pWindow .contentsBox .contentsBody {
    background-color: #FFFFFF;
    overflow: auto;
    padding: 0;
    vertical-align: top;
}
		.pWindow .contentsBox .contentsBody div.information {
			background: url(../img/popupwindow/ico_information.html) left top no-repeat;
			padding-left: 50px;
			min-height: 26px;
			height: auto !important;
			height: 26px;		/* 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 {
		background: url(../img/popupwindow/pw_body_r.html) left top repeat-y;
		width: 21px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsR {
			background: url(../img/popupwindow/forie/pw_body_r.html) left top repeat-y;
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
		background: url(../img/popupwindow/pw_foot_l.html) left top no-repeat;
		width: 22px;
		height: 23px;
	}
		* html .pWindow .contentsFooter .cfL {
			background: url(../img/popupwindow/forie/pw_foot_l.html) left top no-repeat;
		}
	
	.pWindow .contentsFooter .cfC {
	background: url(../img/popupwindow/pw_foot_c.html) left top repeat-x;
	margin: 0;
	}
		* html .pWindow .contentsFooter .cfC {
			background: url(../img/popupwindow/forie/pw_foot_c.html) left top repeat-x;
		}
	
	.pWindow .contentsFooter .cfR {
		background: url(../img/popupwindow/pw_foot_r.html) left top repeat-y;
		width: 21px;
		height: 23px;
	}
		* html .pWindow .contentsFooter .cfR {
			background: url(../img/popupwindow/forie/pw_foot_r.html) left top repeat-y;
		}
		
		.pWindow .contentsFooter .cfR.resizable {
			background: url(../img/popupwindow/pw_foot_r_resize.html) left top no-repeat;
			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
				background: url(../img/popupwindow/forie/pw_foot_r_resize.html) left top no-repeat;
			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	outline: 0;
	position: absolute;
	right:-5px;
	top: 15px;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-image: url(../img/popupwindow/btn_close.html);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
}



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