/*
Theme Name: Kentoco Version 2
Theme URI: http://craftcou.ch/
Description: Kentoco custom theme
Author: Jonas Raneryd
Author URI: http://craftcou.ch/
Version: 2.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Reset End
*/
.group:after {
	content: "";
	display: table;
	clear: both;
}

html,body {
	overflow-x: hidden;
}

body {
	font-family: "Kozuka Gothic Pr6N", "Osaka", sans-serif;
	font-size: 16px;
	color: #87999f;
}

.wrapper {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

strong, .strong { font-weight: bold; }

#section-new-promo {
	background: url(assets/green-bg.jpg) repeat;
}
#section-new-promo img {
	width: 100%;
}

#section1 {
	background: url(assets/green-bg.jpg) repeat;
	width: 100%;
	position: relative;
}

#section1 .wrapper {
	padding: 25px 0 150px 0;
}

#section1 .mainnavigation {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 19px;
	position: absolute;
	top: 20px;
	right: 0;
}

#section1 .mainnavigation ul {
	
}

#section1 .mainnavigation ul li {
	float: left;
	margin-left: 20px;
}

#section1 .mainnavigation ul li a {
	color: #fffcdf;
	text-decoration: none;
	text-transform: lowercase;
}

#section1 h1 {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 60px;
	text-shadow: 2px 2px 2px #739b3d;
	color: #fffcdf;
	margin: 30px 0 5px 0;
}

#section1 h1 a {
	color: #fffcdf;
	text-decoration: none;
}

#section1 h2 {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 24px;
	text-shadow: 2px 2px 2px #739b3d;
	color: #fffcdf;
}

#section1 .note {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -16px -495px;
	width: 642px;
	height: 457px;
	margin: 55px 0 0 -30px;
	position: relative;
}

#section1 .note a {
	color: #87999f;
}

#section1 .note h3 {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 32px;
	color: #bd530d;
	text-align: center;
	padding: 55px 0 19px 48px;
}

#section1 .note .desc_jp {
	color: #72675f;
	font-size: 17px;
	width: 490px;
	margin-left: 116px;
	line-height: 29px;
}

#section1 .note .desc_en {
	color: #72675f;
	font-size: 18px;
	width: 490px;
	margin-left: 116px;
	line-height: 29px;
	display: none;
}

#section1 .note .lang_en {
	font-size: 14px;
	font-weight: bold;
	color: #bd530d;
	text-transform: uppercase;
	position: absolute;
	right: 50px;
	bottom: 15px;
}

#section1 .note .lang_jp {
	font-size: 14px;
	font-weight: bold;
	color: #bd530d;
	text-transform: uppercase;
	position: absolute;
	right: 50px;
	bottom: 15px;
	display: none;
}

#section1 .note .lang_jp:hover, #section1 .note .lang_en:hover {
	cursor: pointer;
}

#section1 .kelly {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: 0 0;
	width: 219px;
	height: 431px;
	position: absolute;
	top: 80px;
	right: 0;
}

#section1 .windysalaryman {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -279px 0;
	width: 649px;
	height: 152px;
	margin: 55px 0 0 0;
}

#section1 .arrow {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -219px 0;
	width: 60px;
	height: 124px;
	position: absolute;
	top: 580px;
	right: 70px;
}

#section-manga-promo {
	background: url(assets/white-bg.jpg) repeat;
	width: 100%;
	position: relative;
	color: #305a68;
}

#section2 {
	background: url(assets/white-bg.jpg) repeat;
	width: 100%;
	position: relative;
	color: #305a68;
}

#section2 .wrapper {
	padding: 40px 0 40px 0;
}

#section2 ul {
	float: left;
}

#section2 ul.col1, #section2 ul:first-child {
	margin-right: 82px;
	width: 240px;
}

#section2 ul.col2, #section2 ul:nth-child(2) {
	width: 400px;
}

#section2 ul li {
	line-height: 24px;
	min-height: 24px;
}

#section2 ul li a {
	text-decoration: underline;
	color: #305a68;
}

#section2 .sarah {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -1571px 0;
	width: 223px;
	height: 343px;
	position: absolute;
	top: 20px;
	right: 0;
}

#section2 .car {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -1568px -358px;
	width: 83px;
	height: 118px;
	position: absolute;
	bottom: -64px;
	left: 205px;
	z-index: 2;
}

#section3 {
	background: url(assets/orange-bg.jpg) repeat;
	width: 100%;
	position: relative;
	text-align: center;
}

#section3 .wrapper {
	padding: 40px 0 150px 0;
}

#section3 .col {
	float: none;
	margin: 0 0 30px 0;
}

#section3 .col:last-child {
	margin-bottom: 0;
}

.worklight {
	/*background: #F7F5DC no-repeat;*/
	background: url(assets/linkpat.png) #F7F5DC repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	width: 150px;
	height: 150px;
	margin: 0px 30px 30px 0;
	padding: 0;
	border: 1px solid #E3E1CA;
	display: block;
}

.worklight:nth-child(5n+5) {
	margin-right: 0;
}

