@charset "UTF-8";
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
@media screen and (max-width: 835px){
/* ---☆
 コンテンツを収納するコンテナ 
-------------------------- */
#container {
 width: 95%;
 margin: 3px auto 0 auto;
 padding: 0;
 position:relative;
}

/* ---☆☆☆
 メインコンテンツに収納されるアイテム
-------------------------- */
#container #mainConts {
 width: 100%;
 padding: 0 0 0 0;
}

/* ---☆
 ヘッダーに収納されるアイテム
-------------------------- */
#header {
 margin: 0 0 0 0;
 padding: 5px;
}

/* SEO対策リード文 */
#header #bodySEO {
 padding: 0;
 margin: 0;
 font-size: 10px;
 line-height: 1.2em;
}


/* ---☆☆
 メインコンテンツ左エリア
-------------------------- */
#mainConts #leftArea {
 float: none;
 width: 100%;
}

/* ロゴ周り */
#SiteBox #logo {
 float: left;
 width: 40%;
 max-width: 120px;
}
#SiteBox #logo a {
 float: left;
 width: 100%;
 height: 60px;
}

#SiteBox #rBox {
 float: right;
 width: 55%;
 margin: 0 0 0 0;
}
#SiteBox #rBox #sub {
 width: 100%;
 height: 30px;
 background-position: bottom;
}
#SiteBox #rBox #tel a {
 width: 100%;
 height: 30px;
 background-position: bottom;
}

/* ---☆☆☆
 Globalメニューに収納されるアイテム
-------------------------- */
#GlobalMenu {
 display: block;
 padding: 8px 0 3px 0;
 border-radius: 6px 6px 6px 6px;
}
#GlobalMenu ul {  
 margin: 0 auto;  
 padding: 0;  
 list-style-type: none; /* リストマークの削除 */  
 width: 100%;
}
#GlobalMenu ul li {
 display: block;
 width: 50%;
 text-align: left;
 float: left;
}

#GlobalMenu ul li a {
 display: block;
 width: auto;
 height: auto;
 text-decoration: none;
 font-size: 14px;
 line-height: 30px;
 letter-spacing: 1px;
 padding: 0 0 0 0;
 margin: 0 5px 10px 5px;
 text-indent: 25px;
 background: url(images/common/menu00.gif) no-repeat 0 0;
 background-color: #fff;
 color: #333;
 border-radius: 4px 4px 4px 4px;
}
.gMenuClear {
 display: inline;
 clear: both;
}
.gMenuClear2 {
 display: none;
}

/* -- バナーBOX -- */  
#mainConts #leftArea .bnr {
 display: none;
}


/* ---☆☆
 メインコンテンツ右エリア
-------------------------- */
#mainConts #rightArea {
 float: none;
 width: 100%;
 margin-left: 0;
}

#ContactBox {
 display: none;
}
#ContactBoxSP {
 display: block;
 margin-bottom: 25px;
}

#ContactBoxSP #tel {
 float: left;
 width:  48%;
}
#ContactBoxSP #web {
 float: right;
 width:  48%;
}

#ContactBoxSP a {
 display: block;
 height: 150px;
text-indent: -9999px;
 border: #096bb6 solid 4px;
 border-radius: 8px 8px 8px 8px;
}
#ContactBoxSP a:hover {
 background-color: #EAFCFF;
 border: #F96600 solid 4px;
}
#ContactBoxSP #tel a {
 background: url(images/common/contact_tel.png) no-repeat center center;
 background-size: contain;
}
#ContactBoxSP #web a {
 background: url(images/common/contact_web.png) no-repeat center center;
 background-size: contain;
}

.PRtxt {
 font-size: 14px;
 line-height: 1.6em;
 margin:  0 5px 20px 5px;
}

.twoColumn {
 width: 100%;
}
.twoColumn .leftBox {
 float: none;
 width: 100%;
 margin-bottom: 25px;
 padding: 8px 0;
}
.twoColumn .kaitori {
 width: 96%;
 border-radius: 6px 6px 6px 6px;
 margin: 0 auto;
}

.twoColumn .rightBox {
 display: none;
 float: none;
 margin-left: 0;
 width: 100%;
}
.twoColumn .rightBox a {
 width: 100%;
 height: 240px;
}


/* ---☆
 フッターに収納されるアイテム
-------------------------- */
#footer {
 margin: 0 0 0 0; 
 padding: 30px 10px 10px 10px;
}
#footer #telfax {
 font-size: 18px;
 line-height: 1.6em;
 padding: 0 0 18px 0;
}
#footer #jikan {
 font-size: 11px;
 padding: 0 0 15px 0;
}
#footer ul#footlink {
 float: none;
 margin: 0 0 10px 0;
}
#footer #Copyright {
 float: none;
 font-size: 11px;
 line-height: 1.2em;
 width: 100%;
 text-align: center;
}

