@charset "utf-8";

/* ■ TOP PAGE ■ */

.topPage .contentsWrap {
  background: url(../img/page_bg_first.jpg) no-repeat center top #000;
  height: 100%;
}
.topPage .contentsInner {
  padding: 47px 0 30px 0;
}

.topPage .visualArea .left {
  width: 570px;
  float: left;
}
/*スライダー*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  right: -630px;
  bottom: 31px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  /*text-align: center;*/
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #727172;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 20px;
  background: url(../img/prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/next.png) no-repeat 0 0;
  width: 47px;
  height: 47px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  width: 47px;
  height: 47px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  z-index: 9999;
  right: -3px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.topPage .mainArea {
  margin-top: 20px;
}
.topPage .mainArea .left {
  float: left;
  width: 760px;
}
.topPage .mainArea .left .topTxt h3 {
  color: #000;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
}
.topPage .mainArea .left .topTxt p {
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 15px;
}
.topPage .mainArea .left .topTxt span {
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 15px;
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #000;
  margin-top: 20px;
}
.topPage .mainArea .left li {
  float: left;
  width: 380px;
  background: url(../img/top_bnr01_bg.jpg) top left;
  position: relative;
}
.topPage .mainArea .left li.lefBg img {
  margin-left: 176px;
}
.topPage .mainArea .left li.lefBg .topTxt {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 150px;
}
.topPage .mainArea .left li.rigBg img {
  margin-right: 176px;
}
.topPage .mainArea .left li.rigBg .topTxt {
  position: absolute;
  top: 50px;
  left: 25px;
  width: 150px;
}
.topPage .mainArea .right {
  float: right;
  width: 190px;
}
.topPage .mainArea .right .bubbleInfo {
  position: relative;
}
.topPage .mainArea .right .popup {
  position: absolute;
  display: none;
  background: #fff;
  padding: 15px 20px;
}
.topPage .mainArea .right .popup li a {
  color: #0092ff;
  font-size: 11px;
  display: block;
  padding: 5px 0;
  text-align: center;
}
.topPage .mainArea .right .popup li a:hover {
  text-decoration: none;
}

