@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*
Theme Name: カトウ工機株式会社PCサイト2016
Theme URI:　http://kaido-user.lovepop.jp/kaido-utsu/katokoki/wp/
Description: カトウ工機株式会社PC用
Author:　KAIDO GROUP.Ltd
*/

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}

h1 {} /* Header内で設定 */
h2 {}
h3 {}
h4 {}

a { //color: #f41;
	color:#0033ff;}
a:hover,
a:active { color: #f96; text-decoration: none; }
a:visited {
}

img{
	max-width: 100%;
	height: auto;
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}

ul.totop,
ul.totop li {
	clear: both;
	padding-bottom: 20px;
	float: right;
	list-style: none;
}

/* add
------------------------------------------------------------------------*/

.mb05 { margin-bottom : 5px; }
.mb10 { margin-bottom : 10px; }
.mb15 { margin-bottom : 15px; }
.mb20 { margin-bottom : 20px; }
.mt05 { margin-top : 5px; }
.mt10 { margin-top : 10px; }
.mt15 { margin-top : 15px; }
.mt20 { margin-top : 20px; }

ol, ul {
  list-style: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.wrap{
	width:1000px;
	margin:0 auto;
}
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.float-list li {
  float: left;
}
.logo{
	float:left;
}
.logo-intro{
	margin:0 0 15px;
	font-size:12px;
}
h2,.logo-text{
	float:left;
}
.logo-text{
	margin:5px 0 0 10px;
}
.bold-deco{
	font-weight:bold;
}
.page-headline{
	padding:32px 0;
	background:url(../images/header_bg.jpg) no-repeat center top;
}
.page-headline h3{
	padding:3px 0 0 15px;
	color:#1e4c77;
	font-size:24px;
	font-weight:bold;
	line-height:1.16;
	border-left:5px solid #1e4c77;
}
/***** h4 *****/
.head4-outer{
	margin:40px 0 20px;
	padding:0 0 3px;
	border-bottom:1px solid #b7c7d6;
}
.headline4{
	padding:0 0 0 10px;
	font-size:18px;
	line-height:1.6;
	font-weight:bold;
	border-left:5px solid #1e4c77;
}
/***** h5 *****/
.headline5{
	padding:20px 0 10px;
	font-size:16px;
	font-weight:bold;
}
.headline5:before{
	content:"■";
	color:#5588b6;
}
/***** 段落ずれ *****/
.paragraph1{
	margin-left:20px;
}
.paragraph2{
	margin-left:40px;
}
/***** パンくずリスト *****/
.breadcrumb{
	margin:20px auto 0;
}
.breadcrumb ul li{
	margin:0 15px 0 0;
}
.breadcrumb p{
	font-size:12px;
}
.breadcrumb a{
	color:#000;
}

/***** main contents *****/
.maincontents{
	padding:0 0 70px;
	line-height:1.7;
}
.main-inner{
	margin:0 19px 0 20px;
}

/***** bottun ******/
.common-btn{
	display:block;
	padding:18px 0 0;
	text-align:center;
	width:307px;
	height:66px;
	color:#1e4c77;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/btn_mouth_off.png) no-repeat center top;
}
.common-btn:hover{
	color:#fff;
	background:url(../images/btn_mouth_on.png) no-repeat center top;
}

/***** news_caution ******/
.txtred {
	color: red;
}
.txtred a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}


/*==============================
bxSlider
==============================*/
.bx-wrapper {
  width: 100% !important;
  margin: 0 auto 8px !important;
}
.bx-wrapper .bx-viewport {
  position: static !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager {
  background: none !important;
}
.bx-wrapper .bx-loading {
  display: none !important;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
	width: 100%;
}

body {
	color:#000;
	overflow-x: hidden;
	width: 100%;
}
#wapper {
	margin: 0 auto;
	overflow: hidden;
}
#footer{
	overflow: hidden;
}
#main {
	margin: 0 auto;
}
#content {

}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	background:#004098;
	padding:15px 0;
	color:#fff;
}
#header a:hover{
	opacity:0.7;
}

#header h1 {
	margin:0 0 10px;
	font-size:12px;
	text-align:right;
}

