@charset "UTF-8";
/*
 * /Products/に読み込むcssファイルです
 */

#content-body {
    margin:0 10px;
}

.cat-image,
.product-image {
    float:left;
    height:240px;
    margin:0 9px 20px;
    width:174px;
}
.product-image .product-name{
    text-align:center;
}
/*
 * カテゴリー内商品一覧
 */
#cat-list {
    margin-bottom:20px;
}
#cat-list-navi {
    margin:0;
    padding:0;
}
#cat-list-navi li{
    float:left;
    list-style:none;
    border-right:1px solid #DBCAA6;
    margin-bottom:5px;
}
#cat-list-navi a {
    display:block;
    width:96px;
    text-align:center;
    text-decoration:none;
    line-height:200%;
}
#cat-list-navi .navi-end {
    border-right:none;
}
#cat-list-navi a:hover,
#cat-list-navi a.current {
    background:url(/products/images/cat_navi_bg.gif) no-repeat center center;
}


/*
 * 商品詳細ページ
 */
#product-detail {
    margin:0 20px;
}
/**
 * 以下新CSS
 */

#product-large-image {
    margin-bottom:10px;
}
#additional-image {
    list-style:none;
    margin:0;
    padding:0;
}
#additional-image li {
    float:left;
    margin-bottom:10px;
    width:67px;
}
#additional-image li a {
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    display:block;
    width:60px;
    height:0;
    padding-top:60px;
}
#additional-image li a span {
    display:none;
}
#product-info {
    background:#000;
    clear:left;
    color:#FFF;
    margin-top:20px;
}
#product-info .info-half {
    padding:15px;
    width:340px;
}
#jp-info {
    float:left;
}
#en-info {
    float:right;
}
#price-info {
    clear:both;
    text-align:right;
    padding:10px 0;
}
/**
 * 以下旧CSS。削除予定
 */

#product-image { float:left;  width:270px;}
#product-text  { float:right; width:440px;}
#additional {
    list-style:none;
    margin:0;
    padding:0;
}
#additional li {
    float:left;
    margin-bottom:10px;
    width:67px;
}
#additional li a {
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    display:block;
    width:60px;
    height:0;
    padding-top:60px;
}
#additional li a span {
    display:none;
}
#spec {
    margin:10px;
}
#buy-button {
    width:250px;
}
#product-jp-text-header,
#product-en-text-header {
    margin-bottom:20px;
}
#product-jp-name,
#product-en-name {
    font-size:22px;
    font-weight:bold;
}
.comment-concept,
.comment-type,
.comment-material {
    margin-bottom:15px;
}
#jp-comment {
    margin-bottom:15px;
    padding-bottom:5px;
    background:url(/products/images/separater.gif) no-repeat center bottom;
}

