﻿/* ------------- Tab-スマホ用CSS-------------- */
/* ------------- 649px以下-------------- */

@charset "utf-8";

html {
	min-width: 100%;
    margin: 0 auto;
}
body {
	background-color:#F3F3F3;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 100%;
	color: #666;
	line-height: 120%;
	letter-spacing: 100%;
	text-align: center;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.center { text-align:center !important; }

/* ------------- 全体 -------------- */
#wrapper {
	width: 100%;
	height:auto;
	font-size: 12px;
	letter-spacing: 3px;
	text-align: left;
	margin:0 auto;
}
#top{
	float:left;
	width:100%;
    display:none; /*------------- PC/記述無し:Pad/記述-------------- */
}
#subnav{
	width:300px;
	float:right;
	margin:20px 20px 0px 0px;
	display:block;
	display:none;
}
#topobi {
	width:100%;
	float:left;
	margin:5px auto;
	background-color:#FFF;
}

/* ------------- メニュー -------------- */
nav ul {
    list-style:none;
}

/*header*/
#header2 {
    background: #008445;
    border-bottom: 1px solid #ddd;
    height: 52px;
    position: relative;
    width: 100%;
}
.button {
	display:none;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('/images/menu.png');
    background-position: center;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
	text-align:left;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main {
    background: #FFFFFF;
}
#contents {
    padding: 20px;
}
#contents h1 {
    font-size: 18px;
}
#contents p {
    margin-top: 15px;
}

/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

/* ------------- メインコンテンツ -------------- */
figure.toi { text-align:center; margin-bottom:80px; }
figure.bunpu { text-align:center; margin-bottom:50px; }
#container {
	width: 100%;
	float:right;
	height:auto;
	background-color:#FFF;
}
.but01{float:right; width:46px;}
.but02{float:right; width:138px; display:none;}
/* ------------- サイドコンテンツ -------------- */
#sidebar { display:none; }
.side_contents { display:none; }
/*--#sidebar {
	width: 100%;
	float:left;
	height:100%;
	margin:0 auto;
	background-color:#FFF;
}--/

/* ------------- ヘッダー部分 -------------- */
#logogroup{
	width:300px;
	float:left;
	text-align:center;
	margin:10px 0px 10px 10px;
	padding:10px 0px 10px 0px;
    display:none;
}
#logogroup2{
	width:100%;
	float:left;
	background-color:#008445;
	padding-left:3px;
}
.mboxC{
	width:100%;
	float:left;
}
.mboxR{
	float:right;
	margin-right:1%;
	width:75px;
}
.tbor{
	float:left;
	background:url(../../%E8%87%A8%E6%99%82%E7%94%A8/images/bar.gif) repeat top;
	font-size:14px;
	font-weight:bold;
	margin:55px 2% 0px 2%;
	width:96%;
	padding:2px;
}
/* ------------- パンくずリスト -------------- */
#pankuzu{
	display:none;
}
/* ------------- ヘッダーimg-------------- */
#topbox0{
	position:relative;
	width:100%;
	float:left;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
#topbox0 .topbox1{
	position: absolute;
	width:58%;
	top:15%;
	left:5%;
	font-size:12px;
}
/* ------------- メニュー（ヘッダー部分） -------------- */
#menu {
  display:none;
}


