@font-face {
  font-family: 'DINbek Light';
  src: url('http://www.us-buyer.com/wp-content/themes/us-buyer/assets/fonts/DINbek Light.ttf');
  src: url('DINbek Light.ttf') format('ttf'),
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINbek Light';
  src: url('http://www.us-buyer.com/wp-content/themes/us-buyer/assets/fonts/DINbek Light.eot');
  src: url('DINbek Light.eot') format('eot'),
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'migmix-1p-regular';
  src: url('http://www.us-buyer.com/wp-content/themes/us-buyer/assets/fonts/migmix-1p-regular.ttf');
  src: url('migmix-1p-regular.ttf') format('ttf'),
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'migmix-1p-regular';
  src: url('http://www.us-buyer.com/wp-content/themes/us-buyer/assets/fonts/migmix-1p-regular.eot');
  src: url('migmix-1p-regular.eot') format('eot'),
  font-weight: normal;
  font-style: normal;
}


@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  font-family: 'DINbek Light', 'Lato', Arial,'migmix-1p-regular',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ",Meiryo,"Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  font-family: 'DINbek Light', 'Lato', Arial,'migmix-1p-regular',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ",Meiryo,"Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration:none;
}
a :link{
  text-decoration:none;
}
a :visited{
  text-decoration:none;
}
a :hover{
  text-decoration:none;
}
div.content {
  overflow: hidden ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
}
header .navbar-default {
  background:#fff;
  border-bottom:2px solid #1272A8;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 15px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 12px;
  margin:0 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 992px)  and (max-width: 1199px) {
header .navbar-default ul.navbar-nav li a {
  font-size: 13px;
  padding: 5px 8px;
  margin:0 6px;
}
}


@media screen and (min-width: 768px)  and (max-width: 991px) {
header .navbar-default ul.navbar-nav li a {
  font-size: 11px;
  padding: 3px 3px;
  margin:0 2px;
}
}
@media screen and (min-width: 768px) {
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color:#1272A8;
  opacity:0.7;
}
}

header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
  color:#1272A8;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus,
header .navbar-default ul.navbar-nav li a:active {
  color: #1272A8;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default .navbar-brand img{
    margin-top:5px;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 5px 0px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 80px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 100px 0 80px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  color:#1272A8;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 20px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  padding:0px 0px 50px;
}

section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media .media-body h3{
  font-size:16px !important;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 20px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 10px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'DINbek Light', 'Lato', Arial,'migmix-1p-regular',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ",Meiryo,"Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 0px;
    background:#fff;
    border-bottom:2px solid #1272A8;
    height:auto;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 10px;
    background: none;
    border: 2px solid #1272A8;
    color: #1272A8;
    border-radius:0px;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
    background:#fff;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #1272A8;
    color: #1272A8;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
  background: #1272A8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1272A8), color-stop(100%, #1272A8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1272A8, endColorstr=#1272A8, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #1272A8;
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 1px solid #1272A8;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #1272A8;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #1272A8;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #1272A8;
}
header .navbar-default.scrolled .navbar-brand {
}
section .section-heading .divider:after {
  background: #FF0000;
}
section#about .about-item i.fa {
  border: 2px solid #1272A8;
  color: #1272A8;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #1272A8;
}
section#about .about-item:hover h3 {
  color: #1272A8;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #1272A8;
}
section#features .media i.fa {
  border: 2px solid #1272A8;
  color: #1272A8;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #1272A8;
}
section#features .media:hover h3 {
  color: #1272A8;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #1272A8;
}
section#features .media.active .media-heading {
  color: #1272A8;
}
section#reviews {
  background: url("../img/freeze/bk-freeze.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #1272A8;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #1272A8;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #1272A8;
}
section#screens header h1:after {
  background: #1272A8;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #1272A8;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #1272A8;
  border-color: #1272A8;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #1272A8;
  border-color: #1272A8;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #1272A8;
}
/* Get app Section */
section#getApp {
  background: url("../img/freeze/bk-freeze-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #1272A8;
}
/* support section */
section#support header h1:after {
  background: #1272A8;
}
section#support .media i.fa {
  border: 2px solid #1272A8;
  color: #1272A8;
}
section#support .media a {
  color: #1272A8;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #1272A8;
}
section#support .media:hover h3 {
  color: #1272A8;
}
/* footer section */
footer {
  background: #1272A8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1272A8), color-stop(100%, #1272A8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #1272A8 0%, #1272A8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1272A8, endColorstr=#1272A8, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #1272A8;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #1272A8;
  border-color: #1272A8;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #1272A8;
  border-color: #1272A8;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #1272A8;
  border-color: #1272A8;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #1272A8;
}
.btn.btn-default:hover {
  color: #1272A8;
}
form .form-control:focus {
  border-color: #1272A8;
  color: #999999;
}
@media screen and (max-width: 767px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {

  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #fff;
  }
  header .navbar-default .navbar-collapse {
    background: #1272A8;
  }
  header .navbar-default.scrolled {

  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #1272A8;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #1272A8;
  }
}
.pre-loader {
  background: #1272A8;
}

  /* 更新箇所 */
