@charset "UTF-8";

.section_title {
  width: 683px;
  height: 50px;
  background: url(images/ticket_section_title_sprite.png) no-repeat 0 0;
  text-indent: -9999px;
  margin-bottom: 20px;
}
#main .t01 { background-position: 0 0; }
#main .t02 { background-position: 0 -50px; }
.desc {
  font-size: 123%;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section_subtitle {
  border-bottom: 2px solid #134999;
  color: #134999;
  font-size: 135%;
  margin-bottom: 15px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
.card { margin-bottom: 30px; }
.card01 {
  width: 317px;
  float: left;
  margin-right: 13px;
}
.card02 {
  width: 317px;
  float: left;
}
.card01 img,
.card02 img { margin-bottom: 6px; }

.toiawase {
  clear: both;
  border: 2px solid #60b3da;
  border-radius: 10px;
  padding: 14px;
}
.toiawase_title {
  font-size: 123%;
  margin-bottom: 12px;
}
.toiawase_tel {
  float: left;
  width: 305px;
  height: 39px;
  background: url(images/ticket_telfax_sprite.png) no-repeat 0 0;
  margin-right: 43px;
  text-indent: -9999px;
}
.toiawase_fax {
  float: left;
  width: 302px;
  height: 39px;
  background: url(images/ticket_telfax_sprite.png) no-repeat -305px 0;
  text-indent: -9999px;
}

@media only screen and (max-width: 800px) {

  .section_title {
    width: 320px;
    height: 69px;
  }
  #main .t01 { background-position: 0 -100px; }
  #main .t02 { background-position: 0 -169px; }
  .desc { padding: 0 5px; }
  .section_subtitle { text-align: center; }
  .card { margin-bottom: 20px; }
  .card01 {
    float: none;
    margin: 0 auto 10px;
    width: 310px;
  }
  .card02 {
    float: none;
    margin: 0 auto 10px;
    width: 310px;
  }
  .card01 img,
  .card02 img { width: 310px; }

  .toiawase {
    clear: both;
    border: 2px solid #60b3da;
    border-radius: 10px;
    padding: 14px;
    margin: 0 10px 20px;
  }
  .toiawase_title {
    font-size: 123%;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .toiawase_title span {
    display: block;
    font-size: 100%;
  }
  .toiawase_tel {
    background-position: 0 -39px;
    height: 31px;
    width: 269px;
    margin: 0 0 10px;
  }
  .toiawase_fax {
    background-position: 0 -81px;
    height: 32px;
    width: 269px;
  }


}
