@charset "utf-8"; 
/* =================================== 

トナートップ

=================================== */

.about-toner{
    margin-top:1.8em;
    padding-bottom:30px;
    border-bottom:2px dotted #cccccc;
}

.about-toner h2{
    color:#236ABA;
    margin-bottom:0.5em;
}
.about-toner h3{
    margin-top:0.5em;
}

.makers{
    margin-top:30px;
    border:1px dotted #0074bf;
    zoom:1;
}

.makers h2{
  float:left;
  width:180px;
  height:145px;
}

.makers .maker-list{
    float:left;
    margin-top:15px;
    margin-bottom:15px;
    padding-left:15px;
    min-height:115px;
    border-left:1px dotted #cccccc;
 }
 
.maker-list ul{
    width:370px;
}
.maker-list ul li{
    float:left;
    display:block;
    padding-right:15px;
    white-space:nowrap;
}

.over_counter_banner{
  clear:both;
  text-align:center;
  margin-top:30px;
  padding-bottom:30px;
  border-bottom:2px dotted #cccccc;
}

.toner-entry-list{
  padding-bottom:30px;
  border-bottom:2px dotted #cccccc;
}



/* For ClearFix */
.makers:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* For IE6 */
* html .makers{
    border:1px solid #80badf;
}
* html .maker-list {
    border-left:1px solid #cccccc;
    height:115px;
}


