/**
 * product.css
 *
 * @version $Id: product.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */

#product #main {
    width: 640px;
}

#product #main h3 {
    color: #000;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #ccc;
    margin: 0 0 1em;
    padding: 0 0 0 .5em;
}

#product #main div.notice {
    border: solid 1px #ddd;
    margin: 0 0 1em;
    padding: 1em;
}

#product span.new {
    color: #ff5a23;
    padding: 0 0 0 .2em
}

#product span.recommend {
    color: #ffe661;
    padding: 0 0 0 .2em
}

/* product-banner */
#product #product-banner {
    margin-bottom: 1.5em;
    text-align: center;
}

#product #product-banner img {
    border: solid 1px #fff;
}

/* product category */
#product #main .category-table {
    width: 640px;
    margin-bottom: 3em;
}

#product #main .category-table td {
    width: 160px;
    text-align: center;
    padding: .5em 0;
    border: solid 1px #fff;
}

#product #main .category-table img {
    border: solid 1px #fff;
}

/* product item */
#product #main #category-list {
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 2em;
    padding: .5em;
}

#product #main #category-list li {
    display: inline;
}

#product #main #category-list a {
    color: #000;
}

#product #main .item-table {
    width: 640px;
    margin-bottom: 1em;
    border: solid 0px #ddd;
    background-color: #fff;
}

#product #main .item-table .item-table-left {
    background-color: #fff;
    width: 300px;
    vertical-align: top;
}

#product #main .item-table .item-table-left img {
    padding: .3em 0;
}

#product #main .item-table .item-table-right {
    padding: 0 1.5em;
}

#product #main .item-table .item-table-right div {
    margin-bottom: 1em;
}

#product #main .item-table .item-table-right li {
    list-style-type: none;
    font-size: 10px;
    color: #000;
}

#product #main .item-list-table {
    margin-bottom: 3em;
}

#product #main .item-list-table td {
    padding: 2em 0 3em;
    border-style: solid;
    border-color: #eee;
    border-width: 0 0 1px;
    text-align: center;
    width: 213px;
}

/* product detail */
#product #main .item-detail-table {
    width: 640px;
    margin-bottom: 1em;
    border: solid 1px #ddd;
    background-color: #eee;
}

#product #main .item-detail-table .item-detail-left {
    background-color: #fff;
    width: 300px;
}

#product #main .item-detail-table table {
    margin: .5em 1em .5em 1.5em;
}

#product #main .item-detail-table th {
    padding-right: 1em;
    white-space: nowrap;
    font-size: 10px;
}

#product #main .item-detail-table div {
    margin-left: 1.5em;
}

#product #main .item-detail-table span {
    font-size: 9px;
}

#product #main .item-detail-table div.notice {
    border: none;
    font-size: 10px;
    margin: 0 1em 0 .5em;
}

#product #main .navi-table {
    width: 640px;
    margin-bottom: 2em;
    border: solid 1px #ddd;
    background-color: #eee;
}

#product #main .navi-table .navi-prev {
    text-align: left;
    padding-left: .5em;
}

#product #main .navi-table .navi-next {
    text-align: right;
    padding-right: .5em;
}

#product #main .navi-table span {
    font-size: 9px;
    color: #000;
}

#product #main .navi-table a {
    color: #000;
}

/* product-nenga2009 */
#product-nenga2009 #explanation {
    margin: 1em 0;
    border-style: solid;
    border-color: #eee;
    border-width: 0 0 1px;
    padding: 1em;
    background-color: #f3f3f3;
    color: #000;
}

#product-nenga2009 #explanation em {
    font-size: 10px;
    color: #000;
}

#product-nenga2009 table {
    margin: 1em 0 3em;
    border-style: solid;
    border-color: #eee;
    border-width: 0 0 1px;
}

#product-nenga2009 td {
    vertical-align: top;
}

#product-nenga2009 td.c {
    text-align: center;
}

#product-nenga2009 h4 {
    font-size: 12px;
    color: #000;
    margin-bottom: .5em;
}

#product-nenga2009 colgroup.picture {
    width: 320px;
}