span.header-description{
    display:block;
    margin-left:-13px;
}
.about-item img{
    max-width:100%;
}
.about-item h3 img{
    height:100px;
    width:auto;
}
.about-item p{
    font-size:14px;
}
iframe{
    max-width:100%;   
}
.exchange{
    width:100%;
}
.about-item{
    min-height:330px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
.about-item{
    min-height:350px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.about-item{
    min-height:330px;
}
}
@media screen and (max-width: 767px) {

header .navbar-default .navbar-brand img {
  padding-left:10px;
  margin-bottom:10px;
  height:39px;
  width:auto;
}
span.header-description{
    padding-left:10px;
}
span.header-description{
    font-size:11px;
}
.about-item p{
    font-size:13px;
    line-height:1.4em;
}
}
.top-news{
text-align:center;
margin:0 auto;
}
.top-news img{
  width:100%;
  height:auto;
}

.top-rate{
{
text-align:center;
}
}

.media img{
  width:100%;
  height:auto;
}

td.ex_cau{
  padding-bottom:20px;
  color:red;
  font-size:18px;
  height:30px;
  text-align:center;
}

dl a dt#america-holiday{
  text-decoration:none;
  font-size:18px;
  font-weight:300;
}
dl a dt#america-holiday:hover{
  font-size:18px;
}

.calendar{
	margin-bottom:30px;
}

.calendar_box{
	width:100%;
	border-width:0px;
	border-style:solid;
	border-color:#999999;
    border-top:1px solid #999;
	border-collapse:collapse;
}

.calendar_box tr{
	height:36px;
}

.calendar_box tr td{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
}

.w_clock{
	width:235px;
	height:80px;
	margin-bottom:25px;
	margin-left:0px;
}

.icon{
	margin-bottom:22px;
}
/* for IE6 */
.icon_end{
	/padding-bottom:114px;
}


.calendar_t{
    height:36px;
	font-size:18px;
	font-weight:300;
	text-align:center;
}

.calendar_box{
	text-align:center;
	margin-top:10px;
}
.tx_center{
    margin-top:5px;
}
.holiday{
	color:#ff0000;
	background-color:#ffcccc;
}

.clock_txt{
	font-size:0.8em;
}

.icon{
	text-align:center;
}


/* フッターメニュー*/
.footer-menu-area{
width:100%;
background:#aaa;
}

.footer-menu-inner{
width:100%;
background:#aaa;
text-align:center;
}

.footer-menu-inner ul{
padding:15px 0;
margin:0;
}

.footer-menu-inner li{
display: inline-block;
font-size:12px;
width:auto;
padding:0 10px 0 5px;
border-right:1px solid #fff;
margin:3px 0;
color:#fff;
}
.footer-menu-inner li:first-child{
border-left:1px solid #fff;
padding:0 10px;
}

.footer-menu-inner li a{
font-size:13px;
color:#fff;
text-decoration:none;
}

.footer-menu-inner a:hover{
color:#fff;
}

@media (min-width: 1200px) {
  .footer-menu-inner {
    width: 1130px;
    margin:0 auto;
  }
}


@media only screen and (max-width: 767px){
.footer-copyright {
font-size:12px;
}
.footer-copyright-section {
 padding:0 10px;
 margin:0;
 }
}

@media only screen and (max-width: 480px){

.footer-menu-inner ul{
width:100%;
padding:0;
margin:0;
text-align:center;
}

.footer-menu-inner li {
  list-style: none;
  float: left;
  width: 50%;
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#bbb;
  padding:0 5px;
  margin:0;
}
.footer-menu-inner li:first-child{
  border-left:none;
  padding:0 5px;
  list-style: none;
  float: left;
  width: 50%;
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#bbb;
}

.footer-menu-inner li:nth-child(even) {
  border-right: none;
}
.footer-menu-inner li:nth-last-child(1),
.footer-menu-inner li:nth-last-of-type(2) {
  border-bottom: none;
}

.footer-menu-inner li:nth-last-of-type(2):nth-child(even) {
  border-bottom: 1px solid #fff;
}
.footer-menu-inner li a {
  display: block;
  height: 35px;
  color:#fff;
  font-weight: bold;
  font-size: 12px;
}
}

