@charset "utf-8";

@media screen and (max-width: 768px) {
/* -----------------------------------------------------------------------------

	カテゴリートップ

----------------------------------------------------------------------------- */
.categoryTop {
}

/* -----------------------------------------------------------------------------

	サービス・製品

----------------------------------------------------------------------------- */
.service.index #main .serviceNavi ul{
	display: block;
	margin: 20px 0;
}
.service.index #main .serviceNavi ul li {
	display: block;
	margin-bottom: 20px;
	line-height: 0.5;
}
.service.index #main .serviceNavi ul li a {
	display: table;
	width:100%;
	height: 100px;
}
.service.index #main .serviceNavi ul li a .navImg {
	display: table-cell;
	width: 34% !important;
	height: 100px;
	vertical-align: middle;
	box-sizing:border-box;
}
.service.index #main .serviceNavi ul li a .navArea {
	display: table-cell;
	background: #185aa8;
	vertical-align: middle;
	width: 66% !important;
	height: 100px;
	box-sizing:border-box;
}
.service.index #main .serviceNavi ul li a .navArea h4 {
	font-size: 114%;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	position: relative;
	line-height: 1.6;
}
.service.index #main .serviceNavi ul li a .navArea h4 span {
	position: relative;
}
.service.index #main .serviceNavi ul li a .navArea h4 span:before {
	content: "";
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -22px;
}
.service.index #main .serviceNavi ul li a .navArea h4 span:after {
	width: 3px;
	height: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: -16px;
}
.service.index #main .serviceNavi ul li a .navArea p {
	padding: 0 26px 0 10px;
	color: #FFF;
	line-height: 1.6;
	font-size: 76%;
}
/* -----------------------------------------------------------------------------

施工サービスを利用するには

----------------------------------------------------------------------------- */
.service.works.index #main .inner ul {
margin:20px 0;

}
.service.works.index #main .inner li {
	display: block;
	margin-bottom:20px;
	width: 98%;
	height:110px;
}
.service.works.index #main .inner li a {
	position: relative;
	display: table;
	border: #7fa4cd 2px solid;
	height:100%;
	width: 100%;
}

.service.works.index #main .inner li a .navImg {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	text-align: center;
}
.service.works.index #main .inner li a .navImg img{
	width:auto;
	height:auto;
	max-height:66px;
	max-width:auto;
}
.service.works.index #main .inner li a h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 114%;
	font-weight:normal;
}

/* -----------------------------------------------------------------------------

施工サービスを利用するには

----------------------------------------------------------------------------- */
.service.works.onestop #main .mv{
	margin-bottom:10px;
}

.works.onestop #main #flow ul li {
	border-top: 2px solid #e5f0f6;
	display: block;
	height: auto;
	line-height: 1.5;
	margin-bottom: 20px;
}
.works.onestop #main #flow .con01 li:last-child {
	margin-bottom: 0;
}
.works.onestop #main #flow ul li .number {
	float: left;
	background: #e5f0f6;
	vertical-align: middle;
	text-align: center;
	display: block;
	width:20%;
	padding: 17px 0 15px;
	box-sizing:border-box;
	
}
.works.onestop #main #flow ul li .number img{
	width:auto;
}
.works.onestop #main #flow ul li .txtArea {
	float: left;
	text-align: left;
	display: block;
	padding: 6px 0 0 6px;
	width:80%;
	box-sizing:border-box;
}
.works.onestop #main #flow ul li .txtArea h4 {
	color: #00499b;
	font-size:107%;
	font-weight: normal;
}
.works.onestop #main #flow ul li .txtArea p {
	line-height:1.4;
}
.works.onestop #main #flow .keiyakuArow {
	text-align:center;
	width:100%;
}
.works.onestop #main #flow .keiyakuArow img{
	width:auto;
}

.works.onestop #main #flow .numberDiv {
	border-top: 2px solid #e5f0f6;
  position: relative;
  height: 115px;
  margin: 0 15px 0 15px;
}
.works.onestop #main #flow .numberDiv03 .numberText{
	margin-bottom:20px;
	display:block;
}
.works.onestop #main #flow .numberDiv03 {
	border-top: 2px solid #e5f0f6;
  position: relative;
  height: 190px;
	margin: 0 15px 0 15px;
}