.r-header{
	float:right;
}
.header-search,.language{
	float:left;
}
.search-btn{
	margin-left:5px;
	width:40px;
	height:29px;
	background:url(../images/header_sarch.png) no-repeat center top;
	border:none;
}
.language{
	margin:0 0 0 10px;
}
.search-form{
	display:table;
}
.search-btn,.search-box{
	//display:table-cell;
	vertical-align:middle;
}
.search-result{
	font-size:18px;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer a:hover{
	opacity:0.7;
}
.footer-b{
	padding:58px 0 45px;
	color:#fff;
	background:#004098;
}
.foot-nav{
	display:table;
}
.footer-logo{
	margin: 0 50px 0 0;
}
.footer-logo img{
	float:left;
}
.footer-logo,.foot-list,.foot-contact{
	display:table-cell;
	vertical-align:top;
}
.foot-list li{
	display:table;
	margin:0 35px 15px 0;
}
.foot-list li a{
	color:#fff;
	text-decoration:none;
}
.foot-list-sp{
	padding:15px 0 0;
}
.foot-list-arrow,.foot-list-name{
	display:table-cell;
}
.foot-list-arrow{
	padding:0 5px 0 0;
}
.list-mini{
	margin:0 0 0 11px;
}
.list-mini p{
	font-size:12px;
}
.foot-contact{
	width:210px;
}
.copyright{
	padding:45px 0 30px;
	text-align:center;
}
.copyright p{
	font-size:12px;
}
.go-top-btn {
  position: fixed;
  right: 60px;
  bottom: 30px;
  z-index: 9999;
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
/*** common ***/
.headline{
	border-bottom:1px dashed #8d8d8d;
}
.headline p{
	float:right;
}
.headline img{
	float:left;
}
.nontag-head{
	padding:0 0 10px;
}
.menu-tab{
	border-bottom:9px solid #1e4c77;
}
.menu-tab img{
	vertical-align:middle;
}
.tab-hide{
	display:none;
}

/* index
------------------------------------------------------------------------*/
/*** mv ***/
.mv-slider{
	position:static !important;
	width:100%;
	min-width:1000px;
	overflow:hidden;
}

/* .mv-01:after{
	display:block;
	content:url("../images/index_mv-01.jpg");
	height:380px;
	background:url(../images/index_mv-01.jpg) no-repeat center top;
} */
.mv-01{
	height:380px;
}
.mv-01-bg{
	height:380px;
	background:url(../images/index_mv-01.jpg) no-repeat center center;
}

/* .mv-02:after{
	display:block;
	content:"";
	position:relative;
	height:380px;
	background:url(../images/index_mv-02.jpg) no-repeat center top;
} */
.mv-02{
	height:380px;
}
.mv-02-bg{
	height:380px;
	background:url(../images/index_mv-02.jpg) no-repeat center center;
}

/* .mv-03:after{
	display:block;
	content:"";
	height:380px;
	background:url(../images/index_mv-03.jpg) no-repeat center top;
} */
.mv-03-bg{
	height:380px;
	background:url(../images/index_mv-03.jpg) no-repeat center center;
}
/* .mv-04:after{
	display:block;
	content:"";
	height:380px;
	background:url(../images/index_mv-04.jpg) no-repeat center top;
} */
.mv-04-bg{
	height:380px;
	background:url(../images/index_mv-04.jpg) no-repeat center center;
}

/* .mv-05:after{
	display:block;
	content:"";
	height:380px;
	background:url(../images/index_mv-05.jpg) no-repeat center top;
} */
.mv-05-bg{
	height:380px;
	background:url(../images/index_mv-05.jpg) no-repeat center center;
}
.mv-active{

	-moz-animation-name: zoom;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;


}
@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}
@keyframes zoom {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}
.mv-slider-outer{
	position:relative;
	//height:480px;
}
.mv-btn-area{
	position:absolute;
	top:260px;
	left:50%;
	margin-left:-500px;
	z-index:100;
}
.mv-btn-area a{
	float:left;
	margin-right:30px;
}
.mv-text-box-01{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-528px;
	z-index:100;
}
.mv-text-box-02{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-518px;
	z-index:100;
}
.mv-text-box-03{
	position:absolute;
	top:65px;
	left:50%;
	margin-left:-562px;
	z-index:100;
}
.mv-text-box-04{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-553px;
	z-index:100;
}
.mv-text-box-05{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-512px;
	z-index:100;
}
.mv-news{
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left:-500px;
	text-align:center;
	height:60px;
	background:url(../images/index_info-bg.png) no-repeat;
	z-index:20;
}
.mv-news-list{
	margin:0 10px 0;
	padding:6px 0 0 0;
}
.mv-news-list li{
	display:table;
	padding:10px;
}
.mv-news-list li p{
	display:table-cell;
}
.mv-news-text{
	padding:0 0 0 35px;
}
.mv-news-text a{
	color:#000;
	text-decoration:none;
}
.mv-news-date{
	font-weight:bold;
}

.mv { position:relative; width:100%; height:380px; }
.mv-content { display:none; position:absolute; top:0; left:0; width:100%; height:100%; }
.mv-content.active { display:block; }
.mv-content>* { position:absolute; top:0; left:50%; margin-left:-500px; }
.mv-content>canvas { width:2000px; height:380px; margin-left:-1000px; }

.mv-content>.mv-canvas>* { position:absolute; top:0; left:50%; margin-left:-500px; }
.mv-content>.mv-canvas>canvas { width:2000px; height:380px;}

ul#top_bx li {
  height: 380px;
}
ul#top_bx li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width:2000px;
  height: 380px;
  object-fit: cover;
}
ul#top_bx li img.mv-btn-01 {
  width:238px;
  height: 65px;
  top: 145px;
  right: 720px;
}
ul#top_bx li img.mv-btn-02 {
  width:238px;
  height: 65px;
  top: 145px;
  right: 180px;
}
.top_bx_li{
	position:relative;
    overflow:hidden;
    width:100%;
}
.top_bx_li img {
    position:absolute;
    left:50%;
    width:2000px;
    margin-left:-1000px;
}
/*** product ***/
.product{
	padding: 60px 0 90px;
}
.product a:hover{
	opacity:0.7;
}
.detail-tag{
	display:table;
	text-align:center;

}
.detail-tag a{
	/*display:table-cell;*/
	padding:8px 26px 6px;
	vertical-align:middle;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background:#e8800C;
}

