@charset "UTF-8";
/* CSS Document */
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/*==============================================
初期設定
==============================================*/
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	list-style:none;
	border:none;
	text-decoration:none;
}
.clear {
	width:0;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}
div#wrap {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0 0 106px;
	z-index:0;
}
/*==============================================
ヘッダー
==============================================*/
header {
	width:100%;
	background:#222;
	background:-moz-linear-gradient(top, #000, #333);
	background:-webkit-gradient(linear,left top, left bottom, from(#000), to(#333));
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#ff000000,EndColorStr=#ff333333);
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
header div {
	width:960px;
	height:70px;
	margin:0 auto;
}
header div h1 {
	float:left;
	margin:15px 0 0 20px;
}
header div address {
	float:right;
	margin:15px 20px 0 0;
}
header nav {
	background:url(../images/mainmenu_bg.gif) left top repeat-x;
	overflow:auto;
	width:100%;
	border-top:1px solid #333;
}
header nav ul {
	width:600px;
	margin:0 auto;
}
header nav ul li {
	float:left;
}
header nav ul li a {
	width:120px;
	height:30px;
	line-height:30px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#ccc;
	background:url(../images/mainmenu_bt.png) left top no-repeat;
}
header nav ul li.active a,
header nav ul li a:hover {
	color:#fff;
	background:url(../images/mainmenu_bt.png) right top no-repeat;
}
/*==============================================
フッター
==============================================*/
footer {
	width:100%;
	/*height:42px;*/
	padding-top:12px;
	background:#000;
	border-top:1px solid #333;
	text-align:center;
}
footer nav {
	padding: 5px 0 20px;
}
footer nav ul {
	display:inline;
	border-right:1px solid #666;
}
footer nav ul li {
	display:inline;
	border-left:1px solid #666;
}
footer nav ul li a {
	color:#fff;
	font-size:12px;
	line-height:12px;
	margin:0 14px;
}
footer p {
	color:#ccc;
	line-height:24px;
	font-size: 10px;
}
footer p.foot_desc{
	padding-bottom: 2px;
}
footer p.foot_name{
	line-height: 1.5;
	font-size: 10px;
}
footer p.copyright{
	font-size: 10px;
	padding: 10px;
}
/*==============================================
トップページ
==============================================*/
body#index {
	/* background:url(../images/2024/index_bg.jpg) center 60% no-repeat #000; */
	background: #000000 url(../images/2024/index_bg.jpg) center center no-repeat;
	background-size: cover;
}
#index_txt{
	margin-top: 80px;
	width: 100%;
	height: auto;
}

body#index div#wrap {
	padding-bottom:40px;
}
body#index header {
	position:absolute;
}
body#index section h1 {
	width:880px;
	height:668px;
	margin:121px auto 0;
}
body#index #homecopy{
	position: absolute;
	left: calc(50% - 450px);
	top: 470px;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 5px 20px;
	/* background: #000; */
	/* color: #FFFFFF; */
	line-height: 1.8;
	/* box-shadow: 0 0 15px 5px rgba(0,0,0,1); */
	/* text-shadow: 1px 1px 5px #FFFFFF; */
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-radius: 5px;
}

/*==============================================
各コンテンツ
==============================================*/
body#contents {
	background:#fff;
	width:100%;
}
/*サイドナビ部分*/
body#contents div#wrap nav {
	position:fixed;
	margin:141px 0 0 20px;
}
body#contents div#wrap nav ul {
	width:150px;
}
body#contents div#wrap nav ul li {
	width:150px;
	height:50px;
	margin-bottom:2px;
	background:url(../images/sidemenu_bt.png) left top no-repeat;
}

