/*---ぱんくずリスト---*/

.footstamp a{
     font-size:11px;
}


/*---商品説明---*/

.detail_exp{
      padding:0 0 25px 0;
      border-bottom:1px dotted #CCC;
      margin:0 0 25px 0;
      text-align:justify;
      text-justify:inter-ideograph;
}


/*---商品スペック（価格など）---*/

.item_spec tr td{
     height:40px;
     font-size:14px;
     font-weight:900;
}

/*---商品タイトル---*/

.pagetitle{
   font-size:18px;
   font-weight:900;
   margin:40px 0 10px 0;
}

/*---商品画像部分---*/

.jswap {
   text-align: left;
}

.jswap_s {
   padding: 10px 0;
}

.jswap_s img {
   width: 70px;
}

.jswap_s a:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
cursor : pointer;
}


/*---商品数入力フォーム---*/

.product_num{
      width:40px;
}



/*---カートボタン---*/

.product_incart{
      margin:20px 0 40px;
}


/*---トラックバック---*/

#trackback{
     display:none;
}


/*---関連書籍---*/

#together{
    width:700px;
}

.together_list{
     width:160px;
     float:left;
     margin:0 20px 0 0;
}

.tog_main_title{
    padding:0 0 10px 0;
    margin:90px 0 20px 0;
    border-bottom:3px solid #000;
}