@charset "utf-8";
/*ロゴとh1が入ったブロック
---------------------------------------------------------------------------*/
#logoblock {
    max-width: 1100px;
	padding: 30px 0px 20px 5px;
}

#logoblock img {
	margin-bottom: -4px;
}

#topphrase {
	margin-left: 5px;
	display: inline;
}

/*screw gears のh1
---------------------------------------------------------------------------*/
#topphrase2 {
	margin-left: 5px;
	display: inline;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ec070e), to(#d5d5d5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f1f1f1, #d8d8d8);	/*同上*/
	background-image: linear-gradient(#f1f1f1, #ec070e);			/*同上*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #b7b7b7;			/*同上*/
	height: 50px;
	padding-top: 13px;
	padding-left: 35px;
	margin-bottom: 25px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 110px;	/*メニュー幅*/
	border-right: 1px dotted rgba(0,0,0,0.6);	/*メニューの右側の線の幅、線種、色（左３つの数字で色を指定、最後の小数点で透明度を指定）*/
	line-height: 2.2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#menubar ul li a {
	color: #333;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: 1px dotted rgba(0,0,0,0.6);	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	color: #000;			/*文字色*/
	background: #FFF;		/*背景色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 1100px;
	height: 352px;
	position: relative;
	background-color: #FFF;	/*背景色*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #b7b7b7;			/*同上*/
	margin-bottom: 5px;
}
#mainimg img {
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.pankuzu {
	color: #000;
	margin-left: 13px;
	margin-bottom: 14px;
}

/*スライダーとコンテンツの間の説明書き
---------------------------------------------------------------------------*/
#world {
	width: 1070px;
	background-color: #fafafa;	/*背景色*/
	padding: 15px 19px 0px;	/*コンテンツ内の余白。左から、上、左右、下。*/
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}

/*各製品のページの冒頭の象徴的な写真
---------------------------------------------------------------------------*/
.toppic {
	float: left;
	margin: 10px 10px 5px 10px;
}

.topcatalog{
	float: left;
	margin: 10px 10px 5px 10px;
}

.topcatalog a:hover img {
  opacity: 0.7;
  filter: topcatalog(opacity=70);
  -ms-filter: "topcatalog(opacity=70)";
}

/*各製品の説明書き（トップ）
---------------------------------------------------------------------------*/
#setsumei > p {
	color: #000;
	line-height: 20px;
}
#setsumei > p > a{
	color: #000;
	line-height: 20px;
}
#setsumei .reddate {
	color: #ff0000;
	text-decoration: underline;
	font-size: 20px;
	margin-top: 10px;
}

/*各製品の説明書き（2回目）
---------------------------------------------------------------------------*/
.secondsetsumei {
	clear: left;
	color: #000;
	line-height: 20px;
}

.secondsetsumei > h2 {
	font-size: 20px;
	margin: 0px 0px 13px 9px;
	padding-top: 15px;
	color: #000;
	line-height: 20px;
}

/*各製品の説明書き（3回目）
---------------------------------------------------------------------------*/
.thirdsetsumei a {
	color: #000000;
	font-size: 20px;
	margin: 10px;
}
.thirdsetsumei p {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1070px;
	background-color: #FFF;	/*背景色*/
	padding: 15px 15px 0px;	/*コンテンツ内の余白。左から、上、左右、下。*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #b7b7b7;			/*同上*/
	margin-bottom: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 815px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのsectionとarticleの直接の子要素のh2タグの設定*/
#main section h2,
#main article h2 {
	background-color: #2b2c2e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#454746, #2b2c2e);	/*同上*/
	background-image: linear-gradient(#454746, #2b2c2e);			/*同上*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 19px;
	color: #FFF;	/*文字色*/
	text-align: center;
	padding: 5px 10px 5px 15px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	margin-bottom: 15px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main > p {
	background-color: #FFF;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #e0e1e2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#454746, #2b2c2e);	/*同上*/
	background-image: linear-gradient(#454746, #2b2c2e);			/*同上*/
	color: #FFF;	/*文字色*/

}
/*動画の下のコメント*/
.movie {
	color: #000000;
	line-height: 20px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	margin-bottom: 1em;
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
#sub ul li a:hover {
	background-color: #dcdcdc;	/*背景色*/
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 10px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;	/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;	/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #131dff;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #131dff;
	padding: 0px 0px 0px 5px;
}
/*リンク設定*/
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #FFF;	/*マウスオン時のボックス色*/
}
}

/*頻出の各ブロック
---------------------------------------------------------------------------*/
#main section.staff {
	overflow: hidden;
}

/*各ボックスの設定*/
#main section.staff article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 241px;	/*ボックス幅*/
	height: 360px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}
