@charset 'UTF-8';

/*********************************************
/*
/* Intersection
/*
/********************************************/

/****************************************
body
****************************************/
body {
    color: #212121;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"Helvetica Neue", "Helvetica", "Arial";
    font-size: 16px;
    line-height: 1.8; 
}

a {
    -webkit-tap-highlight-color: rgba(51,51,51,0.40);
    -moz-tap-highlight-color:  rgba(51,51,51,0.40);
    tap-highlight-color:  rgba(51,51,51,0.40);
    }


img {
  height: auto;
  max-width: 100%;
}

main {
    margin-bottom: 40px;
}

main a {
    color: #0048A6;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .container {
    max-width: 1009px;
}
    main a {
    color: #0048A6;
    text-decoration: none;
}

    main a:hover {
    color: #0048A6;
    text-decoration: underline;
}
}

/*********************************************
/*
/* Header
/*
/********************************************/

/****************************************
.header
****************************************/

header {
  background: #ffffff;
  border-top: 6px solid #0048A6;;
    margin-top: 0;
}

header.header {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

main {    
    padding: 100px 0 0 0;
}

@media screen and (min-width: 768px)  {
    header.header {
    height: 130px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
main {
    padding: 160px 0 0 0;
}
}



/****************************************
.site-logo
****************************************/
.site-logo {
  margin-top: 20px;
  margin-bottom: 14px;
  padding-left: 14px;
  padding-right: 0;
}

/*********************************************
/*
/* Navigation
/*
/********************************************/

/****************************************
Bread crumb
****************************************/

@media screen and (min-width: 768px) 
{
.breadcrumb {  
  font-size: 0.8em;
  margin: 5px 0 0 0 ;    
  padding: 0;
  background: none;
}
    
.breadcrumb li+li:before {
  color: #212121;
  content: '>';

}
.breadcrumb a {
  color: #0048A6;
}
.breadcrumb .active {
  color: #212121;
}
}


/****************************************
.navbar
****************************************/

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

.navbar-toggle {
  margin: 18px 0 0 0;
  background: #0048A6;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse {
  border: none;
  background: #0048A6;
  min-height: 0;
}

.navbar-inverse .navbar-collapse {
  border: none;
    
}

.navbar-collapse {
  box-shadow: none;
}


@media screen and (min-width: 768px) {
 .navbar-collapse {
   margin-top: 0;
    }
}

.navbar-nav {
  float: none;
  margin: 0;
}

.navbar-nav li {
    border-bottom: solid 1px #ffffff;   
    font-size:  1.2em; 
    background-image: url("/image/icon_nav.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 10px 0 10px 25px;
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-nav li.last {
    border-bottom: none;      
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;   
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #212121;
    border: solid 3px #000;
  }
    
.nav {
    border: soild 3px #000;
    }
    
.navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}    
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
}

@media (min-width: 768px) {
.navbar-inverse {
    background: #ffffff;
  }

ul.navbar-nav li {
  background-image: none;   
}
ul.navbar-nav>li {
    width: calc(100% / 6);
    text-align: center;
    border-right: solid 1px #999999;
    margin: 0;
    padding: 0;
  }
.navbar-nav li.line {
    border-left: solid 1px #999999;
  }

.navbar-inverse .navbar-nav>li>a {
    padding: 10px 0;
    color: #212121;
  }
.navbar-inverse .navbar-nav>li>a:hover {
    color: #0048A6;
    text-decoration: none;
  }  
.navbar-inverse {
    border: none;
    background: #ffffff;
}
}

/****************************************
.sub-nav
****************************************/
.sub-nav,
.navbar-form {
  display: none;
}

.sub-nav a {
  color: #66737f;
}

.sub-nav li:before {
  padding-right: 5px;
  content: '»';
  color: #90b7df;
}

@media (min-width: 768px) {
.sub-nav {
    display: block;
    padding-top: 16px;
    text-align: left;
  }  
dl.sub-nav dt{
    font-size: 1em;
  }    
dl.sub-nav dd.phoneNumber{
    font-size: 1.5em;
    font-weight: bold;
  } 

dl.sub-nav dd.mail{
    background-image:url(../image/icMail.svg);
    background-repeat: no-repeat;
  } 
dl.sub-nav dd a.btn {
    color: #212121;
    border: 2px solid #607D8B;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    font-size: 1em;
    width: 197px;
    padding: 10px 0;
    background: #ffffff;
  } 
dl.sub-nav dd a.btn:hover {
    background: #607D8B;
    color: #ffffff;
  } 
}




/*********************************************
/*
/* Footer
/*
/********************************************/

/****************************************
.btn-pagetop
****************************************/
.btn-pagetop {
  border-bottom: 5px solid #00146C;
  background: #ffffff;
}

.btn-pagetop .container {
  text-align: right;
}

.btn-pagetop .container a {
    display: inline-block; 
    padding-top: 7px;
    width: 120px;
    height: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    background: #00146C;
}

.btn-pagetop .container a:hover {
    text-decoration: none;
    background: #00146C;
}


/****************************************
footer
****************************************/

.footer {
    background: #0048A6;
}

.list-group,.list-group2  {
    margin: 0;
    padding: 0;   
    width: 100%;
    }

.list-group ul,.list-group2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -14px;
    margin-right: -14px;
    }


.list-group ul li,.list-group2 ul li {
    padding:  20px 0 20px 10px;
    border-bottom: solid 1px #ffffff;
}

.list-group ul li a,.list-group2 ul li a {
     color: #ffffff;
}


.list-group ul li a:hover,.list-group2 ul li a:hover{
  text-decoration: underline;
  color: #ffffff;
}



@media (min-width: 768px) {
.list-group ul li {
    float: left;
    border-bottom: none;
}
.list-group2 ul li {
    float: left;
    border-bottom: none;
} 
.footer .container{
    margin: 0 auto;
    padding:0;
}
}

.companyInfo {
    color: #ffffff;
    font-size: 0.8em;
    margin: 0;
    padding: 20px 0 0 0;
}
.companyInfo a {
    color: #ffffff;
    text-decoration: underline;
}

.copyright {
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0 0 20px;
}

/*********************************************
/*
/* MainContent
/*
/********************************************/


/*********************************************
/*
/* Common items
/*
/********************************************/


/****************************************
headdings
****************************************/

h1  {
    margin:0 0 20px 0;
}

h2.topPage {
	border-bottom: none;
    margin: 0;
}

h2.topPage:after {
	background-color: #ffffff!important;
    margin: 0;
}

h2 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #CFE7FF;
    margin-bottom: 20px;
}

