/* -------------------------------------
*     パンクズ
* ------------------------------------- */
#pannavi {
        font-size:10px;
}
#pannavi a{
        color:#666;
}


/* -------------------------------------
*     詳細
* ------------------------------------- */
/* 商品名前 */
.product_name {
        font-size:18px;
        margin-top:20px;
        margin-bottom:20px;
        font-weight:bold;
}

/* -------------------------------------
*     詳細 商品登録時に入力部分
* ------------------------------------- */
/* 商品画像 */
.dt_left {
        width: 390px;
        height:520px;
        float: left;
        text-align:center;
}
.dt_left img {

}
/* 商品詳細テキストBOX */
.dt_right {
        width: 340px;
        float: right;
}

/* 商品説明 小見出し*/
.shousaibar {
        width:340px;
        font-size:13px;
        border-bottom:1px dashed #666666;
        font-weight:bold;
        padding-bottom:5px;
}

/* 商品説明テキスト*/
.shousai {
        font-size:12px;
        margin-bottom:20px;
        padding-top:5px;
}

/* 商品説明 親要素*/
.expl_block {
        overflow: hidden;
}

/* サブ写真*/
.dt_sub{
        width: 68px;
        margin-right: 6px;
        float: left;
        font-size: 9px;
        text-align:center;
        line-height:normal;
}

.dt_sub img {
        width:68px;
        height:91px;
        margin-bottom: 4px;
        border:solid thin #ccc;
}



/* -------------------------------------
*     詳細 オプション選択
* ------------------------------------- */
.product_spec table {
        width:390px;
        margin-top:20px;
        border-top:solid thin #666;
        border-left:solid thin #666;
}

.product_spec table tr td {
        width:110px;
        text-align:center;
        padding:10px;
        border-bottom:solid thin #666;
        border-right:solid thin #666;
}

.product_spec_numbe table {
        width:390px;
        margin-top:20px;
        border-top:solid thin #666;
        border-left:solid thin #666;
}


/* -------------------------------------
*     詳細 プライス・カートなど
* ------------------------------------- */
/* サブ写真*/
.product_price2 , .product_price {
        font-size:20px;
        font-weight:bold;
        color:#d31866;
        margin-bottom:20px;
}
/* 特定商取引法　リンク*/
.sk_link_other {
        margin-top:10px;
}

.sk_link_other a {
        font-size:10px;
        color:#d31866;
}
.product_spec_number table tbody tr td {
	padding-right: 10px;
	padding-left: 10px;
}

form .detail_txt_block table {
	border-top:solid thin #999;
	border-bottom:solid thin #999;
}

/* 商品問い合わせ、友達に教える　リンク*/
.product-linkList {
        border-top:dotted thin #999;
        border-bottom:dotted thin #999;
        margin:10px 0px;
        padding:10px 0px;
}

.product-linkList a {
        font-size:10px;
        color:#d31866;
        margin:0px 10px;
}

/* 最近チェックした商品*/

.together_list {
    width: 30%;
    display: inline-block;
    margin: 5% 1%;
    vertical-align: top;
}
.list-subtitle {
        text-align:center;
}

.list-subtitle img {
        margin-top:60px;
        margin-bottom:15px;
}

.product_listh {
	float:left;
	width: 120px;
          height:160px;
        margin-right:8px;
        margin-bottom:10px;
　　　　border-collapse : collapse ;
        background-color:#ffffff;
	}

.product_itemh img {
          width:110px;
          height:150px;
	border:0;
        padding:5px;
     
	}

.product_price {
        color:#999;
}