@charset "utf-8";
/* CSS Document */

@media(max-width:1024px){
.hide-in-mobile{display:none;}
}

@media(min-width:1024px){
.hide-in-web{display:none;}
}


  
.img{
		border:0px;
	}
	
.b1{
		background-image: url("../images/ba-01-08.png");
		ackground-position:center;
		background-repeat: repeat-x	;
	min-height: 100vh;
	width: auto;
	}
.b2{
	background-image: linear-gradient(to right, #f43b47 0%, #453a94 100%);
	ackground-position:center;
	background-repeat: repeat-x	;
	min-height: 100vh;
	max-width: auto;
	}

    .b3{
		background-color:#FFFFFF ;
		ackground-position:center;
		background-repeat: repeat-x	;
        background-attachment:fixed;
        background-position:center;
		
}

#gotop {
    position:fixed;
    z-index:90;
    right:30px;
    bottom:31px;
    display:none;
    width:50px;
    height:50px;
    color:#fff;
    background:#33b5e5;
    line-height:50px;
    border-radius:50%;
    transition:all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#gotop :hover{
    background:#0099CC;
}



#borderb{
	border:2px #036EB8 solid;
	border-radius:5px;
}
	
ul { list-style: none; }