.works.onestop #main #flow .numberHed {
	position: absolute;
  color: #00499b;
  font-size: 129%;
  top: -10px;
  left: 80px;
	line-height: 1.2;
}
.works.onestop #main #flow .numberText {
	position: absolute;
  top: 48px;
  left: 80px;
	line-height: 1.6;
}
/* -----------------------------------------------------------------------------

施工サービスの特徴

----------------------------------------------------------------------------- */
.works .contentsHed .tab {
	/* margin-bottom: 10px; */
	padding: 0 10px;
}
.works .contentsHed .tab li {
	text-align: center;
	float: left;
	width: 49.5%;
	background-color: #bfbfbf;
}
.works .contentsHed .tab li:first-child {
	float: left;
}
.works .contentsHed .tab li + li {
	float: right;
}
.works .contentsHed .tab li a {
	font-size: 81%;
	font-weight: bolder;
	color: #fff;
	display: table;
	width: 100%;
	height: 40px;
	line-height: 1.5;
}
.works .contentsHed .tab li a span {
	display: table-cell;
	vertical-align: middle;
}
.works .contentsHed .tab li.active {
	background-color: #00499b;
}
.works  .tabContents >  div + div {
	display: none;
}


/* -----------------------------------------------------------------------------

「安全」「安心」「感動」
への取り組み

----------------------------------------------------------------------------- */
.works .impression .orderCurriculum {
	margin-bottom: 20px;
}
.works .impression .orderCurriculum ol {
	padding:0 10px;
	display:block;
}
.works .impression .orderCurriculum ol > li {
	background: #f8f8f8;
	padding: 10px;
	position: relative;
	text-align: center;
}
.works .impression .orderCurriculum ol > li + li {
	margin-top: 40px;
}
.works .impression .orderCurriculum ol > li + li:before {
	width: 20px;
	height: 20px;
	margin-left: -12px;
	border: 4px #e5ecf5;
	border-style: none solid solid none;
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
}
.works .impression .orderCurriculum ol > li h4 {
	background: #fff;
	width: 80px;
	height: 23px;
	margin: 0 auto 14px;
	border: 1px solid #00499b;
	border-radius: 13px;
	color: #00499b;
	font-size: 91%;
	text-align: center;
	line-height: 23px;
}
.works .impression .orderCurriculum ol > li ul {
	text-align: left;
	vertical-align: top;
}
.works .impression .orderCurriculum ol > li ul + ul {
	margin-left: 20px;
}
.works .impression .orderCurriculum ol > li:first-child ul:nth-child(3) {
	max-width: 50%;
}
.works .impression .orderCurriculum ol > li li:before {
	background: #00499b;
	width: 6px;
	height: 6px;
	margin-right: 3px;
	border-radius: 6px;
	display: inline-block;
	content: "";
	vertical-align: middle;
}
.works .impression .orderCurriculum ol > li li {
	font-size: 91%;
	width:46%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
.works .impression .orderCurriculum ol > li li:nth-child(odd) {
	margin-left: 4%;
}

.works .impression .orderCurriculum ol > li li span {
	display: inline-block;
	text-indent: 0;
}
/* -----------------------------------------------------------------------------

	導入研修・フォロー研修
.
----------------------------------------------------------------------------- */
.works .training #introTraining .inner {
	padding: 0 10px;
}

