@charset "utf-8";
img {
    max-width: 100%;
    height: auto;
}
html {
	font-size: 62.5% !important;
	font-family: "微軟正黑體", Arial;
}
@media screen and (max-width: 920px) {
  html {
    font-size: 58% !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 61% !important;
  }
}


.pc {
  display: block!important;
}
@media screen and (max-width: 920px) {
  .pc {
    display: none!important;
  }
}



.mobile {
  display: none!important;
}
@media screen and (max-width: 920px) {
  .mobile {
    display: block!important;
  }
}
h1, h2, h3, h4, h5, h6, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: normal;
}
.mz_sell_left ul.stable {
	width: 100%;
	list-style-type: none;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	display: flex;
justify-content: space-between;
align-items: stretch;
}
.mz_sell_left ul.stable li {
	width:calc(32.3333% - 10px);
	margin-left:5px;
	margin-right:5px;
	float:left;
	border-radius:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
justify-content: space-between;
align-items: stretch;
position:relative;
}
@media screen and (max-width: 480px) {
.mz_sell_left ul.stable {
	display: table;
}	
.mz_sell_left ul.stable li {
    width: calc(33.3333% - 10px);
}
}

.mz_sell_left ul.stable li>div {
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	border-radius:8px;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mz_sell_left ul.stable li>a {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	font-size:0;
	display:block;
}
@media screen and (max-width: 480px) {
.mz_sell_left ul.stable li>div {
    padding: 5px;
}


}
.mz_sell_left ul.stable li>div .pic {
	width:100%;
	margin-bottom:5px;
}

.mz_sell_left ul.stable li>div .pic img{
	width:100%!important;
	height:auto!important;
}


.mz_sell_left ul.stable li>div .text{
	width: 100%;
	height: auto;
	font-size: 1.8rem!important;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	line-height:140%;
}

.mz_sell_left ul.stable li>div .text span{
	width:100%;
	height:auto;
	font-size:2.0rem!important;
	display:block;
	color:#ff6666;
	font-weight: bold;
	
}
.mz_sell_right .title{width:100%;	border-top-left-radius:15px;
	border-top-right-radius:15px;box-shadow:0 5px 5px rgba(0,0,0,0.3);}
.mz_sell_right .title img{width:100%;height:auto;}


.search_bar{
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/right_part_bg.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 480px) {
.search_bar{
	padding: 20px;
}
.mz_sell_left ul.stable li>div .text {
    font-size: 1.2rem!important;
}

.mz_sell_left ul.stable li>div .text span{
    font-size: 1.6rem!important;
	line-height: 150% !important;
}

}
.search_bar form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	font-size: 2.0rem;
	line-height: 150%;
	color: #FFF;
	font-weight:bold;
	font-family: "微軟正黑體", Arial;
}

.search_bar form fieldset{
	border:none;
	margin:0;
	padding:0;
}

.search_bar form fieldset label>div,.search_bar form fieldset label{
	display:table;
	margin-bottom:20px;
	width:100%;
	text-align:left;
	font-size:2.4rem;
	
}

@media screen and (max-width: 480px) {

.search_bar form fieldset label>div,.search_bar form fieldset label{

	font-size:2.0rem;
	
}

}

.search_bar form fieldset select{
width:100%;
height:40px;
-webkit-appearance: none; /*Chrome*/
-moz-appearance: none; /*FF*/
appearance: none;/*CSS3*/	
background-color:#fff;
border-radius:5px;
background-image:url(../images/arrow.png);
background-position:right center;
background-repeat:no-repeat;
border:none;
padding-left:10px;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.2rem;
	color:#6f635d;
}

.search_bar form fieldset select::-ms-expand {
display: none; /*IE*/
}