h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #0048A6;
}

h3:before {
  padding-right: 5px;
  content: '■';
  color: #0048A6;
}

h4 {
  color: #0048A6;
  margin: 0 0 5px 0;
  line-height: 1.8;
}

/****************************************
box elements
****************************************/
.photo3 {
    margin-bottom: 20px;
}

.main {
    margin-bottom: 40px;
}


.box{  
    margin-bottom: 20px;
}

/****************************************
red 
****************************************/

.red {
    color: #ff0000;
}

/****************************************
table
****************************************/


table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
/*  text-align: center;*/
  width: 30%;
}

table td a {
  color: #0048A6;
}

table td a:hover {
     color: #0048A6;
    text-decoration: underline;
}
table tr td span.glyphicon glyphicon-play-circle {
 color: #607D8B;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
/*    text-align: center;*/
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
    
}



/****************************************
Inquiry
****************************************/

.inquiry {
    background: #eeeeee;
    padding: 20px;
}
   
.inquiry dl dd.phoneNumber{
    font-size: 1.5em;
    font-weight: bold;
  } 
    
.inquiry dl dd a.btn {
    color: #212121;
    border: 2px solid #607D8B;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    font-size: 1em;
    width: 250px;
    padding: 10px 0;
    background: #ffffff;
  } 
.inquiry dl dd a.btn:hover {
    background: #607D8B;
    color: #ffffff;
  } 

/*********************************************
/*
/* index.html
/*
/********************************************/

.carouselbg{
    background: none;
    margin-bottom:  40px;
}

.carousel{
   width:100%;  /*サイズ指定*/
   margin:auto;
}

.carousel img{
   width:100%;
　　margin-bottom: 20px;
}

@media (min-width: 768px) {
.carouselbg{
    /*background: #CFE7FF;*/
    background: #E7F3FF;
    margin: 10px 0 40px 0;
    padding: 15px;
       }
    
  .carousel{
   width:980px;  /*サイズ指定*/
   margin:auto;
}  
}