@media only screen and (max-width: 320px){
.footer-menu-inner li a {
  font-size: 11px;
}
}

@media only screen and (min-width: 768px){
  li.dropdown a.dropdown-toggle:focus{
 	color:#1272A8 !important;
 }
}

@media only screen and (max-width: 767px){
ul.dropdown-menu li a{
    background:#0085CA !important;
}
}



  /* eBay代行 */
#checkbox_list{
    margin:0 95px;
    padding:30px;
    background:#f5f5f5;
}
@media only screen and (max-width: 991px){
#checkbox_list{
    width:100%;
    margin:0px;
}
}
#checkbox_list ul li{
	list-style:none;
	text-align:left;
	margin:10px 0 20px;
}
#checkbox_list ul li a{
	text-decoration:none;
	font-size:20px;
	color:#555;
}
#checkbox_list ul li a span{
	color:red;
}
#checkbox_list ul li a i{
    display:block;
	font-style:normal;
	font-size:12px;
	padding-left:40px;
}
@media only screen and (max-width: 767px){
#checkbox_list ul li{
	list-style:none;
	text-align:left;
	margin:10px 0;
	line-height:1.2em;
}
#checkbox_list ul li a{
	line-height:1.2em;
}
#checkbox_list ul li a i{
	padding-left:20px;
	font-size:10px;
}
}
#checkbox_list ul li:before{
 margin:0 10px 0 0;
 position:relative;
 bottom:3px;
 content:" ";
 display:inline-block;
 background: url(http://www.us-buyer.com/wp-content/themes/us-buyer/images/checkbox-image.png);
 background-size:contain;
 vertical-align:middle;
 width:30px;
 height:33px;
 background-repeat:no-repeat;
}
#checkbox_list ul li a:hover{
	color:#555;
}

h2.page-subtitle{
    margin-bottom:30px;
    font-size:20px;
    color:#1272A8;
}
p.ebay-agent-text{
    text-align:left;
    width:700px;
    margin:0 auto 20px;
    line-height:1.4em;
    color:#555;
}

@media only screen and (max-width: 767px){
#checkbox_list{
    margin:0px;
    padding:10px;
}
#checkbox_list ul{
	margin:0;
	padding:0;
}
#checkbox_list ul li:before{
 margin:0 5px 0 0;
 width:15px;
 height:16px;
 position:relative;
 bottom:1px;
}
#checkbox_list ul li a{
	font-size:13px;
}
.about-item img{
    max-width:100%;
    height:auto;
}
p.ebay-agent-text{
    width:100%;
    margin-bottom:10px;
}
}

  /* ショップ代行 */
