/* CSS Document */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
  font-size: 8pt;
  font-family:'Quicksand', sans-serif;
  line-height: 16px;
  color: #444;
  margin: 0px;
  background: #f5f5f5;
   }
  
img {
	border:0;
   }
   
ul,li {  
    list-style-type: none; 
    margin: 0;
    padding: 0;
}  
  
  a:link {
  color: #444;
  text-decoration: none;
   } 
  a:visited {
  color: #444;
   } 

  a:hover {
  color: #ddd;
   } 

/* = Selected Text
----------------------------------------------- */
::selection {
    background:#FF0; /* Safari */
}
 
::-moz-selection {
    background:#FF0; /* Firefox */
}


#wrapper{
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 1000px;
}

/* nav */
#navi{
	position: fixed;
	top: 20px;
	left: 50px;
	width: 800px;
	z-index: 10;
	text-align: left;
	line-height: 30px;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 20 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}

.n_title{
	position: relative;
	width: 800px;
	height: 28px;
	font-weight:700;
	letter-spacing: 0.2em;
}

.n_title a {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.n_title a link {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.navi2{
	display: none;
}

.copy{
	position: fixed;
	width: 350px;
	height: 10px;
	bottom: 40px;
	left: 50px;
    font-size: 7pt;
	letter-spacing: 0.2em;
	z-index: 10;
	text-align: left;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 40 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}


.name{
	position: fixed;
	width: 200px;
	height: 10px;
	top: 30px;
	right: 20px;
	letter-spacing: 0.2em;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 20 + 'px');
}


.icon{
	position: fixed;
	width: 66px;
	height: 20px;
	bottom: 30px;
	right: 40px;
	z-index: 10;
	list-style: none;
    color: #f5f5f5;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 40 + 'px');
}

.ho{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.tw{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.us{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}


/* contents */
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 30em 0 0;
	padding-bottom: 48em;
	text-align: left;
}

.container > header h1 {
	font-size: 1em;
	line-height: 2;
	margin: 2.0em 0 0.6em 2.8em;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.container > header > span {
	width: 670px;
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
}

.container2 {
	display: none;
}


.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
	margin-bottom: 200px;
}

.cbp-so-section {
	margin-bottom: 150px;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section p {
	padding-top: 7em;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: 300;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 1em 3%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/


@media (max-width: 900px) {
	#menu {
		display: none;
	}

	.navi2{
		display: inline;
	    margin: 0 auto;
		list-style: none;
		text-align: center;
	}

	.navi2 ul {
		position: fixed;
		width: 900px;
		top: 20px;
		font-size: 14px;
		font-weight:700;
		letter-spacing: 0.2em;
		line-height: 3.5em;
		z-index: 11;
	}

	.navi2 ul li{
	    display: inline-block;
	}

	.navi2 ul li a {
		margin: 0 10px;
		color: #444;
		text-decoration: none;
		padding-bottom: 4px;  
		border-bottom:solid 2px;  
	} 

	/* contents */
	.container {
		display: none;
	}

	.container2 {
		display: inline;
		padding-bottom: 200px;
	}

	.container2 > header {
		width: 90%;
		max-width: 69em;
		margin: 0 auto;
		padding: 48em 0 30em;
		text-align: center;
	z-index: 1;
	}

	.container2 > header h1 {
		font-size: 1em;
		line-height: 2;
		margin: 0 0 0.6em 2.8em;
		letter-spacing: 0.2em;
		font-weight: 400;
	}

	.container2 > header > span {
		font-size: 4em;
		display: block;
		position: relative;
		z-index: 9999;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5em;
		padding: 0 0 0.8em 0.1em;
	}
	.cbp-so-scroller img {
		padding: 20px 30px;
	}
}


