@charset "UTF-8";
/*コード*/
body {
  background: #FFF url(../img/bg-main2.gif) no-repeat right bottom;
  font-family: 'Roboto', sans-serif;
  widows: 100%;
  margin: 0 auto;
  overflow-x: hidden ; }
  body p, body td, body dd, body h3, body h2 {
  color: #434343;}

#main back_w {
  background: #FFFFFF; }

a{
  color: #666;
  text-decoration: none;
}
a:hover,
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
}

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

header {
  overflow: hidden;
  padding: 0 0;
}

#main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#slide {
  overflow: hidden;
  width: 100%;
  margin-bottom: -3px;  
  }
  
select{
  top: 0 !important;
  background: #F6F6F6;
  border: 1px solid #CCC;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 7px;}

::selection {
  background-color: #AA0000;
  color: #FFF;
}
::-moz-selection {
  background-color: #AA0000;
  color: #FFF;
}


/**

#v_s{
  height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
  height: 100vh; // 高さを画面いっぱいに指定する。
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%; // 横幅もいっぱいに。

		}
		
	.bxslider ul.bxslider li {
  // 指定したい幅と高さ
  width: 200px;
  height: 200px;
  position: relative;
}
.bxslider ul.bxslider li img {
  position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;

}
		**/
#v_s video {
  max-width: 100%;
  height: auto; }

#video {
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 100%; }

#new_m {
  width: 100%;
  margin: 0 auto 20px;
  background: #A2000D;
  overflow: hidden; }

.new_m_c {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 30px; }

.new_m_img {
  width: 280px;
  float: left;
  margin: 10px auto; }

.new_m_pv {
  float: right;
  width: 540px;
  overflow: hidden;
  padding: 30px 0 0 30px;
  position: relative; }
  .new_m_pv a {
    display: block; }
    .new_m_pv a:hover {
      opacity: 0.8; }

.new_m_text {
  overflow: hidden;
  float: left;
  padding: 10px 0 0 30px;
  color: #FFFFFF;
  width: 540px; }
  .new_m_text h3 {
    padding: 20px 0;
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    color: #FFFFFF; }
  .new_m_text p {
    line-height: 21px;
    color: #FFFFFF; }
  .new_m_text span {
    display: block;
    position: relative;
    padding: 10px 20px;
    background-color: #6D0001;
    width: 300px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    margin: 20px 0; }
  .new_m_text a {
    display: block;
    border: none !important;
    position: relative;
    text-decoration: none; }

  .tokusetsu-btn {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #131313), color-stop(1.00, #4b4b4b));
    background: -webkit-linear-gradient(#131313, #4b4b4b);
    background: -moz-linear-gradient(#131313, #4b4b4b);
    background: -o-linear-gradient(#131313, #4b4b4b);
    background: -ms-linear-gradient(#131313, #4b4b4b);
    background: linear-gradient(#131313, #4b4b4b);
    margin: 30px 0 30px;}
    
    
    
    
    
    
    
    
    
    

#button-container{
	position:relative;
	left:40%;
	width:203px;
	height:43px;
	background:#022c3e;
	padding-top:5px;
	margin-top:10px;
	-webkit-border-radius:38px;
	-moz-border-radius:38px;
	border-radius:38px;
	-webkit-box-shadow:inset 0 1px 2px #000, 0px 1px 1px rgba(255,255,225,0.2);
	-moz-box-shadow:inset 0 1px 2px #000, 0px 1px 1px rgba(255,255,225,0.2);
	box-shadow:inset 0 1px 2px #000, 0px 1px 0px rgba(255,255,225,0.3);
	/*Hover effect*/
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;}

#button{
	position: absolute;
	top: 5px;
	left: 5px;
	width:193px;
	height:38px;
	margin:0px auto;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	cursor:pointer;

}

#button p{
	margin-top: 11px;
	margin-left:60px;
	font-size:.9em;
}

#button-container:hover {
	-webkit-box-shadow: inset 0 1px 2px #000, 0px 0px 10px 5px rgba(255,255,225,0.2);
}


.blue{
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#camera{
	position:absolute;
	top:12px;
	left:23px;
	width:17px;
	height:11px;
	border:2px solid #FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}

#camera-optics{
	position:absolute;
	top:1px;
	left:4px;
	width:5px;
	height:5px;
	border:2px solid #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#camera-button{
	position:absolute;
	top:-3px;
	left:1px;
	width:0px;
	height:0px;
	border:2px solid #FFF;
	border-bottom:0;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

.s_img {
  display: none; }

.inner {
  width: 1000px;
  padding: 10px 0;
  margin: 0 auto; }

.inner:after {
  content: "";
  clear: both;
  display: block; }

#top-head {
  font-size: 14px;
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 999;
  background: url(../img/top/bg-header.gif) repeat-y center top;
  box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.6) !important;
  -webkit-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.6) !important;
  -moz-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.6) !important;
}

