@charset "utf-8";

/*-------------------- centering --------------------*/

body {
	background-color: #eef0ef;
}
#wrapper {
	background-color: #eef0ef;
}

/*-------------------- header --------------------*/

/*---------- logo ----------*/

#logo p a {
	background: url(../images/jumpLogo_g.jpg) left top no-repeat;
}

/*---------- nav ----------*/

#nav ul li a {
	background: url(../images/nav_g.jpg) left top no-repeat;
}

/*-------------------- article --------------------*/

/*---------- section ----------*/

/* Work */

#sectionWork {
	width: 800px;
	margin: 60px 0 0 0;
}

/* bookblock */

.bb-custom-wrapper {
	width: 800px;
	position: relative;
}
.bb-custom-wrapper .bb-bookblock {
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
}

/* workNav */

#workNav {
	float: left;
	width: 800px;
	height: 110px;
}
#workNav ul {
	margin: 40px 0 0 200px;
}
#workNav ul li {
	float: left;
	margin: 0 20px 0 20px;
}
#workNav ul li a {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/work/workNav.jpg) left top no-repeat;
	font-size: 7px;
	line-height: 20px;
	color: #ddd;
}

#workNav ul li a#prevPage {
	background-position: 0 -40px;
}
#workNav ul li a#prevPage:hover {
	background-position: 0 0;
}

#workNav ul li a#prev {
	background-position: -40px -40px;
}
#workNav ul li a#prev:hover {
	background-position: -40px 0;
}

#workNav ul li a#autoPlay {
	background-position: -80px -40px;
}
#workNav ul li a#autoPlay:hover {
	background-position: -80px 0;
}

#workNav ul li a#autoStop {
	background-position: -120px -40px;
}
#workNav ul li a#autoStop:hover {
	background-position: -120px 0;
}

#workNav ul li a#next {
	background-position: -160px -40px;
}
#workNav ul li a#next:hover {
	background-position: -160px 0;
}

#workNav ul li a#nextPage {
	background-position: -200px -40px;
}
#workNav ul li a#nextPage:hover {
	background-position: -200px 0;
}

/* thumbnail */

#thumbnailWrap {
	float: left;
	width: 800px;
	height: 40px;
	overflow: hidden;
}
#thumbnailWrap #thumbPageNum {
	float: left;
	width: 50px;
}
#thumbnailWrap #thumbPageNum li {
	float: left;
	margin: 0 5px 0 5px;
}
#thumbnailWrap #thumbPageNum li p {
	float: left;
	width: 40px;
	height: 40px;
	font-size: 7px;
	line-height: 20px;
}
#thumbPage01 {
	background: url(../images/work/thumbPage01.jpg) left top no-repeat;
}
#thumbPage02 {
	background: url(../images/work/thumbPage02.jpg) left top no-repeat;
}
#thumbPage03 {
	background: url(../images/work/thumbPage03.jpg) left top no-repeat;
}
#thumbPage04 {
	background: url(../images/work/thumbPage04.jpg) left top no-repeat;
}
#thumbPage05 {
	background: url(../images/work/thumbPage05.jpg) left top no-repeat;
}
#thumbPage06 {
	background: url(../images/work/thumbPage06.jpg) left top no-repeat;
}
#thumbPage07 {
	background: url(../images/work/thumbPage07.jpg) left top no-repeat;
}
#thumbPage08 {
	background: url(../images/work/thumbPage08.jpg) left top no-repeat;
}
#thumbPage09 {
	background: url(../images/work/thumbPage09.jpg) left top no-repeat;
}
#thumbPage10 {
	background: url(../images/work/thumbPage10.jpg) left top no-repeat;
}
#thumbnailWrap #thumb {
	float: right;
	width: 750px;
}
#thumbnailWrap #thumb li {
	float: left;
	margin: 0 5px 0 5px;
}
#thumbnailWrap #thumb li a {
	float: left;
	width: 40px;
	height: 40px;
	color: #ddd;
	font-size: 7px;
	line-height: 20px;
}

/* No JS */

.no-js .bb-custom-wrapper {
	height: auto;
}
.no-js .bb-custom-content {
	height: 470px;
}