/* ----------------------------------------
* all
---------------------------------------- */
body {
  padding-top: 100px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background: #f7f7f7;
  color: #333;
}

.dashed {
  border-top: 2px #ccc dashed;
}

/* image */
.shadow-wrap {
  border: 1px #d6d6d6 solid;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 20px;
}

/* ----------------------------------------
* display
---------------------------------------- */
/* ----------------------------------------
* header
---------------------------------------- */
.navbar .brand {
  float: left;
  width: 205px;
  padding-right: 0;
}

#inner-header .navbar {
  background-color: #ecf6fb;
  border-bottom: none;
}
#inner-header .navbar .navbar-inner {
  background-image: none;
  background-color: transparent;
  filter: "";
}

#header-right {
  float: right;
  width: 720px;
}
#header-right #header-text {
  line-height: 30px;
  font-size: 14px;
  width: 320px;
  float: left;
}
#header-right #header-social {
  width: 400px;
  float: right;
  height: 30px;
  text-align: right;
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#header-right #header-social li {
  float: left;
  width: auto;
  padding-left: 10px;
}
#header-right #header-social li #h-tw {
  width: 110px;
}

@media (max-width: 320px) {
  #inner-header .navbar #header-right #header-text {
    margin: 0;
  }
  #inner-header .navbar iframe {
    display: none;
  }
  #inner-header .navbar .nav-tabs {
    margin-top: -15px;
  }
  #inner-header .navbar .nav-tabs li.btn {
    width: 90%;
    display: block;
  }
  #inner-header .navbar .nav-tabs li.btn a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.mobile-header {
  margin-bottom: 0;
}
.mobile-header .navbar-inner {
  background-image: none;
  background-color: #ecf6fb;
}
.mobile-header .navbar-inner .brand {
  padding: 0 20px 0 30px;
  width: 180px;
  float: left;
}
.mobile-header .navbar-inner img {
  margin-top: 10px;
  width: 180px;
}
.mobile-header .navbar-inner .mobile-header-btn {
  margin-right: 20px;
}
.mobile-header .navbar-inner .mobile-header-btn .btn {
  padding: 7px 15px;
}
.mobile-header .navbar-inner .mobile-header-btn .btn-primary {
  text-shadow: none;
}

.mobile-header + .container h1 {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: -20px;
}
.mobile-header + .container .frontpage-top {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile-header + .container .frontpage-top img.aligncenter {
  width: 200px;
}
.mobile-header + .container .frontpage-top h2 {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mobile-header + .container .frontpage-top p {
  text-align: left;
  line-height: 1.5em;
}
.mobile-header + .container .frontpage-top .btn {
  width: 100%;
}

.frontpage-mobile-feature {
  border-top: 1px solid #CCC;
}
.frontpage-mobile-feature li {
  border-bottom: 1px solid #CCC;
}
.frontpage-mobile-feature li:last-child {
  border-bottom: none;
}
.frontpage-mobile-feature img {
  width: 130px;
  float: left;
}
.frontpage-mobile-feature h3 {
  line-height: 1.5em;
}

.btn-change-pcview {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #CCC;
  text-align: center;
}

/* ----------------------------------------
* content
---------------------------------------- */
.page-template-page-full-width-lp-php #g-container-fluid.container,
.page-template-page-full-width-page-php #g-container-fluid.container {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .page-template-page-full-width-lp-php #g-container-fluid.container,
  .page-template-page-full-width-page-php #g-container-fluid.container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.full-shadow {
  background: url(../images/shadow.png) repeat-x left bottom;
  padding: 20px 0 30px;
}
.full-shadow h2 {
  color: #333;
  margin: 40px 0 20px;
  font-weight: bold;
}
.full-shadow .lead {
  font-size: 14px;
}

.full-noshadow {
  padding: 20px 0;
}

/* page-template-page-full-width-page-php */
.page-template-page-full-width-page-php .page-header {
  border: none;
  padding: 0;
  color: #333;
}

/* ----------------------------------------
* main
---------------------------------------- */
/* front page */
.frontpage h1 {
  font-size: 31.5px;
  font-weight: bold;
}
.frontpage h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.frontpage h3 {
  font-size: 24.5px;
  font-weight: bold;
}
.frontpage h4 {
  font-size: 17.5px;
  font-weight: bold;
}
.frontpage h5 {
  font-size: 14px;
  font-weight: bold;
}
.frontpage h6 {
  font-size: 11.9px;
  font-weight: bold;
}
.frontpage h1 small {
  font-size: 21.7px;
}
.frontpage h2 small {
  font-size: 18px;
  line-height: 36px;
}
.frontpage h3 small,
.frontpage h4 small {
  font-size: 14px;
}
.frontpage h2.title-divider {
  border-left: 10px solid #888;
  border-bottom: 1px solid #888;
  padding: 2px 2px 2px 10px;
}
.frontpage h2.title-divider small {
  display: block;
  color: rgba(51, 51, 51, 0.6);
}
.frontpage .de-em {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.8);
}
.frontpage .enforce-color {
  color: #001377;
}

