@charset "utf-8";

.air_ticket h2 {
  margin-bottom: 20px;
}

.air_ticket h3 {
  padding: 0pt 0pt 4px;
  margin: 10px 0pt;
  background: transparent url(http://image.stworld.jp/img/common/line02.gif) repeat-x scroll center bottom;
}

.air_ticket h3 span {
  display: block;
  height: 23px;
  padding: 2px 0pt 0pt 28px;
  background: transparent url(http://image.stworld.jp/img/common/h3_head.gif) no-repeat scroll 0pt 50%;
  color: #45a306;
  font-size: 16px;
}

.air_ticket .ticket_list {
  margin: 10px 10px 30px 10px;
}

.air_ticket .ticket_list li a {
  display: block;
  padding: 5px 0 5px 10px;
  border: 1px solid #2e6a04;
}

.air_ticket .ticket_list li.even a {
  background-color: #dbffc1;
}

.air_ticket .ticket_list li a:hover {
  background-color: #429805;
  color: #fff;
}

.air_ticket .carrier_list {
  height: 150px;
  text-align: center;
  margin-left: 35px;
}

.air_ticket .carrier_list li {
  float: left;
  padding: 8px;
}

.air_ticket .carrier_list a {
  text-decoration: none;
}

.air_ticket .carrier_list a img {
  border: 4px solid #fff;
}

.air_ticket .carrier_list a:hover img {
  border-color: #45a706;
}

.air_ticket .air_remarks {
  text-align: right;
  color:  #f00;
}

.air_ticket .pdf_link {
  margin-top: 5px;
  text-align: right;
}

.air_ticket  #other_ticket_button {
  padding-bottom: 10px;
  margin-left: 30px;
  text-align: left;
}

.air_ticket  #other_ticket_button a img {
  border: 3px solid #fff;
}

.air_ticket  #other_ticket_button a:hover img {
  border-color: #45a706;
}

#smenu ul#smenu_btn li#smenu_b_ticket a {
    background-position: right 0;
}