.works .training #introTraining .inner .leftBox {
	width: 46%;
	float: left;
	box-sizing: border-box;
}
.works .training #introTraining .inner dt {
	color: #138056;
}
.works .training #introTraining .inner dd {
	margin-bottom: 15px;
}
.works .training #introTraining .inner img {
	float: right;
	width: 50%;

}
.works .training #houseAssay .diploma img {
	width: 60%;
}
.works .training #taraning_red_helmet .inner .hel01 {
	display: block;
	padding-left:25px;
}
.works .training #taraning_red_helmet .inner .hel01 .hel_inner {
	display: table;
	margin-bottom: 20px;
}
.works .training #taraning_red_helmet .inner .hel01 .hel_inner img {
	display: table-cell;
	vertical-align: top;
	margin: 0 10px;
	width: 67%;
}
.works .training #taraning_red_helmet .inner .hel01 .hel_inner p {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 91%;
	line-height: 1.6;
}
.works .training #taraning_red_helmet .inner .hel01 .hel_inner p span {
	text-align: right;
	font-size: 91%;
	color: #777777;
	display: block;
	margin-bottom: 20px;
}
.works .training #taraning_red_helmet .inner .hel02 {
	display: block;
	padding-left:25px;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner {
	display: table;
	margin-bottom: 20px;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner img {
	display: table-cell;
	vertical-align: top;
	margin: 0 10px;
	width: 67%;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 91%;
	line-height: 1.6;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about .back {
	padding: 20px 10px;
	background: #f8f8f8;
	display: block;
	margin: 10px 10px 10px 0;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about .back ul {
	display: block;
	margin-top: 5px;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about .back ul li {
	list-style: square outside;
	color: #00499b;
	list-style-image: none;
	margin-left: 20px;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about .back ul li span {
	color: #000;
}
.works .training #taraning_red_helmet .inner .hel02 .hel_inner .about .attention {
	font-size: 91%;
	color: #777777;
}
/* -----------------------------------------------------------------------------

	施工サービス事例

----------------------------------------------------------------------------- */

.works.case .modalArea {
	background: url(../service/works/img/case/img_con01.jpg) 0 0 no-repeat;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.9%;
	background-size: contain;
	position: relative;
}
.works.case .modalArea div a {
	padding: 10px 0;
	background: #00499b;
	border-radius: 10px;
	display: block;
	color: #FFF;
	font-size: 61%;
	text-align: center;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.works.case .modalArea .area01 {
	position: absolute;
	left: 65%;
	top: 94%;
}
.works.case .modalArea .area02 {
	position: absolute;
	left: 28%;
	top: 94%;
}
.works.case .modalArea .area01 a,
.works.case .modalArea .area02 a {
	width: 110px;
	position: relative;
}
.works.case .modalArea .area01 a:before,
.works.case .modalArea .area02 a:before {
	bottom: 100%;
	left: 24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right: 3px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #00499b;
	filter: alpha(opacity=60);
}
.works.case .modalArea .area03 {
	position: absolute;
	left: 54%;
	top: 38%;
}
.works.case .modalArea .area03 a {
	width: 94px;
	position: relative;
}
.works.case .modalArea .area03 a:before {
	right: 100%;
	top: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right: 7px solid #00499b;
	border-top: 3px solid transparent;
	border-bottom: 7px solid transparent;
	filter: alpha(opacity=60);
}
.works.case .modalArea .area04 {
	position: absolute;
	left: 39%;
	top: 57%;
}
.works.case .modalArea .area04 a {
	width: 73px;
	position: relative;
}
.works.case .modalArea .area04 a:before {
	right: 100%;
	top: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right: 7px solid #00499b;
	border-top: 3px solid transparent;
	border-bottom: 7px solid transparent;
	filter: alpha(opacity=60);
}
.works.case .modalArea .area05 {
	position: absolute;
	left: 47%;
	top: 74%;
}
.works.case .modalArea .area05 a {
	width: 73px;
	position: relative;
}
.works.case .modalArea .area05 a:before {
	bottom: 100%;
	top: -10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right: 2px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #00499b;
	filter: alpha(opacity=60);
}
.works.case .aboutArea {
	margin: 30px auto;
	letter-spacing: -.4em;
	display: block;
}
.works.case .aboutBox {
	background: #fff;
	border-radius: 10px;
	width: 49%;
	margin-bottom: 10px;
	display: inline-block !important;
	vertical-align: top;
	letter-spacing: normal;
}
.works.case .aboutBox:nth-child(even) {
	margin-left: 1%;
}
.works.case .aboutBox img {
	margin-bottom: 5px;
}
.works.case .aboutBox .ttlPtn04 {
	font-size: 91%;
	font-weight: normal;
	line-height: 1.6;
}

/* -----------------------------------------------------------------------------

	仮設機材販売

----------------------------------------------------------------------------- */


.temporary.index #main .inner ul {
	margin:20px 0;
	
}
.temporary.index #main .inner li {
	display: block;
	margin-bottom:20px;
	width: 98%;
	height:110px;
}
.temporary.index #main .inner li a {
	position: relative;
	display: table;
	border: #7fa4cd 2px solid;
	height:100%;
	width: 100%;
}

.temporary.index #main .inner li a .navImg {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	text-align: center;
}
.temporary.index #main .inner li a .navImg img{
	width:auto;
	height:auto;
	max-height:66px;
	max-width:auto;
}
.temporary.index #main .inner li a h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 114%;
	font-weight:normal;
}
/* -----------------------------------------------------------------------------

   開発・製造について

----------------------------------------------------------------------------- */
.temporary.development #main .lead {
	margin-top: 16px;

}
.temporary.development #main p {
    margin-top: 10px;
}
.temporary.development #main .product ul,
.temporary.development #main .newProduct ul {
	text-align:left;
}
.temporary.development #main .product ul li,
.temporary.development #main .newProduct ul li {
	margin-bottom: 40px;
}
.temporary.development #main .product ul li .ttlPtn03 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.temporary.development #main .product ul li .desTxt {
	min-height: 42px;
	font-size:91%;
}
.temporary.development #main .product ul li .btnCatalog, 
.temporary.development #main .product ul li .btnCad {
	margin-top: 10px;
}

