<!--

/*トナー基本構造: <link href="part/css/cartridge-basics-style.css" rel="stylesheet" type="text/css"> */

(function(){
  var ua = {
    iPhone: navigator.userAgent.indexOf('iPhone') != -1,
    iPad: navigator.userAgent.indexOf('iPad') != -1,
    iPod: navigator.userAgent.indexOf('iPod') != -1,
    android: navigator.userAgent.indexOf('Android') != -1,
    windows: navigator.userAgent.indexOf('Windows Phone') != -1
  }
  if(ua.iPhone || ua.iPad || ua.iPod || ua.android || ua.windows){
    document.write('<meta name="viewport" content="initial-scale=1.0">\n');
    document.write('<link rel="stylesheet" type="text/css" href="SP.css" media="screen">\n');
  }else{
    document.write('<link rel="stylesheet" type="text/css" href="PC.css" media="all">\n');
  }
}());


body{
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
}

#wrapper{
 position: relative;
 text-align: center;
 width: 100%;
 min-width: 940px;
 margin: 0px auto;
}

#head-navi{
 text-align: center;
 width: 100%;
 max-width: 940px;
 min-width: 700px;
 margin: 0px auto;
}

.shop-navi{
 width: 920px;
 height: 120px;
}

#contents{
 text-align: center;
 width: 950px;
 max-width: 950px;
 min-width: 800px;
 margin: 0px auto;
 overflow: hidden;
}

#navi{
 float: left;
 position: relative;
 border-style: solid;
 border-width: 3px 0px 0px 1px;
 border-color: #848484;
 width: 17.55%;
 max-width: 165px;
 min-width: 150px;
 height: 1000px;
 text-align: left;
}

.toner-navi{
 width: 145px;
 height: 1000px;
}

#division{
 float: right;
 text-align: center;
 position: relative;
 width:81.91%;
 max-width: 770px;
 min-width: 700px;
}

#main{
 float: left;
 text-align: left;
 width: 65.00%;
 max-width: 610px;
 min-width: 550px;
}

#brand{
}

#photo{
 width: 100%;
 height: 183px;
 background-image: url(pc99net-kanban-3.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#product{
}

#model{
}

#number{
}

#office-supply{
}

#price{
}


#order{
 width: 600px;
 height: 350px;
 overflow: hidden;
}

.cartridge-order{
 width: 600px;
 height: 350px;
}


#logo{
 float: left;
 max-width: 149px;
 width: 149px;
 height: 76px;
 background-image: url(2line_red.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#product-no{
 float: left;
 max-width: 400px;
 height: 100px;
 overflow: hidden;
}


div#business{
 width: 610px;
 height: 200px;
 border-style: solid;
 border-width: 3px 1px 1px 1px;
 border-color: #848484;
 overflow: hidden;
}

.business0{
 width: 610px;
 height: 250px;
}

#navi-sub1{
 float: right;
 max-width:160px;
 min-width:150px;
 width: 17.02%;
 height: 1000px;
}

.sub1{
 width: 150px;
 height: 800px;
}

#navi-sub2{
 clear: both;
 overflow: visible;
}

.sub2{
 width: 610px;
 height:150px;
}

#delivery{
}

.delivery0{
 width: 880px;
 height: 1500px;
}

#sale{
}

.sale0{
 width: 850px;
 height: 1000px;
}

hr{
 color:#ff0000;/*線の色(IE用)*/
 background-color:#ff6600;/*線の色(NN用)*/
 height:10px;
 border:0px;
 filter:Alpha(opacity=100,finishopacity=0,style=2);
}

div#footer{
 clear: both;
 color: #989898;
 font-size:xx-small;
 line-height:1.1;
 font-family: "ＭＳ Ｐゴシック",sans-serif;
 text-align: left;
}

 -->

