﻿@charset "utf-8";
.bread0001{
	width:73vw;
	width:var(--mainwidth);
	height:auto;
	padding: 1rem 0px;
	overflow: hidden;
	font-size: 1rem;
	margin:0 auto;
	border-bottom: 1px #dedede solid;

}

.bread0001 a{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


@media screen and (max-width:1023px)and (min-width:300px){
.bread0001{
	width:96vw;
}


}