@media screen and (max-width: 480px) {

.search_bar form fieldset label>div, .search_bar form fieldset label {
    margin-bottom: 5px;

}
}
.search_bar form fieldset label>div,.search_bar form fieldset label>span{
	display:inline-block;
	float:left;
	
}
.search_bar form fieldset label>span{
	padding-left:10px;
	
}
.search_bar form fieldset label>div{
width:calc(100% - 50px);
}


@media screen and (max-width: 480px) {

.search_bar form fieldset label>div{
width:calc(100% - 30px);
}


}
.search_bar form fieldset:first-child{
	width: 60%;
}

.search_bar form fieldset:last-child{
	width: 36%;
}.search_bar form fieldset input[type="button"] {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-color: transparent;
	background-image: url(../images/search_bt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
	margin-top:35%;
	width: 100%;
	padding-top: 102%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	display: block;
	cursor: pointer;
}
.list_p{
	width: 100%;
	background-image: url(../images/bggb.png);
	background-repeat: repeat;
	background-position: left top;
	margin-top:30px;
	padding-bottom:20px;
}
.list_p .mz_sell_box .list_sq {
	height: auto;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap:wrap ;
	
}


.list_p .mz_sell_box .list_sq>div {
	width:calc(50% - 15px);
	float:left;
	margin-bottom:20px;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
	background-color:#fff;
	margin-right:30px;
	margin-bottom:30px;

}

.list_p .mz_sell_box .list_sq>div:nth-child(2n) {
	margin-right:0px;
}
.list_p .mz_sell_box .title{
	width:100%;
	display:block;
}

.list_p .mz_sell_box .title img{
	width:100%;
	height:auto;
}

.list_p .mz_sell_box .list_sq div {
	position:relative;
}
.list_p .mz_sell_box .list_sq div>a {
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	display:block;
	width:100%;
	height:100%;
	z-index:20;
}
.list_p .mz_sell_box .list_sq div>a:hover {
	background-color:rgba(255,255,255,0.2);
}

.list_p .mz_sell_box .list_sq div .toptitle {
	font-size: 2.4rem;
	line-height: 140%;
	color: #3CC;
	background-color: #ffffad;
	height: auto;
	width: 100%;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "微軟正黑體", Arial;
	    font-weight: bold;
}

.list_p .mz_sell_box .list_sq div .toptitle span{
	font-size: 1.8rem;
	line-height: 140%;
	color: #666;
	    font-weight: normal;
}
.page .brand {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
.page .brand {
	margin-top: 30px;
	margin-bottom: 30px;
}
.list_p .mz_sell_box .list_sq div .toptitle {
    font-size: 2.0rem;
}
}
.list_p .mz_sell_box .list_sq div .toptitle span:before{
	content:"▸";
	transform:rotate(90deg);
	color:#3CC;
	font-size:2.0rem;
	margin-left:10px;
}
.list_p .mz_sell_box div .list_sq  div  .pic {
	margin: 5px;
	height: auto;
	width: calc(100% - 10px);
}
.list_p .mz_sell_box div .list_sq div.aa  .pic{
	    width: 100%;
	margin: 0px;
	margin-bottom:5px;
}
.list_p .mz_sell_box div .list_sq div .pic img{
	width:100%;
	height:auto;
}
.list_p .mz_sell_box div .list_sq div .bottomtext {
	font-size: 2.4rem;
	line-height: 140%;
	font-weight: bold;
	color: #F66;
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_p .mz_sell_box div .list_sq div .bottomtext >div {
	width: 70%;
	float: left;
	display: table;
	font-family: "微軟正黑體", Arial;
}
.list_p .mz_sell_box div .list_sq div.aa .bottomtext >div {
    width: 100%;
    float: left;
    display: table;
    font-family: "微軟正黑體", Arial;
}

.list_p .mz_sell_box div .list_sq div .bottomtext a {
	background-color: #F66;
	display: block;
	float: right;
	border-radius:15px;
	width: 25%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	z-index:30;
}
@media screen and (max-width: 1024px) {
	
.list_p .mz_sell_box div .list_sq div .bottomtext >div {
	width: 65%;
	float: left;
	display: table;
	font-family: "微軟正黑體", Arial;
}


.list_p .mz_sell_box div .list_sq div .bottomtext a {
	width: 30%;
}	
	
}
.list_p .mz_sell_box div .list_sq div .bottomtext a img {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 820px) {
	
.list_p .mz_sell_box div .list_sq div .bottomtext >div {
	width: 100%;
	float: left;
	display: table;
	font-family: "微軟正黑體", Arial;
	line-height:120%;
	margin-bottom:10px;
}



.list_p .mz_sell_box div .list_sq div .bottomtext a {
	width: 100%;
	margin-bottom:5px;
}	
.list_p .mz_sell_box div .list_sq div .bottomtext a img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.list_p .mz_sell_box .list_sq div .toptitle span{
	font-size: 1.6rem;
	line-height: 140%;
	color: #666;
}	
}
@media screen and (max-width: 480px) {
.list_p .mz_sell_box .list_sq>div {
	width:100%;
	margin-right:0px;
	margin-bottom:20px;

}
.list_p .mz_sell_box .list_sq div .toptitle span:before {
    margin-left: 0px; 
}

.list_p .mz_sell_box div .list_sq div .bottomtext {
    font-size: 2.0rem;
    line-height: 140%;
    color: #F66;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}
.page .brand .mz_sell_box>div{
	width:100%;
}


.page .brand .mz_sell_box div .title {
	font-family: "微軟正黑體", Arial;
	font-size: 4.5rem;
	color: #24939a;
	text-align: center;
	background-image: url(../images/ddse.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}


.page .brand .mz_sell_box div .title span{
	padding-left:15px;
	padding-right:15px;
	background-color:#fff;

}
@media screen and (max-width: 480px) {
	
	.page .brand .mz_sell_box div .title {
	font-size: 3.2rem;
}

}

.page .brand .mz_sell_box div .list {
	width:100%;
		display: flex;
justify-content: space-between;
align-items: stretch;
position:relative;
flex-wrap: wrap;	
	}
	
	
.page .brand .mz_sell_box div .list>div {
	width:calc(25% - 10px);
	margin:5px;
	border-radius:10px;
	padding-top:18%;
	float:left;
	position:relative;
	overflow:hidden;

	}
@media screen and (max-width: 880px) {
.page .brand .mz_sell_box div .list>div {
	width:calc(50% - 10px);
	padding-top:45%;
	}
}	
.page .brand .mz_sell_box div .list>div>div {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display: flex;
justify-content: center;
align-items: center!important;

	}
	.page .brand .mz_sell_box div .list>div>div>div {
		width:70%;

	}
	
		.page .brand .mz_sell_box div .list>div>div>div h3{
		color:#4a4a4a;
		font-size:2.4rem;
		text-align:center;
		font-weight:bold;
		width:100%;

	}
	
			.page .brand .mz_sell_box div .list>div>div>div p{
		color:#4a4a4a;
		font-size:1.6rem;
		text-align:left;
		margin-top:5px;
		margin-bottom:5px;

	}
@media screen and (max-width: 880px) {
	.page .brand .mz_sell_box div .list>div>div>div {
		width:90%;

	}
}
@media screen and (max-width: 480px) {
	.page .brand .mz_sell_box div .list>div>div>div h3{
		font-size:2.0rem;
	}
	
	.page .brand .mz_sell_box div .list>div>div>div p{

		font-size:1.4rem;
	}
	
	.page .brand .mz_sell_box div .list.mobile {
    display: flex!important;
}
	
	
}	
.page .brand .mz_sell_box div .list>div>div img{
	width:100%;
	height:auto;
	}
	
@media screen and (max-width: 880px) {
.page .brand .mz_sell_box div .list>div>div img{
    width: auto!important;
    height: 100%;
    max-width: unset;
}
	
}
	
.page .brand .mz_sell_box div .list>div>div img:hover{
	transform:scale(1.05);
		-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	
	
.onepic{width:100%; }

.onepic .mz_sell_box>div,.slide_a .mz_sell_box>div{width:100%;}
.onepic .mz_sell_box>div img{width:100%;height:auto;}


.slide_a .mz_sell_box>div{
position:relative;		
}




.slide_a .mz_sell_box .slidx {
    height: 70%;
    width: 84%;
    position: absolute;
    left: 8%;
    top: 19%;
}
.page .slide_a .mz_sell_box div .slidx .x {
    float: left;
    width: 100%;
    position: relative;
}
#slide_a .x iframe {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
}
#slide_a .x:after {
	width: 100%;
	padding-top: 58%;
	content:"";
	    display: block;
}
.page .slide_b .mz_sell_box div #slide_b .x .text h3 {
    font-size: 2.0rem;
    line-height: 150%;
    font-weight: bold;
    color: #F66;
    text-align: left;
    margin-top: 10px;
    height: 6rem;
    overflow: hidden;
}

#slide_b .x .text p {
	font-size: 1.6rem;
	line-height: 150%;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
	height:4.5em;
	overflow:hidden;
}



.slide_a  .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	border: none;
	font-size: 0;
	width: 70px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	background-color: transparent;
	background-image: url(../images/arrow_a.png);
	outline:none;
}


#slide_b  .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	border: none;
	font-size: 0;
	width: 70px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	background-color: transparent;
	background-image: url(../images/arrow_b.png);
	outline:none;
}