body#contents div#wrap nav ul li.active,
body#contents div#wrap nav ul li:hover {
	background:url(../images/sidemenu_bt.png) right top no-repeat;
}
body#contents div#wrap nav ul li a {
	display: block;
	cursor: pointer;
	width:150px;
	height:50px;
	padding-left: 10px;
	color: white;
	line-height: 50px;
	vertical-align: bottom;
	font-size: 14px;
}
body#contents div#wrap nav ul li.subnav_2line a {
	padding-top: 9px;
	line-height: 18px;
}
/*
body#contents div#wrap nav ul li a table tr td {
	width:150px;
	height:50px;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	text-indent:10px;
}
*/
body#contents div#wrap nav ul li a small {
	display:block;
	font-size:11px;
	font-weight:normal;
}
/*メイン*/
body#contents div#wrap section {
	width:750px;
	float:right;
	margin-right:20px;
}
body#contents div#wrap section h1 {
	margin-top:141px;
	width:750px;
	height:40px;
	display:block;
	background:url(../images/contents_title1.png) left top no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	text-indent:20px;
}
body#contents div#wrap section h2 {
	margin:40px 0 15px;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
body#contents div#wrap section h2 strong{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	color: #8D0000;
	letter-spacing: 0.03em;
}
body#contents div#wrap section h2 i{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-style: normal;
}
body#contents div#wrap section h2 small{
	color: #808080;
}
body#contents div#wrap section h2:before {
	content:"";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 4px;
	top:-6px;
	margin-right: 7px;
	background-color: #4F6D77;
}

body#contents div#wrap section h3 {
	margin:20px 0 10px;
	padding: 3px;
	background:#4e6f79;
	color:#fff;
	text-align:center;
	line-height:25px;
	height:25px;
}
body#contents div#wrap section h4 {
	margin:15px 0 10px;
	padding: 3px;
	color:#8c0000;
	border-left:14px solid #8c0000;
	text-indent:10px;
}
body#contents div#wrap section a:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	zoom:1;
}
body#contents div#wrap section p {
	line-height:21px;
}
body#contents div#wrap hr {
	clear:both;
	height:1px;
	background:#eee;
	margin:40px 0 -80px;
}
/*事業内容　特徴部分*/
body#contents div#wrap section ul.tokucho {
	margin:40px 0;
	padding:9px 0 0 105px;
	width:645px;
	height:86px;
	background:url(../images/contents_tokucho_bg.png) left top no-repeat;
}
body#contents div#wrap section ul.tokucho li {
	float:left;
	width:210px;
	height:36px;
	background:#4e6f79;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:1px;
}
/*事業内容　問い合わせ*/
body#contents div#wrap section address {
	width:446px;
	margin:40px auto;
}

.service_images{
	max-width: 100%;
	display: flex;
	padding-top: 20px;
	gap: 2%;
	padding: 20px 10px 0;
	flex-wrap: wrap;
}
.service_images img{
	max-width: 100%;
	width: 49%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 5/3;
}
/*事業内容　鋳物用副資材リスト部分*/
body#contents div#wrap section#shizai ul {
	width:750px;
	margin:1px 0 3px px;
	/*overflow:auto;*/
}
body#contents div#wrap section#shizai ul li {
	width:186px;
	height:100px;
	margin:0px 1px 5px 0;
	float:left;
	display: block;
}
body#contents div#wrap section#shizai ul li a {
	color:#000;
	font-weight:bold;
}
body#contents div#wrap section#shizai ul li span{
	display: table-cell;
	width:186px;
	height:100px;
	vertical-align:middle;
	text-align:center;
}
body#contents div#wrap section#shizai ul li span {
	background:url(../images/contents_shizai_list.png) left top no-repeat;
}
body#contents div#wrap section#shizai ul li a span {
	background:url(../images/contents_shizai_list.png) right top no-repeat;
}
body#contents div#wrap section#shizai ul li small {
	display:block;
	font-size:12px;
	font-weight:normal;
}
body#contents div#wrap section#shizai hr {
	margin:10px 0;
}
/*鋳物素材・部品・加工部門*/

body#contents div#wrap section#casting h2,
body#contents div#wrap section#oil h2{
	clear: both;
	position: relative;
	font-size: 18px;
	margin-top: 50px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body#contents div#wrap section#casting h2:before,
body#contents div#wrap section#oil h2:before{
	content:"";
	position: absolute;
	width: 20px;
	height: 4px;
	background-color: #496E78;
	left: 0px;
	top: 5px;
}
body#contents div#wrap section#casting h3,
body#contents div#wrap section#oil h3{
	position: relative;
	clear: both;
	color: #970000;
	background: transparent;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}
