@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color: #333;		/*全体の文字色*/
	background: #fff;	/*背景色*/
	/*background: url(../images/bg.jpg);/*左からカンマで区切って背景画像を2つ指定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #553b26;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover img{
	opacity:0.7 ;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*padding-bottom:0px ;*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 130px;
	position: relative;
	margin: 0px auto;

    display: flex;
    align-items: center;
}
/*h1ロゴの設定*/

header .inner h1 {
	/*position: absolute;*/
	padding-left:10px ;
	left: 10px;	/*innerに対して左から10pxの場所に配置*/
	top: 0px;	/*innerに対して上から10pxの場所に配置*/
}

/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	bottom: 10px;		/*innerに対して上から20pxの位置に配置*/
	right: 20px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 12px;	/*文字サイズ*/
	text-align: right;	/*文字をセンタリング*/
	line-height: 60px;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/

	margin-left: auto;
}
header .inner address a{
	text-decoration:none ;
	color:#0071c1 ;
}
header .inner address a:hover{
	color: #2f4d93;
	text-decoration:underline ;
}
/*お問い合わせボタン*/
header .inner address .contact {
	display:inline ;
}
header .inner address .contact a{
	float:right ;
	color:#FFF ;
	margin:5px 0 10px 20px;
	display:inline ;
}
header .inner address .contact a:hover{
	text-decoration:none ;
	opacity:0.6 ;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 50px;	/*ブロックの高さ*/
	padding-top:1px ;
	padding-bottom:1px ;
	background-color: #1d2088;
}
nav#menu ul {
	width: 997px;
	height: 50px;	/*ブロックの高さ*/
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px solid #778899;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-size: 15px ;	/*文字サイズ*/
}
nav#menu ul li a {
	color: #FFF;		/*文字色*/
	text-decoration: none;
	display: block;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #778899;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a{
	color: #0070c0;		/*文字色*/
	background-color: #FFF;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	color: #fffbc3;	/*マウスオン時*/
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span{
	color: #b8860b;	/*マウスオン時*/
}

/*トップページの「スリーエムの強み」
---------------------------------------------------------------------------*/
/*ボックスの設定*/
.advantage{
	background:#444 ;
	width:auto ;
	height:170px ;
	padding: 10px 0 15px 0px;
}
/*h3の設定*/
.advantage h3{
	color:#FFF ;
	font-weight:normal ;
	text-align:center ;
	margin-bottom:15px ;
}
/*各ボックスの設定*/
.advantage div{
	background:#444 ;
	width: 982px;	/*コンテンツ幅*/
	/*height:150px ;*/
	margin: 0 auto;
}
/*各ボックスの設定*/
.advantage div section {
	/*height: 150px;	/*ボックスの高さ*/
	/*height:150px ;*/
	background:#444 ;
	width: 23%;	/*ボックスの幅*/
	float: left;
	line-height: 1.6;
	margin-left: 14px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 0px;
}
/*ボックス内の段落タグ設定*/
.advantage div section p {
	padding: 0px;
}
/*ボックス内のh4タグ設定*/
.advantage div section h4 {
	font-size: 100%;
	font-weight:normal ;
	text-align:center;
	color: #FFF;	/*文字色*/
}
/*写真の設定*/
.advantage div section figure {
}
.advantage div section figure img {
	width: 80%;
	height: auto;
	display:block ;
	margin-left:auto ;
	margin:0 auto 10px;
}
/*マウスオーバー時*/
.advantage div a:hover h4 {
	color: #e3b723;	/*文字色*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
/*トップページ以外のcontents*/
#contents {
	width: 982px;	/*コンテンツ幅*/
	margin: 0 auto;
	padding-top: 30px;	/*上に空ける余白*/
}
/*トップページのcontents*/
#top #contents {
	padding-top: 50px;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に流し込み*/
	width: 720px;	/*コンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #1d2088;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#1d2088), to(#14165e));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#1d2088, #14165e);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#1d2088, #14165e);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	background-position: left center;	/*背景画像を左側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	color:#0070c0;
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
	border-bottom:2px solid #0070c0;
	clear: both;
}
/*mainコンテンツのh5タグの設定*/
#main h5 {
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	color:#FFF ;
	background: #666;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));	/*背景画像の読み込みとグラデーション*/
	background: -webkit-linear-gradient(#666, #444);	/*同上*/
	background: linear-gradient(#666, #444);			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-bottom: 3px solid #0070c0;	/*枠線の幅、線種、色*/
}
#sub img{
	margin-bottom:15px ;
}
#sub a:hover img{
	opacity:0.6 ;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
	border-left: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-top: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	background:#FFF ;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background: #e2f3ff;	/*背景色*/
	color:#1d2088 ;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	/*padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #fff;	/*背景色*/
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
}
#sub .box1 p{
	padding: 10px;			/*ボックス内の余白*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	border-top:1px solid #333 ;
}
footer a {
	text-decoration: none;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
footer #footermenu{
	width:982px ;
	margin-left:auto ;
	margin-right:auto ;
}
footer #footermenu ul{
	float:left ;
	text-align:left ;
	margin-right:15px ;
	margin-bottom:20px ;
}
footer #footermenu li{
	padding-left:30px ;	/*マークとのバランスをとる*/
}
footer #footermenu .mark{
	background: url(../images/arrow3.png) no-repeat left center ;	/*マーク*/
	padding-left:30px ;
}
/*マウスオン時の設定*/
footer #footermenu a:hover {
	color: #0070c0 ;	/*空色*/
}
/*ロゴのブロックの設定*/
footer #footermenu1{
	float:left ;
	width:200px;
	margin:5px 2% 30px;
	text-align:left ;
}
/*メニューブロックの設定*/
footer #footermenu2{
	float:left ;
	width:700px;
	margin:5px 2% ;
	text-align:left ;
}
footer #footermenu1 a:hover {
	color:#FFF ;	/*マウスオーバー*/
	opacity:0.6 ;	/*マウスオーバー*/

}
/*コピーライト-----------------------------*/
footer #copyright{
	clear:left ;
	background:#0070c0 ;
	color:#FFF ;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer #copyright a{
	color:#e3b723 ;
}
footer #copyright a:hover{
	color:#FFF ;	/*マウスオーバー*/
}

