@charset "utf-8";

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {

}
header h1 {
	display: none;
}

/*ロゴ画像の設定*/
header img {
	width: 100%;	/*画面に対しての幅*/
	height: auto;
}


/* ロゴのセンタリング設定 */
.centering {
    position: relative;
    overflow: hidden;

}

.centering ul {
	float: left;
	left: 50%;
	position: relative;

}

.centering ul li {
	float: left;
	left: -50%;
	position: relative;
	list-style-type: none;

}


h2{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 300px !important;
	margin-bottom: 5px;
}

nav#menu ul li a {
	width: auto;
}

/*最初のメニューの設定*/
nav#menu ul li:first-child {
	margin-left: 0px !important;
}



/*ヘッド設定
---------------------------------------------------------------------------*/
#header-line{
    position: relative;
    margin: 0 auto;
	width: 100%;
	color: #FFF;
	text-align: left;
	height: 43px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:  linear-gradient(#C0844E, #E3CFB5);
}
#header-line .pr {
	display: block;
	font-size: 80%;
}
#header-line a {
	text-decoration: none;
			color: #FFF;
}
#header-line h1{
    padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	font-size: 1em !important;
	line-height: 1.3em;
}



/*横幅いっぱいレイアウト
---------------------------------------------------------------------------*/
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.brwsr2 {
    margin: 0 auto;
    width: 90%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr2 th {
    vertical-align: middle;

    width: 50% !important;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    width: 50% !important;
    border: none;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 5px !important;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}



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

}

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

}
#main p {
	padding: 0;
}



/* インデックス用スライドショー
---------------------------------------------------------------------------*/
#css-slider {
		margin: 0 auto;
margin-top: -30px;
	width: 100% !important;
	height: 225px;
	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: 1200px;
	height: 225px;
	float: left;
	position: relative;
}

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

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






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

.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;
}




/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}


/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: auto;
   width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list article figure img {
	height: auto;
	width: 100%;
}


/* サンプルサイト紹介横スクロール
---------------------------------------------------------------------------*/
@charset "utf-8";
*{ 
	padding:0px;
	margin:0px;
}

#ViewArea{
margin: 0 auto; 
	width: 350px !important;
	height:px;
	overflow:hidden;
	float:left;
	z-index:1;
background-color: #FFFFFF;
	padding-top: 30px;
padding-bottom: 30px;
}


#ScrollArea{
	position:relative;
	z-index:2;
}


#ScrollArea li{
	width:170px;
	float:left;
	position:relative;
	padding:0px 0px;
	text-align:center;
	list-style:none;
}
#ScrollArea p{
	font-size:12px;
	padding:0px 0px 0px 20px;
}
#Leftbtn{
	width:50px;
	height:0px !important;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(../img/i/btn_l.png);
	background-repeat:no-repeat;

}
#Leftbtn:hover{
	background-image:url(../img/i/btn_l_over.png);
	background-repeat:no-repeat;

}
#Rightbtn{
	width:50px;
	height:0px !important;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(../img/i/btn_r.png);
	background-repeat:no-repeat;

}
#Rightbtn:hover{
	z-index:1;
	background-image:url(../img/i/btn_r_over.png);
	background-repeat:no-repeat;

}




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


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


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

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
	text-align: left !important;
}
/*テーブル内の左側の見出し部分*/
table.ta1 th{
	padding: 2px;
}

.ta2 td{
	width: auto;
	padding: 5px;
	text-align: left !important;
}




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

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


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


#footer-index {
	margin: 0 auto;
	bottom: 0px;  
	width: 100%;
	height: 50px !important;
    color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
    position: relative !important;

}
#footer-index .pr {
	display: block;
	font-size: 120%;
}
#footer-index a {
	text-decoration: none;
			color: #000000;
}
#footer-index p {
	padding-top: 0px;
	padding-left: 5px !important;
	font-size: 120%;
}


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

#toggle-s {
    display: none !important;		/* 非表示にする */
	}

.toggle {
    display: none !important;     /* スマホだけ非表示にする */
}


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