.temporary.development #main .product ul li .btnCatalog a,
.temporary.development #main .newProduct ul li .btnCatalog a {
	display: block;
	text-align: center;
	width: 45%;
	background: #00499b;
	color: #FFF;
	line-height: 1.4;
	font-size: 69%;
	padding: 5px 0 24px;
	position: relative;
	float: left;
	margin-left:5px;
}
.temporary.development #main .product ul li .btnCatalog a:before,
.temporary.development #main .newProduct ul li .btnCatalog a:before {
	content: "";
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -6px;
}
.temporary.development #main .product ul li .btnCatalog a:after,
.temporary.development #main .newProduct ul li .btnCatalog a:after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 3px solid #FFF;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -3px;
}
.temporary.development #main .product ul li .btnCad a ,
.temporary.development #main .newProduct ul li .btnCad a {
	display: block;
	text-align: center;
	width: 45%;
	background: #61b3ff;
	color: #FFF;
	line-height: 1.4;
	font-size: 69%;
	padding: 5px 0 24px;
	position: relative;
	float: right;
	margin-right:5px;
}
.temporary.development #main .product ul li .btnCad a:before,
.temporary.development #main .newProduct ul li .btnCad a:before  {
	content: "";
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -6px;
}
.temporary.development #main .product ul li .btnCad a:after,
.temporary.development #main .newProduct ul li .btnCad a:after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 3px solid #FFF;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -3px;
}
.temporary.development #main .product ul li .btngray a,
.temporary.development #main .newProduct ul li .btngray a{
	background: #999999;
}
.modalBox {
	background-color: #FFF;
	width: 80%;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	padding: 20px 0;
	border-radius:10px;
}
.modalBox p {
	padding: 0 10px;
}
.modalBox ul {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
.modalBox .required {
	font-size: 137%;
	font-weight: bold;
	margin-bottom: 18px;
}
.modalBox .required:before {
	content: "必須";
	background: #FF0000;
	width: 42px;
	display: inline-block;
	font-size: 84%;
	text-align: center;
	color: #FFF;
	vertical-align:middle;
	padding: 5px 0;
	margin-right: 4px;
}
.modalBox .form {
	margin-bottom: 25px;
}
.modalBox .form .formRequired {
	width: 100%;
	height: 50px;
	font-size: 137%;
	position:relative;
	
}
.modalBox .form label.error {
	font-size: 84%;
	color: #C00;
	position: absolute;
	top: -13px;
	left:0;
	font-weight: bold;
}
.modalBox .close {
	background: url(../service/temporary/img/development/btn_close.png) center center no-repeat;
	width: 35px;
	height: 35px;
	border: none;
	position: absolute;
	top: -25px;
	right: -20px;
	overflow: hidden;
	text-indent: 250%;
	white-space: nowrap;
	cursor: pointer;
}
.modalBox .btn {
	background: #00499b;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 137%;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border: none;
	position: relative;
}
.modalBox .btn:before {
	content: "";
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 11px;
}
.modalBox .btn:after {
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -3px;
}
.modalBox ::-webkit-input-placeholder {
    color: #e6e6e6;
    font-weight: normal;
}
.modalBox :-ms-input-placeholder {
    color: #e6e6e6;
    font-weight: normal;
}
.modalBox ::-moz-placeholder {
    color: #e6e6e6;
    font-weight: normal;
}
.temporary.development #main .modalBox,
.temporary.catalog #main .modalBox,
.temporary.cad #main .modalBox{
	display: none;
}
	
.temporary.development #main .anchorList li {
	width: 33.3333%
}
.temporary.development #main .anchorList li:nth-child(3) {
	margin-top: 0;
	border-right: 1px solid #7fa4cd;
	border-left: 0;
}
.temporary.development #main .anchorList li:nth-child(2) {
	border-right: 0;
}
.temporary.development #main .anchorList li:nth-child(3):before {
	background: #7fa4cd;
	background-clip: padding-box;
	width: 1px;
	height: 100%;
	border: 10px transparent;
	border-style: solid none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
