@charset "utf-8";

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 235px;
}
header h1 {
	display: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 49%;
	margin: 0 0 5px 1%;
	border: 1px solid #000;
	box-sizing: border-box;
}
nav#menu ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menu ul li#current {
	box-sizing: border-box;
	border: 1px solid #0e9cff;
}
/*奇数番目のメニューの設定*/
nav#menu li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}


.top-bn img {
    margin-bottom: 10px;
    width: 49%;
}


/* インデックス用スライドショー
---------------------------------------------------------------------------*/
#css-slider {
		margin: 0 auto;
margin-top: -30px;
	width: 100%;
	height: 150px;
	overflow: hidden;
margin-bottom: 30px;
border-top: 10px solid #C0844E;	/*下線の幅、線種、色*/
border-bottom: 10px solid #C0844E;	/*下線の幅、線種、色*/
box-shadow:5px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.slide-item {
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
}

.slider-wrapper {
	width: 200%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 50s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  33% { transform: translateX(-600px); }
  66% { transform: translateX(-1800); }
  100% { transform: translateX(0); }
}



/*トップページのメイン画像
---------------------------------------------------------------------------*/
#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;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	width: 46%;
	box-sizing: border-box;
}
#main section.list article figure img {
	height: auto;
	width: 100%;
}


/*横幅いっぱいレイアウト
---------------------------------------------------------------------------*/
article.container {
width: 90% !important;
height: auto !important;
margin: 0 auto !important;

}

#center-inside{
margin: 0 auto !important;
width: 96% !important;
   padding: 0px 0px 10px 0px;
   background-image: url(../img/bg/main.jpg) !important;
   box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
   vertical-align: middle;
   	margin-left: 0px !important;
}



table.top-box {
   margin: 0 auto !important;
   width: 92% !important;
   background: none;
   margin-top: 15px !important;
   border: 0px solid #ccc;
   padding: 0px;

}

table. td {
   text-align: left;
}

table.top-box img {
   width: 48% !important;

}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

.wrapnote {
  width: 100% !important;
  margin: 0 auto;
}

#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	padding-left: 0px !important;
}

/*記事設定*/
#new dd {
	padding-left: 0px !important;
}

#new dd img {
	vertical-align: middle;
}




/* トップテーブル
---------------------------------------------------------------------------*/
.ta2 {
	max-width: 100%;
		margin: 0 auto; 
			background-color: #FFFFFF;	/*背景色*/
}
.ta2, .ta2 td, .ta2 th{
	border: 0px;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	text-align: center;
}
/*テーブル内の右側*/
.ta2 td{
	width: px;
	padding: 10px;
}


/* 参考サイト　　企業
---------------------------------------------------------------------------*/
.corp1sample    { 
    margin: 0 auto;
    width: px;  
    border:0px solid ;  
    
}/* ここまでは参考用のソース */  


.corp1  { 
float: left;
width: px; 
overflow: hidden;
}  


.corp1 li   { 
max-width: 48% !important;
float: left;
margin: 0 5px 5px 0;
margin-right: 0px;
    display: inline-block;
}  





/* ------------------------------------------------------------- */
/*　トップに戻るボタン */
/* ------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 140px !important;
    right: 0px;
    font-size: 77% !important;
}



/*フッター設定
---------------------------------------------------------------------------*/

#footer-index {
	margin: 0 auto;
	bottom: 0px;  
	width: 100%;
    color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 5px;

#footer-index img {
	padding-top: 140px;

}


}

#footer-index a {
	text-decoration: none;
			color: #000000;
}

/* 非表示設定
---------------------------------------------------------------------------*/

.toggle {
    display: block ;		/* 表示にする */
	}

.new-post {
    display: none !important;     /* 非表示にする */
}
