/*--------------------

    /product以下のスタイル

--------------------*/


/* bxGalleryのalt領域をオーバーライド*/
.caption {
    margin-top: -24px;
    /* margin-bottom: 0px; */
    /* margin-left: 0px; */
    /* margin-right: 0px; */
    /* color: #ff0000; */
}


/* 製品情報TOP */
#product-top-wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.product-top-oya {
    float:left;
    width:380px;
    height:220px;
    margin-right:10px;
    margin-bottom:10px;
    /* background-color:#FF0000; */
    background-repeat:no-repeat;
    background-position:left top;
}

.product-top-oya h2 {
    font-weight:bold;
    color: #3069C2;
    font-size: 16px;
    margin:23px 0px 0px 100px;
}

a.product-top-oya-finding {/*リンクされた文字*/
    color:#3069C2;
}

a:link.product-top-oya-finding {/*未訪問のリンク*/
    color:#3069C2;
}

a:visited.product-top-oya-finding {/*訪問後のリンク*/
    color:#3069C2;
}

a:hover.product-top-oya-finding {/*マウスをのせたとき*/
    color:##3069C2;
}

a:active.product-top-oya-finding {/*クリック中*/
    color:##3069C2;
}

.product-top-oya-description {
    margin:20px 0px 0px 30px;
}

.product-top-oya-label {
    font-weight:bold;
    margin:10px 0px 5px 30px;
}

.product-top-oya ul {
    float: left;
    margin-left:30px;
    list-style-position: outside;
}

.product-top-oya li {
    margin-left:30px;
}

/* サブカテゴリ（最初）※最初だけど途中の画像を使っている。 */
li.product-top-default-first {
	list-style-image: url(/common/img/listmark-cat-sub-default.gif);
}

/* サブカテゴリ（途中） */
li.product-top-default {
	list-style-image: url(/common/img/listmark-cat-sub-default.gif);
}

/* サブカテゴリ（最後） */
li.product-top-default-last {
	list-style-image: url(/common/img/listmark-cat-sub-default-last.gif);
}

.product-top-oya img {
    float: right;
    margin-right: 10px;
}


/* タグクラウド */
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


/* 商品ページのh1 */
h1.product-h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight:bold;
    padding: 2px;
}

/* ページ内メニューリンク */
ul.product-pagemenulink {
    list-style-type: none;
}
ul.product-pagemenulink li{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}




