@charset "utf-8";
/* CSS Document */


/*///// works /////*/

/* content */

.main_img {
	margin: 65px auto 0;
	font-size: 0;
}

.main_img li {
	display: inline-block;
	margin: 0 30px 20px 0;
}

.main_img li:nth-child(3n) {
	margin-right: 0;
}

.main_img li a img {
	box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.2);
}


/*controls*/

button {
	outline: none;
}

#colorbox , #cboxWrapper {
	overflow:visible;
}

#cboxPrevious {
	background: url(../images/arrow01.png) no-repeat left top;
	width: 40px;
	height: 40px;
	cursor: pointer;
	left: -70px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#cboxNext {
	background: url(../images/arrow02.png) no-repeat left top;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: -70px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#cboxPrevious:hover , #cboxNext:hover {
	background-position: right top;
}