/* -----------------------------------------------------------------------------

	工法・製品カタログダウンロード

----------------------------------------------------------------------------- */
.temporary.catalog #main .lead {
	margin-top: 16px;
}
.temporary.catalog #main section .colSp2 ul {
	text-align:left;
}
.temporary.catalog #main section .inner ul li img {
	margin-bottom: 10px;
}
.temporary.catalog #main section .inner ul li .btn {
	margin: 0 0 8px 0;
	display: table;
	width: 100%;
	height: 38px;
}
.temporary.catalog #main section .inner ul li .btn a {
	background: #00499b;
	display: table-cell;
	color: #FFF;
	font-size: 69%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	line-height: 1;
	box-sizing: border-box;
	padding-left: 10px;
}
.temporary.catalog #main section .inner ul li .btn a:before {
	content: "";
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 11px;
}
.temporary.catalog #main section .inner ul li .btn a:after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 3px solid #FFF;
	position: absolute;
	top: 50%;
	left: 14px;
}
/* -----------------------------------------------------------------------------

	CADデータダウンロード

----------------------------------------------------------------------------- */
.temporary.cad #main .lead {
	margin-top: 16px;
}

.temporary.cad #main section .inner table {
	width: 100%;
	border: #000 solid 1px;
	margin-bottom: 30px;
}
.temporary.cad #main section .inner th {
	padding: 25px 0 15px;
	border-right: #000 solid 1px;
}
.temporary.cad #main section .inner td {
	padding: 20px 0;
}
.temporary.cad #main section .inner .type01 {
	background: #e6e6e6;
}
.temporary.cad #main section .inner .type02 {
	background: #f2f2f2;
}
.temporary.cad #main section .inner .leftBlcok {
	border-right: #000 solid 1px;
	width: 40%;
	padding-left: 10px;
	box-sizing: border-box;
}
.temporary.cad #main section .inner .rightBlcok {
	padding-left: 10px;
}
.temporary.cad #main section .inner .btnArea {
	text-align: center;
}
.temporary.cad #main section .inner .btnArea img {
	width: 80%;
}
.temporary.cad #main section .inner .btnArea p {
	margin-top: 10px;
	text-align:left;
	width:285px;
	margin:0 auto;
	font-size:69%;
	
}
/* -----------------------------------------------------------------------------

	認定合格証・試験成績書

----------------------------------------------------------------------------- */
.temporary.examination #main .lead {
	margin-top: 16px;
}

.temporary.examination #main .inner{
	padding:0 10px;
}
 .temporary.examination #main .tbl_pdf {
	width: 100%;
	font-size:69%;
}

.temporary.examination #main .tbl_pdf th {
	padding: 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align: middle;
}
.temporary.examination #main .tbl_pdf tr + tr + tr > * {
	border-top: 1px solid #e6e6e6 !important;
}
.temporary.examination #main .tbl_pdf .productsName {
	width:20%;
	text-align:center;
	background:#00499b;
	color:#fff;
}
.temporary.examination #main .tbl_pdf .systemName {
	width:90%;
	text-align:center;
	background:#00499b;
	color:#fff;
}
.temporary.examination #main .tbl_pdf .name {
	width:20%;
	text-align:center;
	background:#00499b;
	color:#fff;
}
.temporary.examination #main .tbl_pdf .no {
	width:60%;
	text-align:center;
	background:#00499b;
	color:#fff;
}
.temporary.examination #main .tbl_pdf .pdf {
	width:10%;
	text-align:center;
	background:#00499b;
	color:#fff;
	padding:10px;
}
.temporary.examination #main .tbl_pdf td {
	padding: 10px;
	border-right: 1px solid #000;
	vertical-align: middle;
	word-break: break-all;
	text-align: center;
}
.temporary.examination #main .tbl_pdf td ul{
	text-align:left;
}
.temporary.examination #main .tbl_pdf .pdfTd {
	text-align:center;
	padding:10px;
}
.temporary.examination #main .tbl_pdf tr:last-child {
	border-bottom:1px solid #000;
	
}
/* -----------------------------------------------------------------------------

	新製品詳細

----------------------------------------------------------------------------- */
.temporary.detail #main .productDetail {
	margin: 20px 0;
}
.temporary.detail #main .productDetail .inside img {
	margin: 20px 0;
}
/* -----------------------------------------------------------------------------

	ビケ足場のなりたち

----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------

	ビケ足場施工について

----------------------------------------------------------------------------- */


