@charset "UTF-8";


/*ヘッダーブロック
---------------------------------------------------------------------------*/

header .inner { 
  width: auto;
  text-align: center;
   }

/*h1ロゴの設定*/
.head_logo {
  position:absolute;
  left:0px;
}

.head_logo img {
	width: 80%;	
	height: auto;
}
/*会社名　電話番号*/
.head_name {
	position:absolute;
  right:30px;
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
  margin-left: 6px;
  margin-right: 6px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub_block  {
	float: none;
	width: auto;

}
#main{
  margin-bottom:30px
}





.main_txt{
	width:100%;
	padding-left:0%;
	color:#666;
	margin-top:20px;
	margin-bottom:20px;
	 font-size:0.938em;
	font-weight:bold;
	text-align:center;
	}
	
.photo_box{
	width:400px;
	margin:auto;
	padding-left:20px;
	display:block;
}
.photo_box li{
	margin-bottom:30px;
	}
/*社内画像
---------------------------------------------------------------------------*/

#photo_box{
	width:400px;
	margin:auto;
	padding-left:20px;
	
}
#photo_box li{
	width:170px;
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}


/*会社概要
---------------------------------------------------------------------------*/

/*　 テーブル　*/


/*テーブル内の右側*/
.ta1 td{
	padding:5px 5px 5px 3%;
}

/*テーブル内の左側*/
.ta1 th{
	width: 25%;
	padding: 5px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}




/*サブコンテンツ
---------------------------------------------------------------------------*/


#sub {
	padding-top:8px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 15px;	
}

#sub_block{
	margin:auto;
	width: 245px;
	
}

/*その他
---------------------------------------------------------------------------*/
.sp {
	display:none;
}

.sp_block{
	display:block;
	}