.about-item{
    position:relative;
}
.btn01{
    position:absolute;
    bottom:145px;
    right:20%;
}
.btn02{
    position:absolute;
    bottom:80px;
    right:20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.btn01{
    position:absolute;
    bottom:145px;
    right:13%;
}
.btn02{
    position:absolute;
    bottom:80px;
    right:13%;
}
.btn01 img{
    width:280px;
    height:auto;
}
.btn02 img{
    width:280px;
    height:auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.btn01{
    position:absolute;
    bottom:125px;
    right:12%;
}
.btn02{
    position:absolute;
    bottom:70px;
    right:12%;
}
.btn01 img{
    width:230px;
    height:auto;
}
.btn02 img{
    width:230px;
    height:auto;
}
}
@media only screen and (min-width: 569px) and (max-width: 767px){
.btn01{
    position:absolute;
    bottom:115px;
    right:12%;
}
.btn02{
    position:absolute;
    bottom:65px;
    right:12%;
}
.btn01 img{
    width:200px;
    height:auto;
}
.btn02 img{
    width:200px;
    height:auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 568px){
.btn01{
    position:absolute;
    bottom:110px;
    right:13%;
}
.btn02{
    position:absolute;
    bottom:70px;
    right:13%;
}
.btn01 img{
    width:150px;
    height:auto;
}
.btn02 img{
    width:150px;
    height:auto;
}
}
@media only screen and (min-width: 414px) and (max-width: 480px){
.btn01{
    position:absolute;
    bottom:90px;
    right:13%;
}
.btn02{
    position:absolute;
    bottom:60px;
    right:13%;
}
.btn01 img{
    width:110px;
    height:auto;
}
.btn02 img{
    width:110px;
    height:auto;
}
}
@media only screen and (min-width: 375px) and (max-width: 413px){
.btn01{
    position:absolute;
    bottom:85px;
    right:13%;
}
.btn02{
    position:absolute;
    bottom:60px;
    right:13%;
}
.btn01 img{
    width:100px;
    height:auto;
}
.btn02 img{
    width:100px;
    height:auto;
}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
.btn01{
    position:absolute;
    bottom:80px;
    right:13%;
}
.btn02{
    position:absolute;
    bottom:60px;
    right:13%;
}
.btn01 img{
    width:80px;
    height:auto;
}
.btn02 img{
    width:80px;
    height:auto;
}
}


h2.shop-agent-title{
    text-align:center;
    width:100%;
    height:auto;
}
.cost-item-area{
    width:100%;
    height:100%;
}
.cost-item-area{
    width:100%;
    height:100%;
}

td.cost-item{
    width:120px;
    height:120px;
    padding:10px;
    background:#94C52B;
    border-radius:100%;
    color:#fff;
}
td.plus{
    font-size:50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
td.cost-item{
    width:100px;
    height:100px;
}
td.plus{
    font-size:30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
td.cost-item{
    width:90px;
    height:90px;
}
td.plus{
    font-size:30px;
}
}
@media only screen and (max-width: 767px){
td.cost-item{
    display:block;
    padding-top:65px;
    width:160px;
    height:160px;
    margin:0 auto;
}
td.plus{
    display:block;
    width:100%;
    margin:20px 0;
}
}
table.commission-table{
    width:90%;
    border:collapse;
    margin:0 auto;
    border:1px solid #94C52B;
}
@media only screen and (max-width: 1199px){
table.commission-table{
    width:100%;
}
}
table.commission-table tr{
    width:100%;
}
table.commission-table th{
    width:50%;
    text-align:center;
    padding:5px;
    background:#94C52B;
    color:#fff;
}
table.commission-table td{
    width:50%;
    border:2px solid #fff;
    padding:5px;
    color:#1272A8;
}
@media only screen and (max-width: 767px){
table.commission-table th{
    font-size:13px;
}
table.commission-table td{
    font-size:13px;
}
}
@media only screen and (max-width: 320px){
table.commission-table th{
    font-size:12x;
}
table.commission-table td{
    font-size:12px;
}
}

.arrow3{
  width: 200px;
  margin:0 auto;
  clear:left;
}
.arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background: #1272A8;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 100px solid #1272A8;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

.align-center{
    float:center;
    clear:left;
    margin-top:20px;
}
.align-center a{
    background:#94C52B;
    padding:10px;
    border-radius:20px;
    color:#fff;
    text-decoration:none;
}
.align-center a:hover{
    background:#94C52B;
    padding:10px;
    border-radius:20px;
    color:#fff;
    text-decoration:none;
}

.lp_contact{
    position:relative;
}

.btn03{
    position:absolute;
    bottom:95px;
    right:19%;
}
.btn04{
    position:absolute;
    bottom:30px;
    right:19%;
}
@media only screen and (min-width: 991px) and (max-width: 1024px){
.btn03{
    position:absolute;
    bottom:90px;
    right:15%;
}
.btn04{
    position:absolute;
    bottom:30px;
    right:15%;
}
.btn03 img{
    width:250px;
    height:auto;
}
.btn04 img{
    width:250px;
    height:auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.btn03{
    position:absolute;
    bottom:80px;
    right:10%;
}
.btn04{
    position:absolute;
    bottom:20px;
    right:10%;
}
.btn03 img{
    width:230px;
    height:auto;
}
.btn04 img{
    width:230px;
    height:auto;
}
}

@media only screen and (min-width: 569px) and (max-width: 767px){
.btn03{
    position:absolute;
    bottom:75px;
    right:12%;
}
.btn04{
    position:absolute;
    bottom:25px;
    right:12%;
}
.btn03 img{
    width:180px;
    height:auto;
}
.btn04 img{
    width:180px;
    height:auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 568px){
.btn03{
    position:absolute;
    bottom:65px;
    right:10%;
}
.btn04{
    position:absolute;
    bottom:20px;
    right:10%;
}
.btn03 img{
    width:150px;
    height:auto;
}
.btn04 img{
    width:150px;
    height:auto;
}
}
@media only screen and (min-width: 414px) and (max-width: 480px){
.btn03{
    position:absolute;
    bottom:40px;
    right:10%;
}
.btn04{
    position:absolute;
    bottom:10px;
    right:10%;
}
.btn03 img{
    width:110px;
    height:auto;
}
.btn04 img{
    width:110px;
    height:auto;
}
}
@media only screen and (min-width: 375px) and (max-width: 413px){
.btn03{
    position:absolute;
    bottom:35px;
    right:10%;
}
.btn04{
    position:absolute;
    bottom:10px;
    right:10%;
}
.btn03 img{
    width:100px;
    height:auto;
}
.btn04 img{
    width:100px;
    height:auto;
}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
.btn03{
    position:absolute;
    bottom:29px;
    right:9%;
}
.btn04{
    position:absolute;
    bottom:7px;
    right:9%;
}
.btn03 img{
    width:90px;
    height:auto;
}
.btn04 img{
    width:90px;
    height:auto;
}
}

/* 転送サービス */

table.transfer-menu-area{
    width:100%;
    height:100%;
    border:collapse;
   background:#1272A8;
   margin-bottom:50px;
   
}
table.transfer-menu-area td{
    width:20%;
    height:50px;
    padding:0 5px;
    color:#fff;
    margin:0;
    border:1px solid #fff;
    
}
table.transfer-menu-area td a{
    padding:0;
    color:#fff;
    display:block;
    width:100%;
    margin:0;
    font-size:14px;
}
table.transfer-menu-area td a:hover{
    text-decoration:none;
}


/* 禁止品と規制品 */

table.transfer-menu-area{
    width:100%;
    height:100%;
    border:collapse;
   background:#1272A8;
}
table.transfer-menu-area td{
    width:14.28%;
    padding:0 5px;
    color:#fff;
    vertical-align:middle;
    margin:0;
    border:1px solid #fff;
}

table.transfer-menu-area td a{
    padding:0;
    color:#fff;
    display:block;
    width:100%;
    margin:0;
    line-height:1.4em;
    font-size:14px;
}
@media only screen and (max-width: 767px){
table.transfer-menu-area td{
    width:100%;
    display:block;
    border-top:none;
    height:auto;
    padding:10px;
}
}
table.transfer-menu-area td a:hover{
    text-decoration:none;
}

.ebay-agent-text{
    max-width:800px;
    width:100%;
    height:100%;
    margin:0 auto;
}

.ebay-agent-text ul li{
    font-size:14px;
    text-align:left;
}
table.not-delivery-table{
    max-width:800px;
    width:100%;
    height:100%;
    margin:0 auto;
}
table.not-delivery-table td{
    padding:3px;
    font-size:13px;
    text-align:left;
    line-height:1.4em;
}
@media only screen and (max-width: 767px){
table.not-delivery-table{
    margin:0 3%;
    width:94%;
    height:100%;
}
}
li.title-list{
    list-style:none;
    padding:0;
    margin:0;
}
p.contact-button-area{
    width:100%;
    display:block;
    text-align:center;
    margin:0 auto;
}
@media only screen and (max-width: 480px){
p.contact-button-area img{
    display:block;
    text-align:center;
    margin:0 auto;
}
}

ul.caution_lst{
    padding:0px;
    margin:0;
}

ul.contents_lst{
    padding:0 0 0 20px;
    margin:0;
}

a.link_top{
    font-size:12px;
    float:right;
}

a[name]{
    margin-top:-110px;
    padding-top:110px;
    text-decoration:none;
    color:#1272A8;
}
 
 
 /* 発送品 */
 span.checkbox-title{
    color:red;
    font-size:18px;
    display:block;
    margin-top:30px;
}
 
table.ship-table{
    width:100%;
    max-width:700px;
    margin:0 auto;
}
table.ship-table tr{
    width:100%;
    text-align:left;
}
table.ship-table th{
    padding: 10px;
    vertical-align:top;
}
table.ship-table td{
    font-size:13px;
    padding: 10px;
}

table.ship-table td span.ship-item-title{
    font-size:20px;
    color:red;
    display:block;
}
span.number-count{
    border-radius:100%;
    color:red;
    font-size:24px;
    padding:5px;
}

span.blue-subtitle{
    color:blue;
    font-size:16px;
    display:block;
    padding:15px 0 5px;
}

img.yamato-image{
    width:100px;
}

ul.ship-option-list{
    padding-left:100px;
    margin-bottom:50px;
}

.caution-text-area{
    text-align:left;
    margin:0 20px 50px;
    padding:20px;
    border:1px solid #ccc;
}
.caution-text-area img{
    text-align:left;
}

.contents_tbl{
    width:100%;
    max-width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	border-width:0px;
	border-style:solid;
	border-color:#999999;
	border-collapse:collapse;
	background-color:#eaeaea;
	text-align:center;
}

.contents_tbl tr{
	height:20px;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	border-collapse:collapse;
}

@media only screen and (max-width: 480px){
 table.ship-table th{
    width:10%;
    padding:5px 0;
}
table.ship-table td{
    padding: 5px 0;
    width:90%;
} 
table.ship-table td ul{
    padding:0;
    margin:0;
} 
table.ship-table td span.blue-subtitle{
    position:relative;
    right:30px;
}
ul.ship-option-list{
    padding-left:30px;
    line-height:1.3em;
}
.caution-text-area{
    text-align:left;
    margin:0px 0px 30px;
    padding:10px;
}
.contents_tbl tr{
	font-size:12px;
}
img.yamato-image{
    display:block;
    margin:0 auto;
    text-align:center;
}
}

.contents_tbl td{
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	border-collapse:collapse;
	color:#333;
}

.dglay_bg{
	background-color:#999999;
}
tr.dglay_bg td{
	color:#fff;
}

.glay_bg{
	background-color:#cccccc;
}

.lglay_bg{
	background-color:#eaeaea;
}

table.usps-table td{
    font-weight:normal;
    font-size:14px;
    vertical-align:middle;
    padding:5px;
}
table.usps-table td p{
    vertical-align:middle;
    padding:0px;
}
table.usps-table td p strong{
    vertical-align:middle;
    padding:0px;
}


@media only screen and (max-width: 480px){
 table.ship-table th{
    width:10%;
    padding:5px 0;
}
table.ship-table td{
    padding: 5px 0;
    width:90%;
} 
table.ship-table td ul{
    padding:0;
    margin:0;
} 
table.ship-table td span.blue-subtitle{
    position:relative;
    right:30px;
}
ul.ship-option-list{
    padding-left:30px;
    line-height:1.3em;
}
.caution-text-area{
    text-align:left;
    margin:0px 0px 30px;
    padding:10px;
}
.contents_tbl tr{
	font-size:12px;
}
img.yamato-image{
    display:block;
    margin:0 auto;
    text-align:center;
}
table.usps-table td{
    font-size:12px;
    line-height:1.3em;
}
}


 /* 危険品混載品 */

.ebay-agent-text ul.dangrous-option-list{
    padding:0 0 0 15px;
    margin:0;
}
.ebay-agent-text ul.dangrous-option-list li{
    padding:0;
    margin:0;
}
@media only screen and (max-width: 480px){
.ebay-agent-text{

}
}

 /* よくある質問 */
#question-area{
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:center;
    background:#f7f7f7;
    padding:30px 20px 30px 30px;
} 
h2.easy_faqs_search_heading{
    display:none;
}
h2.easy-faqs-category-heading{
    font-size:20px;
    color:#1272A8;
    margin-top:30px;
}

#question-area h1{
    display:none;
}
input#search_faqs{
    width:400px;
}
input#the-title{
    width:100%;
    max-width:600px;
    border:1px solid #aaa;
}
textarea#the-body{
    width:100%;
    max-width:600px;
    border:1px solid #aaa;
}
.question-please{
    font-size:16px;
    margin:40px 0 20px;
    color:red;
}
.align-left{
    text-align:left;
}
label#the-title{
    font-weight:normal;
}
label#the-body{
    font-weight:normal;
}

