@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
*/
@import url(reset.css);
#Popup {
  display: none;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 1550px;
  display: table-cell;
  overflow: auto;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', sans-serif; 
  background: url(../images/bg_popup.png) repeat;

}
#Popup .pp_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow-y:hidden; 

}
#Popup .pp_con {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 1055px;
  margin-top:50px;
  padding-top:60px;
  background: url(../images/pop_bg.png) top no-repeat;
}
#Popup .pp_con2 {
  position: relative;
  z-index: 99;
  width: 96%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background: url(../images/end_bg.png) top no-repeat;
}
#Popup .bus_table {
  width:980px;

}
#Popup .img {
  display: block; width: 600px; margin:0 auto; position: relative; padding-top: 50px;
}
#Popup .close {
  position: absolute;
  top: 0px;
  left: auto;
  right: 100px;
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  background: url(../images/btn_close.png) no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.m_b{margin-bottom: 20px;}