#return_top {
  position:fixed;
  right:15px;
  bottom:25px;
  z-index:10;
  -webkit-transform: translate3d(0,220%,0);
  transform: translate3d(0,220%,0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
#return_top.active {
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0); }
#return_top a {
  position:relative;
  display:block;
  height:40px;
  width:40px;
  text-decoration:none;
  background:rgba(0,124,247,0.5);
  border-radius:100%; 
}
#return_top span {
 text-indent:100%;
 white-space:nowrap;
 overflow:hidden;
 display:block; 
}
#return_top a:hover { opacity:1; }
#return_top a:before {
  font-family:'fontello';
  color:#fff;
  font-size:29px;
  display:block;
  position:absolute;
  width:23px;
  height:23px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#return_top a:before {
 content:'\f106';
 top:9px;
 left:8px;
}

.flexslider {
 border: none;
 margin: 0 0 30px;
}
.flex-control-paging li a {
 width: 8px;
 height: 8px;
}
.flex-direction-nav a:before {
 font-size: 20px;
}

/* HOME-新着在庫情報 */ 
table#topNew.pclist  {
 display: none;
}
table#topNew.mobilelist  {
 display: inline-table;
 margin: 20px 0 25px 0;
}
table#topNew th,
table#topNew td {
word-break: break-all;
}

table#topNew td.thum {
 line-height: 0;
 width:30%;
 padding:5px;
}
table#topNew td.thum div.img {
 width:100%;
}
table#topNew td.thum div.img a {
 display: block;
 line-height: 0em;
 position:relative
 margin: 0;
}
table#topNew td.thum div.img a:before{
  content:'';
  display:block;
  width:100%;
  height:0;
  padding-bottom:75%;
}

table#topNew td.mdlsp {
 width: 60%;
 word-break: break-all;
}

/* パンくずリスト */
#breadcrumb {
 margin-bottom: 10px;
 font-size: 12px;
}

/* コンテンツボックス */  
#rightArea .CntsBox {
 margin: 10px 0 20px 0;
 padding: 0 10px 0 10px;
}
#rightArea .CntsBox p {
 margin-bottom: 20px;
}


/* ---☆☆☆
 下層ページ見出し
-------------------------- */
#tl {
 display: block;
 width: 100%;
 height: 60px;
 border-radius: 0 0 8px 8px;
 font-size: 20px;
 line-height: 60px;
 text-indent: 10px;
 letter-spacing: 1px;
 margin-bottom: 8px;
}

#mainConts h3 {
 margin-top: 10px;
 margin-bottom: 20px;
}


/* ---☆
 機会詳細情報ページのアイテム
-------------------------- */
/* 登録数＆ページ移動 */
.pegeBox {
	margin-top: 15px;
}
.pegeBox .pegelist {
 float: left;
 font-size: 12px;
 width: 100%;
 padding: 1px 0 0 3px;
}
.pegeBox .regist {
 float: right;
 text-align: center;
 font-size: 12px;
 width: auto;
 padding: 0 5px;
 border: #a50300 solid 1px;
}

/* 登録製品写真 */
#rightArea #productPhoto {
 float: left;
 width: 100%;
 line-height: 0;
}
#rightArea #productPhoto #MainImg {
 margin: 15px 0 0 0;
 width: 100%;
}
#rightArea #productPhoto #MainImg a {
 display: block;
 width: 100%;
 height: auto;
 line-height: 0;
 text-align: center;
}
#rightArea #productPhoto #MainImg img {
 height: auto;
 margin-bottom: 10px;
}
#rightArea #productPhoto #noimage {
 margin: 0 5px 10px 0;
 width: 100%;
 height: auto;
 line-height: 0;
}
#rightArea #productPhoto .photo {
 float: left;
 text-align: center;
 margin: 0 1% 10px 1%;
 width: 48%;
  /* height: 10em; */
 line-height: 0;
 /* demo
 background-color: #B1B1B1;
 height: 98px; */
 /* background-color: #E1E1E1; */
}
#rightArea #productPhoto .photo a {
 display: block;
 border: 1px solid #eee;
 width: 100%;
 height:  100%;
 line-height: 0em;
}
#rightArea #productPhoto .photo img {
 width: 100%;
 height: auto;
}

#rightArea #productPhoto #MovieArea {
 margin: 0 0 20px 0;
 width: 100%;
}
#rightArea #productPhoto #MovieArea .MovieBox {
 position: relative;
 text-align: center;
 margin: 0 0 0 0;
 width: 100%;
 line-height: 0;
}
#MovieArea .MovieBox .play {
}

/* 登録製品細目 */
#rightArea #productMemo {
float: left;
padding-left: 0;
width: 100%;
background-color: #fff;
}
#rightArea #productMemo table {
 display: table;
 border-collapse: collapse;
 border-style: solid;
 border-width: 1px;
 width: 100%;
 margin-bottom: 40px;
}