.logo {}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none; }

#top-head .inner {
  position: relative; }

#top-head .logo { float: left;}
#top-head .logo img { width: 163px;}


#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  font-size: 14px;
  margin: 0 auto 0;
}

#global-nav ul li {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

#ico-home{ background: url(../img/top/ico-header-home.png) no-repeat left center !important;}
#ico-company{ background: url(../img/top/ico-header-company.png) no-repeat left center !important;}
#ico-machine{ background: url(../img/top/ico-header-machine.png) no-repeat left center !important;}
#ico-repair{ background: url(../img/top/ico-header-repair.png) no-repeat left center !important;}
#ico-mail{ background: url(../img/top/ico-header-mail.png) no-repeat left center !important;}
#ico-media{ background: url(../img/top/ico-header-media.png) no-repeat left center !important;}



#global-nav ul li a {
  line-height: 1.4em;
  font-size: 13px !important;
  padding: 15px 14px 15px 33px;
  display: inline-block;
}

/* Btn Hover 
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

#global-nav ul li:hover:after {
  background: #fff;
  bottom: -15px; }
*/

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in; }

#top-head.fixed .logo {
  font-size: 24px;
  color: #FFFFFF; }

#top-head.fixed #global-nav ul li a {
  line-height: 1.4em;
  font-size: 13px !important;
  padding: 15px 14px 15px 33px;
  display: inline-block; }

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: -10px; }

#top-head.fixed #global-nav ul li:hover:after {
  background: #0062B8;
  bottom: -20px; }

/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

#news {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.archive_buttun {
  position: relative;
  text-align: right;
  margin-top: 20px; }
  .archive_buttun a {
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 13px;
    text-align: center;
    text-decoration: inherit;
    background: #A2000D;
    color: #FFF;
    border-radius: 4px;
    }
    .archive_buttun a:hover {
      opacity: 0.8; }

.t_midashi {
  margin: 60px auto 30px;
  text-align: center; }
  .t_midashi h1 {
  	color: #AA0000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    padding: 0 0 10px; }

.news_c {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden; }
  .news_c a {
    text-decoration: none; }
  .news_c p {
    padding: 10px 0;
    line-height: 1.5em;}
  .news_c ul {
    margin: 0;
    overflow: hidden; }
  .news_c li {
    }
  .news_c h1 {
    text-align: center;
    margin: 0 auto; }

.news_d {
  width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden; }
  .news_d a {
    text-decoration: none; }
  .news_d p {
    padding: 10px 0;
    line-height: 1.5em;}
  .news_d ul {
    margin: 0;
    overflow: hidden; }
  .news_d li {
    }
  .news_d h1 {
    text-align: center;
    margin: 0 auto; }

@media screen and (max-width: 980px) {
	.news_d {
	  width: 100%;
	  }
}

.report {
  margin: 0;
  border-bottom: 1px  #CCC solid;
  overflow: hidden;
  padding: 15px 0;
  }
  .report:hover {
    opacity: 0.8;
    background: #DFDFDF; }
  .report p {
    padding: 4px 0;
    color: #FFFFFF; }
  .report .re_img {
    display: none; }
  .report span {
    background: #BBB;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 0 5px 0;
    color: #FFF;
    padding: 5px; }
  .report strong {
    color: #434343;
    font-size: 14px;
    display: inline-block;
    }
  .report p {
   display: none; }

#products {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  #products .p_column {
    width: 980px;
    margin: 0 auto; }
    #products .p_column ul {
      margin: 40px auto;
      overflow: hidden; }
    #products .p_column li {
      float: left;
      width: 234px;
      overflow: hidden;
      background: #FFFFFF;
      text-align: center;
      margin: 0 4px; }
      #products .p_column li strong {
        font-weight: 800;
        font-size: 14px;
        display: block;
        color: #4D0001;
        padding: 10px; }
      #products .p_column li p {
       display: ; }
      #products .p_column li a {
        text-decoration: none;
        display: block;
        color: #FDFDFD; }
      #products .p_column li span {
        width: 60%;
        margin: 0 auto 10px;
        display: block;
        padding: 6px 0;
        background: #800002;
        border-radius: 8px;
        text-align: center; }
        #products .p_column li span:hover {
          background: #BE0003; }