#slide_b{
	position:relative;
}

#slide_a  .slick-arrow.slick-prev,#slide_b .slick-arrow.slick-prev {
	right:102%;
}

#slide_a  .slick-arrow.slick-next,#slide_b  .slick-arrow.slick-next {
	left:102%;
	transform:scaleX(-1);
	
}

#slide_a .slick-list.draggable,#slide_b .slick-list.draggable{
	overflow:hidden;
	
}

#slide_b .slick-list.draggable{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	
}
@media screen and (max-width: 880px) {
#slide_a  .slick-arrow ,#slide_b  .slick-arrow {

	margin-top: -20px;
	width: 40px;
	height: 40px;
}
#slide_a  .slick-arrow.slick-prev,#slide_b .slick-arrow.slick-prev {
	right:100%;
}

#slide_a  .slick-arrow.slick-next,#slide_b  .slick-arrow.slick-next {
	left:100%;	
}
}

@media screen and (max-width: 480px) {
#slide_a  .slick-arrow ,#slide_b  .slick-arrow {

	margin-top: -15px;
	width: 30px;
	height: 30px;
}

}
.onepic2,.page .slide_b{width:100%;}
.page .slide_b{background-color:#ccfcff;padding-top:30px;padding-bottom:30px;}

.onepic2 .mz_sell_box>div,.slide_b .mz_sell_box>div{width:100%;}

.onepic2 .mz_sell_box>div img{width:100%; height:auto;}


#slide_b{width:84%;margin-left:8%;}


#slide_b .x{
	float:left;
	 background-color:#fff;
	 margin-left:15px;
	 margin-right:15px;
	 border-radius:10px;
	 padding:10px;
	 box-shadow:0 0 5px rgba(0,0,0,0.5);
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 }