.easy_faqs_field_wrap input#submit{
    background:#1272A8;
    border:none;
    border-radius:5px;
    color:#fff;
    padding:5px 10px;
}
button.btn{
    background:#1272A8;
    border:none;
    border-radius:5px;
    color:#fff;
    padding:5px 10px;
    position:relative;
    left:10px;
    bottom:2px;
}
button.btn:hover{
    color:#fff;
}
@media only screen and (max-width: 480px){
#question-area{
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:center;
    background:#f7f7f7;
    padding:10px 0 10px 10px;
} 
input#search_faqs{
    width:100%;
    margin-bottom:20px;
}
.easy_faqs_search_form{
    padding:15px 15px 15px 0;
}
.easy_faqs_field_wrap{
    padding:10px 10px 10px 0;
}
button.btn{
    position:relative;
    left:0px;
    bottom:0px;
}
h2.easy-faqs-category-heading{
    font-size:16px;
}
}

 /* 転送サービス */
 
.forwarding-area{
    width:100%;
    max-width:700px;
    height:auto;
    margin:0 auto;
}
.forwarding-area img{
    width:auto;
    margin:0 auto;
}

.forwarding-area{
    width:auto;
    height:auto;
    margin:0 auto;
}
.forwarding-area h3{
    width:auto;
    margin:0 auto;
}
.about-item a#order-confirm{
    margin:50px auto 0;
    text-align:center;
    background:#1272A8;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    text-decoration:none;
}
a#link_top{
    position:relative;
    left:200px;
}

