/* divで外枠の幅、高さ、位置、表示順位（Z-INDEX）を規定しておく*/
/* ページの横幅は1100pxまで。*/

#leftban_div {
	width: 150px;
	height: 765px;
	position: fixed;
	left: 0px;
	top: 130px;
	z-index: 10000;
}

#leftban_inframe {
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width: 1250px){
#leftban_div {display:none}
}

