@charset "utf-8";

/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header {
	background: #000;
	height: 70px;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#logo img {
	margin-top: 18px;
	margin-left: 10px;
	height: auto;
	width: 300px;
}
#logo02 {
	color: #FFF;
	padding-left: 53px;
	font-size: 11px;
}
#logo02 .logo03 {
	padding-left: 15px;
	color: #F00;
}
#logo02 .logo03 a {
	color: #F00;
	text-decoration: none;
}
#logo02 .logo03 a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menu-box {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
}
#menubar {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
#menubar li {
	float: left;
	width: 248px;
	text-align: center;
	border-right: 1px solid #ccc;
	line-height: 50px;
	letter-spacing: 0.1em;
}
#menubar a {
	display: block;
	width: auto;
	text-decoration: none;
}
#menubar li:hover {
	background: #fff;
}
.menuimg a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-image: url(../images/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 50px 200px;
}
.menu1 a {
	background-position: 0 0px;
}
.menu2 a {
	background-position: 0 -50px;
}
.menu3 a {
	background-position: 0 -100px;
}
.menu4 a {
	background-position: 0 -150px;
}

/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
#menubar ul.ddmenu {
	position:absolute;
	visibility: hidden;
	z-index: 101;
	padding-top: 1px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
#menubar ul.ddmenu li {
	float: none;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border: none;
	border-bottom: 1px solid #ccc;
}
#menubar ul.ddmenu li a {
	background: none;
}
#menubar ul.ddmenu li a:hover {
	background: #fff;
}
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.contents .inner {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
.contents.bg1 {
	background: #f3f3f3;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;
	padding: 5px 15px;
	background: #000;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 15px;
	background: #fff;
	border: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}
.contents strong {
	display:inline-block;
	color:#fff;
	background-color:#969696;
	padding:0px 10px;
	border-radius: 3px;
	font-weight:normal;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: right;
	overflow: hidden;
	width: 740px;
	padding-bottom: 30px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: left;
	width: 220px;
}
.sub h2 {
	margin-bottom: 10px;
	background: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
}
.sub iframe {
	display:block;
	width:220px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
.sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}
.sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
.sub .box1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #f3f3f3;
	background: rgba(0,0,0,0.05);
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;
	box-shadow: 0px 0px 1px 1px #fff inset;
}
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	position:fixed;
	clear: both;
	bottom:20px;
	right:65px;
}
#pagetop a {
	float: right;
}

/*フッタ設定
---------------------------------------------------------------------------*/
footer {
	padding-top:10px;
	clear: both;
	background: #000;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}

/*フッタメニュー
---------------------------------------------------------------------------*/
#footermenu {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
#footermenu ul {
	float: left;
	width: 18%;
	padding-left: 2%;
}
ul .fmw {
	font-size: 11px;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#news dl {
	padding-left: 15px;
	margin-bottom: 15px;
	height: 140px;
	overflow: auto;
}
#news dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#news dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1 th,
.ta1 td:not(.comment) {
	border: 1px solid #666;
	padding: 10px;
	word-break:normal;
}
.ta1 th {
	width: 180px;
	text-align: center;
	background: #f3f3f3;
}
.ta2 th {
	width: 100px;
}
.ta1 td {
	background: #fff;
}
.ta1 thead td {
	background: #f3f3f3;
	font-weight:bold;
}
.ta1 tbody th,
.ta1 tbody td {
	line-height:150%;
}
.ta1 img {
	vertical-align: bottom;
}
.ta3 td {
	padding-left:30px !important;
}
.ta3 thead td {
	padding-left:60px !important;
}

.list {
	margin:20px 0px;
}
.list th,
.list td {
	border:solid 1px #000;
	padding:10px;
}
.list thead th {
	background-color:#c9c9c9;
}
.list tbody th {
	background-color:#f1f1f1;
}
.list tbody td {
	text-align:center;
}

/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 5px 20px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

