@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
    line-height: 1.2;
    font-size: 12px;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
}

a:hover img {
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}

ul {
    list-style: none;
}
li {
    height: auto;
}
img {
    border: none;
}

/* end general settings
-------------------------------------------------------------------- */




/* begin #item_list
-------------------------------------------------------------------- */
#item_list {
    width: 204px;
    background-image: url(https://www.rakuten.ne.jp/gold/kamakuradog/ninki-item/images/left_52.gif);
}

#item_list ul {

    width: 200px;
    height: 100%;
    margin: auto;
}
#item_list li {
  width: 200px;
  height: 170px;
  overflow: hidden;
}

#item_list .wrapper {
        padding-left: 10px;
}

#item_list table {
  width: 180px;
        border-collapse: collapse;
}

/* -- image --- */
#item_list .td_image {
  padding-top: 10px;
        border-collapse: collapse;
}

#item_list .wrapper .image {
  height: 130px;
  overflow: hidden;
  text-align: center;
}

/* -- message_area --- */

#item_list .wrapper .message_area {
  padding: 0 5px;
  height: 120px;
  overflow: hidden;
  text-align: left;
}

.icon {
        height: 20px;
}

.no_icon {
        height: 20px;
}

/* --- */

#item_list .wrapper .price_area {
  text-align: right;
}

#item_list .wrapper .double_price {
        display: none;
}

#item_list .wrapper .price {
        display: inline;
        color:#ff0000;
}

#item_list .wrapper .souryo {
        display: inline;
        font-size: 10px;
        color:#666;
}



/* --- */

#item_list .wrapper .review {
  text-align: right;
  display: none;
}



/* begin rank
---------------------------- */
#item_list .ranking_no1 .wrapper {
        background: url(../images/1.jpg) no-repeat;
}
#item_list .ranking_no2 .wrapper {
        background: url(../images/2.jpg) no-repeat;
}
#item_list .ranking_no3 .wrapper {
        background: url(../images/3.jpg) no-repeat;
}
#item_list .ranking_no4 .wrapper {
        background: url(../images/4.jpg) no-repeat;
}
#item_list .ranking_no5 .wrapper {
        background: url(../images/5.jpg) no-repeat;
}
#item_list .ranking_no6 .wrapper {
        background: url(../images/6.jpg) no-repeat;
}
#item_list .ranking_no7 .wrapper {
        background: url(../images/7.jpg) no-repeat;
}
#item_list .ranking_no8 .wrapper {
        background: url(../images/8.jpg) no-repeat;
}

/* end .left
-------------------------------------------- */


/* end ranking
-------------------------------------------------------------------- */