@charset "euc-jp";
/*
----------------------------------------------------------------
	This style for monthticketwindow.
----------------------------------------------------------------
*/

div#pWindow1{
		background:url(/images/monthlyticket/background.png) 0 0 no-repeat;
	q	background:transparent url(/images/monthlyticket/background.png) no-repeat scroll left top;
		border:5px solid #fff;
		}


.pWindow , .pWindow table{

	q	background-color: #333 !important;

		color: #fff;
		height:150px;
		padding:0px;
		margin:0px;
}
	.pWindow table td {
		padding:0px;
		margin:0px;
	}

	.pWindow .pwContainer {
		x border-collapse: collapse;
		padding:0px;
		margin:0px;
	}

	.pWindow .titleBar {
		font-weight: bold;
		line-height: 10px;
		width: 8px;
		height: 10px;
		padding:0px;
		margin:0px;
	}
		.pWindow .titleBar .pwBarL {
/*			background: url(/images/point/pw_tbar_l.png) left top no-repeat;
*/			
		}
			* html .pWindow .titleBar .pwBarL {
/*				background: url(/images/point/forie/pw_tbar_l.png) left top no-repeat;
*/			}

		.pWindow .titleBar .pwBarCenter {
/*			background: url(/images/point/pw_tbar_c.png) left top repeat-x;
*/			cursor: move;
			height: 31px;
			padding:0px;
			margin:0px;
		}
			* html .pWindow .titleBar .pwBarCenter {
/*				background: url(/images/point/forie/pw_tbar_c.png) left top repeat-x;
*/			}

		.pWindow .titleBar .pwBarR {
/*			background: url(/images/point/pw_tbar_r.png) left top no-repeat;
*/			width: 18px;
			height: 31px;
			padding:0px;
			margin:0px;
		}
			* html .pWindow .titleBar .pwBarR {
/*				background: url(/images/point/forie/pw_tbar_r.png) left top no-repeat;
*/			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
/*		background: url(/images/point/pw_body_l.png) left top repeat-y;
*/		width: 8px;
		height: 100%;
		padding:0px;
		margin:0px;
	}
/*		* html .pWindow .contentsBox .contentsL {
		background: url(/images/point/forie/pw_body_l.png) left top repeat-y;
		}
	
	.pWindow .contentsBox .contentsBody {
	x	background-color: #fff;
	x	padding: 30px 5px 5px;
	x	overflow: auto;
	x	vertical-align: top;
			padding:0px;
			margin:0px;
	}
		
		.pWindow .contentsBox .contentsBody iframe {
			width: 100%;
			height: 100%;
		}
		
		.pWindow .contentsBox.btnArea td {
			overflow: hidden;
			padding: 0 !important;
			vertical-align: bottom;
			height: 35px;
			padding:0px;
			margin:0px;
		}
	
	.pWindow .contentsBox .contentsR {
/*		background: url(/images/point/pw_body_r.png) left top repeat-y;
*/		width: 18px;
		height: 100%;
			padding:0px;
			margin:0px;
	}
		* html .pWindow .contentsBox .contentsR {
/*			background: url(/images/point/forie/pw_body_r.png) left top repeat-y;
*/		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
/*		background: url(/images/point/forie/pw_foot_l.png) left top no-repeat;
*/		width: 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfL {
/*			background: url(/images/point/forie/pw_foot_l.png) left top no-repeat;
*/		}
	
	.pWindow .contentsFooter .cfC {
/*		background: url(/images/point/forie/pw_foot_c.png) left top repeat-x;
*/		margin: 0 9px 0 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfC {
/*			background: url(/images/point/forie/pw_foot_c.png) left top repeat-x;
*/		}
	
	.pWindow .contentsFooter .cfR {
/*		background: url(/images/point/forie/pw_foot_r.png) left top repeat-y;
*/		width: 18px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfR {
/*			background: url(/images/point/forie/pw_foot_r.png) left top repeat-y;
*/		}
		
		.pWindow .contentsFooter .cfR.resizable {
/*			background: url(/images/point/pw_foot_r_resize.png) left top no-repeat;
*/			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
/*				background: url(/images/point/forie/pw_foot_r_resize.png) left top no-repeat;
*/			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	background: url(/images/point/btn_close.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.minimumBtn {
	background: url(/images/point/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(/images/point/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(/images/point/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(/images/point/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: #999999;
}