/*ボックス内の写真設定*/
#main section.staff article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh3タグ設定*/
#main section.staff article h3 {
	font-size: 100%;
	background-color: #ec2229;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ec2229), to(#cccccc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ec2229, #cccccc);	/*同上*/
	background-image: linear-gradient(#ec2229, #ec2229);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 5px;
}

/*頻出の各ブロック About US
---------------------------------------------------------------------------*/
#main section.staff2 {
	overflow: hidden;
}
/*各ボックスの設定*/
#main section.staff2 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 377px;	/*ボックス幅*/
	height: 240px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff2 article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}
/*ボックス内の写真設定*/
#main section.staff2 article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh3タグ設定*/
#main section.staff2 article h3 {
	font-size: 100%;
	background-color: #310000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#310000), to(#ff0000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#310000, #ff0000);	/*同上*/
	background-image: linear-gradient(#310000, #ff0000);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 5px;
}

/*頻出の各ブロック gear knowledge
---------------------------------------------------------------------------*/
#main section.staff3 {
	overflow: hidden;
}
/*各ボックスの設定*/
#main section.staff3 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 377px;	/*ボックス幅*/
	height: 220px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff3 article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}
/*ボックス内の写真設定*/
#main section.staff3 article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	float: left;
	margin: 2px 7px 0px 0px;
}
#main section.staff3 article h3 {
	font-size: 100%;
	background-color: #310000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#310000), to(#ff0000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#310000, #ff0000);	/*同上*/
	background-image: linear-gradient(#006400, #00e100);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

/*頻出の各ブロック gear manufacturing
---------------------------------------------------------------------------*/
#main section.staff4 {
	overflow: hidden;
}
/*各ボックスの設定*/
#main section.staff4 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 785px;	/*ボックス幅*/
	height: 250px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff4 article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}
.machine {
	font-weight: bold;
	margin-top: 20px;
}
/*ボックス内の写真設定*/
#main section.staff4 article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	float: left;
	margin: 2px 7px 0px 0px;
}
#main section.staff4 article h3 {
	font-size: 100%;
	background-color: #310000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#310000), to(#ff0000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#310000, #ff0000);	/*同上*/
	background-image: linear-gradient(#006400, #00e100);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

/*頻出の各ブロック gear application
---------------------------------------------------------------------------*/
#main section.staff5 {
	overflow: hidden;
}
/*各ボックスの設定*/
#main section.staff5 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 370px;	/*ボックス幅*/
	height: 390px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff5 article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}

/*ボックス内の写真設定*/
#main section.staff5 article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	float: left;
	margin: 2px 7px 0px 0px;
}
#main section.staff5 article h3 {
	font-size: 100%;
	background-color: #310000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#310000), to(#ff0000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#310000, #ff0000);	/*同上*/
	background-image: linear-gradient(#006400, #00e100);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

/*頻出の各ブロック racks
---------------------------------------------------------------------------*/
#main section.staff6 {
	overflow: hidden;
}

/*各ボックスの設定*/
#main section.staff6 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e2e2e2);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e2e2e2);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*同上*/
	float: left;
	width: 241px;	/*ボックス幅*/
	height: 490px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	display: inline;
	margin: 0px 4px 1em;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.staff6 article p {
	padding: 0px;
	color: #000;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
}
/*ボックス内の写真設定*/
#main section.staff6 article figure img {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh3タグ設定*/
#main section.staff6 article h3 {
	height: 70px;
	font-size: 100%;
	background-color: #131dff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#131dff), to(#cccccc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#131dff, #cccccc);	/*同上*/
	background-image: linear-gradient(#00005e, #4444ff);			/*同上*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影の設定*/
	box-shadow: none;			/*同上*/
	color: #fff;	/*文字色*/
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin-bottom: 5px;
}

/*custom gearsページ
---------------------------------------------------------------------------*/
.toppic2 {
	float: none;
	margin: 10px 10px 5px 10px;
}

