/*
==========================================================
ステンレスロットについて
==========================================================
*/

.box .pdf {
	text-align: left;
}
.box .pdf:before {
	content: url(/steel/about/images/pdf.png);
	margin: 10px;
	position: relative;
	top: 2px;
}
 @media print, screen and (min-width: 641px) {
#contents h3 {
	font-size: 18px;
	color: #000;
	background-color: #eee;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
}
#contents .contentsmenu {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	border-collapse:collapse;
	margin-bottom: 40px;
}
#contents .contentsmenu li a {
	padding: 1%;
	float: left;
	width: 30%;
	text-align: center;
	border: 1px solid #CCC;
	display: table-cell;
	color: #000;
	text-decoration: none;
}
#contents .contentsmenu li a:hover {
	background-color: #D6676B;
	color: #FFF;
}
#contents .contentsmenu li a.active {
	background-color: #D6676B;
	color: #FFF;
}
#contents .inner .leed {
	font-size: 20px;
	font-weight: bold;
	color: #D4686D;
	text-align: center;
	margin-bottom: 20px;
}
h3 span {
	font-weight: normal;
	margin-left: 40px;
	font-size: 15px;
}
#contents .box .left {
	width: 50%;
	border-collapse:collapse;
}
#contents .box .left tr th {
	padding: 8px;
	border: 1px solid #CCC;
	width: 50%;
	background-color: #F7F7F7;
}
#contents .box .left tr .head {
	background-color: #EEE;
}
#contents .box .left tr td {
	text-align: center;
	padding: 8px;
	border: 1px solid #CCC;
}
#contents .box .right ul {
	margin-bottom: 30px;
	list-style-type: disc;
}
#contents .box .right dl dd .case {
	width: 100%;
	border-collapse:collapse;
}
#contents .box .right dl dd .case tr td {
	padding: 8px;
	border: 1px solid #CCC;
}
#contents .sample {
	margin-bottom: 40px;
	text-align: center;
}
#contents .sample ul {
	margin-bottom: 30px;
	list-style-type: disc;
	padding-left: 30px;
	text-align: left;
}
#contents .sample dl dd .case {
	width: 100%;
	border-collapse:collapse;
}
#contents .sample dl dd .case tr td {
	padding: 8px;
	border: 1px solid #CCC;
}
h4 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	text-indent: 15px;
	margin-bottom: 20px;
}
#contents .box .a1 {
	border-collapse:collapse;
	width: 100%;
}
#contents .box .a1 tr th {
	background-color: #EEE;
}
.a1 th, .a1 td {
	border: 1px solid #CCC;
	padding: 8px;
}
#contents .p1 li {
	margin-bottom: 5px;
	text-align: left;
}
#contents .box .right {
	float: right;
	width: 45%;
}
#container #contents article .inner section .box ul.sphd {
	margin: 0px;
	padding: 0px;
	display: block;
}
#contents .soudan {
	font-size: 24px;
	color: #C00;
}
	}

 @media screen and (max-width: 640px){
 #contents h3 {
 font-size: 18px;
 color: #000;
 background-color: #eee;
 text-align: left;
 text-indent: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 20px;
 clear: both;
 line-height: 1.5em;
}
.box p {
 text-align: left;
}
#contents .contentsmenu {
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 display: table;
 table-layout: fixed;
 border-collapse: collapse;
 padding: 0;
 list-style: none;
 text-align: center;
 overflow: hidden;
 border-collapse:collapse;
 margin-bottom: 20px;
}
#contents .contentsmenu li a {
 padding: 1%;
 float: left;
 width: 33%;
 text-align: center;
 border: 1px solid #CCC;
 display: table-cell;
 color: #000;
 text-decoration: none;
 font-size: 13px;
 line-height: 1.5em;
 height: 50px;
 box-sizing:border-box;
}
#contents .contentsmenu li a.pdd {
 line-height: 36px!important;
}
 #contents .contentsmenu li a:hover {
 background-color: #D6676B;
 color: #FFF;
}
#contents .contentsmenu li a.active {
 background-color: #D6676B;
 color: #FFF;
}
#contents .inner .leed {
 font-size: 18px;
 font-weight: bold;
 color: #D4686D;
 text-align: center;
 margin-bottom: 20px;
}
h3 span {
 font-weight: normal;
 margin-left: 10px;
 font-size: 15px;
}
#contents .box .left {
 border-collapse:collapse;
 width: 100%;
 margin-bottom: 20px;
}
#contents .box .left tr th {
 padding: 8px;
 border: 1px solid #CCC;
 width: 50%;
 background-color: #F7F7F7;
}
#contents .box .left tr .head {
 background-color: #EEE;
}
#contents .box .left tr td {
 text-align: center;
 padding: 8px;
 border: 1px solid #CCC;
}
.box .right {
 float: none!important;
 text-align: left;
 width: 100%;
}
 #contents .box .right ul {
 margin-bottom: 30px;
 list-style-type: disc;
 padding-left: 15px;
 text-align: left;
 clear: both;
}
#contents .box .right dl dd .case {
 width: 100%;
 border-collapse:collapse;
}
#contents .box .right dl dd .case tr td {
 padding: 8px;
 border: 1px solid #CCC;
}
#contents .sample {
	margin-bottom: 40px;
}
#contents .sample ul {
	margin-bottom: 30px;
	list-style-type: disc;
	padding-left: 30px;
}
#contents .sample dl dd .case {
	width: 99%;
	border-collapse: collapse;
}
#contents .sample dl dd .case tr td {
	padding: 8px;
	border: 1px solid #CCC;
}
h4 {
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #000;
 text-indent: 15px;
 margin-bottom: 20px;
}
#contents .box .a1 {
 border-collapse:collapse;
 width: 100%;
 text-align: left;
}
#contents .box .a1 tr th {
 background-color: #EEE;
 text-align: left;
}
.a1 th, .a1 td {
	border: 1px solid #CCC;
	padding: 8px;
}
#contents .p1 li {
 margin-bottom: 5px;
}
 #contents .box .row-head thead {
 display: none;
}
 #contents .box .row-head tr, #contents .box .row-head td {
	display: block;
	width: auto;
	text-align: left;
}
 #contents .box .row-head tr {
 border: 1px solid #dbe1e8;
 border-radius: 5px;
 box-shadow: 3px 3px rgba(0, 0, 0, .1);
 margin-bottom: 20px;
 padding: 8px 8px 0;
}
 #contents .box .row-head td {
 border: none;
 border-bottom: 1px solid #dbe1e8;
 display: flex;
 justify-content: space-between;
 text-align: left;
}

 .box .a1.row-head tbody {
 text-align: left;
}
#contents .box .row-head td:last-child {
 border-bottom: none;
}
#contents .box .row-head td::before {
 content: attr(aria-label);
 display: inline-block;
 font-weight: bold;
 float: left;
 text-align: left;
 padding-right: 20px;
 white-space: nowrap;
}

 #contents .box .row-head td.bt-area::before {
 display: none;
}
#contents .box .row-head td.bt-area a {
 background: #007aff;
 border-radius: 5px;
 color: #fff;
 display: inline-block;
 flex: 1;
 height: 40px;
 margin: 0 2px;
 overflow: hidden;
 width: auto;
}
#contents .box .row-head td.bt-area a::before {
 align-items: center;
 content: attr(aria-label);
 display: flex;
 font-size: 14px;
 height: 100%;
 justify-content: center;
 line-height: 40px;
 width: 100%;
	text-align: left;
}
#contents .box .row-head.header-check tr {
 padding-left: 40px;
 position: relative;
}
#contents .box .row-head.header-check td:first-child {
 align-items: center;
 background: #fff;
 border-right: 1px solid #dbe1e8;
 border-bottom: none;
 bottom: 0;
 display: flex;
 justify-content: center;
 left: 0;
 padding: 0;
 position: absolute;
 text-align: center;
 top: 0;
 width: 40px;
}
#contents .box .row-head.header-check td:first-child::before {
 display: none;
}
#container #contents article .inner section .box .a1.row-head tbody tr td a {
 text-align: left;
}
#contents .soudan {
 font-size: 18px;
 color: #C00;
}
}
