@charset "UTF-8";

body {
	padding-top: 70px;
	padding-bottom: 30px;
} 

.gotop{cursor: pointer;}

.item{
	max-width: 1600px;
	max-height: 450px;
}

.carousel-control,.carousel-indicators{display:none;}

.infopic{margin-bottom:1.2em;}

.infopic img{margin:auto;}

.redfont{color:#ff0000;}

.cover_active{background:#FFE4E1;}

.imgwarp{
	overflow:hidden;
	width:253px;
	height:190px;
}

div.thumbnail{
	width:263px;
}
/****** banner *****/
.banner{margin-bottom: 10px;}

.bannerdiv{position:relative;}

.bannerdel{
	position:absolute;
	top:0;
	right:8px;
}

.bannerdel:hover{cursor:pointer;}

/****** 排序 *******/
.sortable{
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

li.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}

.sortable li{
	background:#FFFFBB;
	border:1px solid #000000;
	margin-bottom: .5em;
	border-radius: 4px;
	overflow:hidden;
}

/**************** 瀏覽相片 modal *********************/
.modal-body{position: relative;}

.modal-body img{display: none;}

.arrow{
	z-index: 20;
	position:absolute;
	top:0;
	cursor: pointer;
}

img.modalpc{display:none;}

.prev{left:1em;top:50%;}

.next{right:1em;top:50%;}

/************ 設為首頁 *******************/
.homeView:hover{cursor: pointer;}

.home_active{background: #FFDD55;}

div.homeView input[type="checkbox"]{display: none;}