.topPage .mainArea .left li.tpBnr01 {
  background: url(../img/top_bnr01_bg.jpg) top left;
}
.topPage .mainArea .left li.tpBnr01 a {
  background: url(../img/top_bnr01_off.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr01 a:hover {
  background: url(../img/top_bnr01_on.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}

.topPage .mainArea .left li.tpBnr02 {
  background: url(../img/top_bnr02_bg.jpg) top left;
}
.topPage .mainArea .left li.tpBnr02 a {
  background: url(../img/top_bnr02_off.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr02 a:hover {
  background: url(../img/top_bnr02_on.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}

.topPage .mainArea .left li.tpBnr03 {
  background: url(../img/top_bnr03_bg.jpg) top right;
}
.topPage .mainArea .left li.tpBnr03 a {
  background: url(../img/top_bnr03_off.jpg) no-repeat;
  float: left;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr03 a:hover {
  background: url(../img/top_bnr03_on.jpg) no-repeat;
  float: left;
  width: 204px;
  height: 244px;
}

.topPage .mainArea .left li.tpBnr04 {
  background: url(../img/top_bnr04_bg.jpg) top right;
}
.topPage .mainArea .left li.tpBnr04 a {
  background: url(../img/top_bnr04_off.jpg) no-repeat;
  float: left;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr04 a:hover {
  background: url(../img/top_bnr04_on.jpg) no-repeat;
  float: left;
  width: 204px;
  height: 244px;
}

.topPage .mainArea .left li.tpBnr05 {
  background: url(../img/top_bnr05_bg.jpg) top left;
}
.topPage .mainArea .left li.tpBnr05 a {
  background: url(../img/top_bnr05_off.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr05 a:hover {
  background: url(../img/top_bnr05_on.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}

.topPage .mainArea .left li.tpBnr06 {
  background: url(../img/top_bnr06_bg.jpg) top left;
}
.topPage .mainArea .left li.tpBnr06 a {
  background: url(../img/top_bnr06_off.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}
.topPage .mainArea .left li.tpBnr06 a:hover {
  background: url(../img/top_bnr06_on.jpg) no-repeat;
  float: right;
  width: 204px;
  height: 244px;
}

.topPage .otherArea {
  margin-top: 20px;
}
.topPage .otherArea .left {
  float: left;
  width: 570px;
  background: #323232;
  padding: 30px 0 31px 0;
}
.topPage .otherArea .left h3 {
  margin: 0 24px 0 24px;
}
.topPage .otherArea .left ul {
  background: url(../img/news_bg.jpg) repeat-x bottom left;
  margin: 15px 24px 0 24px;
}
.topPage .otherArea .left li {
  color: #fff;
  background: url(../img/news_bg.jpg) repeat-x top left;
  padding: 6px 0;
  font-size: 11px;
}
.topPage .otherArea .left li img {
  float: left;
  margin: 5px 7px 0 0;
}
.topPage .otherArea .left li .date {
  float: left;
  margin-right: 15px;
}
.topPage .otherArea .left li p {
  display: table;
}
.topPage .otherArea .left li p a {
  color: #fff;
}
.topPage .otherArea .left li p a:hover {
  text-decoration: none;
}

/*　■ SUB PAGE ■ */
.subPage .contentsWrap {
  background: url(../img/page_bg_first.jpg) no-repeat center top #000;
  height: 100%;
}
.subPage .mainArea {
  margin-top: 20px;
  background: url(../img/main_contents_bg.jpg) repeat;
  padding: 50px;
}
.subPage .contentsInner {
  padding: 47px 0 45px 0;
}
.subPage .mainArea .leftMenu {
  float: left;
  width: 190px;
}
.subPage .mainArea .leftMenu ul {
  margin-top: 15px;
  background: url(../img/bel_bg.jpg) repeat-x bottom left;
}
.subPage .mainArea .leftMenu li {
  background: url(../img/bel_bg.jpg) repeat-x top left;
  padding: 12px 0;
  line-height: 1.5;
  font-size: 12px;
}
.subPage .mainArea .leftMenu li a {
  text-decoration: none;
  color: #474747;
  background: url(../img/arrow.png) no-repeat 0 50%;
  padding-left: 13px;
  display: block;
}
.subPage .mainArea .leftMenu li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.subPage .mainArea .leftMenu .fst {
  margin-top: 0px;
}
.subPage .mainArea .right {
  float: right;
  width: 600px;
}

/* WE BELIEVE */
.believe .belBox {
  background: url(../img/bel_bg.jpg) repeat-x top left;
  margin-top: 50px;
  padding-top: 50px;
}
.believe .right .fst {
  background: none;
  padding: 0;
  margin: 0;
}
.believe .belBox p {
  font-size: 12px;
  margin-top: 20px;
}
.believe .belBox .sign {
  margin-top: 30px;
  text-align: right;
}
.believe .belBox .sign img {
  display: inline;
}
.believe .belBox .staff {
  margin-top: 50px;
}
.believe .belBox .apexSer {
  border: solid 1px #fff;
  padding: 25px;
  margin-top: 30px;
  background: url(../img/apex_ser_bg.jpg) repeat;
}
.believe .belBox .apexSer p {
  margin-top: 0;
  font-size: 12px;
  color: #484848;
}
.believe .belBox .apexSer ul {
  margin-top: 20px;
}
.believe .belBox .apexSer li {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0;
}
.believe .belBox .apexSer li.fst {
  margin-top: 0;
}
.believe .belBox .apexSer li a {
  color: #0092ff;
}
.believe .belBox .apexSer li a:hover {
  text-decoration: none;
}
.believe .belBox table {
  width: 100%;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin-top: 30px;
}
.believe .belBox th {
  width: 95px;
  background: url(../img/gaiyou_bg.jpg) repeat;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
}
.believe .belBox td {
  padding: 10px 0 10px 10px;
  font-size: 12px;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
}
.believe .belBox td span {
  margin-top: 8px;
  display: block;
}
.believe .belBox td .fst {
  margin-top: 0;
}
.believe .belBox td li {
  margin-top: 10px;
}
.believe .belBox td li.fst {
  margin-top: 0px;
}
.believe .belBox .mapBox {
  margin-top: 30px;
}
.believe .belBox .mapBox span {
  font-size: 12px;
}
.believe .belBox .mapBox iframe {
  margin-top: 10px;
}
.believe .belBox .mapBox .left {
  float: left;
  width: 285px;
}
.believe .belBox .mapBox .right {
  float: right;
  width: 285px;
}

/* WE SHARE */
.share .contents .side {
  float: left;
  width: 190px;
  font-size: 12px;
}
.share .contents .side dt,
.contents .side dd {
  background: url(../img/side_border.png) no-repeat left bottom;
}
.share .contents .side dt {
  margin-bottom: 13px;
  padding-bottom: 17px;
}
.share .contents .side dd {
  margin-bottom: 13px;
}
.share .contents .side dd p {
  padding: 0 0 12px 18px;
  background: url(../img/arrow.png) no-repeat 1px 12px;
  line-height: 1.2em;
}
.share .contents .side dd p a {
  color: #484848;
  text-decoration: none;
}

.share .contents .main {
  float: left;
  width: 600px;
  margin-left: 60px;
}
.share .contents .main h3 {
  margin-bottom: 34px;
}
.share .contents .main dt {
  font-size: 12px;
  color: #e5741d;
}
.share .contents .main a {
  color: #0092ff;
}
.share .contents .main a:hover {
  text-decoration: none;
}
.share .contents .main .concept,
.contents .main .group1 {
  background: url(../img/main_border.png) no-repeat left bottom;
}
.share .contents .main .concept {
  margin-bottom: 49px;
  padding-bottom: 61px;
}
.share .contents .main .concept dt {
  margin-bottom: 21px;
}
.share .contents .main .concept dd {
  line-height: 1.7em;
  font-size: 11px;
}

.share .contents .main .group1 {
  margin-bottom: 50px;
  padding-bottom: 17px;
}
.share .contents .main .group1 dl {
  margin-bottom: 49px;
  padding-left: 2px;
}
.share .contents .main .group1 dl dt,
.contents .main .group1 dl dd {
  margin-bottom: 18px;
}
.share .contents .main .group1 dl dd {
  line-height: 1.8em;
  font-size: 11px;
}
.share .contents .main .group1 ul {
  margin-left: 22px;
}
.share .contents .main .group1 ul li {
  float: left;
  margin-top: 20px;
  padding: 0 0 0 5px;
  list-style: decimal;
  font-size: 11px;
  line-height: 1.8;
}
.share .contents .main .group1 ul li.fst {
  margin-top: 0;
}
.share .contents .main .group1 .list dt {
  margin-bottom: 19px;
  padding-left: 0px;
}
.share .contents .main .group1 .list dd {
  margin-bottom: 9px;
}

.share .contents .main .group2 {
  margin-bottom: 38px;
}
.share .contents .main .group2 dl dt {
  margin-bottom: 10px;
}
.share .contents .main .group2 dl dd,
.contents .main .group2 ul li {
  line-height: 1.8em;
}
.share .contents .main .group2 .list1 {
  margin-bottom: 49px;
}
.share .contents .main .group2 .list1 .rigTxt {
  width: 390px;
  float: right;
}
.share .contents .main .group2 .list2 {
  margin-bottom: 46px;
}
.share .contents .main .group2 .list1 dd {
  float: left;
  width: 192px;
  font-size: 11px;
}
.share .contents .main .group2 .list2 dd {
  float: left;
  font-size: 11px;
  width: 481px;
  margin-left: 15px;
}
.share .contents .main .group2 .list2 dd.left {
  float: left;
  width: 100px;
  font-size: 11px;
  margin-left: 0;
}
.share .contents .main .group2 .list2 ul li {
  padding-left: 16px;
  background: url(../img/mark.png) no-repeat 2px 5px;
  margin-top: 10px;
}
.share .contents .main .group2 .list2 ul li:first-child {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  background: none;
}
.share .contents .main .group2 .list2 ul li.fst {
  margin-top: 0px;
}
.share .contents .main .group2 .list2 .taiwanBnr {
}

/* INQUIRY */
.inquiry .contents h3 {
  margin-bottom: 34px;
}
.inquiry .contents dl {
  float: left;
}
.inquiry .contents .mail {
  width: 396px;
  margin-right: 33px;
  padding-right: 33px;
  padding-bottom: 5px;
  background: url(../img/track_mail_bg.png) repeat-y right top;
}
.inquiry .contents .mail dt {
  margin: 0 0 13px 3px;
}
.inquiry .contents .mail .hide {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.inquiry .contents .tel {
  width: 360px;
  padding-right: 28px;
}
.inquiry .contents .tel dt {
  margin-bottom: 25px;
}
.inquiry .contents .tel dd {
  margin-bottom: 19px;
}

/* surcharge */
.surcharge .contents .side {
  float: left;
  width: 190px;
  font-size: 12px;
}
.surcharge .contents .side dt,
.contents .side dd {
  background: url(../img/side_border.png) no-repeat left bottom;
}
.surcharge .contents .side dt {
  margin-bottom: 15px;
  padding-bottom: 17px;
}
.surcharge .contents .side dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.surcharge .contents .side dd p {
  padding: 0 0 0 18px;
  background: url(../img/arrow01.png) no-repeat 1px 4px;
}
.surcharge .contents .side dd p a {
  color: #484848;
  text-decoration: none;
}
.surcharge .contents .main {
  float: left;
  width: 600px;
  margin-left: 60px;
}
.surcharge .contents .main h3 {
  margin-bottom: 30px;
}
.surcharge .contents .main ul li {
  line-height: 1.8em;
}
.surcharge .contents .main ul li:first-child {
  margin-bottom: 10px;
}
.surcharge .contents .main ul li a {
  display: block;
  width: 293px;
  height: 47px;
  background: url(../img/btn_off.png) no-repeat left top;
  text-decoration: none;
  color: #0092ff;
}
.surcharge .contents .main ul li a:hover {
  background: url(../img/btn_on.png) no-repeat left top;
}
.surcharge .contents .main ul li a span {
  margin-left: 30px;
  padding-left: 14px;
  padding-top: 13px;
  display: block;
  background: url(../img/arrow02.png) no-repeat 0 22px;
}
.surcharge .contents .main .group1 {
  margin-bottom: 47px;
  padding-bottom: 49px;
  background: url(../img/main_border.png) no-repeat left bottom;
}
.surcharge .contents .main .group2 {
  margin-bottom: 38px;
  padding-bottom: 9px;
}
/* RECRUIT */
.recruit .contents h3 {
  margin-bottom: 34px;
}
.recruit .contents ul li {
  line-height: 1.8em;
  font-size: 11px;
}
.recruit .contents .list1 dt,
.contents .list2 dt {
  font-size: 12px;
  color: #e5741d;
}
.recruit .contents .list1 {
  margin-bottom: 34px;
}
.recruit .contents .list1 dt {
  margin-bottom: 7px;
}
.recruit .contents .list1 dd {
  margin-bottom: 10px;
}
.recruit .contents .list2 {
  margin-bottom: 44px;
}
.recruit .contents .list2 dt {
  margin-bottom: 6px;
}
.recruit .contents .list2 dd {
  margin-bottom: 12px;
}
.recruit .contents .list2 ul {
  margin-bottom: 10px;
}
.recruit .contents .list2 ul li:first-child {
  margin-bottom: 2px;
  color: #000;
  font-size: 11px;
}

/* WE LEARN */
.learn .learnBox {
  margin-top: 45px;
  background: url(../img/bel_bg.jpg) repeat-x;
  margin-top: 45px;
  padding-top: 45px;
}
.learn .fst {
  margin-top: 0;
  padding-top: 0;
  background: none;
}
.learn .learnBox ul {
  margin-top: 30px;
  font-size: 11px;
}
.learn .learnBox li {
  margin-top: 5px;
  height: 49px;
}
.learn .learnBox li a {
  color: #0092ff;
  text-decoration: none;
  display: block;
  height: 49px;
  padding: 17px 0 0 43px;
  background: url(../img/learn_mid_bg.png) no-repeat;
}
.learn .learnBox li a:hover {
  background: url(../img/learn_mid_bg_on.png) no-repeat;
}

/* WE SERVE */
.serve .serveHead p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
.serve .serveBox {
  background: url(../img/bel_bg.jpg) repeat-x;
  margin-top: 45px;
  padding-top: 45px;
}
.serve .fst {
  margin-top: 65px;
}
.serve .serveBox .left {
  width: 185px;
  float: left;
  margin-top: 30px;
}
.serve .serveBox .right {
  width: 395px;
  float: right;
  font-size: 11px;
  margin-top: 30px;
}
.serve .serveBox .boxTxt {
  font-size: 11px;
  margin-top: 25px;
}
.serve .serveBox .plusTxt {
  color: #e5741d;
  margin-top: 30px;
}
.serve .serveBox .boxList .left {
  float: left;
  width: 97px;
}
.serve .serveBox .boxList .right {
  float: right;
  width: 285px;
  margin-top: 45px;
}
.serve .serveBox .boxList .right a {
  color: #0092ff;
}
.serve .serveBox .boxList .right a:hover {
  text-decoration: none;
}
.serve .serveBox .setsumei {
  font-size: 11px;
  margin-top: 25px;
}
.serve .serveBox .popBox {
  margin-top: 35px;
}
.serve .serveBox .servePop {
  margin-top: 10px;
}
.serve .serveBox .servePop li {
  float: left;
  margin-left: 22px;
}
.serve .serveBox .servePop li.fst {
  float: left;
  margin: 0;
}

/* WE TRACK */
.track .trackMid {
  margin-top: 25px;
}
.track .trackMid p {
  margin-top: 20px;
  font-size: 11px;
}
.track .trackChoice {
  margin-top: 25px;
}
.track .trackChoice .smid {
  font-size: 12px;
  color: #e5741d;
}
.track .trackChoice span {
  font-size: 11px;
  display: block;
}
.track .trackForm {
  margin-top: 25px;
}
.track .trackForm th {
  width: 85px;
  padding: 5px 0;
  font-weight: normal;
  font-size: 13px;
}
.track .trackForm td {
  padding: 5px 0;
}
.track .trackForm input {
  height: 20px;
}
.track .trackForm select {
  padding: 3px 0;
}
.track .trackForm input[name="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background: url(../img/main_contents_bg.jpg) no-repeat\9;
}
.track .trackForm .air01 p {
  float: left;
}
.track .trackForm .air01 .airTxt input {
  width: 385px;
  margin-right: 10px;
}
.track .trackForm .air02 p {
  float: left;
}
.track .trackForm .air02 .airTxt input {
  width: 230px;
  margin-right: 10px;
}
.track .trackForm .air02 .airTxt02 {
  margin-right: 10px;
}
.track .trackForm .air02 .airTxt02 select {
  width: 145px;
}
.track .trackForm .air02 select {
  font-size: 12px;
}

.track .trackForm_en {
  margin-top: 25px;
}
.track .trackForm_en th {
  width: 85px;
  padding: 5px 0;
  font-weight: normal;
  font-size: 13px;
}
.track .trackForm_en td {
  padding: 5px 0;
}
.track .trackForm_en input {
  height: 20px;
}
.track .trackForm_en select {
  padding: 3px 0;
}
.track .trackForm_en input[name="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background: url(../img/main_contents_bg.jpg) no-repeat\9;
}
.track .trackForm_en .air01 p {
  float: left;
}
.track .trackForm_en .air01 .airTxt input {
  width: 385px;
  margin-right: 10px;
}
.track .trackForm_en .air02 p {
  float: left;
}
.track .trackForm_en .air02 .airTxt input {
  width: 230px;
  margin-right: 10px;
}
.track .trackForm_en .air02 .airTxt02 {
  margin-right: 10px;
}
.track .trackForm_en .air02 .airTxt02 select {
  width: 145px;
}
.track .trackForm_en .air02 select {
  font-size: 12px;
}

.track .trackMail {
  margin-top: 60px;
}
.track .trackMail .smid {
  font-size: 12px;
  color: #e5741d;
}
.track .trackMail span {
  font-size: 11px;
  display: block;
}
.track .trackMail .left {
  float: left;
  width: 395px;
  margin-top: 20px;
  background: url(../img/track_mail_bg.png) repeat-y right top;
  padding-right: 30px;
}
.track .trackMail .left li {
  margin-top: 10px;
}
.track .trackMail .left li.fst {
  margin-top: 0;
}
.track .trackMail .right {
  float: right;
  width: 395px;
  margin-top: 20px;
}
.track .trackMail .right ul {
  margin-top: 10px;
}
.track .trackMail .right li {
  margin-top: 15px;
}
.track .trackMail .right li.fst {
  margin-top: 0px;
}
.track .trackMail p {
  margin-top: 40px;
  font-size: 11px;
}

/* ONLINE BOOKING */
.booking .bookingArea {
  margin-top: 30px;
}
.booking .bookingArea table {
  font-size: 11px;
  border-right: solid 1px #717171;
  border-bottom: solid 1px #717171;
  width: 100%;
}
.booking .bookingArea th {
  width: 155px;
  background: url(../img/booking_th_bg.png) repeat;
  padding: 10px;
  color: #484848;
  font-weight: normal;
  border-top: solid 1px #717171;
  border-left: solid 1px #717171;
  background-color: rgba(0, 0, 0, 0.09);
}
.booking .bookingArea td {
  padding: 10px;
  border-top: solid 1px #717171;
  border-left: solid 1px #717171;
}
.booking .bookingArea td p {
  float: left;
  margin-left: 10px;
}
.booking .bookingArea td.radioTd p.fst {
  margin-left: 0px;
}
.booking .bookingArea td.radioTd p input {
  vertical-align: top;
}
.booking .bookingArea td.radioTd p span {
  font-size: 11px;
  padding-left: 5px;
}
.booking .bookingArea td span {
  font-size: 10px;
  padding: 6px 0 0 10px;
}
.booking .bookingArea td input {
  padding: 5px;
}
.booking .bookingArea td ul li {
  margin-top: 5px;
}
.booking .bookingArea td ul li span {
  float: left;
  font-size: 11px;
  padding-left: 0;
}
.booking .bookingArea td ul li p {
  margin-left: 10px;
  float: left;
}
.booking .bookingArea td ul li .unit {
  padding-left: 5px;
}
.booking .bookingArea .sendBtn {
  margin-top: 25px;
  text-align: center;
  background: url(../img/send_btn_on.png) no-repeat center top;
}
.booking .bookingArea .sendBtn input:hover {
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  opacity: 0;
}

.booking .bookingArea .btnBox {
  text-align: center;
}
.booking .bookingArea .btnBox p {
  display: inline-block;
}
.booking .bookingArea .btnBox .sendBtnBk {
  margin-top: 25px;
  text-align: center;
  background: url(../img/back_btn_on.png) no-repeat center top;
}
.booking .bookingArea .btnBox .sendBtnBk input:hover {
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  opacity: 0;
}
.booking .bookingArea .checkTxt {
  font-size: 11px;
  margin-bottom: 5px;
}
.booking .thanks {
  font-size: 14px;
  color: #e5741d;
  margin-top: 25px;
}

/* PRIVACY POLICY */
.privacyBox p {
  font-size: 11px;
  margin-top: 30px;
}
.privacyBox dl {
  margin-top: 35px;
}
.privacyBox dt {
  font-size: 12px;
  color: #e5741d;
  background: url(../img/pry_chip.jpg) no-repeat 0 6px;
  padding: 0 0 0 14px;
  margin-top: 25px;
}
.privacyBox dt.fst {
  margin-top: 0;
}
.privacyBox dd {
  font-size: 11px;
  padding: 5px 0 0 13px;
}
.privacyBox .presi {
  margin-top: 40px;
}
.privacyBox .presi span {
  display: block;
  font-size: 11px;
}

/* SITE MAP */
.sitemapBox ul {
  margin-top: 30px;
  background: url(../img/bel_bg.jpg) repeat-x bottom;
}
.sitemapBox li {
  font-size: 12px;
  background: url(../img/bel_bg.jpg) repeat-x top left;
  padding: 15px 0;
}
.sitemapBox li a {
  color: #0092ff;
  background: url(../img/sitemap_chip.png) no-repeat 0 5px;
  padding: 0 0 0 15px;
  display: block;
}
.sitemapBox li a:hover {
  text-decoration: none;
}
.sitemapBox .left {
  width: 400px;
  float: left;
}
.sitemapBox .right {
  width: 400px !important;
  float: right !important;
}

/* JS CSS */

/* Base Superbox Styles */
#superbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
#superbox-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}
#superbox-container {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#superbox {
  margin: 0 auto;
  padding: 0;
}
#superbox-container .loading {
  margin: 0;
  text-align: center;
}

/* Default Theme */
#superbox-overlay {
  background: #000;
}
#superbox-container .loading {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
#superbox {
  padding: 10px;
  background: #fff;
}
#superbox-innerbox {
  padding: 10px 0;
}
#superbox.image {
  text-align: center;
}
#superbox .close,
#superbox .nextprev {
  overflow: hidden;
  margin: 0;
} /* superbox 背景の色
---------------------------------------- */
#superbox-overlay {
  background: #000;
}

/* superbox ローディング画像呼び出し
---------------------------------------- */
#superbox-container .loading {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(styles/loader.gif) no-repeat 0 0;
}

/* superbox closeボタン
---------------------------------------- */
#superbox .close a {
  float: right;
  padding: 0 5px;
  line-height: 20px;
  background: #333;
  cursor: pointer;
}
#superbox .close a span {
  color: #fff;
}

/* superbox next　prev要素指定
---------------------------------------- */
#superbox .nextprev a {
  float: left;
  margin-right: 5px;
  padding: 0 5px;
  line-height: 20px;
  background: #333;
  cursor: pointer;
  color: #fff;
}
#superbox .nextprev .disabled {
  background: #ccc;
  cursor: default;
}