footer {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
  text-align: center; }
  footer .f_logo img { width: 150px;}
  footer .f_b_1 {
    width: 800px;
    margin: 0 auto;
    overflow: hidden; }
    footer .f_b_1 ul {
      margin: 20px auto;
      overflow: hidden; }
    footer .f_b_1 li {
      float: left;
      margin: 0 10px; }
      footer .f_b_1 li img {
        width: 220px; }
    footer .f_b_1 .f_b_02 {
      width: 300px; }

.f_b_2 {
  border-top: 1px #CCC solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #e8e8e8));
background: -webkit-linear-gradient(#e8e8e8, #fff);
background: -moz-linear-gradient(#e8e8e8, #fff);
background: -o-linear-gradient(#e8e8e8, #fff);
background: -ms-linear-gradient(#e8e8e8, #fff);
background: linear-gradient(#e8e8e8, #fff);
  margin: 0;
  overflow: hidden;
  padding: 10px 0; }
  .f_b_2 li {
    width: 115px;
    display: inline-block;
    margin: 0 2px;
    height: auto; }
    .f_b_2 li a img{
    	border: 1px solid #CCC;
    	height: 100%;
    }


    
.f_b_smap {
  margin: 20px auto; }
  .f_b_smap ul {
    overflow: hidden;
    padding: 20px auto; }
  .f_b_smap li {
    display: inline-block;
    font-size: 13px !important;
    margin: 4px auto; }
    .f_b_smap li a{
    font-size: 13px !important;
    color: #333 !important;
    text-decoration: none !important;
    }

.f_b_c p {
  text-align: center;
  padding: 10px 0;
  font-size: 10px; }

.k_list {
  overflow: hidden;
  width: 100%; }
  .k_list p {
    display: block;
    color: #D7D7D7;
    padding: 10px 0 0 0; }
  .k_list .list_box03 {
    overflow: hidden; }
    .k_list .list_box03 img { border: 1px #CCC solid; width: 99%;}
    .k_list .list_box03 a {
      color: #333;
      text-decoration: none;
      font-size: 12px;
      text-align: center;
      display: block;
      line-height: 1.4em;}
  .k_list ul { padding: 0 !important; }
  .k_list li {
    overflow: hidden;
    display: inline-block;
    width: 30%;
    margin: 0 1% 15px;
    padding: 0;
    vertical-align: top; }

.pro_btn {
  width: 130px;
  margin: 0 auto; }
  .pro_btn input {
    width: 100%;
    max-width: 100%;
    margin: 10px auto; }

.list_search form {
  margin: 0 auto;
  width: 80%; }
.list_search select {
  width: 160px; }

.kyotai_archive ul {
  display: inline-block;
  padding: 1%;
  text-decoration: none;
  background: #AA0000;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #CCC;
  border-radius: 3px;
  width: 98%;
  text-align: center;
  margin-bottom: 30px; }
.kyotai_archive li {
  display: inline-block;
  color: #FFFFFF;
  margin: 10px;
}
  .kyotai_archive li a {
    color: #FFFFFF;
    text-decoration: none;}

@media screen and (max-width: 980px) {
  header {
    height: auto; }

  article {
    padding: 0 30px; }

  .inner {
    width: 100%;
    padding: 0; }

  #global-nav ul li a {
    line-height: 1.4em;
    font-size: 13px !important;
    padding: 15px 30px 15px 5px;
    display: inline-block; }
    
    #ico-home,#ico-company,#ico-machine,#ico-repair,#ico-mail,#ico-media{ background: none !important;}
  
  #top-head .logo{ background: #FFF; height: 70px;}
  #top-head .logo img{
    width: 170px;
  }

  #top-head.fixed #global-nav ul li a {
    line-height: 1.4em;
    font-size: 13px !important;
    padding: 15px 30px 15px 35px;
    display: inline-block; } }
@media screen and (max-width: 980px) {
  #v_s video {
    display: none; }
  #v_s .s_img {
    display: block;
    padding: 10% 0 0; }

  #new_m {
    width: 100%;
    margin: 0 auto 20px;
    background: #A2000D;
    overflow: hidden; }

  .new_m_c {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto; }

  .new_m_img {
    width: 40%;
    float: inherit;
    margin: 10px auto; }

  .new_m_pv {
    float: inherit;
    overflow: hidden;
    padding: 0;
    margin: 0 auto; }

  .new_m_pv, .new_m_text {
    width: 100%;
    margin: 0 auto; }

  .new_m_text {
    overflow: hidden;
    float: inherit;
    padding: 3% 0;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto; }
    .new_m_text span {
      margin: 20px auto 10px; }
    .new_m_text h3 {
      color: #FFFFFF; }

  #news {
    width: 100%;
    overflow: hidden;
    margin: 0 !important; }

  .t_midashi {
    letter-spacing: 0;
    margin: 30px auto 20px;
    text-align: center; }
    .t_midashi h1 {
      font-size: 28px;
      padding: 0 0 10px; }

  .news_c {
    width: 96%;
    margin: 0 auto;
    padding: 0; }
    .news_c p {
       }
    .news_c ul {
      width: 95%;
      margin: 0 auto ; }
    .news_c li {
      margin: 1% 2% 0 0;
      line-height: 1.4em;
      border-bottom: 1px #CCC solid;
      }
    .news_c li:last-child { border: none;}
    .news_c h1, .news_c p {
      margin: 0 auto; }

  .report {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px  #FFFFFF solid; }
    .report p {
      padding: 4px 0; }
    .report .re_img {
      width: 100%;
      margin: 0 auto; }

  #products .p_column {
    width: 100%;
    margin: 0 auto; }
    #products .p_column ul {
      width: 90%; }
    #products .p_column li {
      float: left;
      width: 48%;
      margin: 1% 2% 1% 0; }
      #products .p_column li strong {
        font-weight: 800;
        font-size: 20px; }

  footer {
    width: 100%;
    overflow: hidden;
    background: ;
    margin: 20px auto 0; }
    footer .f_logo {
      width: ;
      float: ;
      margin: 0 30px 0 0; }
    footer .f_b_1 {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      footer .f_b_1 ul {
        width: 100%;
        margin: 10px auto;
        overflow: hidden; }
      footer .f_b_1 li {
        width: 30%;
        float: left;
        margin: 0 1%; }
        footer .f_b_1 li img {
          width: 100%; }
      footer .f_b_1 .f_b_02 {
        width: 300px; }

  .f_b_2 {
    width: 100%;
    margin: 0 auto; }
    .f_b_2 li {
      
      margin: 1%; }
      .f_b_2 li a img { height: 74px !important; width: 140px !important;}

  .f_b_smap ul {
     display: none;}

  .f_b_c p {
    color: #333;
    text-align: center;
    padding: 10px 0; }

  .list_search form {
    margin: inherit;
    width: 100%; } }
    