/*Q and A ページ
---------------------------------------------------------------------------*/
.headline_blue {
	margin: 10px 0px 10px 11px;
	color: #3723c8;
	font-size: 18px;
	font-weight: bold;
}
.qandas {
	margin: 0px 0px 0px 11px;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #cdcdcd;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #131dff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d55ff), to(#131dff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4d55ff, #131dff);	/*同上*/
	background-image: linear-gradient(#4d55ff, #131dff);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #4d55ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#131dff), to(#4d55ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#131dff, #4d55ff);	/*同上*/
	background-image: linear-gradient(#131dff, #4d55ff);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	color: #FFF;	/*文字色*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

/*会社概要
---------------------------------------------------------------------------*/
.cprofile {
	padding-left: 15px;
}
.iso {
	float: left;
	margin: 0px 30px 0px 10px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #DC143C;
	padding-top: 15px;
	text-align: center;
	color: #ffffff;
}

#footer p {
	line-height: 25px;
}

#footer a {
	color: #ffffff;
}

/*下層ページのギャラリー追加
---------------------------------------------------------------------------*/
#main section.staff4 article#gallery{
	height: auto;
}
#gallery .factory_and_machine_gallery {
    height: 130px;
    overflow: hidden;
}
#gallery .fusion-layout-column {
    position: relative;
    float: left;
    margin-bottom: 20px;
}
#gallery .fusion-spacing-no.fusion-one-fourth {
    width: 25%;
}
#gallery .fusion-imageframe {
    display: inline-block;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
}
/*図面出力フォーム・ボタン一式
---------------------------------------------------------------------------*/
@media screen and (min-width:650px) {
.new-button dd {
width: 78%;
}
.new-button button {
font-size: 18px;
}
}
.new-button {
background: #f3f3f3;
padding: 25px 10px 25px 15px;
margin-bottom: 15px;
}
.search-title {
font-size: 18px;
}
.new-button dl {
width: 100%;
padding-bottom: 25px;
}
.new-button dt {
float: left;
width: 21%;
min-width: 125px;
padding-top: 8px;
font-size: 22px;
white-space: nowrap;
}
.new-button input[type="text"] {
border: solid 1px #333;
border-radius: 3px;
font-size: 27px;
height: 34px;
width: 80%;
}
.new-button dd {
float: left;
padding: 0px 0 15px;
margin: 0;
}
.new-button button:hover {
cursor: pointer;
background: #eee;
}
.new-button button {
width: 32.33333%;
float: left;
padding: 15px 0;
height: 72px;
border-radius: 10px;
border: solid 3px #ff0000;
background: #fff;
margin: 0 1% 1% 0;
box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
position: relative;
display: block;
z-index: 9;
}

    div#cds-download-cad-button-container {
        background-color: #f3f3f3;
        display: block;
        float: left;
        height: 72px;
        margin: 0 1% 1% 0;
        padding: 0;
        position: relative;
        width: 32.33333%;
        z-index: 9;
    }

    .new-button button#cds-download-cad-button {
        float: none;
        height: 40px;
        line-height: 4px;
        margin-bottom: 4px;
        width: 100%;
    }

    select#cds-cad-download-formats {
        width: 100%;
    }

    #cds-cad-request-dialog img {
        float: left;
        margin-right: 1em;
        margin-bottom: 2em;
    }

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  padding-left: 15px;
}
/* Firefox 18- */
:-moz-placeholder {
  padding-left: 15px;
}
/* Firefox 19+ */
::-moz-placeholder {
  padding-left: 15px;
}
/* IE 10+ */
:-ms-input-placeholder {
  padding-left: 15px;
}
/* IE Edge */
::-ms-input-placeholder {
  padding-left: 15px;
}









/*ここからタブレット用（481px～1100px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:1100px){

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

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	height: auto;
	padding: 0;
	margin-bottom: 0;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #b7b7b7;			/*同上*/
	float: left;
	border: none !important;
	margin-bottom: 5px;
	width: 50%;	/*メニュー幅*/
}
nav#menubar ul li a {
	padding: 7px;	/*メニュー内の余白*/
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child {
	margin-bottom: 20px;
}

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

/*スライダーとコンテンツの間の説明書き
---------------------------------------------------------------------------*/
#world {

	width: auto;
	background-color: #f7f7f7;	/*背景色*/
	padding: 15px 15px 0px;	/*コンテンツ内の余白。左から、上、左右、下。*/
	margin-bottom: 15px;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.pankuzu {
	display: none;
}

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

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

/*各製品の説明書き（2回目）
---------------------------------------------------------------------------*/
.secondsetsumei {
	display: none;
}

/*service2.html（製品の詳細ページ）
---------------------------------------------------------------------------*/
/*製品詳細ページではメインメニューとサブコンテンツを表示させない設定*/
#service2 nav#menu,
#service2 #sub {
	display: none;
}

/*頻出の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff article p {
	font-size: 16px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff article figure img {
	float: left;
	margin-right: 10px;
}

/*頻出の各ブロック About US
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff2 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff2 article p {
	font-size: 16px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff2 article figure img {
	float: left;
	margin-right: 10px;
}

/*頻出の各ブロック gear knowledge
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff3 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff3 article p {
	font-size: 16px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff3 article figure img {
	float: left;
	margin-right: 10px;
}
/*消えてほしいh2*/
#design {
	display: none;
}