/* ページャ（カテゴリ） */
.pager-category {
    margin:5px auto;
    text-align:left;
    font-family:Arial Black;
    font-size:14px;
}
/* 前のページ */
.link_before {
    margin-right:10px;
    padding-left:15px;
    background-image: url("/common/img/arrow-blue-left.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}
/* 現在のページ */
.current_page {
    font-weight:bold;
    font-size:16px;
}
/* 次のページ */
.link_next {
    margin-left:10px;
    padding-right:15px;
    background-image: url("/common/img/arrow-blue-right.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}




/* カテゴリー別バナー表示領域（ANMOやアキバとか）*/
#category-banner {
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
    margin-bottom: 20px;
}

/* NEWモデルへの遷移促し部分 */
.TkProductRecommend {
    clear:both;
    font-weight:bold;
    font-size: 22px;
    background-color:#F3C301;
    /* color:red; */
    margin: 20px auto;
}

/* メイン画像枠（記事デザインテンプレート使用時）*/
#TkProductContentsMainImage {
    margin-bottom: 20px;
}

/* 本文 */
div.asset-body {
    /* font-size:12px; */
    /* line-height:20px;*/
    clear:both;
    font-size:14px;
    line-height:1.5em;
    margin-bottom: 10px;
    width: 800px;
}


/* カート各枠 */
.cart-wrapper {
    margin-bottom:20px;
}

/* カート（商品名） */
.cart-name {
    font-size: 18px;
    font-weight: bold;
}

/* カート（JAN） */
.cart-jan {
    font-size: 12px;
    /* font-weight: normal; */
}


/* カート（価格） */
.cart-price {
    font-size: 18px;
    font-weight: bold;
    color:#FF0000;
    font-family:Arial Black;
    line-height:120%;
}

/* カート（カートに入れる全体） */
.rearrivalCartButton-ireru-wrapper {
    width: 100%;
    height: 60px;
    margin-bottom:20px;
}
/* カート（カートに入れる左） */
.rearrivalCartButton-ireru-left {
    /* ※この画像はW220、ポチッと画像はW227なので幅を合わせた上で10px空ける */
    float: left;
    margin-right: 17px
}
/* カート（カートに入れる右） */
.rearrivalCartButton-ireru-right {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
}
/* カート（ポチッと予約・再入荷お知らせメール全体）※非表示スタート */
.rearrivalInput {
    display: none;
}
/* カート（ポチッと予約全体） */
.rearrivalCartButton-pochi-wrapper {
    width: 100%;
    height: 67px;
    margin-bottom:20px;
}
/* カート（ポチッと予約左） */
.rearrivalCartButton-pochi-left {
    float: left;
    margin-right: 10px;
}
/* カート（ポチッと予約右） */
.rearrivalCartButton-pochi-right {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
}
/* カート（再入荷お知らせメールフォーム全体） */ ※要望により非表示（未使用）
.rearrivalCartForm-wrapper {
    width: 100%;
    height: 67px;
    margin-bottom:20px;
}
/* カート（再入荷お知らせメールフォーム左） */
.rearrivalCartForm-left {
    display: none;
    float: left;
    margin-right: 10px;
}
/* カート（再入荷お知らせメールフォーム右） */
.rearrivalCartForm-right {
    display: none;
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
}
/* カート（再入荷お知らせメールフォーム処理結果） */
.rearrivalResult {
}


/* レコメンド（この製品を買った人はこんな製品もチェックしています！） */
.recommend {
    margin: 30px 0px;
}

/* 製品紹介 */
#introduction h3 {
    padding-left: 10px;
    font-weight: bold;
    font-size: large;
    color: #2E6CC1;
    letter-spacing: 2px;
}

/* テーブル 製品仕様 */
table.seihin-siyou {
    border:0px;
}
table.seihin-siyou tr td {
    padding:3px;
}


/* テーブル オプション（Dino-Lite） */
table.option-dinolite {
    width: 800px;
    border: 1px #999999 solid;
    /*border-width: 1px 1px 0px 0px;*/
    border-collapse: collapse;
    border-spacing: 0;
    font-size:10px;
}
table.option-dinolite th {
    padding: 2px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #CCCCCC;
    /*font-weight: bold;*/
    font-size: 10px;
    line-height: 120%;
    text-align: left;
}
table.option-dinolite td {
    padding: 2px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
/*
table.th-x {
    font-size:10px;
}
table.th-y {
    font-size:10px;
}
*/




/* 続き*/
div.asset-more {
    font-size:12px;
    line-height:1.5em;
    width:800px;
}

/* テーブル（プレゼントラッピング） */
.present-wrapping {
    margin-right:10px;
    margin-bottom:10px;
}
.present-wrapping td{
    padding:3px;
}

/* テーブル（あわせてどうぞ） */
.table-awasete-douzo {
    /* display:inline; */
    float:left;
    height:300px;
    margin-right:10px;
    margin-bottom:10px;
    border: 2px #EFEFEF dotted;
}
.table-awasete-douzo td{
    padding:3px;
}

/* 見出し（あわせてどうぞ） */
#finding-awasete {
    clear: both;
    display: block;
    text-indent: -9999px;
    height: 32px;
    width: 800px;
    background-image: url(/product/_archive-templates/blog-kiji/img/finding-awasete.jpg);
    margin: 20px 0px 20px 0px;
}
/* 見出し（製品情報） */
#finding-introduction {
    clear: both;
    display: block;
    text-indent: -9999px;
    height: 32px;
    width: 800px;
    background-image: url(/product/_archive-templates/blog-kiji/img/finding-introduction.jpg);
    margin: 20px 0px 20px 0px;
}
/* 見出し（仕様） */
#finding-spec {
    clear: both;
    display: block;
    text-indent: -9999px;
    height: 32px;
    width: 800px;
    background-image: url(/product/_archive-templates/blog-kiji/img/finding-spec.jpg);
    margin: 20px 0px 20px 0px;
}

/* サンプル動画大枠 */
#samplemovie {
    margin-bottom: 20px;
}
/* サンプル動画個別の枠 */
.TkProductSampleMovie {
    display: block;
    margin-bottom: 10px;
}


/* テーブル（カテゴリ_モニターアーム） */
.category-header-monitor {
    /* font-size:10px; */
}


/* カテゴリ「アキバの怪しい電気街」で使用 */
.akiba-style50 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}


