@charset "utf-8";

/* ------------------------------
 熱処理加工
------------------------------ */

.mb10 {
	margin-bottom: 10px !important;
}

/* コンテンツナビ */
.contents_lowNav li {
	width: 480px;
	height: 100px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	
}

.contents_lowNav li:nth-child(2n) {
	margin-right: 0;
}

.contents_lowNav li span {
	width: 480px;
	height: 0 !important;
	height /**/: 100px;
	padding: 100px 0 0;
	overflow: hidden;
	display: block;
}
.contents_lowNav li p {
	width: 280px;
	position: absolute;
	top: 43px;
	left: 20px;
	line-height: 1.5;
}

.contents_lowNav li a {
	display: block;
	width: 480px;
	height: 100px;
	color: #fff;
}

.contents_lowNav li:first-child {
	background: url(/heattreatment/img/menu01.jpg) no-repeat center 0;
}
.contents_lowNav li:first-child a {
	background: url(/heattreatment/img/menu01_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(2)  {
	background: url(/heattreatment/img/menu02.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(2) a {
	background: url(/heattreatment/img/menu02_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(3) {
	background: url(/heattreatment/img/menu03.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(3) a {
	background: url(/heattreatment/img/menu03_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(4) {
	background: url(/heattreatment/img/menu04.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(4) a {
	background: url(/heattreatment/img/menu04_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(5)  {
	background: url(/heattreatment/img/menu05.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(5) a {
	background: url(/heattreatment/img/menu05_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(6) {
	background: url(/heattreatment/img/menu06.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(6) a {
	background: url(/heattreatment/img/menu06_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(7)  {
	background: url(/heattreatment/img/menu07.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(7) a {
	background: url(/heattreatment/img/menu07_o.jpg) no-repeat center 0;
}

.contents_lowNav li:nth-child(8) {
	background: url(/heattreatment/img/menu08.jpg) no-repeat center 0;
}
.contents_lowNav li:nth-child(8) a {
	background: url(/heattreatment/img/menu08_o.jpg) no-repeat center 0;
}


/* ------------------------------
 Popup
------------------------------ */
.content_box {
	display: none;
}



/* ------------------------------
 テーブル
------------------------------ */


table.table_List th {
	padding: 8px 5px ;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #e6e6e6;
	font-weight: normal;
}

table.table_List tr:first-child th {
	width: 143px;
	text-align: center;
}
table.table_List tr:first-child th:first-child {
	width: 122px;
}

table.table_List td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px ;
}
table.table_List td span {
	font-size: 1.29rem;
}
table.table_List tr:last-child td {
	font-size: 0.86rem;
}

/* ---- thのみセンター ---- */
table.tacth th {
	text-align: center;
}


/* ---- tdのみセンター ---- */
table.tactd td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 3px;
	height: 30px;
}
table.tactd th.tac {
	padding: 5px 3px;
}

/* -- 縦書き -- */
table  th.vertical {
	overflow: hidden;
	padding: 5px 10px;
}

table  th.vertical span {
	float: right;
	width: 1em;
	word-break: break-all;
	word-wrap: break-word;
}

/* -- 文字大きく -- */
table.tactd td span {
	font-size: 1.29rem;
}

/* --  -- */

table.tactd th.scale {
	padding: 0 !important;
	text-align: center;
	vertical-align: bottom !important;
}


table.tactd td.line {
	background: #fff url(/heattreatment/peening/img/tbline_bg.gif) repeat-y center 0;
}
table.tactd td.linenone {
	padding: 0;
	text-align: center;
	background: #fff;
}



/* ------------------------------
 リスト
------------------------------ */
.disc li,
ol li {
	padding: 5px 0 5px 1.3em;
	font-weight: bold;
	border-bottom: solid 1px #e6e6e6;
	
}
