@charset "utf-8";

.popWinBlock {
	margin: 10px 0px;
}

.popWinBlock .item {
	display: inline-block;
	margin: 0px 0px 45px 0px;
	vertical-align: top;
	text-align: center;
/display: inline;
*padding-bottom: 10px;
/zoom: 1;
}

.popWinBlock .item img {
	padding: 1px;
	border: 1px solid #dfdfdf;
}

.popWinBlock .item img.noBorder {
	padding: 2px;
	border: none;
*margin-bottom: 10px;
}

.popWinBlock .leftItem {
	margin-right: 25px;
}

.popWinBlock .magnifyBtn {
	display: inline-block;
	margin: 8px 0 0;
	padding: 0px;
	line-height: 1.5;
	border: 1px solid #737780;
*display: inline;
}
.popWinBlock .magnifyBtn:hover {
	margin: 7px -1px -1px;
	background-color: #f7faff;
	border: 2px solid #003b90;
}

.popWinBlock .magnifyBtn a {
	display: inline-block;
	padding: 7px 26px 7px 12px;
	background: url(img/ico_magnify.png) no-repeat right 12px center;
	min-height: 18px;
	font-size: 94%;
	text-decoration: none;
	color: #45484d;
*display: inline;
background: url(img/ico_magnify.png) no-repeat right center\9;
}

/*
----------------------------------------------------------------
	This style for popupwindow.
----------------------------------------------------------------
*/
.pWindow {
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		border: 1px solid #dadde0;
		box-shadow: 25px 25px 25px 0 rgba(0,0,0,0.2);
		overflow: hidden;
}
	.pWindow table,
	.pWindow table td {
		margin: 0;
		padding: 0;
		border: none;
	}

	.pWindow .pwContainer {
	}

	.pWindow .titleBar {
		background-color: #dadde0;
		font-weight: bold;
		line-height: 31px;
	}
		.pWindow .titleBar .pwBarL {
			width: 2px;
			height: 44px;
			font-size: 0;
		}
			* html .pWindow .titleBar .pwBarL {
				background: url(img/forie/pw_tbar_l.gif) left top no-repeat;
			}

		.pWindow .titleBar .pwBarCenter {
			cursor: move;
			height: 44px;
			font-weight: bold;
			padding: 3px 100px 3px 5px;
			font-size: 150%;
			line-height: 1.2;
		}
			* html .pWindow .titleBar .pwBarCenter {
			}

		.pWindow .titleBar .pwBarR {
			width: 2px;
			height: 44px;
			font-size: 0;
		}
			* html .pWindow .titleBar .pwBarR {
				background: url(img/forie/pw_tbar_r.gif) left top no-repeat;
			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
		width: 2px;
		height: 100%;
		font-size: 0;
	}
		* html .pWindow .contentsBox .contentsL {
		}
	
	.pWindow .contentsBox .contentsBody {
		font-size: 0;
		background-color: #fff;
		overflow: auto;
		vertical-align: top;
	}
		.pWindow .contentsBox .contentsBody div.information {
			background: url(img/ico_information.png) left top no-repeat;
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.warning {
			background: url(img/ico_warning.png) left top no-repeat;
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.caution {
			background: url(img/ico_caution.png) left top no-repeat;
			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: 2px;
		height: 100%;
		font-size: 0;
	}
		* html .pWindow .contentsBox .contentsR {
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
/*		background: url(img/pw_foot_l.png) left top no-repeat;*/
		width: 2px;
		height: 2px;
		font-size: 0;
	}
		* html .pWindow .contentsFooter .cfL {
/*			background: url(img/forie/pw_foot_l.gif) left top no-repeat;*/
		}
	
	.pWindow .contentsFooter .cfC {
/*		background: url(img/pw_foot_c.png) left top repeat-x;*/
		margin: 0 9px 0 8px;
		height: 2px;
	}
		* html .pWindow .contentsFooter .cfC {
/*			background: url(img/forie/pw_foot_c.gif) left top repeat-x;*/
		}
	
	.pWindow .contentsFooter .cfR {
/*		background: url(img/pw_foot_r.png) right top repeat-y;*/
		width: 2px;
		height: 2px;
		font-size: 0;
	}
		* html .pWindow .contentsFooter .cfR {
/*			background: url(img/forie/pw_foot_r.gif) left top repeat-y;*/
		}
		
		.pWindow .contentsFooter .cfR.resizable {
			background: url(img/pw_foot_r_resize.png) left top no-repeat;
			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
				background: url(img/forie/pw_foot_r_resize.gif) left top no-repeat;
			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	background: url(img/btn_close.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 12px;
	top: 11px;
	text-indent: -9999px;
	width: 76px;
	height: 25px;
}

.minimumBtn {
	background: url(img/btn_minimum.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 57px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.maximumBtn {
	background: url(img/btn_maximum.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 35px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.pwYes {
	background: url(img/btn_pw_yes.png) left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	line-height: 25px;
	width: 75px;
	height: 25px;
	/zoom: 1;
}
	.pwYes.confirm {
		margin-right: 3px;
	}
	
	.pwYes:hover {
		background-position: left bottom;
	}

.pwNo {
	background: url(img/btn_pw_no.png) left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	width: 75px;
	height: 25px;
	/zoom: 1;
}
	.pwNo:hover {
		background-position: left bottom;
	}

/*
------------------------------------------------------
	モーダル表示時の背景の色と透過のスタイル
------------------------------------------------------
*/
#pwCover {
	background-color: black;
}