@charset "shift-jis";
@import "gecko.css";
/*------------------------------------
  Coder: macky
  Date : 2010/11/24
------------------------------------*/
/*------------------------------------
  ==  default
------------------------------------*/
body{ background:#fff;}
a{color: #0E69CD;}
a:hover{color: #ff6861;}
/**
 *  リスト全体
 */
#lib_list{
  position: relative;
  width: 155px;
  min-height:100px;
  overflow: hidden;
  font-size:12px;
  font-family:Arial,Verdana,Helvetica,sans-serif;
  background:#fff;
}
  /**
   *  ボタン
   */
  .lib_list_prev ,
  .lib_list_next {
    position:absolute;
    display:block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999pt;
    background: url("icon.gif") no-repeat 0 0;
    z-index:3;
  }
  .lib_list_prev {
    top:250px;
    left:0;
    background-position:-16px -16px;
  }
  .lib_list_next {
    top:250px;
    right:0;
    background-position:-16px 0px;
  }
  .lib_list_prev:hover{background-position:-32px -16px;}
  .lib_list_next:hover{background-position:-32px 0px;}
  .lib_list_prev.no,
  .lib_list_prev.no:hover{background-position:0px -16px;}
  .lib_list_next.no,
  .lib_list_next.no:hover{background-position:0px 0px;}
  /**
   *  タイトル
   */
  #lib_list_title {
    width: 155px;
    height: 24px;
    padding: 6px 0px 0px 0px;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: url("http://www.vector.co.jp/images/070801/bg_sideh_01.gif") repeat-x bottom left;
  }
  /**
   *  リストが入る部分
   */
  #lib_list_container {
    width: 155px;
    overflow: hidden;
    padding: 5px 0px 0px 0px;
  }
  /**
   *  ローディング
   */
  #lib_list_loading {
    display:block;
    padding: 0px 0px 0px 0px;
    text-align:center;
    font-size:10px;
    background:#fff;
    color: #000;
  }
  /**
   *  繰り返しアイテム
   */
  #lib_list_items_wrap{
    position:relative;
    width: 465px;
    overflow: hidden;
    z-index:2;
  }
  .lib_list_items{
    width: 155px;
    float:left;
  }
  .lib_list_item {
    width: 155px;
    min-height:170px;
    height:auto !important;
    height:170px;
    margin: 2px auto 0px auto;
  }
    .lib_list_item_img {
      width: 100px;
      height: 100px;
      margin: 0px auto 0px auto;
    }
      .lib_list_item_img a{
        display:block;
        width: 100px;
        height: 100px;
        overflow: hidden;
      }
    .lib_list_item_detail {
      padding: 3px 5px 0;
    }
      .lib_list_item_title {
        display:block;
        text-align:left;
        width: 140px;
        overflow: hidden;
        font-size:10px;
        margin: 0px auto 0px auto;
        padding: 0px 2px 2px 2px;
      }
      .lib_list_item_price {
        display:block;
        padding: 3px 0px 0px 0px;
        text-align: center;
      }
        .lib_list_item_price .before {
          font-size:10px;
          color: #666;
          text-decoration:line-through;
        }
        .lib_list_item_price .after {
          padding: 0px 5px 0px 5px;
          color: #990000;
        }
        .lib_list_item_discount{
          color: #0E774A;
          padding: 2px 0px 0px 0px;
          font-weight: bold;
          font-size:10px;
        }
  /**
   *  テキストアド width:200px;
   */
  #lib_list.lib_list_textad{
    width: 100%;
  }
  #lib_list.lib_list_textad #lib_list_title{
    width: 100%;
    height:auto;
    background:none;
    border-bottom:3px solid #666666;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 10px 0px;
    text-align:left;
    color:#666666;
  }
  #lib_list.lib_list_textad #lib_list_container{
    width: 100%;
    overflow: hidden;
  }
  #lib_list.lib_list_textad #lib_list_items_wrap{
    position:relative;
    width: 100%;
    overflow: hidden;
    z-index:2;
  }
  #lib_list.lib_list_textad .lib_list_item {
    width: 100%;
    min-height:85px;
    height:auto !important;
    height: 111px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #E3E3E3;
  }
    #lib_list.lib_list_textad .lib_list_item_head {
      display:block;
      color: #333;
    }
    #lib_list.lib_list_textad .lib_list_item_detail{
      padding: 5px 0px 5px 0px;
    }
    #lib_list.lib_list_textad .lib_list_item_title {
      text-align:left;
      width: 99%;
      font-size:13px;
    }
    #lib_list.lib_list_textad .lib_list_item_price{
      padding: 5px 0px 0;
      text-align:right;
    }
    #lib_list.lib_list_textad .lib_list_item_price .before {font-size:10px;}
    #lib_list.lib_list_textad .lib_list_item_price .after {font-size:12px;}
    #lib_list.lib_list_textad .lib_list_item_discount{font-size:14px;}