.pro-li{
	margin:20px 25px 0 0;
}
.pro-li a,.list-last a{
	text-decoration:none;
}

.list-last{
	margin:20px 0 0;
}
.product-name{
	display:block;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	color:#333;
}
/*** submanu ***/
.submanu{
	padding:74px 0 85px;
	background:#e8edf1;
}
.submanu a:hover{
	opacity:0.7;
}
.submenu-list{
	display:table;
	text-align:center;
	width:210px;
}
.submenu-list li{
	display:table-cell;
	padding:0 25px;
}
.submenu-list li a{
	color:#000;
	text-decoration:none;
	display: block;
    width: 210px;
}

.submenu-detail{
	display:block;
	height:95px;
	font-size:12px;
	line-height:1.5;
}
.submenu-name{
	display:block;
	margin:35px 0 15px;
	font-weight:bold;
}

/*** greeting ***/
.greeting{
	padding:82px 0;
	background:url(../images/index_greeting-bg.png);
}
.greeting a:hover{
	opacity:0.7;
}
.greeting h5,.greeting-contents{
	display:table-cell;
	vertical-align:top;
}
.greeting h5{
	padding:0 74px 0 0;
	width: 460px;
}
.subhead{
	margin:20px 0 30px;
}
.greeting-contents p{
	line-height:1.5;
}
.greeting-table{
	margin:0 auto;
	width:450px;
	text-align:center;
}
.greeting-table li{
	padding:8px 0 0;
	margin:0 9px 15px;
	box-sizing:border-box;
	width:130px;
	height:36px;
	background:url(../images/index_greeting-btn-bg.png) no-repeat center top;

}
.greeting-table li a{
	display:block;
	color:#e8800C;
	font-weight:bold;
	text-decoration:none;
}

/*** news ***/
.news {
    padding: 80px 0 0px;
}
.news a:hover{
	opacity:0.7;
}
.news-list{
	margin:5px 10px 0;
}
.news-list li {
	display:table;
	padding:10px;
	width:950px;
	border-bottom:1px dashed #1e4c77;
}
.news-list li p{
	display:table-cell;
	font-size:12px;
}
.list-date{
	padding: 0 35px 0 10px;
}
.category-tag{
	padding: 5px 10px;
	width: 130px;
	text-align:center;
	color:#fff;
	background:#5a5a5a;
}
.news-text{
	padding:0 0 0 35px;
	width:720px;
}
.news-text a{
	color:#000;
	text-decoration:none;
}

/*** office ***/
.office{
	padding:60px 0 95px;
	background:#e8edf1;
}
.office a:hover{
	opacity:0.7;
}
.office-list{
	margin:45px 0 0;
}
.office-list li{
	width:160px;

}
.office-list-inner{
	margin:0 50px 0 0;
}
.office-name{
	padding:0 0 9px;
	font-weight:bold;
	border-bottom:1px solid #c2c2c2;
}
.office-name a{
	color: #000;
	text-decoration: none;
}
.office-name a:hover{
	text-decoration: underline;
}
.map-address{
	position:relative;
}
.map-address img{
	position:absolute;
	top:-5px;
	right:0;
}
.map-address p{
	font-size:12px;
}

/*** slider（下部） ***/
.silder-b{
	position:relative;
	margin:60px 0;
}

.bxslider li{
	min-width:540px;
}
.silder-text-box{
	position:absolute;
	top:0;
	left:20px;
	width:540px;
	height:360px;
	background:#fff;
	opacity:0;
	z-index:10;
}
.silder-text-box img{
	margin:70px 0 30px;
}
.silder-text-box p{
	margin:0 auto;
	width:360px;
}

#slider-b-prev a{
	display:block;
	position:absolute;
	top:50%;
	left:4px;
	width:32px;
	height:32px;
	background:url(../images/index_slider-arrow-01.png) no-repeat;
	z-index:20;
}
#slider-b-next a{
	display:block;
	position:absolute;
	top:50%;
	left:544px;
	width:32px;
	height:32px;
	background:url(../images/index_slider-arrow-02.png) no-repeat;
	z-index:20;
}


.active{
	opacity:1.0;
}

/*******************************************
office
*******************************************/
.office-img-box{
	display:table;
}
.office-img-box img,.office-address{
	display:table-cell;
	vertical-align:top;
}
.office-img-box img{
	padding:0 50px 0 0;
}
.office-address{
	padding:20px 0 0;
}

/*******************************************
company
*******************************************/
.company-btn-area{
	margin:44px 0 0;
}
.company-btn-area ul{
	display:table;
	margin:0 auto;
}
.campany-btn{
	margin:0 20px 0 0;
}

