
/*
----------------------------------------------------------------
	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 {
		font-weight: bold;
		line-height: 31px;
	}
		.pWindow .titleBar .pwBarL {
			width: 8px;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarL {

			}

		.pWindow .titleBar .pwBarCenter {
			background:#fff;
			cursor: move;
			border-top:1px solid #ccc;
			border-right:1px solid #ccc;
			border-left:1px solid #ccc;
		}
			* html .pWindow .titleBar .pwBarCenter {
				background:#fff;
			}

		.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 .contentsBox .contentsBody {
			background:#fff;
		overflow-y: hidden;

		vertical-align: top;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
		.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 {
			background: url(/gakuen/90th/bunkyo_history/images/popup/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 {
		background: url(/gakuen/90th/bunkyo_history/images/popup/pw_body_r.png) left top repeat-y;
		width: 18px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsR {
			background: url(/gakuen/90th/bunkyo_history/images/popup/forie/pw_body_r.png) left top repeat-y;
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
		background: url(/gakuen/90th/bunkyo_history/images/popup/pw_foot_l.png) left top no-repeat;
		width: 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfL {
			background: url(/gakuen/90th/bunkyo_history/images/popup/forie/pw_foot_l.png) left top no-repeat;
		}
	
	.pWindow .contentsFooter .cfC {
		background: url(/gakuen/90th/bunkyo_history/images/popup/pw_foot_c.png) left top repeat-x;
		margin: 0 9px 0 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfC {
			background: url(/gakuen/90th/bunkyo_history/images/popup/forie/pw_foot_c.png) left top repeat-x;
		}
	
	.pWindow .contentsFooter .cfR {
		background: url(/gakuen/90th/bunkyo_history/images/popup/pw_foot_r.png) left top repeat-y;
		width: 18px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfR {
			background: url(/gakuen/90th/bunkyo_history/images/popup/forie/pw_foot_r.png) left top repeat-y;
		}
		
		.pWindow .contentsFooter .cfR.resizable {
			background: url(/gakuen/90th/bunkyo_history/images/popup/pw_foot_r_resize.png) left top no-repeat;
			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
				background: url(/gakuen/90th/bunkyo_history/images/popup/forie/pw_foot_r_resize.png) left top no-repeat;
			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	display:block;
	background: url(/gakuen/90th/bunkyo_history/images/pclose.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 15px;
	top: 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	z-index:10;
}

.minimumBtn {
	background: url(/gakuen/90th/bunkyo_history/images/popup/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(/gakuen/90th/bunkyo_history/images/popup/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(/gakuen/90th/bunkyo_history/images/popup/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(/gakuen/90th/bunkyo_history/images/popup/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;
}



body
{
	padding:0;
	margin:0;
}
.ytbl
{
	width:100%;
	height:480px;
	margin:10px auto 0;
}
.ytbl td
{
	vertical-align:top;
	text-align:center;
}
.ytbl td
{

	padding:14px;
}
.ytbl td .prevnext
{
	padding-top:250px;
}
.ytbl td .prevnext2
{
	padding-top:177px;
}


.popups h3
{
	text-align:center;
	font-size:35px;
	margin:0;
}
.popups p.lead,
.popups p.img,
.popups p.capture
{
	margin:0;
	text-align:center;
}
.popups p.lead
{
	margin:12px 0 0px;
	font-size:16px;
	line-height:1.6;
}
.popups p.capture
{
	margin:7px 0 0;
	font-size:14px;
}




@media only screen and (max-device-width: 768px){
/*===============================================
●style.css 画面の横幅が769px以下
===============================================*/
.fss
{
	font-size:60%;
}



}