/* 一般字體統一大小*/
body{
	font-size: 14px;
}
#container{
	width: 1200px;
	margin: 0 auto 50px auto;
	background: #fff;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
/*banner區*/
.banner_block{
	width: 1140px;
	margin: 0 30px 0 30px;
	position: relative;
	top: -1px;
	overflow: hidden;
}
.banner_block img{
	max-width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
/*標題列*/
.title_block{
	width: 1140px;
	margin: 0 auto;
	padding: 35px 0 20px 0;
}
.title_block span{
	font-size: 22px;
}
/*麵包屑*/
.crumb{
	float: right;
}
ul.crumb,
.crumb li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.crumb li{
	float: left;
	line-height: 1.5em;
	/*font-size: 14px;*/
	margin-top: 4px;
}
.crumb li::after{
	content: '';
	margin:0 4px 0 14px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/skechers_women_lv2_crumb.png) no-repeat;
	background-position: center;
}
.crumb li:last-child::after{
	content: '';
	display:none;

}
.crumb a{
	color: #7C7C7C;
	/*font-size: 14px;*/
}
.crumb a:hover,
.crumb a:active{
	color: #000;
}
/*編輯器*/
.html_edit{
	width: 100%;
	overflow: hidden;
}
/******手機版 start******/
@media screen and (max-width: 768px){
#container{
	width: 100%;
	box-shadow:none;
	margin: 0 auto 5px auto;
}	
.banner_block{
	display: none;
}
.title_block{
	width: 100%;
	padding:1.5em 0 1em 5%; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
.crumb{
	display: none;
}

/*回頁首*/
.back_to_top{
	margin: 10px auto 10px auto;
	background: url(../images/index/skechers_index_img.png) no-repeat;
	width: 77px; 
	height: 42px;
	background-position: -74px 0;
}

}