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

/* Basic setting */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
    font-size: 14px;
	background: #FFF;
	color: #666;
	letter-spacing: 1px;
	margin:0px;
	overflow-y: scroll;
}

a, a:link, a:visited {
   color:#666;
   text-decoration:none;
}

a:hover {
	color:#333;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:bold;
}

h1{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:32px;
	font-weight:bold;
	letter-spacing: -0.025em;
    line-height: 50px;
    margin-bottom: 5px;
}

h2{
	font-family: 'Merriweather',serif;
	font-size:26px;
	line-height: 50px;
	margin-bottom: 5px;
}

h3{
	font-size:26px;
	line-height: 50px;
	margin-bottom: 5px;
}

h4{
	font-size:20px;
	line-height: 50px;
	margin-bottom: 5px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
	line-height: 20px;
	margin-top:10px;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:justify;
	line-height:20px;
}

em {
   font-weight:bold;
   font-style:normal;
}

strong {
   font-weight:bold;
   color:#FF6535;
}

ul,ol {
	margin-top:10px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 0px;
}

li{
	margin-bottom:5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

hr{
	margin-top:5px;
	color:#666;
	background-color:#666;
	height:3px;
}

/*********************/
/* End Basic Setting */
/*********************/
#pageslide {
	width: 100%;
	display: none;
}

.navigator{
	position:fixed;
	top: 0;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.75)));
	background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000', endColorstr='#aa000000',gradienttype=0);
	z-index:100;	
	padding-right: 10px;	
	padding-left: 10px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	width:100%;
}

nav{
	float:right;
	margin-right:30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:14px;
}

.clear{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

#top_field .layer_front{
    height: 420px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

#top_field .layer_front{
    min-width: 960px;
	text-align:center;
	background-color:#333333;
}

#parallax {
    position:relative; 
    overflow:hidden; 
    width: 1430px; 
    height: 429px;
	margin-left:auto;
	margin-right:auto;
}

.board{
	width:100%;
	background: url("../image/bgnoise.png") repeat scroll center center #EEEEEE;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
	min-width:1090px;
}

.index{
	margin-top: 420px;
}

.container_main{
	margin-left: auto;
    margin-right: auto;
	padding-top:70px;
	padding-bottom:30px;
    width: 960px;
}

.slogan{
	text-align:center;
	line-height:25px;
	font-size:20px;
	padding:30px;
}

.slogan h1{
	font-size:28px;
	text-shadow: -1px -1px #444;
	text-shadow: 1px 1px #fff;
}

.slogan p{
	text-align:center;
	margin-top:30px;
	font-weight:bold;
	text-shadow: 1px 1px #fff;
}

.slogannav{
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	width:40px;
	height:35px;
	text-align:left;
}

.wrapper{
	height: auto;
	max-width:960px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.spacer{
	height:500px;
}

.spacer_s{
	height:50px;
}

.jump_point{
	height:1px;
}

article h6{
	margin-top:0px;
}

footer{
	/*background: url("../image/header.jpg") no-repeat scroll center top transparent;*/
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.75)));
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000', endColorstr='#aa000000',gradienttype=0);
	background: url("../image/header.jpg") no-repeat scroll center top transparent;
    margin-top: 0px;
    position: relative;
}

footer .wrapper {
	width:100%;
	/*background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.75)));
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000', endColorstr='#aa000000',gradienttype=0);*/
    padding: 60px 0 40px;
	text-align:center;
}