#slide_b ul.slick-dots{
    display: table!important;
    margin-left: auto;
    margin-right: auto;
	bottom: 0px !important;
}	 
#slide_b ul.slick-dots li{
    float: left;

}

#slide_b ul.slick-dots li button {
    float: left;
    margin: 0px;
    background: transparent;
    font-size: 0px;
    border: none;
    width: 12px;
    height: 12px;
    background-color: #949494;
    border-radius: 6px;
    outline: none;
}

#slide_b  ul.slick-dots .slick-active button{background-color:#58d2d9;}




#slide_b .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
#jump {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5000;
	display: flex;
justify-content: center;
align-items: center;
transform:scale(0);
opacity:0;
display:none;
}

#jump.stay {
	opacity:1;
	transform:scale(1);
  -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 display:flex;
}
#jump .sq {
	background-color: #FFF;
	height: 70%;
	width: 90%;
	max-width: 600px;
	position: relative;
	border:10px #1ab5bb solid;
	border-radius:30px;
	
}


#jump .sq .content{
    margin-top: 35px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
	height: calc(100% - 60px);
	z-index:6000;
	border:none;
	-webkit-overflow-scrolling:touch;
	
}

@media screen and (max-width: 767px) {
#jump .sq .content{
    margin-top: 35px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
	height: calc(100% - 60px);
	z-index:6000;
	border:none;
	-webkit-overflow-scrolling:touch;
	overflow: scroll; 
}

	}