body#contents div#wrap section#casting h3:before,
body#contents div#wrap section#oil h3:before{
	content:"";
	position: absolute;
	width: 2px;
	height: 15px;
	background-color: #970000;
	opacity: 0.2;
	left: 0px;
	top: 5px;

}
body#contents div#wrap section#casting dl,
body#contents div#wrap section#oil dl {
	background: #EEEEEE;
	padding: 7px;

	float: left;
	border-radius: 3px;
	width: 29%;
	margin: 10px 2% 10px 0;
}
br.clear{
	clear: both;
}
body#contents div#wrap section#casting dl dt,
body#contents div#wrap section#oil dl dt{
	background: #47707A;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 0px;
	border-radius: 2px;
	letter-spacing: 0.15em;

	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body#contents div#wrap section#casting dl dd,
body#contents div#wrap section#oil dl dd{
	text-align: center;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.5;
}
body#contents div#wrap section#casting dl dd+dd,
body#contents div#wrap section#oil dl dd+dd{
	border-top:1px solid #FFFFFF;
}
body#contents div#wrap section#casting dl dd small,
body#contents div#wrap section#oil dl dd small{
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
}
body#contents div#wrap section#casting dl dd small:before,
body#contents div#wrap section#oil dl dd small:before{
	content:"- ";
}
body#contents div#wrap section#casting dl dd small:after,
body#contents div#wrap section#oil dl dd small:after{
	content:"";
}
body#contents div#wrap section#casting dl,
body#contents div#wrap section#oil dl{}
body#contents div#wrap section#casting hr,
body#contents div#wrap section#oil hr {
	clear: both;
	margin:20px 0;
}

/*会社案内　会社概要部分*/
body#contents div#wrap section#information table tr th {
	width:100px;
	line-height:21px;
	padding:20px 0 0;
	vertical-align:top;
	text-align:left;
}
body#contents div#wrap section#information table tr td {
	line-height:21px;
	padding:20px 0 0;
	vertical-align:top;
	text-align:left;
}
/*会社案内　沿革*/
body#contents div#wrap section#history tr th {
	width:220px;
	line-height:21px;
	padding:20px 0 0;
	vertical-align:top;
	text-align:left;
}
body#contents div#wrap section#history tr td {
	line-height:21px;
	padding:20px 0 0;
	vertical-align:top;
	text-align:left;
}
/*お問合せ*/
body#contents div#wrap section#contact form p {
	background:#eee;
	margin:0 0 2px;
	padding:14px;
}
body#contents div#wrap section#contact form p span {
	width:170px;
	display:inline-block;
}
body#contents div#wrap section#contact form p span small {
	color:#f00;
	font-size:12px;
}
body#contents div#wrap section#contact form p textarea {
	display:block;
	width:720px;
	height:100px;
	border:1px solid #ccc;
}
body#contents div#wrap section#contact form p input {
	border:1px solid #ccc;
	width:300px;
}
body#contents div#wrap section#contact form p input#zip {
	width:100px;
}
body#contents div#wrap section#contact form p input#address {
	margin-left:10px;
	width:424px;
}
body#contents div#wrap section#contact form p#button {
	text-align:center;
	background:none;
	padding:7px;
}
body#contents div#wrap section#contact form p input[type=submit],
body#contents div#wrap section#contact form p input[type=button],
body#contents div#wrap section#contact form p button {
	padding:10px;
	width:100px;
	background:#000;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

body#contents div#wrap section#contact form p input[type=submit]{
	background: #7E0000;
}
body#contents div#wrap section#contact form p input[type=button]{
	background: #999999;
}

body#contents div#wrap section#contact form p button:hover {
	background:#8c0000;
}

table.baseTable{}
table.baseTable th{
	/*font-weight:bold;*/
}
table.baseTable td{}
table.baseTable th,
table.baseTable td{
	text-align: left;
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}
table.baseTable th ul,
table.baseTable td ul{
	padding-left: 25px;
}
table.baseTable th ul li,
table.baseTable td ul li{
	list-style: disc;
	margin-bottom: 10px;
}
