body {
  position: relative;
}
iframe.footer_frame {
  vertical-align: bottom;
  width:1px;
  min-width: 100%;
}
#frame_footer {
  position: absolute;
  top: 500px;
  bottom: 0;
  width: 100%;
}
.ticketForm {
    max-width: 700px;
    padding: 15px;
    margin: 0 auto;
}
.loading {
    display: block;
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.8;
}
.loading img {
    position: absolute;
    top: 50vh;
    left: 50vw;
    z-index: 99999;
}

#text-danger-div {
    border: #FF0000 solid 3px;
    margin-bottom: 15px;
    background: url(../images/warning_y.gif) no-repeat;
}

#advicemessage {
  color: #FF0000;
  font-weight: bold;
}

.text-danger {

    padding: 20px 10px 20px 75px;
    margin: 0px;
    color: #FF0000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
}

.mockform {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.mpform {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
}

.modal-dialog-center {
  padding-top: 120px;
}
body {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}

.mypage-title-komoke {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    color: #666666;
}
.mypage-title-komoke {
    border-left: rgb(102,102,102) solid 7px;
    /* width: 250px; */
}
.mypage-title-komoke {
    text-align: left;
}
.mypage-title-komoke2 {
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    color: #666666;
}
.mypage-title-komoke2 {
    border-left: rgb(102,102,102) solid 7px;
    /* width: 250px; */
}
.mypage-title-komoke2 {
    text-align: left;
}

.mypage-title-komoke2.-font-color-red {
  border-left-color: red;
}

pre{
    background-color: white;
}

@media screen and (min-width: 0px) and (max-width : 767px){
    * {
        font-size:12px;
    }
    h1,h2 {
        font-size: 1.5em;
    }
    h3,h4,h5 {
        font-size: 1.2em;
    }
    p,div, .panel-title, .form-control {
        font-size: 1em;
    }
    p.story {
        font-size: 1.0em;
    }
    .copyright{
        font-size: 9px;
    }
}

@media screen and (min-width: 768px) and (max-width : 991px){
    * {
        font-size:14px;
    }
    .copyright{
        font-size:9px;
    }
    p.story {
        font-size:14px;
        line-height: 1.8;
    }

}

@media screen and (min-width : 992px) {
    * {
        font-size:16px;
    }
    .copyright{
        font-size:9px;
    }
    p.story {
        font-size:18px;
        line-height: 1.8;
    }

}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}
#main-slider {
  background-image: url(../images/slider-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: #fff;
}
#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 68px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}
#contact .box {
  background-color: #222;
  color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box {
  padding: 50px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  border-radius: 5px 5px 5px 5px;
}
.box.first {
  margin-top: -40px;
  border-radius: 5px 5px 0 0;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}
#pricing .box {
  background-color: #f9f9f9;
}
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
#pricing .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}
#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: #fff;
  /* border-radius: 0 0 5px 5px; */
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.navbar-default .first a {
  /* border-radius: 0 0 0 5px; */
}
/* 既存ログイン画面&共通マイページのロゴ画像 */
.navbar-default .navbar-brand {
  /* margin-right: 50px; */
  margin-left: 20px;
  width: 200px;
  height: 69px;
  background-image: url(../images/wi2_logo.png);
  background-size: 143px 59px;
  background-repeat: no-repeat;
  background-position: left;
}
/* retina対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
  .navbar-default .navbar-brand {
    background-image: url(../images/wi2_logo@2x.png);
  }
}
/* スマパス版ログイン画面のロゴ画像 */
.navbar-default .auspLogo {
  /* margin-right: 50px; */
  margin-left: 20px;
  width: 248px;
  height: 69px;
  background-image: url(../images/ausp_wi2_logo.png);
  background-size: 248px 59px;
  background-repeat: no-repeat;
  background-position: left;
}
/* スマパス版retina対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
  .navbar-default .auspLogo {
    background-image: url(../images/ausp_wi2_logo@2x.png);
  }
}


.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 20px;
  font-size: 14px;
  /* line-height: 10px; */
  color: #999;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #79c5c2;
  color: #fff;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}


div#fotter_logo {
    height: 50px;
    width: 100%;
    background: url(../images/illust_footer.png) no-repeat 0 50%;
    background-image:url(../images/illust_footer.png);
    background-size:contain;
    background-position: center;
    background-color: white;
}

.page-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(204, 204, 204) dotted 2px;
    padding: 5px;
    margin: 0px 0px 20px 0px;
    color: rgb(102, 102, 102);
}
/* �y�}�C�y�[�W���j���[�z�w�i�O���[�̃y�[�W�^�C�g���p */
.menu_page_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(204, 204, 204) dotted 2px;
    padding: 5px;
    margin: 0px 0px 20px 0px;
    color: rgb(102, 102, 102);
    word-break: break-all;
}
.mypage-title1,
.mypage-title2,
.mypage-title3,
.mypage-title4 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    color: #666666;
}
p#linksf {
  background-color: white;
}

#row_fotter {
  background-color: #0db9fc;
}
#footer > div > div > div > div.hidden-xs > table > tbody > tr {
  color : white;
}
#footer > div > div > div > div.hidden-xs > table > tbody > tr a {
  color : white;
}
#footer > div > div > div > p {
  color : white;
}

#footer > div > div > div > div.visible-xs > table a {
  color : white;
}
#footer > div > div > div > div.visible-xs {
  color : white;

}
#footer > div > div > div > p:nth-child(1) {
      margin: 0 0 0px;
}
#linksf a {

    padding: 0 10px;
    border-left: solid 1px #ccc;
}
#linksf a:last-child {

    border-right: solid 1px #ccc;
}

.mypage-title-komoke {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    color: #666666;
}
.mypage-title-komoke {
    border-left: rgb(102,102,102) solid 7px;
    /* width: 250px; */
}
.mypage-title-komoke {
    text-align: left;
}

.mockform {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}
.mypage-title1 {
    border-left: rgb(0, 160, 233) solid 7px;
    width: 280px;
}
.mypage-title2 {
    border-left: rgb(220,20,60) solid 7px;
    width: 280px;
}
.mypage-title3 {
    border-left: rgb(249, 174, 0) solid 7px;
    width: 280px;
}
.mypage-title4 {
    border-left: rgb(92, 184, 92) solid 7px;
    width: 280px;
}
.menu_vertical_middle {
    text-align: left;

}
.menu_btn-block {
    display: block;
    width: 280px;
    margin-top: 10px;
}
.menu_btn-block + .menu_btn-block {
    margin-top: 10px;
}
.mypage_menu_form {
    max-width: 540px;
    padding: 10px;
    margin: 0 auto;
}
.menu_btn {
    max-width: 500px;
    height: auto;
}

div#invoice_contact_table >table > tbody > tr {
    word-break: break-all;
}

div#invoice_number_table >table > tbody > tr {
    word-break: break-all;
}