@charset "utf-8";

/* page top
-----------------------------------------------*/
.totop{
	position:fixed;
	bottom:0;
	right:20px;
	cursor:pointer;
}
.totop:hover{
	opacity(.8);
}
/* light box
-----------------------------------------------*/
#_lightbox {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1901;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
#_lightbox_bg {
  width: 100%;
  height: 100%;
  z-index: 1901;
  background-color: #000000;
  margin: 0 auto;
  vertical-align: middle;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#_lightbox table._lb-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1902;
  backgroud-color: transparent;
}
#_lightbox table._lb-main{
  z-index: 1903;
}
#_lightbox table td{
  backgroud-color: transparent;
}
#_lightbox .lightbox_img_outer {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1902;
  text-align: center;
  border-radius: 5px;
}
#_lightbox .btn_close {
  margin: 10px auto 0;
  width: 117px;
  height: 39px;
  cursor: pointer;
}
