﻿@charset "utf-8";
html {-webkit-text-size-adjust:none}
/*jquaryにて使用するCSS（知識のある人以外は変更しないで下さい）
------------------------------------------------------------------*/

#overlay {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	z-index: 1;
	background: url(../images/bk_zoom.png) repeat;
}
#overlayimage {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 100%;
	width: 100%;
	float: none;
	background: no-repeat fixed center 110px;
	text-align: center;
	display:none;
	position: fixed;
	overflow:auto;

}
#close {
	position: fixed;
	padding: 0px;
	margin: 0px;
	height: 33px;
	width: 100%;
	background: url(../images/bk_cursol.png) no-repeat center bottom;
	bottom: 60px;
	clear: both;

}
#overlayimage img {
	margin: 120px 0px 0px;
	clear: both;
	float: none;
	background: no-repeat fixed center 120px;
	text-align: center;
	border: 10px solid #FFFFFF;
	overflow:scroll;

}