.triangle_nav{
	position:absolute;
	right:-32px;
	top:80px;
	width:24px;
	height:40px;
   	padding: 2px 3px;
   	background: #999999;
   	color: #fff;
   	border: 2px dashed #fff;
   	border-top-left-radius: 3px;
   	-moz-border-radius-topleft: 3px;
   	-webkit-border-top-left-radius: 3px;
   	border-bottom-right-radius: 3px;
   	-moz-border-radius-bottomright: 3px;
   	-webkit-border-bottom-right-radius: 3px;
   	border-top-right-radius: 3px;
   	-moz-border-radius-topright: 3px;
   	-webkit-border-top-right-radius: 3px;
   	-moz-box-shadow: 0 0 0 4px #666666, 2px 1px 4px 4px rgba(6,6,6,.5);
   	-webkit-box-shadow: 0 0 0 4px #ff0030, 2px 1px 4px 4px rgba(10,10,0,.5);
   	box-shadow: 0 0 0 4px #999999, 2px 1px 6px 4px rgba(6,6,6,.5);
   	text-shadow: -1px -1px #666666;
}

.triangle_up img{
	position:absolute;
	top:0px;
	box-shadow:none !important;
}

.triangle_down img{
	position:absolute;
	bottom:0px;
	box-shadow:none !important;
}

.triangle_up .front,
.triangle_down .front{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity:1;
	filter: alpha(opacity=100);
}

.triangle_up .front:hover,
.triangle_down .front:hover{
	opacity:0;
	filter: alpha(opacity=0);
}

.arrow_nav{
	position:relative;
	margin-left:760px;
	width:120px;
	height:40px;
}

.arrow_prev{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:40px;
	height:40px;
}

.arrow_up img{
	position:absolute;
	right:0px;
	box-shadow:none !important;
}

.arrow_down img{
	position:absolute;
	right:0px;
	box-shadow:none !important;
}

.arrow_up .front,
.arrow_down .front{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity:1;
	filter: alpha(opacity=100);
}

.arrow_up .front:hover,
.arrow_down .front:hover{
	opacity:0;
	filter: alpha(opacity=0);
}

#container_about,
#container_3DCG, #container_2DDesign,
#container_WebDesign, #container_blog,
#container_contact, #container_3DModelling,
#container_3DAnimation{
	position:relative;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) inset;
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) inset;
	margin-top:70px;
	margin-bottom:30px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:40px;
	background-color:#FFFFFF;
}

#container_work{
	position:relative;
	margin-top:70px;
	margin-bottom:30px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:40px;
}

#container_about{
	background: url("../image/about_bg.png") no-repeat scroll bottom right #FFF;
}

#container_about p{
    line-height: 25px;
    margin-bottom: 10px;
}

#container_about dl{
	margin-top:5px;
	margin-bottom:10px;
	line-height:25px;
}

#container_about dt{
	font-weight:600;
}

#container_about dd{
	padding-left:0px;
}

#container_work table,
#container_3DCG table{
	margin-top:20px;
}

#container_work table{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#container_work td{
	padding-bottom:15px;
	padding-right:50px;
	padding-left:50px;
	text-align:center;
	width:150px;
}

.work_nav{
	width:750px;
	height:200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.work_nav_icon{
	float:left;
	padding-left:50px;
	padding-right:50px;
	width:150px;
	height:150px;
}

.work_icon img{
	position:absolute;
}

.work_icon .front{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity:1;
	filter: alpha(opacity=100);
}

.work_icon .front:hover{
	opacity:0;
	filter: alpha(opacity=0);
}

#container_work .spacer{
	height:500px;
}

/*#container_work img,*/
#container_3DCG img,
#container_2DDesign img{
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.seefullsize{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#container_3DCG td,
#container_2DDesign td,
#container_WebDesign td{
	vertical-align: top;
	padding-top:20px;
	padding-bottom:40px;
	padding-right:30px;
}

#container_WebDesign td{
	padding-right:40px;
	padding-bottom:80px;
}

.promotion{
	width:350px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.promotion p{
	text-align:center;
}

.blog_img{
	position:relative;
	width:880px;
	height:500px;
	margin-bottom:40px;
}

.blog_content{
	position:absolute;
	bottom:0px;
	width:720px;
	height:140px;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.75)));
	background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000', endColorstr='#aa000000',gradienttype=0);
	background: -o-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	padding-top: 30px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 80px;
	color:#CCCCCC;
}

