@charset "utf-8";
/* CSS Document */

#bulletin{
}
#bulletin img {
  border: none
}
#pop {
  background: #fff;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
#popHead {
  background: #f6f0f3;
  padding: 0 0 0 10px;
}
#popHead h2 {
  font-size: 20px;
  color: #666;
  line-height:1.5;
  margin: 0;
  padding: 5px
}
#popHead #popClose {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
	display: inline-block
}
#popHead a#popClose:hover {
  color: #5499af;
  cursor: pointer;
}

@media only screen and (max-width:568px) {
  #bulletin img{
    width: 350px;
    height: auto;
  }
}