@charset "UTF-8";

/*---------------------スクロール数　表示用------------------*/

h1 {
	text-align: center;
}

.indicator {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1;
}

/*---------------------スクロール数　表示用ここまで------------------*/

/*---------------------ベース　表示用ここから------------------*/
html,body{
	width: 1400px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	

/*---------------------ナビここから------------------*/

#globalNavi{
	width:1400px;
	height: 50px;
	padding-top: 20px;
	padding-bottom:15px;
	background: #000;
	position: fixed;
	z-index: 800;
}
#globalNavi ul li{
	list-style:none;
	width:auto;
	margin:0;
	margin-left:50px;
	margin-right:20px;
	display:inline-block;
	}
	
	#comFont{
		color:#FFF;
		font-family: 'Fira Sans', sans-serif;
		font-weight:400;
		font-size:1.8em;
	}
	
#globalNavi ul li a{
	text-decoration: none;
	font-size:0.9em;
	color:#fff;
}
#globalNavi ul li a:hover{
	color:#0BC4FD;
}


/*---------------------ナビここまで------------------*/


/*--------------------------- ここからcompanyページ---------------------------*/


/*------ 外枠　------*/
	#wrapperCom {
	position: relative;
	width: 1400px;
	height: 110%;
	margin: 0;
	padding: 0;
}


.contentCom {
	height: 100%;
	width: 1400px;
	padding: 0;
	margin-top: 0px;
	border-top: 1px solid;
	background-image: url("/images/halftone.png");
	background-repeat: repeat;
	position: relative;
}


/*------ コンテンツ　------*/

.companyinfo{
	margin: 35px 0 0 90px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	margin-top:100px;
	}
	
	#companyinfo{
		height:500px;
		padding-top:500px;
	}
	
.comH2{
	width:1000px;
	font-size:1.4em;
	font-weight:500;
	border-bottom:1px solid #00C8FF;
}
.comH3{
	font-size:1.1em;
	font-weight:400;
}

/*テーブル*/
.tbCom {
	width:1000px;
	color:#333;
	margin-bottom:20px;
}


th{
	width:400px;
	background-color:#D9D9D9;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:400;
	}
	
	td{
		width:auto;
		padding-left:10px;
		text-align:left;
		font-weight:400;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#fff;
	}
	


/*--------------------------- footer　---------------------------*/
#footer {
	background-color:#000;
	position:absolute;
	bottom:0;
	left:0;
}

.copy{
	width:1400px;
	height:50px;
}

.copy p small{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width:400px;
	color:#fff;
	margin-left:80px;
}