/*頻出の各ブロック gear manufacturing
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff4 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff4 article p {
	font-size: 16px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff4 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}

/*頻出の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff6 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff6 article p {
	font-size: 16px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff6 article figure img {
	float: left;
	margin-right: 10px;
}

/*youku動画
---------------------------------------------------------------------------*/
#youku {
	display: none;
}
#typesofgears {
	width: 400px;
}

/*動画の下のコメント*/
.movie {
	display: none;
}

/*会社概要
---------------------------------------------------------------------------*/
.hyou {
	width: 380px;
}
.hyou2 {
	width: 390px;
	word-break: break-all;
}
.iso {
	display: none;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 15px;
}

/*screw gearsのh1
---------------------------------------------------------------------------*/
#topphrase2 {
	font-size: 23px;
}

}
/*スライダー
---------------------------------------------------------------------------*/



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（最上部の赤い横帯）
---------------------------------------------------------------------------*/
#telmail {
	display: none;
}

/*ロゴとh1が入ったブロック
---------------------------------------------------------------------------*/
#topphrase {
	font-size: 23px;
	display: block;
}

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

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	height: auto;
	padding: 0;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	width: auto;
	border: none !important;
	background-image: url("../images/btn_arrow.png")/*tpa=http://khkgears.net/china/images/btn_arrow.png*/, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: url("../images/btn_arrow.png")/*tpa=http://khkgears.net/china/images/btn_arrow.png*/, -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: url("../images/btn_arrow.png")/*tpa=http://khkgears.net/china/images/btn_arrow.png*/, linear-gradient(#FFF, #e5e5e5);			/*同上*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#menubar ul li a {
	padding: 10px 0px 10px 20px;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-radius: 10px 10px 0 0;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child {
	border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}

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

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

/*スライダーとコンテンツの間の説明書き
---------------------------------------------------------------------------*/
#world {
	display: none;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.pankuzu {
	display: none;
}

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

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

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*頻出の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff article p {
	font-size: 14px;
	line-height: 16px;
}
/*ボックス内の写真設定*/
#main section.staff article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}

/*頻出の各ブロック Aboutbout us
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff2 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff2 article p {
	font-size: 14px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff2 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}

/*頻出の各ブロック gear knowledge
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff3 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff3 article p {
	font-size: 14px;
	line-height: 2;
}
/*ボックス内の写真設定*/
#main section.staff3 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}
/*消えてほしいh2*/
#design {
	display: none;
}

/*頻出の各ブロック gear manufacturing
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff4 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff4 article p {
	font-size: 14px;
	line-height: 16px;
}
/*ボックス内の写真設定*/
#main section.staff4 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}

/*頻出の各ブロック gear application
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff5 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff5 article p {
	font-size: 14px;
	line-height: 16px;
}
/*ボックス内の写真設定*/
#main section.staff5 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}
.you {
	float: none;
	margin-right: 10px;
	width: 100%;
	height: auto;
}

/*頻出の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.staff6 article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}
/*ボックス内の段落タグ設定*/
#main section.staff6 article p {
	font-size: 14px;
	line-height: 16px;
}
/*ボックス内の写真設定*/
#main section.staff6 article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}

/*各製品のページの冒頭の象徴的な写真
---------------------------------------------------------------------------*/
.toppic {
	float: none;
	margin-left: -5px;
}
ul.toppic{
	margin-left: 0;
}
.toppic.inline_list li{
	display: inline-block;
	width: 49%;
}
/*各製品の説明書き（トップ）
---------------------------------------------------------------------------*/
#setsumei {
	margin-bottom: 18px;
}
#setsumei .reddate {
	color: #ff0000;
	text-decoration: underline;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*各製品の説明書き（2回目）
---------------------------------------------------------------------------*/
.secondsetsumei {
	display: none;
}

/*各製品の説明書き（3回目）
---------------------------------------------------------------------------*/
.thirdsetsumei a {
	color: #000000;
	font-size: 16px;
	margin: 5px;
}
.thirdsetsumei p {
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	margin-left: 5px;
	margin-bottom: 10px;
}

/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
#video {
	display: none;
}

/*youku動画
---------------------------------------------------------------------------*/
#youku {
	display: none;
}

/*動画の下のコメント*/
.movie {
	display: none;
}
#typesofgears {
	display: none;
}

/*会社概要
---------------------------------------------------------------------------*/
.hyou {
	width: 250px;
}
.hyou2 {
	width: 230px;
	word-break: break-all;
}
.iso {
	display: none;
}

/*screw gearsのh1
---------------------------------------------------------------------------*/
#topphrase2 {
	display: block;
	font-size: 23px;
}