/*タイプ１の各ブロック（※写真３つ横並び）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	/*height: 150px;	/*ボックスの高さ*/
	width: 31%;	/*ボックスの幅*/
	float: left;
	line-height: 1.6;
	margin-left: 14px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
/*ボックス内の段落タグ設定*/
#main section.list1 section p {
	padding: 0px;
}
/*ボックス内のh4タグ設定*/
#main section.list1 section h4 {
	display:none ;
	font-size: 100%;
	color: #001ada;	/*文字色*/
}
/*写真の設定*/
#main section.list1 section figure {
	padding: 5px;	/*写真と枠線との余白設定*/
	margin-bottom: 5px;	/*画像の下に少し余白を空ける設定*/
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#main section.list1 section figure img {
	width: 100%;
	height: auto;
}

/*写真左寄せボックス
---------------------------------------------------------------------------*/
.fl_l{
	clear:both ;
	margin-bottom:50px ;
}
.fl_l img{
	float:left ;
	width:30% ;
}
.fl_l p{
	margin-left:34% ;
}

/*写真右寄せボックス
---------------------------------------------------------------------------*/
.fl_r{
	clear:both ;
	margin-bottom:50px ;
}
.fl_r img{
	float:right ;
	width:30% ;
	/*margin:0 0 15px 15px ;*/
}
.fl_r p{
	margin-right:34% ;
}
/*company.html「経営理念」*/
.fl_r ul{
	margin-right:34% ;;
}

/*写真中央寄せ
---------------------------------------------------------------------------*/
img.center{
	display:block ;
	margin-left:auto ;
	margin-right:auto ;
}

/*青字見出し
---------------------------------------------------------------------------*/
#main p.midashi{
	color:#0070c0 ;
	font-size:130% ;
	border-bottom:1px solid #0070c0 ;
	padding-bottom:0 ;
	margin-bottom:15px ;
}

/*plating.html「製品案内」
---------------------------------------------------------------------------*/
/*めっき製品メニュー*/
.plating_menu{
	clear:both ;
	display:block ;
	background:#f9f9f9 ;
	border:4px double #CCC ;
	padding:5px ;
	margin-bottom:15px ;
}
.plating_menu ul li{
	margin-left:1em ;
	background: url(../images/arrow.png) no-repeat left center ;	/*マーク*/
	padding-left:20px ;
	float:left ;
}
.plating_menu ul a{
	text-decoration:none ;
}
.plating_menu ul a:hover{
	color:#0070c0 ;
	text-decoration:underline ;
}