@media screen and (max-width: 480px) {
#jump .sq {
    background-color: #FFF;
    height: 75%;
    width: 90%;
    max-width: 600px;
    position: relative;
    border: 10px #1ab5bb solid;
    border-radius: 30px;
}
}
	
	
	#jump .sq .closebut {
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0px;
	right: 0px;
}


#jump .sq .closebut a{
	font-size: 0;
	display: block;
	background-image: url(../images/020.png);
	background-size:cover;	
		height: 60px;
	width: 60px;
		cursor: pointer;
		margin-top: -10px;
}





#jump .sq .content #iframesq{

    width: 100%;
	height:100%;
    border: none;
    z-index: 1;
	z-index:6000;
	border:none;
}

#slide_b .x .text div a {
	font-family: "微軟正黑體", Arial;
	font-size: 1.8rem;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #1ab5bb;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	border-radius: 15px;
	border: solid 1px #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	
	margin-bottom:20px;
	margin-top:10px;
}


.page .list_p .mz_sell_box div div.order{
    width: 100%;
	margin: 20px auto 30px;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	color: #f0ff00;
	font-size: 2.8rem;
	font-weight: bold;

	
}
.page .list_p .mz_sell_box div div.order a {
	font-family: "微軟正黑體", Arial;
	color: #49CBD4;
	background-color: #FFF;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 3px solid #59D2D9;
	font-size: 2.4rem;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
}

.page .list_p .mz_sell_box div div.order a:hover {
	background-color: #FFC;
}


.page .list_p .mz_sell_box div div.order a:after {
		content:"▸";
		margin-left:10px;
}
.page .slide_b .mz_sell_box div h1 {
	font-size:4.5rem;
	line-height: 120%;
	color: #24939a;
	text-align: center;
	display:block;
	background-image: url(../images/ddse2.png);
background-repeat: repeat-x;
background-position: center center;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}

.page .slide_b .mz_sell_box div h1 span {
    padding-left: 10px;
    padding-right: 0px;
    background-color: #ccfcff;
}

.page .slide_b .mz_sell_box div h2 {
	font-size: 2.8rem;
	line-height: 150%;
	font-weight: normal;
	color: #24939a;
	display: block;
	text-align: center;
}
@media screen and (max-width: 480px) {
.page .slide_b .mz_sell_box div h1 {
	font-size:3.2rem;
}
.page .slide_b .mz_sell_box div h2 {
    font-size: 1.8rem;

}
}




.page .onepic .mz_sell_box div h1 {
	font-size:4.5rem;
	line-height: 150%;
	color: #24939a;
	text-align: center;
	display:block;
	background-image: url(../images/ddse2.png);
background-repeat: repeat-x;
background-position: center center;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}

.page .onepic .mz_sell_box div h1 span {
    padding-left: 15px;
    padding-right: 0px;
    background-color: #ccfcff;
}



@media screen and (max-width: 710px) {
.page .onepic .mz_sell_box div h1 {
	font-size:3.0rem;
	line-height: 250%;
	margin-top: 15px;}
}