/*******************************************
policy
*******************************************/
.policy-img-a,.policy-img-b{
	text-align:center;
}
.policy-img-a{
	margin:50px 0 100px;
}
.policy-img-b{
	margin:80px 0 160px;
}

/*******************************************
qa
*******************************************/
.qa-intro{
	margin:30px 0 38px;
}

/*******************************************
company
*******************************************/
.table-a{
	margin:20px 0 0;
}
.table-a tr,th,td{
	line-height:1.7;
	border: 1px solid #ccc;
}
.table-a th,td{
	padding:13px 0 13px 33px;
	text-align:left;
}
.table-a th{
	width:118px;
}
.table-a td{
	width:775px;
	text-align:left;
}
.table-address{
	padding-left:23px;
}
.table-person-name{
	padding-left:40px;
}

/*******************************************
history
*******************************************/
.table-b{
	margin:20px 0 0;
}
.table-b tr,th,td{
	line-height:1.7;
	border: 1px solid #ccc;
}
.table-b-l{
	padding:11px 0 11px 29px;
	width:91px;
	vertical-align:top;
	text-align:left;
}
.table-b-c{
	padding:20px;
	width:169px;
	vertical-align:top;
	text-align:left;
}
.table-b-r{
	padding:20px 22px 20px 10px;
	width:596px;
	vertical-align:top;
	text-align:left;
}
.table-float{
	float:left;
}
.table-float-r{
	float:right;
}

/*******************************************
mentenance
*******************************************/
.mente-contents h6{
	margin:0 10px 6px;
	line-height:1.8;
}
.mente-contents h6:before{
	content:"・";
}
.mente-contents table td{
	text-align:center;
}
.mente-select{
	padding:10px 20px;
	border:1px solid #adadd6;
	background:#edf1f4;
}
.mente-select li {
	display:table;
	margin-right:20px;
}
.mente-select li a{
	padding:0 0 0 10px;
}
.mente-select li img,.mente-select li a{
	display:table-cell;
	vertical-align:middle;
}
.mente-text-box{
	float:left;
}
.mente-box-a p{
	float:right;
}
.mente-img-box{
	float:right;
	margin-left:15px;
	width:440px;
}
.mente-list{
	float:left;
	margin:0 10px 10px 0;
}

.table-tag{
	display:inline-block;
	margin:10px 0;
	padding:2px 12px;
	font-weight:bold;
	background:#ccc;

}
.mente-table{
	width:428px;
}
.mente-table th{
	padding:10px 0;
	text-align:center;
}
.mente-table td{
	padding:10px;
}
.mente-table-sp{
	width:130px;
}
.mente-img-sp{
	margin:0 20px 0 10px;
}
.mente-scale{
	display:inline-block;
	float:right;
	margin:20px 20px 0 0;
	font-size:12px;
}

/*******************************************
facility
*******************************************/

.facility-list h6{
	display:table;
	float:left;
	padding:20px 0 22px;
	margin-bottom:20px;
	text-align:center;
	width:182px;
	border:1px solid #1e4c77;
}
.facility-h6-l{
	margin-right:10px;
}
.facility-slider-outer{
	position:relative;
	margin:0 40px;
}
.bx-pager{
	margin-top:18px;
}
.facility-pager{
	margin-right:6px;
}
#facility-prev a{
	display:block;
	position:absolute;
	top:162.5px;
	left:10px;
	width:45px;
	height:125px;
	background:url(../images/facility_arrow-01.png) no-repeat center top;
	z-index:20;
}
#facility-next a{
	display:block;
	position:absolute;
	top:162.5px;
	right:10px;
	width:45px;
	height:125px;
	background:url(../images/facility_arrow-02.png) no-repeat center top;
	z-index:20;
}
.mv #facility-prev a{
	display:block;
	position:absolute;
	top:130.5px;
	left:10px;
	width:45px;
	height:125px;
	background:url(../images/facility_arrow-01.png) no-repeat center top;
	z-index:20;
}
.mv #facility-next a{
	display:block;
	position:absolute;
	top:130.5px;
	right:10px;
	width:45px;
	height:125px;
	background:url(../images/facility_arrow-02.png) no-repeat center top;
	z-index:20;
}

/*******************************************
links
*******************************************/
.link-table{
	margin:20px 0 0;
}
.link-table td{
	padding:10px 20px;
	text-align:left;
}
.link-even{
	background:#ecf2f7;
}
.link-right{
	width:634px;
}


/*******************************************
single-news
*******************************************/
.news-detail-box{
	padding:20px;
	margin:20px auto 0;
	width:700px;
	border:1px solid #ccc;
	font-size: 16px;
}
.news-detail-box img{
	margin:0 0 20px;
}

/*******************************************
words
*******************************************/
.words-content p{
	margin-left:20px;
}
.words-img{
	float:right;
}

