@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px) {
	.w900 {
		width: 900px;
		margin: 0 auto;
	}
	.dsp_tbs, .dsp_smt {
		display: none;
	}
	.cen_pc {
		text-align: center!important;
	}
	.fl {
		float: left;
	} /* 左寄せ（float） */
	.fr {
		float: right;
	} /* 右寄せ（float） */
	/* ヘッダ */
	#header {
		position: relative;
	}
	#header .tel, #header .btn {
		display: none;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 567px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 567px;
		margin-top: -567px;
	}
	#footer .box {
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		height: 290px;
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p + p {
		margin-left: 0.5em;
	}
	#footer .contact {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 64px;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	#top_info dt, #top_info dd {
		display: flex;
		vertical-align: top;
	}
	#top_info dt {
		padding-right: 26px;
		white-space: nowrap;
	}
	/*--------------------------------------------------
		舶用金属製品
	--------------------------------------------------*/

	/*--------------------------------------------------
		産業用金属製品
	--------------------------------------------------*/

	/*--------------------------------------------------
		技術・設備紹介
	--------------------------------------------------*/
	#technical .factory dl dt.border img.pc40 {
		width: 40%;
	}
	/*--------------------------------------------------
		会社案内
	--------------------------------------------------*/

	/*--------------------------------------------------
		お知らせ
	--------------------------------------------------*/

	/*--------------------------------------------------
		採用情報
	--------------------------------------------------*/

	/*--------------------------------------------------
		プライバシーポリシー
	--------------------------------------------------*/

	/*--------------------------------------------------
		サイトマップ
	--------------------------------------------------*/
	
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */
	/*------------------------------------------------*/
}