/* --------------------------------
	会社情報ページのアイテム / about.php
-------------------------------- */
.about dl.company {
margin: 0 0 10px 0;
}
.about .address {
 float: none;
 width: 100%;
}
.about .address img,
.about .CntsBox img {
 width: 100%;
}
.about .imgRt {
 float: none;
 width: 100%;
 margin-left: 0px;
}



/* --------------------------------
	アクセスページのアイテム / access.php
-------------------------------- */
.access .address {
 float: none;
 width: 100%;
}
.access .GoogleStView {
 float: none;
 width: 100%;
 margin-left: 0;
 margin-top: 10px;
}
.access .GoogleStView img {
 width: 100%;
}
.gMap {
width: 100%;
padding: 1px;
}


/* --------------------------------
	 お問い合わせページのアイテム / inquiry.html
-------------------------------- */
table#inguiryTable {
 width: 100%;
}
table#inguiryTable th,
table#inguiryTable td {
 display: block;
 text-align: left;
 width: auto;
}
table#inguiryTable td {
 border-top: none;
 border-left: 2px solid #a50300;
}
table#inguiryTable td .w50 {
 width: 50%;
}
table#inguiryTable td .w60 {
 width: 98%;
}
table#inguiryTable td .w100 {
 width: 98%;
}
table#inguiryTable .checkRed {
 font-size: 11px;
}


.label_list_item {
float: none;
line-height: 2em;
}
label input {
 margin-left: 0;
}

dl.inguiryform {
 margin: 10px 0 20px 0;
 width: 100%;
}
dl.inguiryform dt {
 border-top: 1px solid #ccc;
 clear: both;
 float: none;
 width: 100%;
 padding: 7px 0 6px 0;
 text-indent: 6px;
}
dl.inguiryform dd {
 background: #fff;
 border-left: none;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 margin-left: 0;
 width: 100%;
 text-indent: 6px;
 padding: 6px 0;
}

dl.inguiryform input, dl.inguiryform textarea {
width: 95%;
}
dl.inguiryform div {
text-indent: 0;
margin-left: 6px;
}
dl.inguiryform div.ad {
text-indent: 0;
margin-bottom: 5px;
}
dl.inguiryform dd img {
width: 100%;
}


/* --------------------------------
	お取引の流れページのアイテム / flowbuy.php
-------------------------------- */
/* タブデザイン */
#tabNemu {
 display: block;
 margin: 20px 0 0 0; 
 padding: 0;
 border-bottom: 2px solid #5D5D5D;
 height: 45px;
 position: relative;
}
.us #tabNemu {
 height: 49px;
}
#tabNemu a {
 display: inline-block;
 font-size: 10px;
 margin-top: 0;
 padding-top: 3px;
 width: 33%;
 text-decoration: none;
 color: #0050A0;
 text-align: center;
 border-radius: 8px;
 border-radius: 7px 7px 0 0;
 -webkit-border-top-left-radius: 7px;
 -webkit-border-top-right-radius: 7px;
 border-left: 2px solid #5D5D5D;
 border-right: 2px solid #5D5D5D;
 border-top: 2px solid #5D5D5D;
}
.us #tabNemu a {
 line-height: 12px;
 width: 40%;
}
#tabNemu a.fst { 
 z-index: 2;
 top:20px;
 left:0;
 position: absolute;
 background-color: #fff;
 line-height: 24px;
}
#tabNemu a.fston { 
 z-index: 10;
 top:0;
 left:0;
 position: absolute;
 color: #007CF9;
 padding-bottom: 20px;
 background-color: #eee;
 line-height: 24px;
}

#tabNemu a.snd { 
 z-index: 3;
 top: 20px;
 left:33%;
 position: absolute;
 background-color: #fff;
}
.us #tabNemu a.snd, 
.us #tabNemu a.sndon { 
 left:40%;
}

#tabNemu a.sndon { 
 z-index: 10;
 top: 0;
 left:33%;
 position: absolute;
 color: #007CF9;
 padding-bottom: 20px;
 background-color: #eee;
}

#tabNemu a.trd { 
 z-index: 4;
 top: 20px;
 left: 66%;
 position: absolute;
 background-color: #fff;
}
#tabNemu a.trdon { 
 z-index: 10;
 top: 0;
 left: 66%;
 position: absolute;
 color: #007CF9;
 padding-bottom: 20px;
 background-color: #eee;
}

#tabNemu a:hover {
 color: #007CF9;
 padding-bottom:20px;
 background-color: #eee;
 top:0;
 z-index: 12;
}

#qr {
 text-align: center;
}


/* --------------------------------*/
.brw {
 display: none;
}
.rsp {
 display: inline;
}

}