/* コンテンツ要素
---------------------------------------- */
#superbox #column {
  text-align: left;
}
#superbox #column h2 {
  font-size: 116.6%;
  border-bottom: solid 1px #646464;
  padding: 5px;
  margin-bottom: 10px;
}
#aisatsu .font_img {
}

#believe
  .contentsWrap.wrap
  .contentsInner.box
  .mainArea.clearfix
  .right
  #aisatsu
  .font_img {
  text-align: left;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
  margin-right: 5px;
}
#share
  .contentsWrap.wrap
  .contentsInner.box
  .mainArea.clearfix
  .contents.clearfix
  .main
  .group2
  .belBox
  .cocept_mid {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#surcharge
  .contentsWrap.wrap
  .contentsInner.box
  .mainArea.clearfix
  .contents.clearfix
  .main
  .group1
  ul
  li {
  margin-bottom: 20px;
}
#surcharge
  .contentsWrap.wrap
  .contentsInner.box
  .mainArea.clearfix
  .contents.clearfix
  .main
  .group2
  ul
  li {
  margin-bottom: 20px;
}

/* CONTACT */
#confirm .lead,
#thanks .lead {
  margin-top: 30px;
}
#confirm .lead {
  font-size: 11px;
}
.mailForm fieldset {
  border: none;
}
.mailForm table {
  margin: 45px 0;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: 11px;
}
.mailForm th,
.mailForm td {
  padding: 3px 9px;
  border: 1px solid #717171;
}
.mailForm th {
  width: 154px;
  background: url(../img/table_bg01.png);
  vertical-align: middle;
}
.mailForm .numberTtl {
  vertical-align: top;
}
.mailForm th span {
  color: #e60012;
  font-size: 8px;
}
.mailForm td span,
.mailForm td .cfscy li {
  font-size: 10px;
}
.mailForm td .cfscy li {
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}
.mailForm td .cfscy li input {
  vertical-align: -3px;
}
.mailForm input {
  padding: 4px;
  border: none;
}
.mailForm td #fCompany,
.mailForm td #fName,
.mailForm td #fTel,
.mailForm td #fFax,
.mailForm td #fShipper,
.mailForm td #fConsignee,
.mailForm td #fCustoms,
.mailForm td #fProductAreas,
.mailForm td #fLandFor,
.mailForm td #fDoorDelivery,
.mailForm td #fMotherShip,
.mailForm td #fVoyageNo,
.mailForm td #fDeparture,
.mailForm td #fFreight,
.mailForm td #fRemarks {
  width: 376px;
}
.mailForm td #fEmail01 {
  margin-right: 4px;
  width: 141px;
}
.mailForm td #fEmail02 {
  margin-left: 4px;
  width: 205px;
}
.mailForm td #fShipper,
.mailForm td #fLandFor {
  margin-right: 10px;
}
.mailForm td #fMeasure,
.mailForm td #fWeight,
.mailForm td #fNumber,
.mailForm td #fPacking,
.mailForm td #fSize {
  width: 93px;
}
.mailForm .number input {
  margin: 0 4px 4px 4px;
}
.mailForm .submit {
  text-align: center;
}
.mailForm .submit li {
  display: inline-block;
}
.mailForm .submit li input {
  background: none;
  border: none;
}
.mailForm .error td input {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mailForm .error td p {
  color: #e61e51;
}
#confirm .mailForm th,
#confirm .mailForm td {
  background: none;
  border: 0;
}
#thanks .lead {
  color: #e5741d;
  font-size: 14px;
}
