@charset "UTF-8";

/* ====================================================================== */
/* LAYOUT */
/* ====================================================================== */
body {
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.4;
	background: url("../img/bg.gif");
	/* background: #333333; */
}
strong, b, h1, h2, h3, h4 {
	font-weight: 900;
}
img {
	max-width: 100%; 
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	z-index: 1;
}
section {
}
.content {
	position: relative;
	margin: 0 auto;
	top: 50%;
	padding: 0;
	margin:-320px auto 0 auto;
	width: 1000px;
	height: 650px;
	background: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:rgba(0,0,0,0.9);
}
.box {
	overflow: hidden;
	height: 100%; 
	position: relative;
}
.skrollr .box {
	position: absolute;
	width: 100%;
	top: 0%;
}
.container > .box .inner {
	position: relative;
	padding: 100px 120px;
	width: 760px;
}
.container > .contact .inner {
	position: relative;
	padding: 100px 50px 100px 120px;
	width: 830px;
}
.skrollr .container > .box .inner {
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	color: #ffffff;
	text-align: left;
}
.box .content .inner h2 {
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 30px;
	font-size: 35px;
	letter-spacing: 0.2em;
	color: #20b5c4;
}
.box .content .inner p {
	clear: both;
	font-size: 12px;
	text-align: left;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.scroll-arrow {
	position: absolute; 
	bottom: 40px;
	background: url('../img/next.png') center center no-repeat; 
	display: block;
	height: 41px;
	width: 80px; 
	z-index: 999;
	left: 50%; 
	margin-left: -40px;
	cursor: pointer;
}
.scroll-arrow.up {
	background: url('../img/prev.png') center center no-repeat;
	top: 40px;
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
	position: relative;
	width: 100%;
	top: 50%;
	margin-top: -385px;
	z-index: 999;
	text-align: center;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
header .inner h1 {
	font-family: 'Poly', serif;
	font-size: 70px;
	font-weight: 400;
	color: #ffffff;
	background: url("../img/logo.png") no-repeat;
	text-indent: -9999px;
}
header .inner h1 a {
	display: block;
	width: 170px;
	height: 52px;
}

/* ====================================================================== */
/* ABOUT US */
/* ====================================================================== */
.aboutus {
	z-index: 10;
}
.aboutus .content .inner h3 {
	clear: both;
	margin-bottom: 20px;
}

/* ====================================================================== */
/* SERVICES */
/* ====================================================================== */
.service {
	z-index: 20;
}
.service .content .inner ul li {
	float: left;
	width: 210px;
	border-right: 1px #ffffff dotted;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}
.service .content .inner ul li.r_column {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;
	border-right: none;
}
.service .content .inner ul li img {
	clear: both;
}
.service .content .inner ul li p {
	clear: both;
	font-size: 11px;
	text-align: left;
	width: 210px;
	margin: 10px auto 0 auto;
	line-height: 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.service .content .inner h3 {
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #ffffff;
}
.service .content .inner h4 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #20b5c4;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

/* ====================================================================== */
/* WORKS */
/* ====================================================================== */
.works {
	z-index: 30;
}
.works .content .inner p {
	clear: both;
	font-size: 12px;
	text-align: left;
	margin: 15px auto 0 auto;
	line-height: 26px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

/* ====================================================================== */
/* STUDIO */
/* ====================================================================== */
.studio {
	z-index: 40;
}
.studio .content .inner p {
	clear: both;
	font-size: 12px;
	text-align: left;
	margin: 15px auto 0 auto;
	line-height: 26px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.studio .content .inner h3 {
	text-align: left;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	margin: 15px 0 5px 0;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #ffffff;
}
.studio .content .inner .btn {
	float: right;
	border: 1px #fff solid;
	border-radius: 3px;
	margin: 20px 0 0 0;
}
.studio .content .inner .btn a {
	display: block;
	color: #fff;
	padding: 10px 5px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* ====================================================================== */
/* COMPANY INFO */
/* ====================================================================== */
.company {
	z-index: 50;
}
.company .content .inner ul {
	width: 100%;
	padding: 15px 0;
}
.company .content .inner ul li {
	clear: both;
	width: 100%;
	line-height : 150% ;
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.2em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.company .content .inner ul li .category {
	float: left;
	text-align: left;
	display: block;
	padding : 15px 5px 15px 50px;
	margin: 0;
	color: #ffffff;
	border-left: 1px dotted #ffffff;
}
.company .content .inner ul li .title {
	float: left;
	width: 150px;
	display: block;
	padding: 15px 5px;
	margin: 0;
}

/* ====================================================================== */
/* CONTACT */
/* ====================================================================== */
.contact {
	z-index: 50;
}
.contact .content .inner .form {
	float: left;
}
.contact .content .inner .form p {
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.contact .content .inner .form .comment {
	clear: both;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #56d0dc;
}
.contact .content .inner .form table {
	margin: 30px auto 0 auto;
	border-collapse: collapse;
	font-size: 12px;
}
.contact .content .inner .form table th {
	margin: 0;
	padding: 10px 15px 10px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}
.contact .content .inner .form table td {
	margin: 0;
	padding: 10px 0;
}
.contact .content .inner .form input,
.contact .content .inner .form textarea {
	border: 0;
	margin: 0 10px;
	padding: 5px 8px;
	line-height: 120%;
}
.contact .content .inner .form table td .name,
.contact .content .inner .form table td .mail {
	width: 220px;
}
.contact .content .inner .form table td .text {
	width: 220px;
	height: 60px;
}
.contact .content .inner .form table td .error {
	border: 2px #56d0dc solid;
}
.contact .content .inner .form .submit {
	float: right;
}
.contact .content .inner .form span {
	color: #20b5c4;
}
.contact .content .inner .access {
	float: right;
	margin: 33px 0 0 0;
}
.contact .content .inner .access h3 {
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: -65px;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #ffffff;
}
.contact .content .inner .access p {
	line-height: 17px;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.contact .content .inner .access a {
	position: relative;
	display: block;
	top: 30px;
	width: 101px;
}

/* ====================================================================== */
/* NAVIGATION */
/* ====================================================================== */
.app-nav {
	position: fixed;
	width: 70px;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 101; 
}
.app-nav ul {
	position: relative;
	width: 20px;
}
.app-nav li {
	display: inline-block; 
	margin-bottom: 7px;
}
.app-nav li a {
	display: block; 
	height: 16px;
	width: 16px;
	border: none;
	background: #FFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: 0;
	position: relative; 
}
.app-nav li a span {
	display: none; 
	position: absolute; 
	color: #FFF; 
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	left: -110px; 
	text-align: right;
	top: -2px;
	width: 100px;
}
.app-nav li:hover a {
	border: 3px solid #FFF;
	padding: 0;
	background: transparent;
}
.app-nav li.active a span, 
.app-nav li:hover a span {
	top: -5px;
	left: -113px;
}
.app-nav li:hover a span {
	display: block;
}
.block {
	position: relative; 
	display: block; 
}

/* ====================================================================== */
/* FOOTER */
/* ====================================================================== */
footer {
	position: fixed;
	width: 100%;
	bottom: 50%;
	margin-bottom: -360px;
	z-index: 1;
	text-align: center;
	color: #ffffff;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
footer .inner {
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.2em;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}