@media screen and (max-width: 600px) {
.f_b_2 li {
      width: 44%;
      margin: 1%; }
      .f_b_2 li a img { height: auto !important; width: 100% !important;}
}


.border-frame{
	background: url(../img/ico-border-frame.gif) no-repeat center top !important;
	border-top: 6px #AA0000 solid;
}

.border-frame2{
	border-bottom: 1px #CCC solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cecece), color-stop(0.41, #fff));
	background: -webkit-linear-gradient(top, #fff 41%, #cecece 100%);
	background: -moz-linear-gradient(top, #fff 41%, #cecece 100%);
	background: -o-linear-gradient(top, #fff 41%, #cecece 100%);
	background: -ms-linear-gradient(top, #fff 41%, #cecece 100%);
	background: linear-gradient(to bottom, #fff 41%, #cecece 100%);
	padding: 15px 0 0;
	text-align: center;
}

.border-frame2-in{
	border-top: 2px #EEE solid;
	border-bottom: 2px #EEE solid;
	padding: 10px 0;
}

.border-frame2 h2{
	background: #AA0000;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 7px 0;
	color: #FFF;
	text-align: center;
}

.border-frame2 img{
	width: 200px;
}




#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000;
}
 
#loader-bg #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  z-index: 2;
}

.loading-message{
	color: #992BA8;
	font-size: 25px;
	margin-bottom: 20px;
}
.loading-message img{ width: 150px !important; }


.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.loader {
  color: #AA0000 !important;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #AA0000;
  border-right: 1.1em solid #AA0000;
  border-bottom: 1.1em solid #AA0000;
  border-left: 1.1em solid #EEE;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



#tenryugagotoku-bg{
	background: url(../img/top/bg-tenryugagotoku2.png) no-repeat center top !important;
}

#tenryugagotoku{
	background: url(../img/top/bg-tenryugagotoku.jpg) repeat-x left bottom !important;
	text-align: center;
	margin: 80px 0 0;
}



#tengo-title{
	width: 900px !important;
}
#tengo-btn{
	width: 1000px;
	margin: 30px auto 0;
	padding-bottom: 50px;
}
#tengo-btn img{
	width: 98%;
	margin: 0 1%;
}

