@charset "utf-8";


/* ==========================================
	footer pop up
========================================== */
#footer_pop {
/*  height: 190px;*//*185px;*/
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: fixed;
  width: 0%;
  z-index: 999;
  -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.5);
}

#footer_pop h1 {
  display: none;
}

#footer_pop #footer_box_off {
  position: absolute;
  width: 100%;
  height: 185px;
  cursor: pointer;
}

#footer_pop section #footer_box_off #footer_box_off_btn {
  font-family: Arial, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 700;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: -15px;
  right: 10px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  color: #000;
  z-index: 9999;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

#footer_pop #footer_box_off:hover #footer_box_off_btn {
  background-color: white;
}

#footer_pop #footer_box {
  margin: 0 auto;
  padding: 15px 0 15px;
/*
  width: 1116px;
  max-width: 1900px;
*/
  position: relative;
}

#footer_pop #footer_box #footer_pop_area {
  display: none;
}

#footer_pop #footer_box #footer_pop_area a {
/*
  display: block;
  width: 1116px;
  height: 164px;
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
*/
	display: table;
	margin: 0 auto;
}

#footer_pop #footer_box #footer_pop_area a.img01 {}
#footer_pop #footer_box #footer_pop_area a.img02 {

}
#footer_pop #footer_box #footer_pop_area a img{
	width: 100%;
	max-width: 1116px;
}

#footer_pop #footer_box #footer_box_check label {
  background-color: #ddd;
  color: #555;
  cursor: pointer;
  font-size: 70%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 100;
}

#footer_pop #footer_box .footer_iframe_widget {
  background: none 0 0 rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #999999;
  height: 155px;
  width: 100%;
  overflow: hidden;
}

#footer_pop #footer_box .footer_iframe_widget span {
  height: 155px;
  width: 100%;
}

#footer_pop #footer_show {
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: 10px;
  right: 0px;
  font-family: Arial, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background-color: #07B3E3;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 19px;
  font-size: 1.9rem;
  -webkit-box-shadow: 0 2px 4px rgba(2, 1, 2, 0.25), inset 1px 2px 1px rgba(255, 255, 255, 0.24), inset 0 0 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(2, 1, 2, 0.25), inset 1px 2px 1px rgba(255, 255, 255, 0.24), inset 0 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px rgba(2, 1, 2, 0.25), inset 1px 2px 1px rgba(255, 255, 255, 0.24), inset 0 0 1px rgba(255, 255, 255, 0.15);
  border: solid 1px #151e30;
  border-left: none;
  cursor: pointer;
  text-indent: 0.5em;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  font-size: 26px;
}

html.ie #footer_pop{
  z-index: 9999;
}
.ie8 #footer_pop {
  background-color: #fff;
}
.ie8 #footer_pop section #footer_box_off #fb_box_off_btn {
  background-color: #fff;
}

#TB_overlay{
  z-index: 99999;
}
#TB_window{
  z-index: 99999;
}