@media only screen and (max-width: 480px){
a#link_top{
    display:none;
}
}

/**************************************************************
お問い合わせフォーム
**************************************************************/
.contact-form-content{
	width:100%;
	max-width:800px;
	margin:0 auto;	
}
.contact-form-text{
	margin-top:20px;
	position:relative;
	top:10px;
}
@media screen and (min-width: 992px) {
.contact-form-text{
	margin-top:20px;
	position:relative;
	top:10px;
	text-align:center;
}
}
.entry-form{
	width:100%;
	margin:0 auto;
	max-width:800px;
}
.contact-detail i{
	color:red;
}
.entry-form i{
	color:red;
}

.entry-form table{
	width:100%;
	margin:30px auto 0;
}

.entry-form table tr{
	width:100%;
	color:#333;
}
.entry-form table th{
	background:#f1f1f1;
	width:30%;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	border:1px solid #fff;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td{
	width:70%;
	padding:20px;
	border:1px solid #fff;
	padding:15px;
	background:#f1f1f1;
	font-size:12px;
	text-align:left;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td input{
        width:100%;
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0px 1%;
	font-size:12px;
}
.entry-form table td textarea{
        width:100%;
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:5px 1%;
	font-size:12px;
}
.entry-form table td.radio-button-select input{
        width:auto;
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.entry-form table td.name-area input{
        width:30%;
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
input[type=text]{
height:30px;
}

@media screen and (max-width: 480px) {
.entry-form table td.name-area input{
        width:48%;
        margin:3px 0;
}
}


.entry-form table td.graduation-area input{
    width:20%;
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:3px 0;
}
.entry-form table td textarea{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

.entry-form table td input:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.entry-form table td textarea:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}


.confirm-button{
        text-align:center;
	margin:20px auto;
}
.contact-button{
        height:auto;
	padding:5px 10px;
	border:none;
	text-align:center;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	background:#1272A8;
        -webkit-appearance: none;
}
.contact-button:hover{
        opacity:0.7;
        cursor:pointer;
}


@media screen and (max-width: 480px) {
    
.contact-area{
	width:100%;
	height:100%;
}

.entry-form{
	height:100%;
	width:100%;
	padding:0px;
}

.contact-subtitle{
	letter-spacing:2px;
	padding:0;
}

.entry-form table{
	width:100%;
	margin:30px auto 0;
}

.entry-form table tr{
	width:100%;
	border-bottom:1px solid #fff;
}

.entry-form table th{
	width:100%;
	display:block;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:10px 0 10px 3%;
	border:none;
	border-bottom:1px solid #fff;
	background:#bbb;
	color:#fff;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td{
	width:100%;
	display:block;
	padding:10px;
	border:none;
	font-size:12px;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td input{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.entry-form table td textarea{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}

.entry-form table td input:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}
.entry-form table td textarea:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}

.confirm-button{
	padding-top:20px;
	margin:0 auto;
	text-align:center;
}
}

@media screen and (min-width: 481px)and (max-width: 1024px) {

.entry-form table{
	width:95%;
	margin:30px auto 0;
}

.entry-form table tr{
	width:100%;
	background:#E9E4D4;
}

.entry-form table th{
	width:15%;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	border:1px solid #fff;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td{
	width:70%;
	padding:20px;
	border:1px solid #fff;
	color:#006A40;
	font-size:12px;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-form table td input{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.entry-form table td textarea{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

.entry-form table td input:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.entry-form table td textarea:focus{
	border:none;
	font-family: "メイリオ",Meiryo,'migmix-1p-regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

.confirm-button{
	padding-top:20px;
	margin:0 auto;
	text-align:center;
}
}


/**************************************************************
ブログ
**************************************************************/
.post-loop-area{
    width:100%;
    max-width:800px;
    margin:0 auto;
    text-align:left;
    padding:20px;
    overflow:hidden;
}
.post-content-area img{
    max-width:600px;
    height:auto;
}

.post-loop-area table td{
    font-size:14px;
    padding:5px;
}

.post-loop-area table td blockquote{
    font-size:14px;
    padding:5px;
}

.navi-pages{
    height:30px;
    width:100%;
    margin-bottom:50px;
}
.navi-pages-previous{
    float:left;
    background:#1272A8;
    width:43%;
    max-width:200px;
    color:#fff;
    text-align:center;
} 
.navi-pages-next{
    float:right;  
    background:#1272A8;
    width:43%;
    max-width:200px;
    color:#fff;
    text-align:center;
} 
.navi-pages-previous2{
    float:left;
    background:#1272A8;
    width:45%;
    color:#fff;
    text-align:center;
} 
.navi-pages-next2{
    float:right;  
    background:#1272A8;
    width:43%;
    color:#fff;
    text-align:center;
} 
.navi-pages-previous a{
    color:#fff;
    display:block;
    padding:10px;
    text-decoration:none;
} 
.navi-pages-next a{
    color:#fff;
    display:block;
    padding:10px;
    text-decoration:none;
} 
.content-title h2{
    font-size:20px;
    font-weight:bold;
}
.content-title h2 a{
   text-decoration:none;
}
.post-content-area h2{
    font-size:20px !important;
}
form#commentform{
    text-align:center;
}
p textarea#comment{
    width:100%;
}

p input#submit{
    background:#1272A8;
    color:#fff;
    border:none;
    text-align:center;
    padding:5px 10px;
    margin:0 auto;
    box-shadow:none;
}
@media screen and (max-width: 480px) {
.post-loop-area{
    width:100% !important;
    max-width:100% !important;
    padding:0px;
}
.post-content-area img{
    width:100% !important;
    max-width:100% !important;
    height:auto;
}
.wp-caption{
    width:100% !important;
    max-width:100% !important;
}
.wp-caption a img.size-full{
    width:100% !important;
    max-width:100% !important;
    height:auto;
}
}

/**************************************************************
船便
**************************************************************/
.contact-buttonlink-area{
    padding:30px 0;
}
@media screen and (max-width: 480px) {
.contact-buttonlink-area{
    padding:10px 0 30px;
}
img.linksimg{
    width:50% !important;
    height:auto !important;
    float:left;
}
}
a#contact-button-link{
    margin:80px 0 80px;
    text-align:center;
    background:#94C52B;
    color:#fff;
    font-size:18px;
    padding:10px 20px;
    border-radius:5px;
    text-decoration:none;
}

form#commentform input#author{
    text-align:left;
    float:left;
    padding:0;
    margin:0px 0px 20px;
    clear:both;
    width:100%;
}

form#commentform input#email{
    text-align:left;
    float:left;
    padding:0;
    margin:0px 0px 20px;
    clear:both;
    width:100%;
}

form#commentform input#url{
    text-align:left;
    float:left;
    padding:0;
    margin:0px 0px 20px;
    clear:both;
    width:100%;
}