.frontpage-feature,
.frontpage-price,
.frontpage-imageAndList {
  margin-top: 20px;
}

.frontpage-top {
  margin: 50px 0 100px 0;
}
@media (max-width: 1024px) {
  .frontpage-top {
    margin: 50px 0 20px 0;
  }
}

.frontpage-top-text {
  text-align: center;
}
.frontpage-top-text h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.frontpage-top-text p a {
  display: inline-block;
  margin-top: 5px;
}
.frontpage-top-text img {
  width: 180px;
}
.frontpage-top-text .btn {
  box-sizing: border-box;
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.frontpage-feature h3, .frontpage-feature p {
  margin: 0 12px;
}
.frontpage-feature h3 {
  font-size: 18px;
  margin-top: 0;
}
.frontpage-feature p {
  line-height: 1.5em;
}

.frontpage-price .well {
  border: 1px solid #cbe6f3;
  box-shadow: 1px 2px 5px #cdcdcd;
  min-height: 300px;
  text-align: center;
  position: relative;
  background-color: #FFF;
}
.frontpage-price h3 {
  margin: 0;
}
.frontpage-price p.price {
  margin: 5px -23px;
  background-color: #cbe6f3;
  padding: 20px 0;
  display: block;
  border: 1px solid #cdcdcd;
  font-size: 28px;
  font-weight: bold;
}
.frontpage-price p.price span {
  font-size: 14px;
  font-weight: normal;
}
.frontpage-price ul {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .frontpage-price ul {
    font-size: 13px;
  }
}
.frontpage-price ul li {
  line-height: 2em;
  border-bottom: 1px dotted #ddd;
}
.frontpage-price .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 90%;
  font-size: 14px;
  text-shadow: 1px 1px #666;
  position: absolute;
  bottom: 10px;
  left: 5%;
}

.frontpage-imageAndList h3 {
  margin: 15px 0 0 0;
  font-size: 18px;
}
.frontpage-imageAndList h3:first-child {
  margin-top: -10px;
}
.frontpage-imageAndList p {
  line-height: 1.5em;
}

/* page footer */
.page-footer .inset-img {
  padding: 10px;
  text-align: center;
  border: 1px #d6d6d6 solid;
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-footer .inset-img:hover {
  -webkit-box-shadow: inset 0 10px 80px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 80px rgba(0, 0, 0, 0.1);
}
.page-footer h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/* page */
body.page-template-page-left-sidebar-php #main article {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px #d6d6d6 solid;
  padding: 20px;
}
body.page-template-page-left-sidebar-php #main article h1 {
  color: #333;
  font-size: 21px;
  text-align: right;
}
body.page-template-page-left-sidebar-php #main article h2 {
  color: #333;
  font-size: 16px;
  border-bottom: 2px #ccc dashed;
}

/* ----------------------------------------
* side
---------------------------------------- */
.menu-side-nav-container ul {
  list-style: none;
  background: #f6f6f6;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.menu-side-nav-container ul li a {
  display: block;
  padding: 5px 8px;
}
.menu-side-nav-container ul li:hover a, .menu-side-nav-container ul li.current-menu-item a {
  background: #fff;
  text-decoration: none;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  background: #f6f6f6;
  border-top: 1px #ddd solid;
}

#widget-footer .widgettitle {
  font-weight: bold;
  color: #333;
}
#widget-footer ul {
  list-style: none;
  margin-left: 0;
  font-size: 13px;
}
#widget-footer a {
  color: #555;
}

#footer-social-nav ul {
  margin: 0 0 0 -20px;
  list-style: none;
}

#footer-copy {
  background: #d6d6d6;
}
#footer-copy ul li {
  float: left;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  #footer-copy .container .row .span6:first-child {
    width: 300px;
  }
  #footer-copy .container .row .span6:last-child {
    width: 400px;
  }
}

.footer-socialParts .footer-socialParts-facebook,
.footer-socialParts .footer-socialParts-twitter,
.footer-socialParts .footer-socialParts-googlePlus,
.footer-socialParts .footer-socialParts-hatena {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  height: 21px;
}
.footer-socialParts .fb-like-box {
  margin-top: 0px;
  width: 300px;
}
.footer-socialParts .trustE {
  clear: both;
}

.mobile-footer {
  margin-right: -20px;
  margin-left: -20px;
}
.mobile-footer #footer-social-nav ul {
  margin-left: 20px !important;
}
.mobile-footer #footer-social-nav li {
  float: left;
  display: block;
  width: 45%;
  margin-top: 20px;
}
.mobile-footer #footer-copy {
  margin-top: 20px;
  padding: 10px;
}
.mobile-footer #footer-copy ul {
  margin-top: 10px;
}
.mobile-footer #footer-copy ul li {
  line-height: 1.5em;
}
.mobile-footer #footer-copy ul + p {
  clear: both;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  #footer .span4 {
    margin-left: -50px;
  }
  #footer .fb-like-box {
    width: 300px !important;
  }

  .footer-facebook {
    margin-left: 5px;
    width: 177px;
  }
}
iframe[name='google_conversion_frame'] {
  display: none;
}

#Vesicomyid-BEACON124688 {
  display: none;
}