@media screen and (max-width: 480px) {
.page .onepic .mz_sell_box div h1 {
	font-size:1.8rem;
	line-height: 250%;
	margin-top: 15px;}
}


/* qa 

.z .mz_tab_btn div.active {
    background-color: #1ab5bb;
    border-bottom: 4px #0e7a7e solid;
}

.z .mz_tab_btn div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0px 0px;
    background-color: #b4e3f2;
    border-radius: 0 15px 0 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 4px #1bb5bb solid;
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
    width: auto;
    text-align: center;
}

.z .mz_tab_content {
    width: 100%;
    border: 10px #b4e3f2 solid;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 26px;
}


.z .mz_tab_content ul {
    border-bottom: 3px #b4e3f2 solid;
    padding: 10px;
}*/

@media screen and (max-width: 767px) {
	/*---------頁籤(QA)----------*/
	.mz_tab_btn{
	}
	.mz_tab_btn div{
		margin:0 auto;
		width:33%;
		box-sizing:border-box;
	}

	
}







/* popup */


.der {
	width: 100%;
	position: relative;
}
.der .picp {
	width: 100%;
	margin-bottom:20px;
}
.der .picp img{
	width: 100%;
	height:auto;
}

.der .text {
	width: 100%;
	font-size:1.8rem;
	line-height:150%;
	color:#666;

}
.der .text div {
	text-align:right; 
	margin-top:20px;
}

.der .text h1 {
	margin-bottom:20px;
	font-size:2.4rem;
	
	
	color:#F66;
	font-weight: bold;

}
.der .text p {
	margin:0px;

}




.breadcrumbBOX ol {
    margin: 0px 0 0 5%;
    padding: 0px;
    font-size: 16px;
}


.mz_menu_btn[onclick], .mz_menu_list li[onclick] {
    cursor: pointer;
    font-size: 16px;
}





@media screen and (max-width: 767px) {
.mz_rm_icon {
    height: 40px;
    width: 50%;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 2.1em;
    line-height: 40px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    transition: 0s;
}
}



.gobtn {
	position: fixed;
	width: 90px;
	right: 0px;
	bottom: 30px;
	z-index: 600;
}

.gobtn img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 920px) {
.gobtn {
	position: fixed;
	width: 50px;
	right: 0px;
	bottom: 50px;
	z-index: 600;
}
}



.KVpc {
  display: block!important;
}
.KVpc img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 920px) {
  .KVpc {
    display: none!important;
  }
}


.KVmobile {
  display: none!important;
}
.KVmobile img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 920px) {
  .KVmobile {
    display: block!important;
  }
}

#slide_m button.slick-arrow {
    position: absolute;
    top: 50%;
	z-index:1;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	border-radius:50%;
	background-color:#F60;
	font-size:0;
	display:block;
	width:35px;
	height:35px;
	outline:none;
	border:none;
}

#slide_m button.slick-arrow.slick-prev {
    left:0;
	transform:rotate(180deg);
}
#slide_m button.slick-arrow.slick-next {
	
   right:0;

}







.index_up{
	height: auto;
	width: 100%;
	position: relative;
}

.index_up .weblink {
	height: 25%;
	width: 33%;
	display: block;
	position: absolute;
	top: 68%;
	left: 33%;
	font-size:0px;
}


@media screen and (max-width: 767px) {
.index_up .weblink {
	height: 25%;
	width: 50%;
	display: block;
	position: absolute;
	top: 75%;
	left: 50%;
	font-size:0px;
}
}



:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
}




.cookie_Box {
  display: block!important;
}
@media screen and (max-width: 920px) {
  .cookie_Box {
    display: none!important;
  }
}



.cookie_Box_mobile {
  display: none!important;
}
@media screen and (max-width: 920px) {
  .cookie_Box_mobile{
    display: block!important;
  }
}