/*group.html「一貫生産」
---------------------------------------------------------------------------*/
/*ワークフロー画像*/
#workflow .img_c_s{
	display:none ;
}

/*facilities.html内「生産設備」
---------------------------------------------------------------------------*/
/*D-POP特長*/
#facilities h4.open {
	background: url(../images/btn_close.png) no-repeat right center ;	/*マーク*/
	background-size:100px 34px ;	/*safari用に分けて記述する*/
	padding-right:110px ;
}
#facilities h4.close {
	background: url(../images/btn_detail.png) no-repeat right center ;
	background-size:100px 34px ;	/*safari用に分けて記述する*/
	padding-right:110px ;
}
/*D-POP工程表*/
table#ta_dpop ,
table#ta_dpop td {
	border:none ;
	padding-top:3px ;
	padding-bottom:3px ;
}
table#ta_dpop tr.point:first-child {
	padding-bottom:10px ;
}
table#ta_dpop td{
	vertical-align:middle ;
}
table#ta_dpop td p {
	border:1px solid #d4d4d4 ;
	text-align:center ;
	padding:3px 10px ;
	vertical-align:middle ;
	background:#fcfcfc ;
}
/*時間短縮の設定*/
table#ta_dpop td p.timesavings {
	border:2px dotted #F00 ;
	color:#F00 ;
	font-size:110% ;
	padding:3.5em 5px ;
}
/*↓の設定*/
table#ta_dpop tr.point td{
	text-align:center ;
	padding:0px auto;
}
/*クローズドシステム画像*/
#closedsystem .img_c_s{
	display:none ;
}

/*greetin.html内「基本方針」
---------------------------------------------------------------------------*/
.policy{
	background:url(../images/bg_greeting_policy.png) no-repeat right bottom ;
	padding-bottom:200px ;
}
/*ブロック全体の設定*/
.policy div{
	width:400px ;
	background:rgba(234, 242, 244, 0.9) ;
	color:#0070c0 ;
	font-size:120% ;
	border-radius:20px ;
	margin:0 auto 15px;
	padding:20px ;
}
.policy div h4{
	text-align:center ;
	border-bottom:1px solid #0070c0 ;
	margin-bottom:15px ;
}
.policy div ul{
	margin-left:5em ;
}
.policy div ul li{
	margin-bottom:10px ;
}

/*company.html「沿革」
---------------------------------------------------------------------------*/
/*年号部分*/
#history dt{
	width: 80px;
	float:left ;
}
#history dd{
	margin-left:90px ;
}
/*見出し*/
#history dl h4{
	background: #f0f0f0;	/*背景色*/
	width: auto;
	padding: 10px;
	text-align: left;
	font-size:110% ;
	border-bottom:none;
	clear: none;
}
/*アミューズメント部品*/
#history dl p{
	padding: 10px;
}
/*アミューズメント部品*/
#history dl .amuse{
	color: #37abbd;	/*文字色*/
	border: 1px solid #37abbd ;	/*テーブルの枠線の幅、線種、色*/
	background:#edf4fd ;
	margin-bottom:15px ;
}
/*自動車部品*/
#history dl  .car{
	color: #ff6699;	/*文字色*/
	border: 1px solid #ff6699 ;	/*テーブルの枠線の幅、線種、色*/
	background:#fceefa ;
	margin-bottom:15px ;
}

/*link.html「リンク集」
---------------------------------------------------------------------------*/
#main .link a{
	/*text-decoration:none ;*/
	color:#0070c0 ;
}

/*エラーページ
---------------------------------------------------------------------------*/
body#error{
	text-align:center;
}
/*ヘッダーブロック*/
body#error header {
	height: auto;	/*ヘッダーの高さ*/
	margin-bottom:30px ;
}
/*ロゴ画像の設定*/
body#error header #logo {
	position: static;
	margin-top:10px ;
}
body#error #main{
	float:none ;
	margin-left:auto ;
	margin-right:auto ;
	padding:10px ;
}

/*Youtube動画
---------------------------------------------------------------------------*/
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:30px ;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*チャンネル登録ボタン*/
.bottun_yt{
	border:2px solid #e62117 ;
	border-radius:4px ;
	margin-bottom:15px ;
}

