@charset "UTF-8";
/*--------------------------------------------------------------------*\
   ★ MyTicket pc -second- css
\*--------------------------------------------------------------------*/
.zip {
  vertical-align: middle;
  margin-left: 15px;
}

.btitle {
  width: 980px;
  margin: 20px auto;
}

.second {
  width: 980px;
  margin: 0 auto 60px;
}
.second a {
  color: #0087db;
}
.second h2 {
  font-weight: normal;
}
.second h3 {
  margin-top: 30px;
  font-weight: normal;
}
.second h3 span {
  color: #ffb500;
}
.second h4 {
  margin-top: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.second h5 {
  font-weight: normal;
}
.second p {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.second table {
  width: 980px;
  margin: 30px auto 0;
}
.second th {
  font-weight: normal;
  height: 40px;
  background-color: #f9f9f9;
}
.second th, .second td {
  text-align: left;
  padding: 8px 12px;
  vertical-align: middle;
  border: solid 1px #dedede;
}
.second th span {
  font-size: 12px;
  font-size: 1.2rem;
}

.second .breadcrumb {
  margin-top: 6px;
  margin-bottom: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.firsttext {
  margin-top: 0;
  margin-bottom: 30px;
}

.subtext,
.subtext2 {
  display: block;
  padding-left: 18px;
}

.subtext {
  margin-top: 8px;
}

.lasttext {
  margin-top: 100px !important;
  margin-bottom: 30px;
}
.lasttext span {
  font-size: 12px;
  font-size: 1.2rem;
}

.orange {
  color: #ffb500;
}

.company-table th {
  width: 120px;
}

.termsnav {
  width: 980px;
  margin: 20px auto 50px;
}
.termsnav li {
  float: left;
  width: 33%;
  text-align: center;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-top: 2px solid #999999;
  line-height: 1;
}
.termsnav a {
  display: block;
  padding: 16px 0;
  color: #333333;
}

.termsnav:after {
  display: table;
  clear: both;
  content: "";
  height: 0;
}

.leftnav {
  border-left: 2px solid #999999;
}

.termsnav li#current a {
  color: #303030;
}


/*--------------------------------------------------------------------*\
   New Tab CSS
\*--------------------------------------------------------------------*/
.termsnav2 {
  width: 980px;
  margin: 20px auto 50px;
}
.termsnav2 li {
  float: left;
  width:33%;
  text-align: center;
  background-color: #e6e6e6;
  border: solid #ffffff 1px;
  border-bottom: solid #333333 1px;
  height: 50px;
  display: block;
}
.termsnav2 li#active {
  background-color: #ffffff;
  border: solid #333333 1px;
  border-top: solid #fca305 5px;
  border-bottom: solid #ffffff 1px;
  margin-top:-4px;
}
.termsnav2 li#active :hover{
  background-color: #ffffff;
  cursor: default;
}
.termsnav2 a {
  display: block;
  padding: 25px 0 5px 0;
  height: 20px;
  color: #1a1a1a !important;
  line-height: 0px;
}
.termsnav2 li:hover {
  background-color: #efefef !important;
  border-top: solid #f2b65f 5px;
  margin-top:-4px;
}
.termsnav2 li:hover a {
  color: #1a1a1a !important;
}

.termsnav2:after {
  display: table;
  clear: both;
  content: "";
  height: 0;
}
	
.leftnav2 {
 /* border-left: 2px solid #999999;
*/
}
.termsnav2 li#current a {
  color: #303030;
}