.worklight:before, .worklight:after {
	background: url(assets/linkpat.png) #F7F5DC repeat;
	content: "";
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.worklight:before {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	left: -5px;
	top: 4px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.worklight:after {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	right: -3px;
	top: 1px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#section3 .col .worklight {
	float: left;
}

#section3 .col img {
	clear: both;
}

#section3 .snapshot:hover {
	cursor: pointer;
}

#section3 #col3 {
	margin-right: 0;
}

#section3 h3 {
	color: #fffcdf;
	font-size: 30px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	text-shadow: 2px 2px 2px #b04720;
	text-align: left;
	margin: 0 0 30px 0;
}

#section3 .more {
	margin: 10px 0 30px 0;
}

#section3 a, #section3 .more {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 2px 2px 2px #b04720;
	text-decoration: none;
	color: #fffcdf;
}

#overlay {
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	display: none;
}

#published-work, #original-work, #manga-work {

}

#section3 #published-work .work {
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#section3 .two-friends {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -267px -128px;
	width: 348px;
	height: 287px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 420px;
	bottom: 10px;
	z-index: 0;
}

#section4 {
	background: url(assets/white-bg.jpg) repeat;
	width: 100%;
	position: relative;
}

#section4 .wrapper {
	padding: 30px 0 30px 0;
}

#section4 h3 {
	color: #87999f;
	font-size: 28px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
}

.h3underline {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -657px -248px;
	width: 130px;
	height: 8px;
	margin-bottom: 10px;
}

#section4 .form {
	width: 600px;
	float: left;
}


#section4 .form_left {
	float: left;
	margin-right: 12px;
	width: 298px;
}

#section4 .form_right {
	float: left;
}

#section4 form input[type="text"], #section4 form textarea {
	padding: 5px 5px 6px 5px;
	font-size: 12px;
	color: #808080;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

#section4 #name, #section4 #email {
	width: 131px;
	float: left;
}

#section4 #name {
	margin-right: 12px;
}

#section4 #website, #section4 #subject {
	width: 285px;
	clear: both;
	margin: 10px 0 0 0;
}

#section4 #message {
	width: 278px;
	height: 143px;
	margin: 2px 0 0 0;
}

#section4 input[type="submit"] {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -654px -184px;
	width: 150px;
	height: 35px;
	border: 0;
	float: right;
	margin: 10px 0 0 0;
}

#section4 .other {
	font-size: 14px;
	color: #87999f;
	float: right;
	position: relative;
}

#section4 .other ul li {
	line-height: 22px;
}

#section4 .other a {
	color: #87999f;
}

#section4 .johanholly {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -636px -264px;
	width: 152px;
	height: 165px;
	margin: 0 0 0 -40px;
}

#section5 {
	background: url(assets/blue-bg.jpg) repeat;
	width: 100%;
	position: relative;
}

#section5 .wrapper {
	padding: 80px 0 0px 0;
}

#section5 .twoguys {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -1802px 0;
	width: 198px;
	height: 147px;
	position: absolute;
	left: 270px;
	top: 22px;
	z-index: 0;
}

#link {
	/*background: #F7F5DC no-repeat;*/
	background: url(assets/linkpat.png) #F7F5DC repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	width: 578px;
	margin: 0 auto;
	padding: 60px 40px 40px 40px;
	border: 1px solid #E3E1CA;
}

#link:before, #link:after {
	background: url(assets/linkpat.png) #F7F5DC repeat;
	content: "";
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#link:before {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	left: -5px;
	top: 4px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
#link:after {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	right: -3px;
	top: 1px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
}

#maiko {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 200px;
}

#link h3 {
	color: #87999f;
	font-size: 28px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
}

#link ul {
	width: 440px;
}

#link ul li {
	margin: 0 0 15px 0;
	float: left;
	width: 200px;
	height: 36px;
}

#link ul li a {
	color: #87999f;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
}

#link ul li a:hover {
	color: #90a5ac;
}

#link ul li span.link_class {
	color: #87999f;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

#section6 {
	background: #fffcdf;
	position: relative;
}

#section6 .wrapper {
	padding: 50px;
}

#section6 .copyright {
	float: right;
}

#section6 .footer-people {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -830px -316px;
	width: 446px;
	height: 163px;
	position: absolute;
	top: -127px;
	left: 8px;
	z-index: 2;
}

#section6 .bottom-drawing {
	background: url(assets/bottom-drawing.jpg) repeat-x;
	height: 72px;
	margin: 50px 0 0 0;
}

#section6 .bottom-drawing-people {
	background: url(assets/sprite-v3.png) no-repeat;
	background-position: -1319px -414px;
	width: 187px;
	height: 61px;
	position: absolute;
	left: 82px;
	bottom: 52px;
}

.white-divider-top {
	background: url(assets/white-divider-top.png) repeat-x;
	width: 1920px;
	height: 96px;
	position: absolute;
	bottom: 0;
}

.white-divider-top2 {
	background: url(assets/white-divider-top2.png) repeat-x;
	width: 1920px;
	height: 123px;
	z-index: 1;
	position: relative;
}

