@charset "UTF-8";

.nav-tabs {
	border-bottom: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 15px;
    line-height: 48px !important;
}

.btn-success {
    margin:25px 0px 15px 0px;
}

fieldset {
    margin:20px 0px 0px;
}

.btn-info {
    float: right;
    margin: 3.5px 30px;
    font-family: FontAwesome;
}

@media print {
    .noprint{display:none;}
} 

.freegmap {
    /* filter:alpha(opacity=170); opacity:0.3 */
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

/* IE10以上の時 */
@media all and (-ms-high-contrast: none){
    .freegmap {
        filter:alpha(opacity=170); opacity:0.3
    }    
  }
  

.front {/*親div*/
    position: relative;
}

.front p {
    font-weight: bold; /*太字に*/
    font-size: 2.4em;/*サイズ2倍*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    width:700px;
    text-align:center;

}

.pagebreak{
    page-break-before: always;
}

.rightbtn {
    float: right;
    margin: 0px 0px 20px 0px;
    font-family: FontAwesome;
}




.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 999;
}

/*
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 30px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}*/

