@charset "utf-8";
/* CSS Document */
#gallery #mainBox a:visited, a:link, a:hover {
	color:#00F;
}
#gallery #mainBox li {
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D51A6D;
	width: 880px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding-left: 10px;
}

.pick-up-thum {
	color: #FFF;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
	width:40px;
	text-align:center;
	float: left;
	font-size: 80%;
}
.cate01 {
	background-color: #1c861e;
}
.cate02 {
	background-color: #009f86;
}
.cate03 {
	background-color: #ed7d11;
}
.cate04 {
	background-color: #904aad;
}
.cate05 {
	background-color: #0082bb;
}
#gallery #mainBox li a {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
#galleryBox{
	width: 1170px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 80px;
}
.smallimage {
background-color: #fff;
border: 1px solid #CCC;
padding: 3px;
margin: 10px 5px 0 0;
}