form#commentform label#comments-title1{
    text-align:left;
    float:left;
    clear:both;
    width:100%;
}
form#commentform label#comments-title2{
    text-align:left;
    float:left;
    clear:both;
    width:100%;
}
form#commentform label#comments-title3{
    text-align:left;
    float:left;
    clear:both;
    width:100%;
}
label#comments-title4{
    text-align:left;
    float:left;
    clear:both;
    width:100%;
}

img.size-max{
    width:100% !important;
    height:auto;
}

@media screen and (max-width:  767px) {
.space-area{
    height:20px;   
}
}

/**************************************************************
スライドショー
**************************************************************/

@media (min-width:768px){
    .main-visual{padding:0 15px;width:750px;margin:105px auto 0;}
}
@media (min-width:992px){
    .main-visual{padding:0 15px;width:970px;margin:105px auto 0;}
}
@media (min-width:1200px){
    .main-visual{padding:0px;width:1170px;margin:105px auto 0;}
}
.main-visual-margin{
    margin-top:-50px;
}

@media (max-width:767px){
    .main-visual{width:100%;margin:97px auto 0;}
    .main-visual-margin{
    margin-top:-80px;
}
}

@media (min-width:768px) and (max-width:991px){
span.header-description{
    font-size:12px;
}
}

@media (max-width:320px){
span.header-description{
    font-size:9px;
}
    .main-visual{width:100%;margin:90px auto 0;}
}