/*******************************************
dxfdl
*******************************************/
.tab-btdbt{
	width:132px;
	height:39px;
	background:url(../images/dxfdl_taboff_01.png) no-repeat center top;
}
.tab-btdbt:hover,.tab-btdbt:active{
	background:url(../images/dxfdl_tab_01.png) no-repeat center top;
}
.tab-btdbt.tab-active{
	background:url(../images/dxfdl_tab_01.png) no-repeat center top;
}
.tab-hsh{
	width:107px;
	height:39px;
	background:url(../images/dxfdl_taboff_02.png) no-repeat center top;
}
.tab-hsh:hover,.tab-hsh:active{
	background:url(../images/dxfdl_tab_02.png) no-repeat center top;
}
.tab-hsh.tab-active{
	background:url(../images/dxfdl_tab_02.png) no-repeat center top;
}

.tab-c{
	width:88px;
	height:39px;
	background:url(../images/dxfdl_taboff_03.png) no-repeat center top;
}
.tab-c:hover,.tab-c:active{
	background:url(../images/dxfdl_tab_03.png) no-repeat center top;
}
.tab-c.tab-active{
	background:url(../images/dxfdl_tab_03.png) no-repeat center top;
}
.tab-st{
	width:96px;
	height:39px;
	background:url(../images/dxfdl_taboff_04.png) no-repeat center top;
}
.tab-st:hover,.tab-st:active{
	background:url(../images/dxfdl_tab_04.png) no-repeat center top;
}
.tab-st.tab-active{
	background:url(../images/dxfdl_tab_04.png) no-repeat center top;
}
.tab-stt{
	width:106px;
	height:39px;
	background:url(../images/dxfdl_taboff_05.png) no-repeat center top;
}
.tab-stt:hover,.tab-stt:active{
	background:url(../images/dxfdl_tab_05.png) no-repeat center top;
}
.tab-stt.tab-active{
	background:url(../images/dxfdl_tab_05.png) no-repeat center top;
}
.tab-mtjt{
	width:176px;
	height:39px;
	background:url(../images/dxfdl_taboff_06.png) no-repeat center top;
}
.tab-mtjt:hover,.tab-mtjt:active{
	background:url(../images/dxfdl_tab_06.png) no-repeat center top;
}
.tab-mtjt.tab-active{
	background:url(../images/dxfdl_tab_06.png) no-repeat center top;
}
.tab-collet{
	width:117px;
	height:39px;
	background:url(../images/dxfdl_taboff_07.png) no-repeat center top;
}
.tab-collet:hover,.tab-collet:active{
	background:url(../images/dxfdl_tab_07.png) no-repeat center top;
}
.tab-collet.tab-active{
	background:url(../images/dxfdl_tab_07.png) no-repeat center top;
}
.tab-technical{
	width:77px;
	height:39px;
	background:url(../images/dxfdl_taboff_08.png) no-repeat center top;
}
.tab-technical:hover,.tab-technical:active{
	background:url(../images/dxfdl_tab_08.png) no-repeat center top;
}
.tab-technical.tab-active{
	background:url(../images/dxfdl_tab_08.png) no-repeat center top;
}


.dl-table td,th{
	padding:1px 7px;
	text-align:left;
}
.dl-sirial{
	width:200px;
}
.dl-dxf{
	width:676px;
}

.dxf-attention{
	margin: 10px auto -15px;
}

