.left {
 text-align: left;
}
.plist {
 position: relative;
}
.plist a:nth-child(even) {
 position: absolute;
 left: 340px;
}
.box110 {
width: 200px;
}

.f14 {
    font-size: 16px;
    line-height: 160%;
　　color: #0000cc;
}

/*
 編集

  <◯◯ class="category_size_list">
　とすると下のCSSクラスとして編集できる。
*/

.category_size_list {
  overflow:hidden; /*  子要素の<li>が float:left としたら親要素の<ul>には必ずつける。こうしないと高さが計算されない  */
}
.category_size_list li {
  float: left; /* 左に回り込んで整列させる */
  margin-right: 7px; /* 左側の余白 */
}
.category_size_list li a img {
  width: 165px; /* 画像の幅 */
}
/*  ◯◯:hover とするとカーソルが上に乗ったときのスタイルを編集できる */
.category_size_list li:hover {
  opacity: 0.6;  /*  透過度 */
}


.ml10 a {
    color: #0000cc;
}
.ml10 a:visited,
.ml10 a:link {
    color: #0000cc;
}
.ml10 a:hover {
    color: #0000cc;
}

.itemname {
    font-size: 14px;
}
.price {
    font-size: 14px;
}

.box110 {
    width: 215px;
    margin-bottom: 20px;
}

.box110 a img {
    width: 100%;
}

.box110 > div:first-child {
    margin-bottom: 10px;
}

/* テキストスタイル */
.f-txtl {
  font-size: 20px;
}
.f-bold {
  font-weight: bold;
}

/* パンくずリスト */
.pan {
  margin: 2px 5px 8px 0px;
  font-size: 14px;
}
