.containerBOX{
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
    margin-bottom: 25px;
    
    
    }

.headerimage{
    width: 25%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;


}
/*******************************************************/

.productboxA{
display: flex;
    justify-content: end;
    padding-top: 13%;	
	
	
	
}

.productboxB{
padding-top: 3%;
    padding-left: 31%;	
	
}

.productboxB h1{
	font-size: 25px;
    display: block;
	font-weight: 700;
	
	
}

.productboxB p{
	font-size: 16px;
    padding-right: 15px;
    display: block;
	
	
}

.productboxB a{
background-color: #f19041;
    /* padding: 5px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float: left;
}



.productboxBtype{
font-size: 18px;
    font-weight: 700;
    text-decoration: none;	
	color: #ffffff;
}

.productboxBtype:hover{
	color: #ffffff;
	
	
	
}

	


.productboxC{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}


/***************************商品****************************/

.productbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.uidivtype{
display: block;
margin-top: -50px;
text-indent: -9999px;
	
}

.uidiv-1{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 61%;
	position: relative;
	background-image: url(../uiux/UIUX-A_01.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}

.uidiv-2{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 116.7%;
	position: relative;
	background-image: url(../uiux/UIUX-A_02.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}

.uidiv-3{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 123.8%;
	position: relative;
	background-image: url(../uiux/UIUX-A_03.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}

.uidiv-4{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 65.8%;
	position: relative;
	background-image: url(../uiux/UIUX-A_04.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}

.uidiv-5{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 78.1%;
	position: relative;
	background-image: url(../uiux/UIUX-A_05.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}


.uidiv-6{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 88.5%;
	position: relative;
	background-image: url(../uiux/UIUX-A_06.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}

.uidiv-7{
width: 100%;
	height: 0px;
	margin: 0 auto;
	padding-bottom: 135.7%;
	position: relative;
	background-image: url(../uiux/UIUX-A_07.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;	
	
}
/*******************************************************/
.webnavA{
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 45px;


}

.webnavA ul{

    padding: 0px;
}

.webnavA li{
    float: left;
    display: block;
    
    background-color: #ededed;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #338FBF;
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
 

}

.webnavA li:hover{
    background-color: #338FBF;
    color: #ededed;
    

}

.webnavtypeA a{
width: 100%;
font-size: 16px;
line-height: 30px;
color: #338FBF;
text-decoration: none;
display: block;

}

.webnavtypeA a:hover{

    color: #ededed;
}
/*******************************************************/
.webnav{
   width: 9%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 9999;
    right: 12%;

}

.webnav ul{

    padding: 0px;
}

.webnav li{
    float: left;
    display: block;
    
    background-color: #f19041;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #FFFFFF;
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 15px;
 

}

.webnav li:hover{
    background-color: #338FBF;
    color: #ededed;
    

}

.webnavtype a{
width: 100%;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-decoration: none;
display: block;

}

.webnavtype a:hover{

    color: #ededed;
}

.webtop{
	
	display: block;
}

/**********************************/
.gotoTOPAZ {
   position: fixed;
    bottom: 5px;
    right: 15%;
    margin-bottom: 30%;
    display: none;
}

.goto{
width: 80%;
height: auto;

}

@media (max-width: 575.98px){

/**********************************/
	
.productboxA {
    display: flex;
    justify-content: center;
    padding-top: 0%;
}
	
.productboxB{
padding-top: 3%;
        padding-left: 12px;
        padding-right: 12px;
	    padding-bottom: 8px;
	
	
	}

.productboxB h1{
	font-size: 25px;
    display: block;
	font-weight: 700;
	
	
}

.productboxB p{
	font-size: 16px;
        padding-right: 0px;
        display: block;
        margin: 0px;
        margin-bottom: 10px;
	
	
}
	
.productboxB a {
    width: 100%;
        background-color: #f19041;
        /* padding: 5px; */
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-border-radius: 10px;
        /* text-align: center; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
	
.productboxC{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
	
}
	
/**********************************/


.containerBOX{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-top: 43px;
        margin-bottom: 0px;
        
    
}

.headerimage{
            width: 50%;
            height: auto;
            overflow: hidden;
            margin-left: auto;
            margin-bottom: 30px;
  }

 .productbox{
                width: 100%;
                height: auto;
                overflow: hidden;
                margin-left: auto;
                margin-right: auto;
                margin-top: 33px;
                
                
                }
.producttype{
                    margin-top: 20px;
                    color: rgb(124, 124, 124);
                    padding-bottom: 20px;
  }

  .producttitle {
    width: 148px;
    height: auto;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #338FBF;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*******************************************************/
.webnavA{
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
	


}

.webnavA ul{
    padding: 0px;
}

.webnavA li{
   float: left;
    display: block;
    background-color: #ededed;
    font-size: 19px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #338FBF;
    width: 80%;
    margin-left: 3px;
    margin-right: 3px;
 

}

.webnavA li:hover{
    background-color: #338FBF;
    color: #ededed;
    

}

.webnavtypeA a{
width: 100%;
font-size: 16px;
line-height: 30px;
color: #338FBF;
text-decoration: none;
display: block;

}

.webnavtypeA a:hover{

    color: #ededed;
}
/*******************************************************/
.webnav{
   width: 95%;
    height: auto;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    position: unset;


}

.webnav ul{
   width: 100%;
    padding: 0px;
    float: left;
    display: flex;
}

.webnav li{
    float: left;
    display: block;
    
    background-color: #f19041;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #f19041;
    width: 80%;
    margin-left: 5px;
    margin-right: 5px;
 

}

.webnav li:hover{
    background-color: #338FBF;
    color: #ededed;
	border: 1px solid #338FBF;
    

}

.webnavtype a{
width: 100%;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-decoration: none;
display: block;

}

.webnavtype a:hover{

    color: #ededed;
}
	
.webtop{
	
	display:none;
}

/**********************************/
.gotoTOPAZ {
    position: fixed;
    bottom: 5px;
    right: 18%;
    margin-bottom: 15%;
    display: none;
}

.goto{
    width: 80%;
    height: auto;
    
    }

}

@media (min-width: 540px) and (max-width: 991.98px) {
	
/**********************************/
	
.productboxA {
    display: flex;
    justify-content: center;
    padding-top: 0%;
}
	
.productboxB{
padding-top: 3%;
        padding-left: 12px;
        padding-right: 12px;
	    padding-bottom: 8px;
	
	
	}

.productboxB h1{
	font-size: 25px;
    display: block;
	font-weight: 700;
	
	
}

.productboxB p{
	font-size: 16px;
        padding-right: 0px;
        display: block;
        margin: 0px;
        margin-bottom: 10px;
	
	
}
	
.productboxB a {
    width: 40%;
        background-color: #f19041;
        /* padding: 5px; */
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-border-radius: 10px;
        /* text-align: center; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
	    float: left;
}
	
.productboxC{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
	
}
	
/**********************************/

    .containerBOX{
        width: 90%;
        height: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-top: 95px;
        margin-bottom: 10px;
        
    
}


.headerimage {
    width: 44%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.productbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
	
/*******************************************************/
	


/*******************************************************/
.webnav{
   width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    right: 0%;
    position: unset;


}

.webnav ul{

    width: 100%;
    padding: 0px;
    float: left;
    display: flex;
}

.webnav li{
    float: left;
    display: block;
    
    background-color: #ededed;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #338FBF;
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
 

}

.webnav li:hover{
    background-color: #338FBF;
    color: #ededed;
    

}

.webnavtype a{
width: 100%;
font-size: 16px;
line-height: 30px;
color: #338FBF;
text-decoration: none;
display: block;

}

.webnavtype a:hover{

    color: #ededed;
}
	
.webtop{
	
	display:none;
}
	


/**********************************/
.gotoTOPAZ {
    position: fixed;
    bottom: 2px;
    right: 2%;
    margin-bottom: 20%;
    display: block;
}

.goto{
    width: 80%;
    height: auto;
    
    }


}

/**********************************/
@media (min-width: 1280px) and (max-width: 1919px) 
{
.webnav {
    width: 9%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 9999;
    right: 0%;
}
}