/*その他
---------------------------------------------------------------------------*/
.back {
	display:inline-block;
	color:#fff;
	background: #828282;
	padding:5px 15px;
	border-radius: 4px;
}
.clear {
	clear: both;
}
.center {
	text-align:center;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

section:not(#news) {
	margin-bottom:40px;
}
section#sub_menu div {
	display:inline-block;
	width:314px;
	height:33px;
	font-weight:bold;
	text-align:center;
	border:solid 2px #C8C8C8;
	border-radius: 5px;
	margin-bottom:10px;
	padding-top:7px;
}
section#sub_menu div:not(.first) {
	margin-left:10px;
}
section#sub_menu div:hover {
	background-color:#f1f1f1;
}

p.description {
	padding:10px 0px;
}
p.description2 {
	border:solid 2px #C8C8C8;
	border-radius: 5px;
	margin:10px 0px;
	padding:20px 30px;
}

.footer_contact {
	width:964px;
	margin:0 auto;
	margin-bottom:100px;
	padding:15px;
	text-align:center;
	border:solid 3px #c8c9ca;
}
.footer_contact .contact_msg {
	font-size:16px;
	font-weight:bold;
}
.footer_contact .tel {
	margin:5px 0px 10px 0px;
}

.thanks {
	font-size:120%;
	margin-bottom:50px;
}

.error {
	font-size:120%;
	color:red;
	padding:20px;
}

/*事業内容メニュー
---------------------------------------------------------------------------*/
#business_menu div {
	float: left;
	width: 31%;
	height: 230px;
	overflow: auto;
	background: #fff;
	margin-left: 1.5%;
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 6px;
	line-height: 1.4;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#business_menu a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 230px;
}
#business_menu a:hover {
	background: #808080;
	color: #fff;
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#business_menu a::before {
	content: "→";
	position: absolute;
	right: 20px;
	top: 20px;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
#business_menu a:hover::before {
	background: #000;
}
#business_menu .img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
#business_menu h4 {
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}
#business_menu p {
	font-size: 12px !important;
	padding:0px 15px !important;
}

/*トップ
---------------------------------------------------------------------------*/
#top #banner {
	margin-top:50px;
}
#top #banner a {
	display:block;
	padding:22px 0px;
	font-size:18px;
	text-align:center;
	color:#E50012;
	background-image:url(../images/button2.png);
	background-size:100%;
}
#top #banner a:hover {
	color:#fff;
	background-image:url(../images/button2_on.png);
}

/* 会社案内
---------------------------------------------------------------------------*/
#profile section#sub_menu {
	text-align:center;
}
#profile section#sub_menu div {
	background-color:#828282;
	border-width:0px;
}
#profile section#sub_menu div h4 {
	color:#fff;
	margin-top:0px;
	font-size:16px;
	font-weight:normal;
}

/* 社会貢献活動
---------------------------------------------------------------------------*/
#activity .block {
	float:left;
	width: 48%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.3%;
	height: 480px;
	line-height: 1.4;
	position: relative;
}
#activity .block p {
	padding-top:10px;
	line-height:170%;
}
#activity .block p a,
#clad_metal .block p a {
	color:#fff;
	background-color:#969696;
	padding:0px 10px;
	border-radius: 3px;
}

/* 事業内容
---------------------------------------------------------------------------*/
#business p {
	padding:5px 0px 40px 0px;
}
#business #effect p {
	padding:5px 0px;
}

/* クラッドメタル
---------------------------------------------------------------------------*/
#clad_metal section {
	margin-bottom:80px;
}
#clad_metal .grp1 {
	display:inline-block;
	float:left;
}
#clad_metal .block {
	display:inline-block;
	float:left;
	width:310px;
	height:400px;
	margin-bottom:15px;
	border:solid 1px #CCCCCC;
}
#clad_metal .block1 {
	margin-right:30px;
}
#clad_metal h4,
#clad_art h4 {
	font-weight:bold;
	font-size:16px;
	border-left:solid 8px #000;
	padding-left:10px;
	margin:10px 0px;
	line-height:120%;
}
#clad_metal .name {
	border-bottom:solid 1px #000;
	margin:0px 8px;
	font-weight:bold;
}
#clad_metal .block p {
	line-height:170%;
}
#clad_metal p {
	padding:8px;
}

