@charset "UTF-8";

body  {
	font: 100% "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	line-height: 1.2em;
}

#container 		{width: 90%; margin: 0 auto; text-align: right;} 
#header 		{height: 37px;} 
#sidebar 		{float: right; width: 700px;}
#content 		{position: relative; margin: 0; vertical-align:bottom; height: 435px;} 

#blankBox 		{height:442px;}
#storyBox 		{position:absolute; height:400px; overflow:auto; margin: 0 420px 0 0;}
#portfBox 		{position:absolute; height:424px; overflow:hidden; margin-bottom:4px; top:-1000px;}
#servicesBox 	{position: absolute; height:500px; overflow:auto; margin: 0 420px 0 0;}

.logo 			{margin-left: 5px; margin-top: 444px;}


h1 {font-size: 12px; margin: 0; text-transform: uppercase; font-weight: bold;}
h2 {font-size: 11px; margin: 1.5em 0 0 0; text-transform: capitalize; font-weight: bold;}
h3 {font-size: 11px; margin: 1.5em 0 0 0; text-transform: capitalize; font-weight: bold;}
p  {font-size: 12px; margin: 1em 0 0 0;}

a  {color:#000000; text-decoration: none;}
a:hover {color:#777777;}

.col4 {width: 25%; float: right; text-align:center; border-right: 1px solid #999; margin-top: 1em;}
.col4 h3 {margin: .5em 0 0 0;}
.narrow {width: 24%;}
ul {font-size: 12px; margin: 0 5px 7px 5px; padding: 0; list-style-type:none;}
li {margin: .5em 0 0 0; padding:0; line-height: 1.3em;}

h1.section {position: relative; right: 1px; margin: 0; cursor: pointer;}


#footer 		{clear: both; width: 90%; margin: 30px 5% 0 5%;} 
#footer p 		{color: #666666; line-height: 23px; margin: 5px 0 5px 0; text-align:right;}
#footer a  		{color: #666666; text-decoration: none; line-height: 23px; padding: 5px 0 5px 5px; margin-left: 6px; border-left: 1px solid #777777;}
#footer a:hover {color: #AAAAAA;}

.clearfloat 	{clear:both; height:0; font-size: 1px; line-height: 0px;}



/*2021年11月10日追記*/

@media screen and (max-width:480px) {
/*スマホ用のcssを記述*/
}

@media screen and (min-width:481px) {
/*pc用のcssを記述*/
}


/**********************************************
 * For Portfolio Scroller
 **********************************************/


#portfolioBox {font-family: "Helvetica Neue", Helvetica, Verdana; text-transform: uppercase; line-height: 1.2em; }
#portfolioBox a  {color:#000000; text-decoration: none;}
#portfolioBox a:hover {color:#777777;}

#portfolioBox	{ 
	position:absolute; 
	width:99%; 
	margin: auto;
	height:400px;
	border: 1px solid #000; 
	overflow:hidden;	
	}
#portfolioImages p {font-size: 72px; font-weight:bold; text-transform: uppercase; margin: auto; padding: 50px; line-height: 1em; text-align: center;}
#portfolioImages td {background-repeat: no-repeat; padding:0;}

div#speedBox { 
	position:absolute; 
	width:100%; 
	margin: auto;
	height:400px;
	z-index:19;
	}
a.scroller {height:400px; width: 10%; float:left;}

#scrollLinks	{position: absolute; top: 405px;}
#scrollLinks a	{margin-left: 30px; font-size: 16px; line-height: 16px; text-transform: uppercase; font-weight:bold;}