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

body {
	width:100%;
	margin: 0;
	 /*  フォントの種類  */
  font-family:  -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  
  /*  フォントのサイズ  */
  font-size: 16px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 2.25;
}





/*ロゴ部分*/

.logo {
	width: 1260px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom: 20px;


}


.logo1 {
	width:350px;
	float:left;
	margin-top: 0px;
	margin-rigt:10px;
}




.logo img {
	display: block;
		
	
}

.logo2 {
	width:500px;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left:10px;
	float:left;
	
	
}



.logo-m {
	width:400px;
	float:right;

}

.logo-m img {
	float:right;
	
	
	
	
}

.logo-m1 {
	float:left;
	width: 240px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top:30px;
	
}


/*ロゴ部分終了*/



/*ナビゲーション*/

.header {
	min-width:1260px;
	height: 10px;
	background: #051489;
	
	
}



.wrap {
	min-width:1260px;
	background: #F0F0F0;
	
}


nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 1050px;
text-align: center;
	
}

nav li{
display: table-cell;
min-width: 100px;
border-right: 1px solid #ccc;
font-weight:bold;
font-size: 14px;

	
}



nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}



nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #FEA94D;
}
/*ナビゲーション終了*/



/*-------------------コンテンツ開始------------------------------*/

.main-vision {
	background-image: url(../quality/qualty.png);
	min-width:1260px;
	height:305px;
	margin:0 auto;
	text-align: center;
	
	
	
}

.main-vision h1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size:50px;
	margin-top:0px;
	color: #908D8D;
	text-align: left;
	
}

.main-vision h2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	color: #908D8D;
}


.contents0 {
	width: 1200px;
	margin:0 auto;
	margin-bottom:60px;
	margin-top:10px;
	
		
}




.contents1 {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	margin-top:10px;
	
		
}

.contents1 p {
	margin-left:auto;
	margin-right:auto;
}






/*-------------------フッター開始------------------------------*/


div#footer {
	min-width:1260px;
	height:30%;
	margin-left:auto;
	margin-right:auto;
	background-color:#595757;
	color:#FFF;
}


div#footer2 {
	width:1260px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-color:#595757;
	color:#FFF;
	

}

div#sitemap {
	margin-top:20px;
	height: 70px;
	width:180px;
	float:left;
	text-align:center;
}


div#sitemap1 {
	width:180px;
	height:70px;
	font-size:18px;
	text-align:center;
	padding-top:20px;
	text-align:center;
	
}

a.white:link {
text-decoration:none;
color : #ffffff; 
}
a.white:visited {
text-decoration:none;
color : #ffffff; 
}
a.white:active {
text-decoration:none;
color : #ffffff; 
}
a.white:hover {
text-decoration:none;
color : #ffffff; 
}

/*フッター終了*/