/* ------------- ヘッダーimg-------------- */
.topbox { margin-bottom:20px;}
.topbox ul {}
.topbox ul:after { content:''; display:block; clear:both; height:0; }
.topbox li { position:relative; float:left; padding:1%;}
.topbox li:nth-child(1) { margin:0 0 2% 0; width:98%;}
.topbox li:nth-child(2) { margin:0 0 2% 0; width:98%;}
.topboxInnner {  padding:10px; text-align:center;}
.topboxInnner h2 { font-size:120%; color:#333; font-weight:bold; text-align:center; line-height:1.8em;}

/*--TOPイメージスライド--*/
#slideshow { display:none;}


/* ------------- TOPバナーコンテンツ -------------- */
.sol8{float:left; width:20.2%; display:none;}
.sol2{float:left; width:19.64%; display:none;}
.sol3{float:left; width:100%; display:none;}
.sol4{float:left; width:17.34%; display:none;}
.sol5{float:left; width:20.4%; display:none;}
.sol6{float:left; width:25.4%; display:none;}
.sol7{float:left; width:36.78%; display:none;}

/* ------------- TOP商品一覧 -------------- */
.solutionborder{ border:1px solid #999; padding:5px; width:97.2%; }
.solutionborder img{ float:none; }
.solutionborder .imag { width:100%; text-align:center; margin:10px 0; }
.solutionborder p{ float:none; width:96%; margin:0 auto 10px; }

.solutionborder3{border:1px solid #096133; padding:20px; }
.solutionborder3 img{ margin:10px 0 10px 30%; }
.solutionborder3 p{ float:left; width:100%; }
.solutionborder3 p.rs { float:right; text-align:right; padding:0 5px 5px; }

/* ------------- 広告 -------------- */
.cont1 { display:none; }
.taxbar { width:96%; float:left; margin:20px 2% 5px; display:none; }
.taxbar2 { width:96%; float:left; margin:0 2% 2%; }
/* -------------カンパニー ------------- */
.bpbox {
	float:left;
	width:100%;
	margin-bottom:10px;
}


/* -------------ショールーム ------------- */
.sr{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
	border: #ae9c9d 1px solid;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	width:92%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0ef), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f0f0ef);
	background: -moz-linear-gradient(#fff, #f0f0ef);
	background: -o-linear-gradient(#fff, #f0f0ef);
	background: -ms-linear-gradient(#fff, #f0f0ef);
	background: linear-gradient(#fff, #f0f0ef);
}

.ssr{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
	border-left: 5px double #5b7064;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	width:93%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0ef), color-stop(0.47, #fff), color-stop(0.00, #f0f0ef));
	background: -webkit-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -moz-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -o-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -ms-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: linear-gradient(to bottom, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	margin-bottom:20px;
}
.ssr1{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
	border-left: 5px double #5b7064;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-align:left;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	width:93%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0ef), color-stop(0.47, #fff), color-stop(0.00, #f0f0ef));
	background: -webkit-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -moz-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -o-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -ms-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: linear-gradient(to bottom, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
}
.ssrr1{
	float:left; 
	width:98%;
	padding:0 1%;
	text-align:left;
}

/*
.ssrl{
	float:left; 
	width:20%; 
	padding:0 10px 0 20px;
}
	
.ssrr{
	float:left; 
	width:70%;
}
*/

dl.sad {
    overflow: hidden;  
    zoom: 1;  
}  

dl.sad dt {  
    margin-bottom: 5px;  
    padding-bottom: 5px;  
    width: 25%;  
    float: left;  
    clear: both;  
    font-weight: bold;  
} 
 
dl.sad dd {
	width:75%; 
    margin-bottom: 5px;  
    padding: 0 0 5px 25%;  
    border-bottom: 1px dotted #999;  
}

.srs{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
	border-left: 5px double #5b7064;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-align:left;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	width:95%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0ef), color-stop(0.47, #fff), color-stop(0.00, #f0f0ef));
	background: -webkit-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -moz-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -o-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: -ms-linear-gradient(top, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
	background: linear-gradient(to bottom, #f0f0ef 0%, #fff 47%, #f0f0ef 100%);
}
/* -------------BUSICOM製　商品ページ ------------- */
.ware1{width:100%; text-align:center;}
.ware2{width:100%;}
.ware3{width:100%;}
.pjan{letter-spacing:normal; line-height:180%; padding-top:3%; margin:0 0 3%; font-size:10px; width:50%; float:left;}
.Price{font-size:12px; font-weight:bold; margin-top:21px; letter-spacing:normal; line-height:120%; margin:13% 0 3%; width:50%; float:left;}
.teli{letter-spacing:normal; padding-top:3%; margin:5% 0 0; font-size:11px; text-align:right;}
.Regiroll-kan{padding:10px 0 10px 8%; font-weight:bold; letter-spacing:normal; line-height:120%;}


/*----------------------------------
製品一覧
業種別パネル 
------------------------------------*/
.bsPanelBlock .blockIn {
  width: 475px;
  margin-right: 5px;
}

.bsPanelBlock {
  position: relative;
  width: 400px;
  margin-bottom: 0;
  overflow: hidden;
}


.li01{ width:95%; margin-right:5px;}
.can{ width:90%; margin-right:5px;}


.product_left{ width:350px; float:left; }
.product_right{ width:5px; float:right; margin-right:5px; }

.bcpos_image_08{ display:none; }


.box_y{float:left; margin-bottom:20px; width:95%; height:auto; padding:3px; border-color:#999933; border-width:1px; border-style:solid; background:#fcfcae;}


#content .contentWrap { width:95%; margin-left:10px; auto; }
#content .contentBox > li { float:left; width:95%; margin:0 10px 10px 0; padding:0 15px 0 0; border-right:#DCDCDC 1px solid; border-bottom:#DCDCDC 1px solid; }


.bsPanelBlock {
  position: relative;
  width: 99% !important;
  margin-bottom: 0;
  overflow: hidden;
}
.bsPanelBlock .blockIn {
  width: 99% !important;
  margin-right: -10px;
}
.bsPanelBlock .blockIn .panel {
  position:relative;
  float: left;
  width: 43.5% ;
  height:165px ;
  margin: 0 5px 10px 0 ;
  padding: 8px 8px 10px !important;
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_02_01.jpg) left bottom no-repeat;
}
.bsPanelBlock .blockIn .hover {
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_02_on1.jpg) left bottom no-repeat;
}
.bsPanelBlock .blockIn .wideT {
  width:150px;
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_04_1.jpg) left bottom no-repeat;
}
.bsPanelBlock .blockIn .wideT.hoverT {
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_04_on1.jpg) left bottom no-repeat;
}
.bsPanelBlock .blockIn .bnrT {
  width: 110px;
  padding: 0;
  background: none;
}

.bsPanelBlock .blockIn .panel p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 100%;
}
.bsPanelBlock .blockIn .panel .pnProTit,
.bsPanelBlock .blockIn .panel .pnSolTit {
  min-height: 19px;
  height: auto !important;
  height: 19px;
  line-height: 1.5;
  margin-bottom: 6px;
	padding: 1px 0 0 25px;
  font-size: 100%;
  font-weight: bold;
}
.panel a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
	text-indent: -999px;
}
.panel a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.bsPanelBlock .blockIn .panel .pnImg,
.bsPanelBlock .blockIn .panel .pnThumb {
  margin: -10px -10px 9px;
  padding: 10px 10px 0;
  background: none;
}
.bsPanelBlock .blockIn .hover .pnImg,
.bsPanelBlock .blockIn .hover .pnThumb {
  background: none;
}
.pnImg img { width:140px !important; }

.bsPanelBlock .blockIn .wideT .pnImg,
.bsPanelBlock .blockIn .wideT .pnThumb {
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_03.gif) left top no-repeat;
}
.bsPanelBlock .blockIn .wideT.hoverT .pnImg,
.bsPanelBlock .blockIn .wideT.hoverT .pnThumb {
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_03_on.gif) left top no-repeat;
}
.bsPanelBlock .blockIn .panel .pnImg,
.bsPanelBlock .blockIn .panel .pnThumb {
  margin: -8px -8px 9px;
  padding: 10px 10px 0;
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_01_01.gif) left top no-repeat;
}
.bsPanelBlock .blockIn .hover .pnImg,
.bsPanelBlock .blockIn .hover .pnThumb {
  background: url(../../%E8%87%A8%E6%99%82%E7%94%A8/images_g/n_bg_panel_01_on_01.gif) left top no-repeat;
}
.bcpos_image_08{ display:none; }


		

/* ------------- バナー -------------- */
.barBox { margin:12% 0 80px; }
.barBox:after { content:'.'; display:block; clear:both; visibility:hidden; height:0; }
.barBox li { float:left; width:100%; margin:0; padding:5px 5px 0px 5px; text-align:center; }
.barBox li:nth-child(even) { margin:0; }

/* ------------- Copyright -------------- */
.copy{float:left; width:100%; text-align: center; padding-top:10px; letter-spacing:normal;}
/*-- campaign --*/
.printimg{display: none;}

#page-top { display:none; }

.sup_buttonBox{ display:none; }




.contentBox {  }
.contentBox:after { content:'.'; display:block; clear:both; visibility:hidden; height:0; }
.contentBox > li { float:left; width:98%; margin:0 auto 30px; padding:1%; border-bottom:#DCDCDC 1px solid; border-right: none; }
.contentBox > li:nth-child(3n+3) { margin-right:0; border-right: none; }

.contentBox img { text-align:center !important; margin:0 auto; }

.serviceBox figure { display:table-cell; position:relative; width:284px; height:100px; padding:10px 0; text-align:center; vertical-align:middle; }
.serviceBox h3 { margin-bottom:5px; color:#11325E; line-height:1.4; font-size:1.5em; font-weight:600; text-align:center; }
.serviceBox p { margin-bottom:8px; line-height:1.6; font-size:0.9em; }

.serviceBox img { text-align:center !important; margin:0 auto; }

.serviceBox a { display:block; margin:15px 0; padding:0.7em 1.0em; color:#FFF; line-height:1.0; font-size:1.4em; text-align:center; text-shadow:0 -1px 0 rgba(0,0,0,0.15); background:rgba(255,148,14,0.8); }
.serviceBox a:hover { text-decoration:none; background:rgba(255,148,14,1.0); }

.contentBox2 { margin-bottom:50px; }
.contentBox2:after { content:'.'; display:block; clear:both; visibility:hidden; height:0; }
.contentBox2 > li { float:left; width:98%; margin:0 auto 30px; padding:1%; border-bottom:#DCDCDC 1px solid; border-right: none; }
.contentBox2 > li:nth-child(4n+4) { margin-right:0; border-right: none; }

.serviceBox2 figure { display: inherit; position: inherit; width:100%; height:auto; padding:10px 0; text-align:center; vertical-align:middle; }
.serviceBox2 h3 { margin-bottom:5px; color:#005B31; line-height:1.4; font-size:1.5em; font-weight:600; text-align:center; }
.serviceBox2 p { margin-bottom:8px; line-height:1.6; font-size:0.9em; }

.serviceBox2 a { display:block; margin:15px 0; padding:0.7em 1.0em; color:#FFF; line-height:1.0; font-size:1.4em; text-align:center; text-shadow:0 -1px 0 rgba(0,0,0,0.15); background:rgba(255,148,14,0.8); }
.serviceBox2 a:hover { text-decoration:none; background:rgba(255,148,14,1.0); }

/*---------------プレスページ--------------------- */
.preline { border-top:1px dotted; border-bottom:1px dotted; padding:2px; margin:5px 0; }
.preline2 { padding:10px 0; margin:0 auto; width:98%; border-top:5px double; border-bottom:5px double; font-weight:bold; }
.preline3 { border-bottom:1px dashed; width:100%; margin-bottom:10px; }
.preline4 { padding:10px 0; border-top:2px dashed; border-bottom:2px dashed; width:100%; }

.phoenMenu {display:none;}

/*---------------募集要項--------------------- */
label { background: green; color: #fff; padding: 10px; display: block; margin: 0; border: 1px solid #fff; }
input[type="checkbox"].on-off{ display: none; }
.recruitmenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}
.recruitmenu li { padding: 5px; }
input[type="checkbox"].on-off + ul{ height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul{ height: 1150px; }
.recbutton a { display:block; margin:10px auto; padding:0.7em 1.0em; width:30%; color:#FFF; line-height:1.0; text-align:center; text-shadow:0 -1px 0 rgba(0,0,0,0.15); background:rgba(219,89,26,0.8); border-radius:5px; }
.recbutton a:hover { text-decoration:none; background:rgba(255,148,14,1.0); }