/*トップページ内「新製品・新加工品情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 30px;
}
#new .scroll{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 300px;	/*ボックスの高さ*/
	padding-left: 0px;
}
#new table th ,
#new table td {
	border-bottom: 1px solid #cfcfcf;	/*下線の幅、線種、色*/
	padding:5px ;
	vertical-align: top;
}
#new table td {
	width:620px ;
}
#new table td.c {
	width:100px ;
}
/*日付設定*/
#new table th {
	font-weight: normal;	/*太字にする設定。標準がいいならこの行削除。*/
	width:100px ;
}
#new table tr.img th {
	border-bottom: none;	/*画像がある場合、下線打ち消し設定*/
}
/*リンク設定*/
#new a{
	color:#b8860b ;
}

/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #f0f0f0;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #0070c0;	/*文字色*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする設定*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*「もっと詳しく」ボタン
---------------------------------------------------------------------------*/
p.more {
	/*position: absolute;
	right: 0px;		/*ボックスに対して右から0pxの場所に配置*/
	/*bottom: 0px;	/*ボックスに対して下から0pxの場所に配置*/
}
p.more a {
	color: #FFF;	/*文字色*/
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #dd7900;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#dd7900));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ff8c00, #dd7900);	/*同上*/
	background-image: linear-gradient(#ff8c00, #dd7900);			/*同上*/
	padding: 2px 15px;	/*上下、左右への余白*/
	/*font-size: 11px;	/*文字サイズ*/
	border-radius: 4px;	/*各丸のサイズ*/
}
p.more a:hover {
	background: #ff8c00;	/*マウスオン時の背景色*/
}
/*お問い合わせボタン
---------------------------------------------------------------------------*/
.contact{
	/*text-align:right ;*/
}
.contact a{
	width:200px ;
	height:40px ;
	line-height:40px ;
	display:block ;
	text-align:center ;
	color:#FFF ;
	font-weight:bold ;
	background:url(../images/arrow3.png) no-repeat left center ;	/*マーク*/
	background:url(../images/arrow4.png) no-repeat 30px center ;	/*マーク*/
	background-color:#0071c1 ;	/*マーク*/
	/*font-size:90% ;*/
	border:1px solid #0071c1 ;
	border-radius:2px 2px 2px 2px ;
	text-decoration:none ;
	margin:5px auto ;
}
.contact a:hover{
	opacity:0.9 ;
}
/*mainコンテンツ内*/
#main .contact a{
	width:100% ;
	height:60px ;
	line-height:60px ;
	background:#0071c1 ;
	margin:50px auto 0px;
	clear:both ;
}
#main .contact a:hover{
	opacity:0.9 ;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	position:fixed ;
	bottom:0 ;
	right:0 ;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #444;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 50px;	/*ボックス幅*/
	height: 50px;
	line-height: 50px;
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	opacity:0.6 ;
}

/*グレー背景の「ボタン」設定
---------------------------------------------------------------------------*/
.button {
	clear: both;
	/*margin-bottom:50px ;*/
}
.button a {
	color: #444;		/*文字色*/
	background-color: #DDD;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));	/*背景画像の読み込み,グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #EEE);	/*同上*/
	background-image:linear-gradient(#FFF, #EEE);			/*同上*/
	border:1px double #DDD ;
	text-decoration: none;
	text-align: center;
	padding:5px 10px ;
	width: auto;	/*ボックス幅*/
}
/*マウスオン時*/
.button a:hover {
	opacity:0.6 ;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}.mb50 {
	margin-bottom: 50px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
ul.decimal {
	padding: 0em 25px 1em;
	list-style: decimal;
}
.color1 {
	color: #F00;	/*赤*/
}
.color2 {
	color: #e3b723;	/*ゴールド*/
}
.color3 {
	color: #e56619;	/*オレンジ*/
}
.bold{
	font-weight:bold ;
}
.fs130{
	font-size:130% ;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
.img_c {
	display:block ;
	margin:0 auto 15px ;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 3px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}









/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:481px) and (max-width:800px){


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*background-image: none;*/
	padding-bottom:5px ;
}
header .inner {
	width: auto;
	height: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 30px;
	padding-top: 50px;
}
/*
header .inner h1 img {
	width:250px ;

}
*/
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;	/*文字を右寄せ*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 153px;	/*ブロックの高さ*/
	height: auto;	/*ブロックの高さ*/
	border-bottom:none ;
	/*background-color: transparent;*/
}
#top nav#menu {
	padding-top:0 ;	/*トップページだけの余白打ち消し*/
}
/*メニューブロック全体の設定*/
nav#menu ul {
	width: auto;
	height: 150px;	/*ブロックの高さ*/
	border-top: 1px solid #778899;	/*メニューブロックの上側の線の幅、線種、色*/
	/*background-color: #2f4d93;*/
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 50%;	/*メニュー幅*/
	height: 50px;	/*ブロックの高さ*/
	margin-bottom: 0;
	border-bottom: 1px solid #778899;	/*メニューの下側の線の幅、線種、色*/
	box-sizing: border-box;
	/*background-color: #1d2088;*/
}
nav#menu ul li a {
	/*padding: 10px 0px;	/*メニュー内の余白。上下、左右。*/
}
/*ホームメニューの設定*/
nav#menu ul li.home {
	width: 100%;	/*メニュー幅*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	border-left: 1px solid #778899;	/*奇数番目のメニューの左側へ入れる線の設定*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	/*display: none;	/*表示させない設定*/
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	/*margin-bottom: 20px;*/
}