.about.build #main .flow ul .flowBox {
	box-sizing: border-box;
	width: 100%;
	border: #bbbbbb solid 1px;
	margin-bottom: 6px;
	position: relative;
	display: block;
	text-align: center;
	padding: 13px 18px;
}
.about.build #main .flow ul .flowBox:after {
	background: #00499b;
	width: 43px;
	height: 7px;
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -21px;
}
.about.build #main .flow ul .flowBox:last-child:after {
	display: none;
}
.about.build #main .flow ul .flowBox .txtArea {
	display: block;
}
.about.build #main .flow ul .flowBox .txtArea .subTtl {
	font-size: 107%;
	border-bottom: 1px solid #000;
	padding: 9px 0;
	text-align: center;
	margin-bottom: 10px;
}
.about.build #main .flow ul .flowBox .txtArea ol li {
	font-size: 91%;
}
.about.build #main .flow ul .flowBox .txtArea p {
	font-size: 91%;
}
.about.build #main .flow ul .flowBox .flowImg {
	display: inline-block;
	width: 46%;
	margin-top: 15px;
}
.about.build #main .flow ul .flowBox .flowImg img {
	width: 100%;
}
/* -----------------------------------------------------------------------------

	ありがとうの取り組み

----------------------------------------------------------------------------- */
.about.index #main ul li {
	margin-bottom:30px;
}


/* -----------------------------------------------------------------------------

	共通パーツ

----------------------------------------------------------------------------- */
.service #main .newProduct ul li a .ttlPtn03 {
	font-size:100%;
}

.service #main .newProduct ul li .desTxt {
	line-height: 1.5;
	font-size:91%;
}
/* -----------------------------------------------------------------------------

	新製品詳細

----------------------------------------------------------------------------- */
.service #main .report{
	margin:20px 0;
}
.service #main .report time {
	display:inline-block;
	margin-top:7px;
	font-size:91%;
	color:#00499b;
	padding-left:10px;
	font-weight:bold;
}
.service #main .report .inside img {
	margin:20px 0;
}
	
	/* -----------------------------------------------------------------------------

	仮設機材総合カタログ

----------------------------------------------------------------------------- */	
.service.index #main .catalogWrap{
	padding: 0 10px;
	}
.service.index #main .catalogWrap .imageBox{
	width: 50%;
	margin: 0 auto 15px;
}
	.service.index #main .catalogWrap .imageBox img{
		width: 100%;
		height: auto;
	}
.service.index #main .catalogWrap .txtWrap{
	width: 100%;
}
.service.index #main .catalogWrap .txtWrap .btnCatalog{
	margin-top: 15px;
	}
.service.index #main .catalogWrap .txtWrap .btnCatalog a{
	background: #00499b;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: inline-block;
	}
.service.index #main .catalogWrap .txtWrap .txtNote{
	margin-top: 10px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 85%;
	}
	.service.index #main .catalogWrap .txtWrap .txtNote a{
		text-decoration: underline;
	}	
	.service.index #main .catalogWrap .txtWrap .txtNote a:hover{
		text-decoration: none;
	}	
.service.index #main .catalogWrap .modalBox{
	display: none;
	}
	.termsWrap {
		padding: 0 10px;
	}
	.termsWrap h4{
		font-size: 120% !important;
		padding: 5px 0 5px 10px !important;
		border-left: 3px solid #00499b !important;
	}
.termsWrap h5{
		margin-top: 30px;
		font-size: 120%;
		padding-bottom: 5px;
		border-bottom: 1px solid #00499b;
	}
.termsWrap p,.termsWrap ul{
	line-height: 1.4;
	padding: 0;}
.termsWrap ul,
.termsWrap p,
.termsWrap dl{
		margin-top: 10px;
	}
	.termsWrap ul li{
		list-style-type: disc;
		margin-left: 1em;
	}
	.termsWrap dl dt{
		font-weight: bold;
	}
	.termsWrap dl dd p{
		margin-bottom: 0;
	}
	.termsWrap dl dd p.txtTbl{
		margin-top: 0;
	}
	.termsWrap dl dd p.txtTbl span:first-child{
		display: block;
		font-weight: bold;
	}
	.termsWrap p.txtNote{
	margin-top: 0;
	padding-left:1em;
	text-indent:-1em;
	font-size: 85%;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