/* コアレス
---------------------------------------------------------------------------*/
#core section ul {
	margin-bottom:10px;
	margin-left:5px;
}
#core section li:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 100%;
	background: #969696;
	position: relative;
	left: -5px;
	top: 2px;
}
#core section strong {
	margin-bottom:15px;
}

/* オリジナル刃物鋼
---------------------------------------------------------------------------*/
#original h4 {
	font-size:16px;
	font-weight:bold;
}
#original .list {
	margin-top:0px;
}

/* 金属受託加工
---------------------------------------------------------------------------*/
#clad_art section#sub_menu {
	margin-bottom:50px;
}
#clad_art section#sub_menu div {
	height:50px;
	padding-top:25px;
}
#clad_art section strong {
	margin-bottom:10px;
}
#clad_art .footer_contact {
	margin-bottom:100px;
}
#clad_art section#contract img {
	margin-top:15px;
}
#clad_art section#contract .img2,
#clad_art section#contract .img4 {
	margin-left:15px;
}
#clad_art section#item div {
	display:inline-block;
	vertical-align:top;
}
#clad_art .art .block {
	display:inline-block;
	margin-bottom:5px;
}
#clad_art .art .block2,
#clad_art .art .block4 {
	margin-left:5px;
}
#clad_art .contents .art2 {
	margin-top:60px;
}
#clad_art .contents .art2 h3 {
	display:inline-block;
	margin-bottom:10px;
	padding:0px 10px;
	font-size:18px;
	color:#fff;
	background-color:#E50012;
	border-style:none;
	border-left:solid 8px #969696;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#clad_art .art2 .block {
	float:left;
	width:490px;
	margin-right:15px;
	margin-bottom:40px;
}
#clad_art .art2 .block2,
#clad_art .art2 .block4 {
	margin-right:0px;
}
#clad_art .art2 .description .name {
	font-size:18px;
	border-bottom:solid 1px #CCCCCC;
	margin-top:5px;
	margin-bottom:10px;
}
#clad_art .art2 .description p {
	position:relative;
}
#clad_art .art2 .description a {
	position:absolute;
	right:0;
	width:130px;
	text-align:center;
	color:#fff;
	background-color:#969696;
	border-radius:5px;
}
#clad_art .art2 ol {
	padding:0px;
	margin-left:20px;
}
#clad_art .other {
	margin-top:75px;
}
#clad_art .other strong {
	display:block;
}
#clad_art section#art {
	margin-bottom:0px;
}

/* お問い合わせ
---------------------------------------------------------------------------*/
#contact section#form,
#confirm section#form {
	margin-bottom:50px;
}
#contact p,
#confirm p {
	line-height:150%;
	margin-bottom:5px;
}
#contact .confirm,
#confirm .confirm {
	text-align:center;
	margin:50px 0px 80px 0px;
}
#contact .confirm form,
#confirm .confirm form {
	display:inline;
}
#contact .confirm button:hover,
#confirm .confirm button:hover {
	color:#fff;
	background-color:#808080;
	border-color:#808080;
}
#contact section#privacy,
#confirm section#privacy {
	font-size:12px;
	margin-bottom:50px;
}
#contact section#privacy .caption,
#confirm section#privacy .caption {
	text-decoration:underline;
}

/* 海外代理店
---------------------------------------------------------------------------*/
#agent article {
}
#agent article h3 {
	font-size:16px;
	color:#828282;
	border-style:none;
	border-left:solid 1px #828282;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#agent article th {
	width:145px;
	padding-left:15px;
	font-size:16px;
	text-align:left;
	vertical-align:top;
}
#agent article td {
	padding-bottom:40px;
	font-size:14px;
	vertical-align:top;
	line-height:1.5;
}
#agent article td strong {
	display:block;
	padding:0px;
	font-weight:bold;
	color:#000;
	background-color:transparent;
	border-radius:0px;
}