/*トップページの「スリーエムの強み」
---------------------------------------------------------------------------*/
/*ボックスの設定*/
.advantage{
	width:auto ;
	height:140px ;
}
/*ボックスの設定*/
.advantage div{
	width: auto;	/*コンテンツ幅*/
}
/*各ボックスの設定*/
.advantage div section {
	width: 21.5%;	/*ボックスの幅*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
/*トップページ以外のcontents*/
#contents {
	width: auto;
	margin: 0px 15px;
	padding-top: 20px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 0px;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
footer #footermenu{
	width:auto ;
	/*margin-left:auto ;
	margin-right:auto ;*/
}
footer #footermenu ul{
	width:13em ;
}
/*ロゴのブロックの設定*/
footer #footermenu1{
	float:none ;
	width:auto;
	text-align:center ;
}
/*メニューブロックの設定*/
footer #footermenu2{
	width:auto;
}

/*写真左・右寄せボックス
---------------------------------------------------------------------------*/
.fl_l img,
.fl_r img{
	width:30% ;
	height:auto ;
}
.fl_r p{
	margin-right:34% ;
}

/*タイプ１の各ブロック（※写真３つ横並び）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	width: 30%;	/*ボックスの幅*/
}

/*トップページ内「新製品・新加工品情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new table td {
	width:auto ;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
}

}








/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
h1#header_h1{
	display:none ;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	padding:10px ;
	left: 10px;	/*innerに対して左から10pxの場所に配置*/
	top: 0px;	/*innerに対して上から10pxの場所に配置*/
}
header .inner address a{
	text-decoration:none ;
	color:#0071c1 ;
}
header .inner address a:hover{
	color: #2f4d93;
	text-decoration:underline ;
}

/*ヘッダー（サイト名ロゴが入ったブロックF）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*background-image: none;*/
	/*border-top:10px solid #42b9d0 ;
	padding-bottom:5px ;*/
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	/*padding-top: 10px;*/
	padding-top: 50px;
}
header h1 img {
	width: 220px;	/*画面に対してロゴ画像を70％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	text-align: center;
	line-height: 2.0 ;	/*行間*/
	padding-bottom: 10px;
	font-size: 11px;	/*文字サイズ*/
}

/*お問い合わせボタン*/
header .inner address .contact {
	/*display:block ;*/
}
header .inner address .contact a{
	float:none ;
	margin:5px auto 5px ;
	display:block ;
	line-height: 30px ;	/*行間*/
	height:30px ;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 306px;	/*ブロックの高さ*/
	border-bottom:none ;
	margin-bottom:15px ;
}
#top nav#menu {
	padding-top:0 ;	/*トップページだけの余白打ち消し*/
	margin-bottom:0 ;
}
/*メニューブロック全体の設定*/
nav#menu ul {
	width: auto;
	height: 300px;	/*ブロックの高さ*/
	border-top: 1px solid #778899;	/*メニューブロックの上側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 100%;	/*メニュー幅*/
	margin-bottom: 0;
	border-bottom: 1px solid #778899;	/*メニューの下側の線の幅、線種、色*/
	box-sizing: border-box;
}
nav#menu ul li a {
	padding: 10px 0px;	/*メニュー内の余白。上下、左右。*/
}
/*ホームメニューの設定*/
nav#menu ul li.home {
	width: 100%;	/*メニュー幅*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	border-left: 1px solid #778899;	/*奇数番目のメニューの左側へ入れる線の設定*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	/*margin-bottom: 20px;*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
/*トップページ以外のcontents*/
#contents {
	width: auto;
	margin: 0px 15px;
	padding-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 120%;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページの「スリーエムの強み」
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.advantage{
	height:290px ;
}
/*各ボックスの設定*/
.advantage div{
	width: auto;	/*コンテンツ幅*/
	height:auto ;
}
/*各ボックスの設定*/
.advantage div section {
	width: 44%;	/*ボックスの幅*/
	margin-bottom: 15px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 15px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 0px;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
footer #footermenu{
	width:auto ;
	/*margin-left:auto ;
	margin-right:auto ;*/
}
footer #footermenu ul{
	width:13em ;
}
/*ロゴのブロックの設定*/
footer #footermenu1{
	float:none ;
	width:auto;
	text-align:center ;
}
/*メニューブロックの設定*/
footer #footermenu2{
	width:auto;
}