.business a {
    background: #0048A6;
    color: #ffffff;
    display: block;
    font-size: 1.3em;
    padding: 20px 0 20px 54px;
    border: solid 2px #0048A6;
    border-radius: 4px;
    background-image: url(../image/icon_sotop_h.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    text-decoration: none;
}



.business a:hover {
    background: #CFE7FF;
    background-image: url(../image/icon_sotop.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #0048A6;
    text-decoration: none;
}



@media (min-width: 768px) {
    .business {
    border-radius: 4px;
    box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border:1px solid #cccccc;
    }
}


/****************************************
sortthrough 
****************************************/

a.btnSort {
   background: #ffffff;
   background-image: url("/image/icon_sort.png");
   background-repeat: no-repeat;
   background-position: 8px center;
   border: solid 2px #0048A6;
   border-radius: 4px;        /* CSS3闕画｡ */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome*/  
    -moz-border-radius: 4px;   /* Firefox*/  
   color: #212121;
   display: block;
   font-size: 1.2em;
   padding: 5px 0  5px 28px;
   text-decoration: none;
  margin-bottom: 15px;
}


a.btnSort:hover {
   background: #0048A6;
   background-image: url("/image/icon_nav.png");
   background-repeat: no-repeat;
   background-position: 8px center;
   color: #ffffff;
   text-decoration: none;
   padding: 5px 0  5px 28px;
}


.cost dt {
    color: #0048A6;
    font-size: 20px;
    padding:0 0 5px 0;
}

.cost dd {
     padding:10px 0 0 0;
}



/****************************************
contact
****************************************/
.checkContent {
    margin: 20px 0; 
    padding: 20px 0; 
}

.btn1 {
    border: solid 3px #cccccc;
    color: #212121;
    background: #ffffff;
    padding: 20px; 80px;
    font-size: 1em;
    margin-bottom: 50px;
}

.btn1:hover {
    border: solid 3px #cccccc;
    background: #cccccc;
    padding: 20px; 60px;
    
}

.btn2 {
    border: solid 3px #0048A6;
    color: #ffffff;
    background: #0048A6;
    padding: 20px; 80px;
    font-size: 1em;
    margin-bottom: 20px;
}

.btn2:hover {
    color: #0048A6;
    background: #ffffff;
    padding: 20px; 60px;
    border: solid 3px #0048A6;
}

.support{
    float: left;
    border:  solid 1px #000000;
}


a.btnZip  {
   display: block;/*解説1*/
   padding: 2px 0;
   color: #212121;
   width: 40%;/*解説2*/
   background: linear-gradient(to bottom, #ffffff, #eeeeee 72%);
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));/*解説3*/
   border: solid 1px #cccccc;
   border-radius: 5px;/*解説4*/
   text-align: center;
   box-shadow: 0 2px 0 rgba(0,0,0,0.2);/*解説5*/
   
}

a.btnZip:hover  {

   display: block;/*解説1*/
   padding: 2px 0;
   color: #ffffff;
   width: 40%;/*解説2*/
   background: linear-gradient(to bottom, #0048A6, #CFE7FF 72%);
   background: -webkit-gradient(linear, left top, left bottom, from(#0048A6), to(#CFE7FF));/*解説3*/
   border: solid 1px #cccccc;
   border-radius: 5px;/*解説4*/
   text-align: center;
   box-shadow: 0 2px 0 rgba(0,0,0,0.2);/*解説5*/
text-decoration: none;

}





/*********************************************
/*
/* sitemap
/*
/********************************************/

ul.sitemap {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.sitemap li  {
    padding:10px 0;
}

ul.sitemap li:before {
  padding-right: 5px;
  content: '●';
  color: #0048A6;
  
}

ul.sitemap li a {
    color: #212121;
    text-decoration: underline;
    
}


@media (min-width: 768px) {
ul.sitemap li a {
    color: #212121;
    text-decoration: none;
    
}

}


ul.sitemap li a:hover {
    color: #0048A6;
    text-decoration: underline;
}


/*********************************************
/*
/* print
/*
/********************************************/

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media print {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .visible-md {
    display: none;
  }
  .hidden-md {
    display: block;
  }
  table.hidden-md {
    display: table;
  }
  tr.hidden-md {
    display: table-row;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell;
  }
  .hidden-md.hidden-print {
    display: none;
  }
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-6 {
    width: 40%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-sm {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  table.hidden-sm {
    display: table;
  }
  tr.hidden-sm {
    display: table-row;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell;
  }
  .hidden-sm.hidden-print {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none;
  }
  .hidden-xs {
    display: block;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell;
  }
  .hidden-xs.hidden-print {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell;
  }
  a[href]:after {
    content: " " !important;
  }
  abbr[title]:after {
    content: " " !important;
  }
}