.white-divider-top3 {
	background: url(assets/white-divider-top3.png) repeat-x;
	width: 1920px;
	height: 100px;
}

.white-divider-bottom {
	background: url(assets/white-divider-bottom.png) repeat-x;
	width: 1920px;
	height: 128px;
}

.white-divider-bottom2 {
	background: url(assets/white-divider-bottom2.png) repeat-x;
	width: 1920px;
	height: 107px;
	z-index: 1;
	position: relative;
}

#section1 .wrapper:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#section2 .wrapper:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#section3 .wrapper:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#section4 .wrapper:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#section5 .wrapper:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

@media only screen and (max-device-width: 480px) {
	.worklight {
		background: transparent;
		box-shadow: none;
		border: 0;
		width: 86px;
		height: auto;
		margin: 0 10px 10px 0;
		display: block;
	}
	.worklight img {
		display: block;
		width: 100%;
	}
	.worklight:nth-child(3n+3) {
		margin-right: 0px;
	}
	.worklight:nth-child(5n+5) {
		margin-right: 10px;
	}
	.worklight:before {
		background: transparent;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		box-shadow: none;
	}
	.worklight:after {
		background: transparent;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		box-shadow: none;
	}
	#section1 .wrapper, #section2 .wrapper, #section3 .wrapper, #section4 .wrapper, #section5 .wrapper, #section6 .wrapper {
		width: 100%;
		padding: 0 20px 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#section1 .mainnavigation {
		position: relative;
		padding: 20px 0 20px;
		margin: 0;
		text-align: center;
		font-size: 24px;
		top: 0px;
	}
	#section1 .mainnavigation ul li {
		float: none;
		display: inline;
		text-align: center;
		margin-left: 0;
		margin-right: 20px;
		line-height: 1.4;
	}
	#section1 .mainnavigation ul li:last-child {
		margin-right: 0;
	}
	#section1 h1 {
		text-align: center;
		margin: 0;
		padding: 40px 0 0 0;
	}
	#section1 h2 {
		text-align: center;
		padding: 40px 0 20px 0;
	}
	#section1 .kelly {
		display: none;
	}
	#section1 .note {
		background: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#section1 .windysalaryman {
		display: none;
	}
	#section1 .arrow {
		display: none;
	}
	#section1 .note h3 {
		display: none;
	}
	#section1 .note .desc_jp, #section1 .note .desc_en {
		width: 100%;
		margin-left: 0;
		line-height: 1.3;
		color: #fffcdf;
		margin-top: 15px;
	}
	#section1 .note .lang_jp, #section1 .note .lang_en {
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 15px;
	}
	#section2 .sarah {
		display: none;
	}
	#section2 ul {
		float: none;
	}
	#section2 ul li {
		margin-bottom: 10px;
	}
	.white-divider-top {
		position: relative;
	}
	#section3 .col {
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#section3 .col:last-child {
		margin-bottom: 0;
	}
	#section3 .two-friends {
		display: none;
	}
	#section4 .form {
		display: none;
	}
	#section4 .other {
		float: none;
		font-size: 22px;
		margin: -40px 0 0 0;
		z-index: 3;
		word-wrap: break-word;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	#section4 .other ul li {
		line-height: 1.1;
		font-weight: bold;
		display: block;
		margin-bottom: 15px;
	}
	#section4 .other ul li a {
		font-weight: normal;
	}
	#section4 .other .h3underline {
		display: none;
	}
	#section4 .other h3 {
		display: none;
	}
	#section4 .johanholly {
		display: none;
	}
	#section5 .twoguys {
		left: 130px;
		top: 5px;
	}
	/*#link {
		width: 100%;
		padding: 10px;
		box-shadow: none;
		margin-right: 20px;
		-wekbit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#link h3 {
		margin-bottom: 10px;
	}
	#link ul {
		width: 100%;
	}
	#link ul li {
		height: auto;
		width: 47%;
	}
	#link ul li:nth-child(2n+2) {
		margin-left: 5%;
	}
	#link ul li a {
		font-size: 14px;
	}
	#link ul li span.link_class {
		font-size: 8px;
	}
	#link:before {
		display: none;
	}
	#link:after {
		display: none;
	}
	#link .h3underline {
		display: none;
	}
	#maiko {
		display: none;
	}*/
	#link {
		background: none;
		width: 100%;
		height: auto;
		padding: 0;
		border: 0;
		box-shadow: none;
	}
	#maiko {
		display: none;
	}
	#link:after, #link:before {
		display: none;
	}
	#link ul {
		float: none;
		width: auto;
	}
	#link ul li a, #link h3, #link ul li span.link_class {
		color: #fffcdf;
	}
	#link h3 {
		padding-bottom: 15px;
	}
	#link .h3underline {
		display: none;
	}
	#section6 .copyright {
		position: absolute;
		bottom: 0px;
		left: 115px;
		width: 100px;
		text-align: center;
	}
	.white-divider-top3 {
		
	}
	#section6 .wrapper, body {
		background: #fffcdf;
	}
	#section6 .bottom-drawing {
		display: none;
	}
}