/*タイプ１の各ブロック（※写真３つ横並び）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	margin-bottom:15px ;
	padding-bottom: 0px;
}
/*写真の設定*/
#main section.list1 section figure {
	/*width:80% ;
	margin-left:auto ;
	margin-right:auto ;*/
}
#main section.list1 section figure img {
	width: 100%;
}

/*写真左寄せボックス
---------------------------------------------------------------------------*/
.fl_l{
	clear:both ;
	margin-bottom:50px ;
}
.fl_l img{
	float:none ;
	width:80%;
	display:block ;
	margin:0 auto 15px auto ;
	clear:both ;
}
.fl_l p{
	margin-left:0;
}
/*医師紹介ページの略歴設定*/
.fl_l dl{
	margin-left:10px ;
}

/*写真右寄せボックス
---------------------------------------------------------------------------*/
.fl_r{
	clear:both ;
	margin-bottom:50px ;
}
.fl_r img{
	float:none ;
	width:80%;
	display:block ;
	margin:0 auto 15px auto ;
	clear:both ;
}
.fl_r p{
	margin-right:0;
}
/*company.html「経営理念」*/
.fl_r ul{
	margin-right:0;
}

/*group.html「一貫生産」
---------------------------------------------------------------------------*/
/*ワークフロー画像*/
#workflow .img_c{
	display:none ;
}
#workflow .img_c_s{
	display:block ;
	margin:0 auto 15px ;
}
/*facilities.html「生産設備」
---------------------------------------------------------------------------*/
/*D-POP特長*/
#facilities h4.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, #FFF ;	/*マーク*/
	padding-right:40px ;
}
#facilities h4.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, #FFF;
	padding-right:40px ;
}
/*クローズドシステム画像*/
#closedsystem .img_c{
	display:none ;
}
#closedsystem .img_c_s{
	display:block ;
	margin:0 auto 15px ;
}
/*greetin.html内「基本方針」
---------------------------------------------------------------------------*/
.policy{
	background:url(../images/bg_greeting_policy_s.png) no-repeat right bottom ;
	padding-bottom:150px ;
}
/*ブロック全体の設定*/
.policy div{
	width:auto ;
	font-size:110% ;
}
.policy div ul{
	margin-left:0 ;
}

/*company.html「沿革」
---------------------------------------------------------------------------*/
/*年号部分*/
#history dt{
	width: auto ;
	float:none ;
	margin-bottom:15px ;
	padding-top:10px ;
	border-top:1px solid #999 ;

}
#history dt:first-child{
	border-top:none ;	/*最初の線は打ち消す*/

}
#history dd{
	margin-left:0px ;
}


/*エラーページ
---------------------------------------------------------------------------*/
body#error #main p{
	text-align:left ;
}

/*トップページ内「新製品・新加工品情報」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center,#27407a ;	/*マーク*/
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, -webkit-gradient(linear, left top, left bottom, from(#1d2088), to(#14165e));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, -webkit-linear-gradient(#1d2088, #14165e);	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, linear-gradient(#1d2088, #14165e);	/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center,#27407a;
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, -webkit-gradient(linear, left top, left bottom, from(#1d2088), to(#14165e));		/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, -webkit-linear-gradient(#1d2088, #14165e);		/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, linear-gradient(#1d2088, #14165e);		/*同上*/
}
	/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #1d2088;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#1d2088), to(#14165e));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#1d2088, #14165e);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#1d2088, #14165e);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
/*ブロック全体の設定*/
#new .scroll {
	height: auto;
	margin: 5px 0px 0px;
}
#new table th ,
#new table td {
}
#new table td {
	width:auto ;
}
/*日付設定*/
#new table th {
	width:100px ;
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
	padding-left: 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
}

}