#tengo-btn-left{
	float: left;
	width: 637px;
}

#tengo-btn-right{
	float: right;
	width: 350px;
}

#tengo-btn-right .mb10{ margin-bottom: 10px;}


@media screen and (max-width: 1000px) {
#tengo-btn{
	width: 640px;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
}

@media screen and (max-width: 700px) {
#tenryugagotoku{ margin: 40px 0 0;}
#tenryugagotoku-bg{
	padding: 0 20px;
}
#tengo-btn{
	width: 100%;
	margin: 15px 0 0;
	padding-bottom: 25px;
}
#tengo-btn img{
	width: 100%;
	margin: 20px 0 0 0;
}
#tengo-btn-left{
	float: none;
	width: 100%;
}

#tengo-btn-right{
	float: none;
	width: 100%;
}

#tengo-btn-right a,
#tengo-btn-right img{
	width: 48%;
	margin: 3px 0 0 0;
}

#tengo-btn-right .mb10{ margin-bottom: 0 !important;}
}


@media screen and (max-width: 800px) {
  #main-visual {
    height: 300px; }

  .logo {
  	background: #FFF;
    width: 140px;
    margin: 0 auto;
    padding: 1px 5px;}

  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    height: 57px;}

  #top-head {
  	background: #AA0000 !important;
    top: 0;
    position: fixed;
    margin-top: 0; }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent; }

  #mobile-head {
    width: 100%;
    position: relative;
    margin: 0; }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    color: #FFFFFF;
    font-size: 26px;
    z-index: 1000;
    height: 55px; }
    
  #top-head .logo img{
    width: 134px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #55000A;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 10000;
    }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
    margin: 0 auto;
    z-index: 999;
    }

  #global-nav ul li {
    display: block;
  vertical-align: middle;
    float: none;
    position: static;
    border-bottom: #900002 1px solid; }

  #global-nav ul li:after {
    display: none; }
    
  #ico-home,#ico-company,#ico-machine,#ico-repair,#ico-mail{ background-image: none !important;}
  

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    font-size: 16px; }

  #nav-toggle {
    display: block;
   }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); }

  .new_m_text h3 {
    font-size: 24px;
    line-height: 30px; }
  .new_m_text p {
    font-size: 14px;
    width: 90%;
    display: block;
    margin: 0 auto; }
    .new_m_text p br {
      display: none; }

  .report strong {}

  .news_c p {
    margin: 20px auto; }

  .archive_buttun {
    position: relative; }
    .archive_buttun a {
      display: block;
      font-size: 18px;
      text-align: center; }

  #products .p_column li strong {
    font-size: 14px; }
    
  
  .flexslider{
  	margin-bottom: 20px !important;
  }
  
  .border-frame2-in img{
	width: 48% !important;
   }
   
  .report span {
    background: #BBB;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 0 5px 10px 0;
    color: #FFF;
    padding: 5px; }
   
  }
  
.settikensaku{
	background: url(../img/top/bg-settikensaku.jpg) repeat-x left top;
	text-align: center;
}

.settikensaku img{
	width: auto !important;
	max-width: auto !important;
	position: relative;
	top: -49px;
	margin-bottom: -52px;
}
@media screen and (max-width: 800px) {
	.settikensaku img{
	width: 100% !important;
	height: 100%;
	top: -20px;
	margin-bottom: -22px;
	}
}