.seemore{
	font-size:10px;
	position:absolute;
	right:0px;
	bottom:15px;
	padding:10px;
	background-color:#000;
	/*opacity:0.8;*/
}

.seemore:hover{
	opacity:0.8;
}

#container_contact td{
	width:300px;
	padding-left:23px;
	padding-right:23px;
	vertical-align:top;
}

#container_contact h6{
	width:200px;
	padding-bottom:30px;
	font-size:20px;
	border-bottom:#666 medium solid;
}

#container_contact p{
	padding-top:5px;
	padding-bottom:20px;
	line-height:25px;
}

.corners {
    background: url("../image/about_bg.png") no-repeat scroll bottom right #FFF;
    height: auto;
	width:880px;
    margin: 50px auto;
    min-width: 600px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:40px;
	/*background-color:#FFFFFF;*/
    position: relative;
    /*width: 80%;*/
    -webkit-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
       -moz-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
            box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
}
/* Corner Effect */
.corners:after,
.corners:before {
    background: url("../image/bgtexture.png") repeat scroll center center #EEEEEE;
    content: '';
    height: 50px;
    position: absolute;
    top: -25px;
    width: 100px;
    -webkit-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
       -moz-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
            box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
	opacity:0.5;
}
.corners:after {
    left: -50px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.corners:before {
    right: -50px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.bottom-corners{
	background: #f6f6f6;
	width:960px;
    margin: 50px auto;
    min-width: 600px;
	position: relative;
	z-index: 10;
}

.bottom-corners:after,
	.bottom-corners:before {
	    background: #e6e6e6;
	    content: '';
	    height: 50px;
	    position: absolute;
	    bottom: 25px;
	    width: 100px;
	    -webkit-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
	       -moz-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
	            box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
		opacity:0.5;
	}
	.bottom-corners:after {
	    left: -50px;
	    -webkit-transform: rotate(-135deg);
	       -moz-transform: rotate(-135deg);
	        -ms-transform: rotate(-135deg);
	         -o-transform: rotate(-135deg);
	            transform: rotate(-135deg);
	}
	.bottom-corners:before {
	    right: -50px;
	    -webkit-transform: rotate(135deg);
	       -moz-transform: rotate(135deg);
	        -ms-transform: rotate(135deg);
	         -o-transform: rotate(135deg);
	            transform: rotate(135deg);
	}
	

.corners p{
    line-height: 25px;
    margin-bottom: 10px;
}

.corners dl{
	margin-top:5px;
	margin-bottom:10px;
	line-height:25px;
}

.corners dt{
	font-weight:600;
}

.corners dd{
	padding-left:0px;
}

.stitched {
	width:200px;
	height:230px;
   	padding: 5px 10px;
   	margin: 50px 10px;
   	background: #999999;
   	color: #fff;
   	font-size: 16px;
   	font-weight: bold;
   	line-height: 1.3em;
   	border: 2px dashed #fff;
   	border-top-left-radius: 3px;
   	-moz-border-radius-topleft: 3px;
   	-webkit-border-top-left-radius: 3px;
   	border-bottom-right-radius: 3px;
   	-moz-border-radius-bottomright: 3px;
   	-webkit-border-bottom-right-radius: 3px;
   	border-top-right-radius: 3px;
   	-moz-border-radius-topright: 3px;
   	-webkit-border-top-right-radius: 3px;
   	-moz-box-shadow: 0 0 0 4px #666666, 2px 1px 4px 4px rgba(6,6,6,.5);
   	-webkit-box-shadow: 0 0 0 4px #ff0030, 2px 1px 4px 4px rgba(10,10,0,.5);
   	box-shadow: 0 0 0 4px #999999, 2px 1px 6px 4px rgba(6,6,6,.5);
   	text-shadow: -1px -1px #666666;
   	font-weight: normal;
}

.stitched a{
	color:#FFFFFF;
}

.stitched a:hover{
	color:#333;
}

#container_3DAnimation .video_space{
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}