/*******************************************
shoplist
*******************************************/
.shop-list li{
	padding:10px;
	border:1px solid #ccc;
}
.shop-name{
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.shop-name a{
	color:#1e4c77;
	text-decoration:none;
}
.shop-tel{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.shop-mail{
	margin:0;
}
.shop-3n{
	margin-right:20px;
}


/*******************************************
contact
*******************************************/
.contact-table{
	margin:20px 0 0;
}
.contact-table th,td{
	/*padding:15px 20px;*/
	padding:1px 13px;
}
.contact-table th{
	width:120px;
	border-right:none;
}
.contact-table td{
	text-align:left;
}
.contact-table input[type="text"]{
	margin-right:10px;
	height:28px;
}
.contact-table textarea{
	width:590px;
	height:158px;
}
.contact-m{
	border-left:none;
}
.form-m{
	width:370px;
}
.form-s{
	margin-left:10px;
	width:170px;
}
.form-sp{
	margin:15px 0;
}
.contact-btn{
	display:block;
	//margin:38px auto 0;
}
.fmail-sp-btn{
	padding:0;
	margin:38px auto 0;
	border:none;
}
.entry-content{
	margin-top:20px;
}

/*******************************************
archive-product
*******************************************/
.product-content .head4-outer,.product-content h5{
	margin-left:20px;
	margin-right:20px;
}
.product-list li{
	padding:20px;
	margin:0 0 20px 20px;
	width:428px;
	min-height: 250px;
	border:1px solid #ccc;
}
.product-list li:after{
	content: "";
  display: block;
  clear: both;
  height: 0;
}
.product-list h6{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
.product-list li img{
	float:left;
	margin-right:20px;
}
.product-list02 li{
	padding:20px;
	margin:0 0 20px 20px;
	width:428px;
	border:1px solid #ccc;
}
li.non-specialty{
	min-height: inherit;
}
.non-specialty h6{
    margin-bottom: 0;
    font-size: 14px;
}
/* if need old-design
.non-specialty h6{
    margin-bottom: 0;
    font-size: 18px;
	font-weight: 100;
}
*/
.open-btn{
	background:url(../images/productlist_btn_plus.png) no-repeat right center;
}
.close-btn{
	/* float:right;
	margin-top:5px; */
	background:url(../images/productlist_btn_minus.png) no-repeat right center;
}

/*******************************************
archive-news
*******************************************/
.news-tab{
	margin-top:20px;
}
.news-box{
	padding:18px 40px;
	margin:0;
	border-bottom:1px solid #ccc;
}
.news-category{
	padding:0 10px;
	font-weight:bold;
	color:#fff;
	background:#1e4c77;
}
.news-box-date{
	padding:0 18px 0 0;
}
.news-box-text{
	padding:0 0 0 20px;
}
.news-box-text-content {
    width: 89%;
    float: right;
}
.tab-news-all{
	width:125px;
	height:39px;
	background:url(../images/newslist_taboff_01.png) no-repeat center top;
}
.tab-news-all:hover{
	background:url(../images/newslist_tab_01.png) no-repeat center top;
}
.tab-news-all.tab-active{
	background:url(../images/newslist_tab_01.png) no-repeat center top;
}
.tab-news-product{
	width:96px;
	height:39px;
	background:url(../images/newslist_taboff_02.png) no-repeat center top;
}
.tab-news-product:hover{
	background:url(../images/newslist_tab_02.png) no-repeat center top;
}
.tab-news-product.tab-active{
	background:url(../images/newslist_tab_02.png) no-repeat center top;
}
.tab-news-event{
	width:96px;
	height:39px;
	background:url(../images/newslist_taboff_03.png) no-repeat center top;
}
.tab-news-event:hover{
	background:url(../images/newslist_tab_03.png) no-repeat center top;
}
.tab-news-event.tab-active{
	background:url(../images/newslist_tab_03.png) no-repeat center top;
}
.tab-news-media{
	width:124px;
	height:39px;
	background:url(../images/newslist_taboff_04.png) no-repeat center top;
}
.tab-news-media:hover{
	background:url(../images/newslist_tab_04.png) no-repeat center top;
}
.tab-news-media.tab-active{
	background:url(../images/newslist_tab_04.png) no-repeat center top;
}
.tab-news-another{
	width:84px;
	height:39px;
	background:url(../images/newslist_taboff_05.png) no-repeat center top;
}
.tab-news-another:hover{
	background:url(../images/newslist_tab_05.png) no-repeat center top;
}
.tab-news-another.tab-active{
	background:url(../images/newslist_tab_05.png) no-repeat center top;
}


/*******************************************
baritori
*******************************************/
h5#robots , h5#machining{
/*	background-color: #004098;
	color: #ffffff;*/
	font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    border-left: 5px solid #d5d5d5;
	padding-left: 20px;
    margin: 20px 0 25px;
}

.robots_dl dt{
	float: left;
    width: 200px;
}
.processing img{
	float: left;
}
.processing .robots_dl{
	border-top: solid 1px #000;
}
.processing .robots_dl dt{
	float: left;
	width: 130px;
	background-color: #e0662a;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding-left: 8px;
}
.processing .robots_dl dd{
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.processing_dl {
    padding-top: 5px;
}
/*******************************************
single-product
*******************************************/
.product-title{
	height:86px;
}
.product-serial{
	border-right:none;
}
.product-dl-outer{
	padding:0 10px 0 0;
	border-left:none;
}
.product-dl{
	display:table;
	border:1px solid #ccc;
	width: 300px;
}
.product-dl p,.product-dl img{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.product-dl img{
	padding:9px;
}
.product-dl p{
	padding:9px 0 0 9px;
}
.youtube-logo {
	padding:25px 0;
	text-align:center;
}
.youtube{
	text-align:center;
}
.youtube div {
	float:left;
	width: 130px;
	margin:0 15px 15px 0;
}
.youtube p {
	font-size:12px;
}
.youtube .you-m0 {
	margin:0 0 15px 0;
}
.product-head,.product-serial{
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
.product-feature{
	padding:20px;
	width:637px;
}
.icon-feature{
	padding:20px 0 0;
	width:252px;
}
.product-feature,.icon-feature{
	float:left;
}
.icon-feature-box{
	padding:10px;
	border:1px solid #ccc;
}
.icon-feature-img{
	position:relative;
	display:inline-block;
	margin:0 7px 7px 0;
}
.testsc table,
.product-type-table table{
	word-break: normal;
}
.icon-feature-img span{
	display:none;
}
.icon-feature-img:hover span{
	display:block;
	position:absolute;
	top:-25px;
	left:50%;
	padding:0 5px;
	margin-left:-35px;
	width:60px;
	text-align:center;
	font-size:12px;
	background:#fff;
	border:2px solid #FF7606;
	z-index:100;
}
.combi-l,.combi-r{
	float:left;
}
.combi-l{
	margin-right:20px;
	width: 470px;
}
.combi-l td{
	text-align:left;
}
.combi-r{
	width:470px;
}
.combi-r-table td{
	text-align:left;
}
.combi-collet{
	width:270px;
}
.combi-collet-l{
	width:118px;
}
.blueprint-table{
	margin:20px 0;
}
.blueprint-table td{
	text-align:left;
}
.product-type-table{
	padding:10px;
	border:1px solid #ccc;
	font-size:9px;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	 table {
		 word-break: break-all;
	 }
 }
.product-type-table table{
	max-width: 100%;
	width: 100%;
}
.product-type-table table th,
.product-type-table table td{
	padding: 1px 8px;
}

.product-type-inner{
	margin:0 auto;
}
.product-type-inner th,td{
	text-align:center;
}


/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#nav {
	//padding:20px 0;
}
#nav a:hover{
	opacity:0.7;
}

.nav-list{
	display:table;
	margin:0 auto;
	line-height:2;
}
.nav-list-inner{
	display:table-cell;
	position:relative;
	padding:20px 52px;
	border-left:1px solid #9ab3ca;
}
.nav-sub{
	z-index:100;
 }
.nav-list-inner:hover .nav-sub li{
	overflow: visible;
	height:30px;
}
.nav-list li a{
	display:block;
	color:#000;
	text-decoration:none;
}
.nav-last{
	border-right:1px solid #9ab3ca;
}
.nav-sub{
	position:absolute;
	top:68px;
	left:0;
}
.nav-sub li{
	overflow: hidden;
	width:165px;
	height:0;
	text-align:center;
	background:rgba(30,76,119,0.7);
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.nav-sub li a{
	color:#fff;
}



/*==========================================================================*/
/*                            20160516追記                                  */
/*==========================================================================*/
.other-table-a{
	margin-bottom:20px;
}
.tab-content li{
	width:900px;
	border:none;
	padding:0;
}
.hidden{
	display:none;
}
.radio-btn{
	display:table;
	margin:10px auto;
}
.radio-btn li{
	margin:0 15px;
	padding:10px 20px;
	font-size:16px;
	color:#004098;
	border:1px solid #004098;
}
.radio-btn li:hover{
	color:#fff;
	background:#004098;
}
.radio-btn .active{
	color:#fff;
	background:#004098;
}

.testsc {
	overflow: scroll;
  width: 800px;
  height: 500px;

}


/*==========================================================================*/
/*                            20161219追記                                  */
/*==========================================================================*/
.rbox{
	float: right;
}
.lbox{
	float: left;
}
.indent{
	padding-left: 20px;
}
.float-img{
	display: table;
	margin: 0 auto 20px;
}
.float-img li{
	margin-right: 20px;
}
.float-img li:nth-child(2){
	margin-right: 0;
}
.left-float{
	display: block;
}
.probox li{
	margin: 0 1% 20px;
	border: 1px solid #ccc;
}
.probox .title{
	padding: 16px 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.probox .center{
	padding: 15px 0;
}
.probox.robots .center{
	padding: 0;
}
.probox .btn{
	border-top: 1px solid #ccc;
}
.probox-2col li{
	width: 47%;
}
.probox-3col li{
	width: 30.6%;
}
.probox-3col.robots li{
	width: 22.7%;
}
.pro-detail-box{
	border: 1px solid #ccc;
}
.pro-detail-box .pro-img{
	padding: 20px;
}
.pro-detail-box .pro-img .lbox{
	margin-left: 106px;
}
.pro-detail-box .pro-img .rbox{
	margin-right: 53px;
	width: 250px;
}
.pro-detail-box .pro-img .head{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.pro-detail-box .title{
	margin-bottom: 0;
	padding: 28px 0 28px 20px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.prodetail-btn li{
	margin-bottom: 20px;
}
.prodetail-btn li.last{
	margin-bottom: 0;
}
.prodetail-btn li a{
	display: block;
	padding: 12px 0 10px;
	width: 250px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #1e4c77;
	background: url(../images/saiii_btn_off.png) no-repeat;
}
.prodetail-btn li a:hover{
	color: #fff;
	background: url(../images/saiii_btn_on.png) no-repeat;
}


.sericut .seri-bluebox{
	margin: 40px auto;
	padding: 26px 0;
	width: 800px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #1e4c77;
}
.sericut .probox-3col li{
	min-height: 372px;
}
.sericut figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.baritori-box{
	margin-bottom: 15px;
	padding: 20px;
}
.baritori-box .rbox{
	/*margin-top: 110px;*/
	margin-right: 50px;
}


.sa-iii .cap-txt{
	margin-bottom: 0;
	font-weight: bold;
}

.micro h6{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.micro .pro-detail-box {
	margin-bottom: 20px;
}
.micro .pro-detail-box .title{
	padding: 15px 0 15px 20px;
}
.micro .pro-detail-box .pro-img .lbox{
	margin-left: 0;
}
.micro-table{
	margin-bottom: 15px;
	width: 470px;
}

/*
.micro-table th,td{
	width: 40.5%;
}
*/

.micro-table th{
	text-align: center;
}
.micro-table td{
	padding: 20px 15px 20px 20px;
	text-align: left;
	width: 40.5%;
}
.micro .cap-txt{
	font-size: 16px;
	font-weight: bold;
}
.youtube-td{
	width: 31.5%;
}
.other_table td{
	width: 27%;
}
.other_table th{
	padding: 8px 5px;
	text-align: center;
}
.other_table td{
	padding: 10px 5px;
}

.text-frame{
	padding: .3em;
	border: solid 1px #b5b5b5;
}

/* Module & State */
.is-none{display:none!important}.js-hide,.is-hide{display:none}.is-center{text-align:center;margin-left:auto;margin-right:auto}.fl-left{float:left}.fl-right{float:right}.is-point{cursor:pointer}.te-center{text-align:center}.te-right{text-align:right}.te-left{text-align:left}@media screen and (min-width: 769px){.te-center-pc{text-align:center}.te-right-pc{text-align:right}.te-left-pc{text-align:left}}@media screen and (max-width: 768px){.te-center-sp{text-align:center}.te-right-sp{text-align:right}.te-left-sp{text-align:left}}.te-small{font-size:.9em}.te-small .s9{font-size:.9em}.te-small.s8{font-size:.8em}.te-white{color:#FFF}.te-bold,is-bold{font-weight:700}.te-bold.w500,is-bold.w500{font-weight:500}.te-bold.w900,is-bold.w900{font-weight:900}.te-uline,is-uline{text-decoration:underline}.bg-white{background-color:#FFF}.is-false,a-false{pointer-events:none}a.a-nolink,.a-nolink a{pointer-events:none;text-decoration:none!important}a.a-ulink,.a-ulink a{text-decoration:underline}a.a-ulink:hover,.a-ulink a:hover{text-decoration:none}.u-list > li{width:98%;margin-left:2%;list-style-type:disc}.o-list > li{width:98%;margin-left:2%;list-style-type:decimal}.float-list > li:not(.fl-right){float:left}.table-list{display:table;width:100%}.table-list > li{display:table-cell;vertical-align:top}.table-list.fix{table-layout:fixed}@media screen and (max-width: 768px){.table-list.res{display:block;width:100%}.table-list.res > li{display:block}}.inline-list{font-size:0;letter-spacing:-.4em}.inline-list > li{display:inline-block;letter-spacing:normal;vertical-align:top;font-size:14px;font-size:1.4rem}.bnr-list > li > a{display:block}.bnr-list > li > a img{display:block;width:100%}@media screen and (max-width: 768px){.bnr-list > li{float:none;margin-left:0;margin-right:0}}@media screen and (max-width: 768px){.float-list.spshift > li,.table-list.spshift > li,.inline-list.spshift > li{display:block;float:none;width:100%}}@media screen and (min-width: 769px){a.oc,.oc a{display:inline-block;vertical-align:bottom}a.oc img,.oc a img{-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s}a.oc:hover img,.oc a:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7}}.youtube-iframe{position:relative;width:100%;padding-top:56.25%}.youtube-iframe iframe{position:absolute;top:0;right:0;width:100%!important;height:100%!important}
/* /Module & State */


.mv-pager {
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -500px;
	z-index: 10;
	width: 1000px;
	text-align: center;
}
.mv-pager span{
	display: inline-block;
	cursor: pointer;
	background: #000;
}
.mv-pager img{
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	transition:.3s;
	opacity: .7;
}
.mv-pager img:hover,
.mv-pager .active img{
	opacity: 1;
}

.mv-news {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -500px;
    text-align: center;
    height: 60px;
    background: url(../images/index_info-bg.png) no-repeat;
    z-index: 20;
}

.top-list.submenu-list{
	width: 100%;
	display: flex;
  justify-content: space-between;
}
.top-list.submenu-list li{
	display: block;
	padding: 0;
}
.top-list.submenu-list li img{
	width: 180px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.slash-frame{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width: 90%;
	margin: 0 auto 30px;
	padding: 15px;
	background-image: -moz-repeating-linear-gradient(-45deg, #DADADA, #DADADA 1px, #FFF 0, #FFF 4px);
    background-image: -webkit-repeating-linear-gradient(-45deg, #DADADA, #DADADA 1px, #FFF 0, #FFF 4px);
    background-image: repeating-linear-gradient(-45deg, #DADADA, #DADADA 1px, #FFF 0, #FFF 4px);
}
.slash-frame .in{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding: 15px;
	background: #FFF;
}
.slash-frame li:first-child{
	padding-right: 1.5em;
}
.slash-frame .text-frame p{
	font-size: 12px;
	margin-bottom: 0;
}
.slash-frame .in>li,
.slash-frame .in img{
	vertical-align: middle;
}
table.product-main{
	width: 100%;
}
.table-scroll {
    overflow: scroll;
    width: 100%;
    height: 500px;
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

.info{
	/*position: relative;
    top: 100px;*/
    margin-top: 10px;
}
.info a{
	text-decoration: red;
	color: red;
}
.info a:hover{
	opacity: 0.6;
}
