@charset "Shift_JIS";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {
	float: left;
	display: inline;
	width: 200px;
	overflow: hidden;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/**/

/* 添付ファイル */
dl.attach_ {
	margin: 0 0 10px 0;
}
dl.attach_ dt {
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	font-weight: bold;
	background: url(../img/sys/file.gif) 0 0 no-repeat;
	border-bottom: 1px dotted #CCC;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_ {
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_line_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_item_ {
	margin:0 3%;
	float: left;
	display: inline;
	width: 43%;
	overflow: hidden;
}
div.etc_goodsimg_item_ img {
	width: 100%;
}
/**/

/* 商品スペック */
div.goodsspec_ {
	float: right;
	display: inline;
	width: 380px;
	overflow: hidden;
}
table.goodsspec_ {
	margin: 0 0 10px 0;
	width: 100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
table.goodsspec_ th {
	width:110px;
	text-align:left;
	padding:3px 6px;
	vertical-align:top;
	background-color: #f3f3f3;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
table.goodsspec_ td {
	text-align:left;
	padding:3px 6px;
	vertical-align:top;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
/**/

/* セット商品 */
div.goodsset_ {
	width: 100%;
	padding: 0 0 15px 0;
}
h2.goodsset_title_ {
	margin: 0;
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
}
table.goodsset_ {
	width: 100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
table.goodsset_ th {
	padding:3px 4px;
	white-space: nowrap;
	background-color:#f3f3f3;
	border-bottom:2px solid #ffffff;
}
table.goodsset_ td {
	padding:2px 6px;
	font-weight:normal;
	background-color:#FFF;
}
/**/

/* カートボタン関係 */
div.cartbox_ {
	margin-bottom: 10px;
	text-align:right;
	vertical-align:middle;
}
div.cartbox_ span.variationlist_ {
	padding-right:4px;
	vertical-align:middle;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ div.colors_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	float:left;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:30px;
	height:30px;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	float:left;
	padding:2px 5px 2px 5px;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:auto;
	height:auto;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
div.goodscomment1_ {
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-bottom: 10px;
}
div.goodscomment5_ {
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.goods_photo {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.goods_photo a .goods_large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup, .goods_photo a.goods_popup:visited {
	display: block;
	width: auto;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup:hover {
	background-color: #fff;
}
.goods_photo a.goods_popup:hover .goods_large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
.option_buttons_ {
	margin: 0 auto 10px auto;
	padding: 10px 20px 10px 10px;
	width: 570px;
	overflow: hidden;
	background: #F8F8F8;
}
.option_buttons_ li {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	
}

/* SNS */
ul.sns {
	list-style:none;
}
ul.sns li {
	float:left; margin-right:10px; margin-bottom:5px;
}

/*** 商品分類SKU対応　ここから ***/

/* 商品画像 */
div.goodsimg2_ {
	float: left;
	display: inline;
	/*width: 400px;*/
	width: 600px;
	overflow: hidden;
}
td.goodsimg2_ {
	padding-right: 10px;
}
div.goodsimg2_ .img_6_ {
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg2_ .img_6_ .comment_ {
	margin-top: 5px;
}

div.goodsimg2_ div.etc_goodsimg2_ {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg2_ div.etc_goodsimg2_item_ {
	display: inline;
	overflow: hidden;
	padding: 4px;
}
div.goodsimg2_ div.etc_goodsimg2_item_ img {
	height: 60px;
	border: solid 2px #cfcfcf;
}
div.goodsimg2_ div.etc_goodsimg2_item_ img.active_ {
	cursor: pointer;
	border: solid 2px #0060ff;
}
/**/

/* バリエーション情報 */
div.variationbox_ {
/*
	float: right;
	display: inline;
	width: 180px;
	overflow: hidden;
*/
	width: 100%;
}
div.variationbox_ table.val_info {
	width: 100%;
}
div.variationbox_ table.val_info tr th {
	background-color: #eeffee;
	font-weight: normal;
	width: 40%;
}
#val_goods_name {
	font-size:14px;
	font-weight:bold;
}
div.variationbox_ div.variationlist_ {
	padding-top: 10px;
}
/**/

/* バリエーション商品情報 */
div.variationbox_ div.var_goods_info {
	height: 140px; /* 最大長の商品名、キャンペーン名によって調整が必要 */
	margin-top: 10px;
}
div.variationbox_ table.var_goods_info {
}
div.variationbox_ table.var_goods_info tr td {
	padding-bottom: 5px;
}
#val_goods_name {
	font-size:14px;
	font-weight:bold;
}
div.variationbox_ div.val_goods_ {
}
div.variationbox_ div.price_pop_ {
}
div.variationbox_ div.price_ {
}
div.variationbox_ div.original_price_ {
	font-size:11px;
}
/**/

/* バリエーションプルダウン */
div.variationbox_ .variation_pulldown_title_ {
	margin-top: 10px;
}
div.variationbox_ .variation_pulldown_ {
	margin-bottom: 10px;
	/*width: 180px;*/
	width: 100%;
}
div.variationbox_ .variation_pulldown_ .variation_selected_ {
	background-color: #ffeeff;
}
div.variationbox_ .variation_pulldown_btn_ {
	margin-bottom: 10px;
	text-align: right;
}
/**/

/* バリエーション項目 */
div.variationbox_ .onProcess_ {
	width: 30px;
	height: 30px;
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
}
div.variationbox_ div.tags_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.variationbox_ div.tags_ div.title_ {
	padding-top: 10px;
	border-top:solid 1px #cccccc;
	padding-bottom: 2px;
}
div.variationbox_ div.tags_ div.title_Text_ {
	color:#000000;
}
div.variationbox_ div.tags_ div.tag_ {
	float:left;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	border:dotted 2px #f0cccc;
	background-color:#ffffff;
}
div.variationbox_ div.tags_ div.tag_ .inner_ {
	white-space: nowrap;
	border:solid 2px #ffffff;
}
div.variationbox_ div.tags_ div.tag_ div.tag_Text_ {
	text-align: center;
	width: 30px;
	height: 30px;
	line-height : 32px;
	background-color:#cfcfcf;
	color:#ffffff;
}
div.variationbox_ div.tags_ div.tag_Enable_ {
	border:solid 2px #cfcfcf;
}
div.variationbox_ div.tags_ div.tag_Enable_ div.tag_Text_ {
	background-color:#001099;
	color:#ffffff;
}
div.variationbox_ div.tags_ div.tag_NoStock_ {
	border:dashed 2px #cfcfcf;
}
div.variationbox_ div.tags_ div.tag_NoStock_ div.tag_Text_ {
	background-color:#606060;
	color:#ffffff;
}
div.variationbox_ div.tags_ div.tag_Selected_ {
	/*border:solid 2px #ff9000;*/
	border:solid 2px #000000;
}
div.variationbox_ div.tags_ div.tag_Selected_ div.tag_Text_ {
	background-color:#000000;
	color:#ffffff;
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ {
	/*border:dashed 2px #ff9000;*/
	border:dashed 2px #000000;
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ div.tag_Text_ {
	background-color:#000000;
	color:#ffffff;
}
div.variationbox_ div.tags_ .cursor_ {
	cursor:pointer;
}

div.variationbox_ div.tags_ br {
	clear:left;
}
#gallery div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/*
span.message_ {
	float: left;
}
*/
/**/

/* 商品カート2 */
div.cartbox2_ {
	margin-top: 10px;
	padding: 5px 0;
	padding-top: 10px;
}
div.cartbox2_ .cartqty2_ {
	padding: 5px 0;
}
/**/

/* 商品スペック2 */
div.goodsspec2_ {
	display: inline;
	width: 100%;
	overflow: hidden;
}
table.goodsspec2_ {
	margin: 0 0 10px 0;
	width: 100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
table.goodsspec2_ th {
	width:110px;
	text-align:left;
	padding:3px 5px;
	vertical-align:top;
	background-color: #f3f3f3;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
table.goodsspec2_ td {
	text-align:left;
	padding:3px 5px;
	vertical-align:top;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
/**/
/*** 商品分類SKU対応　ここまで ***/

/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	font-weight: bold;
}
.goods_filter_ {
}
/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleT_Line_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleT_Item_ {
	margin: 0 auto;
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
}
div.StyleT_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleT_Item_ div.img_ img {
	width: 100px;
}
div.StyleT_Item_ div.name_,
div.StyleT_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleT_Item_ div.cart_ {
	margin: 0 10px;
}

/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
	width: 100%;
}
div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
	margin: 0;
	width: 100%;
}
/* --------------------------------------------------------------------
	商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
	width:100%;
	overflow: hidden;
	text-align: center;
}
div.StyleD_Item_ {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	width: 593px;
	overflow: hidden;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
div.StyleD_Frame_ div.img_ {
	padding: 0 5px 5px 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleD_Frame_ div.img_ img {
	width: 100px;
}
div.StyleD_Frame_ div.desc_ {
	margin: 0 0 0 5px;
	float: left;
	display: inline;
	width: 480px;
	overflow: hidden;
}
div.StyleD_Frame_ div.name_ {
}
div.StyleD_Frame_ div.detail_ {
	width: 100%;
	overflow: hidden;
}
div.StyleD_Frame_ div.detail_ div.spec_ {
	float: left;
	display: inline;
	text-align: left;
	width: 50%;
}
div.StyleD_Frame_ div.cart_ {
	float: right;
	display: inline;
	text-align: right;
	width: 50%;
}
div.StyleD_Frame_ .goodscomment1_ {
	margin-top: 10px;
}
/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Line_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}
div.StyleP_Item_ {
	margin: 0;
	padding: 5px 0 10px 0;
	float: left;
	display: inline;
	width: 50%;
}
div.StyleP_Item_ div.img_ {
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleP_Item_ div.img_ img {
	width: 100px;
}
div.StyleP_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 200px;
}
div.StyleP_Item_ div.name_,
div.StyleP_Item_ div.price_ {
	margin: 0 0 5px;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
table.StyleL_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleL_Frame_ tr {
	vertical-align:top;
}
table.StyleL_Frame_ th {
	text-align: center;
	font-weight: bold;
	border-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #e5f3ff;
}
table.StyleL_Frame_ th.name_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.gprice_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.comment_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.stock_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ td {
	vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
	width: 150px;
}
table.StyleL_Frame_ td.g_price_ {
	/*white-space:nowrap;*/
	text-align:right;
}
table.StyleL_Frame_ td.comment_ {
	
}
table.StyleL_Frame_ td.stock_ {
	text-align: center;
}
table.StyleL_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　メーカー
--------------------------------------------------------------------- */
table.StyleM_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleM_Frame_ tr {
	vertical-align:top;
}
table.StyleM_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleM_Frame_ td {
	vertical-align: middle;
}
table.StyleM_Frame_ td.name_ {
	width: 180px;
}
table.StyleM_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleM_Frame_ td.comment_ {
	
}
table.StyleM_Frame_ td.stock_ {
	text-align: center;
}
table.StyleM_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
	margin: 0 0 20px 0;
	padding: 0;
}
li.StyleS_Line_ {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
li.StyleS_Line_ span {
	padding-right: 1em;
}
li.StyleS_Line_ .name_ {
	display: inline;
}
li.StyleS_Line_ .name1_ {
	padding-right: 1em;
	display: inline;
}
li.StyleS_Line_ .name2_ {
	padding-right: 1em;
	display: inline;
}
/* --------------------------------------------------------------------
	商品一覧　商品名
--------------------------------------------------------------------- */
table.StyleN_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
}
table.StyleN_Frame_ th {
	width: 40%;
}
/* --------------------------------------------------------------------
	商品一覧　一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
	margin: 0 0 10px 0;
	border:none;
	width:100%;
}
table.StyleB_Frame_ tr {
	vertical-align:top;
}
table.StyleB_Frame_ th {
	text-align: center;
	font-weight: bold;
	border-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #e5f3ff;
}
table.StyleB_Frame_ th.name_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.gprice_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.comment_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.stock_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ td {
	vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
	width: 180px;
}
table.StyleB_Frame_ td.g_price_ {
	/*white-space:nowrap;*/
	text-align:right;
}
table.StyleB_Frame_ td.comment_ {
	
}
table.StyleB_Frame_ td.stock_ {
	text-align: center;
}
table.StyleB_Frame_ td.qty_ input {
	width: 4em;
}
div.StyleB_Cart_ {
	margin: 0 0 20px 0;
	text-align: right;
}

/* --------------------------------------------------------------------
	商品一覧　チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
	width: 100%;
	overflow: hidden;
}
.StyleA_Item_ {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleA_Item_ td {
	padding-bottom: 10px;
	vertical-align: top;
}
.StyleA_Item_ td.img_ {
	padding-right: 10px;
	width: 100px;
}
.StyleA_Item_ div.price_ {
	text-align: right;
}
.StyleA_Frame_ div.stock_ {
	text-align: right;
}
.StyleA_Frame_ div.checkbox_ {
	text-align: right;
	white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
	margin: 0 0 0 5px;
	text-align: right;
	font-weight: bold;
}
/* チェックリスト(子商品追加) */
div.goods_ table.StyleC_Frame_ td.price_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.stock_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.checkbox_ {
	text-align:right;
	white-space: nowrap;
}
/* --------------------------------------------------------------------
	商品一覧　写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleI_Frame_ tr {
	vertical-align:top;
}
table.StyleI_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleI_Frame_ td {
	vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
	width: 50px;
}
table.StyleI_Frame_ td.name_ {
	width: 180px;
}
table.StyleI_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleI_Frame_ td.comment_ {
	
}
table.StyleI_Frame_ td.stock_ {
	text-align: center;
}
table.StyleI_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleR_Item_ {
	margin: 0;
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
}
div.StyleR_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleR_Item_ div.name_,
div.StyleR_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleR_Item_ div.cart_ {
	margin: 0 10px;
}
.StyleR_List_ {
	float: right;
	display: inline;
	width: 66%;
	overflow: hidden;
}
.StyleR_List_ li {
	padding: 5px 5px 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleR_List_ li dl {
	width: 100%;
	overflow: hidden;
}
.StyleR_List_ li dl dt {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 3em;
}
.StyleR_List_ li dl dd {
	margin-left: 3em;
}
.StyleR_List_ #rank1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}

/* --------------------------------------------------------------------
	商品一覧　バリエーション
--------------------------------------------------------------------- */
div.cartvariation_ {
	margin-bottom: 10px;
	width: 590px;
	/*border: 1px solid #cccccc;*/
	background-color:#f0f0f0;
	padding: 5px;
}
table.variation_ {
	width: 590px;
	margin: auto auto;
	border: 1px solid #cccccc;
	background-color:#ffffff;
}
table.variation_ td{
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.variation_ td.img_s_ img{
	width: 85px; 
	height: 85px; 
}
table.variation_ td.cartbox_ {
	text-align: right;
	height: 100%;
}
table.variation_ td.cartbox_ div.cartbutton_{
	vertical-align: bottom;
}
table.variation_ td.cartbox_ div.variation_{
	height: 40px;
	vertical-align: top;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
table.search_ {
	margin: 0 auto;
	width: 100%;
	border:1px dotted #CCC;
}
table.search_ th {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
table.search_ td {
	text-align:left;
	font-size: 12px;
	background-color:transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	border-left: none;
	vertical-align: top;
	overflow: hidden;
}
/* 各項目 */
#search_category select,
#search_maker select,
#search_brand select {
	width: 300px;
}
/**/
/* ジャンル */
table.search_ ul.genre_ {
	width: 100%;
	height: 160px;
	overflow: auto;
	list-style: none;
}
table.search_ ul.genre_ li {
	padding: 0 0 5px 0;
}
table.search_ ul.genre_ li.genre_depth_1 {
	font-weight: bold;
	clear: both;
}
table.search_ ul.genre_ li.genre_depth_2 {
	text-indent: 10px;
	width: 30%;
	float: left;
}
table.search_ ul.genre_ li.genre_depth_3 {
	display: none;
}
table.search_ ul.genre_ li.genre_depth_4 {
	display: none;
}

/* --------------------------------------------------------------------
	ヒロセ商品詳細テーブル書式
--------------------------------------------------------------------- */

.hrs1_ h1 {
        margin: 0 0 5px 2px;
        font-size: 14px;
        color: #4682b4;     
}

table.hrs1_ {
        width: 700px;
	margin: 0 0 0 20px;
	border-collapse: collapse; 
}

table.hrs1_ tr {
	height: 28px;
}

table.hrs1_ th {
	background: #e0ffff;
	border:1px solid #dcdcdc;
	padding: 0 0 0 15px;
        font-weight: bold;
} 

table.hrs1_ td {
	background: #fff;
        padding: 0 0 0 15px;
        border:1px solid #dcdcdc;
}

.hrs1_s1 {
        padding: 0 0 0 20px;
}

/* --------------------------------------------------------------------
	ヒロセ商品詳細テーブル書式2
--------------------------------------------------------------------- */

.hrs2_ h1 {
        margin: 0 0 5px 2px;
        font-size: 14px;
        color: #4682b4;     
}

table.hrs2_ {
        width: 700px;
	margin: 0 0 0 20px;
	border-collapse: collapse; 
}

table.hrs2_ tr {
	height: 28px;
}

table.hrs2_ th {
	background: #f6f6f6;
	border:1px solid #dcdcdc;
        font-weight: bold;
        text-align: center;
} 

table.hrs2_ td.one {
        padding: 0;
        border:1px solid #dcdcdc;
}
table.hrs2_ td.two {
        padding: 0 0 0 30px;
        border:1px solid #dcdcdc;
}

table.hrs2_ td.three {
        padding: 0 0 0 5px;
        border:1px solid #dcdcdc;
}



.hrs2_s1 {
        padding: 0 0 0 30px;
}

.hrs2_s2 {
        padding: 0 0 0 5px;
}

/* --------------------------------------------------------------------
	コネクタ表紙書式
--------------------------------------------------------------------- */

.cover {
	width: 720px;
	height: 280px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding: 0;
	margin: 0 0 0 4px;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover h2 {
	width: 300px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover h3 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 0 10px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: red;     
}

.cover h4 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 0;
	margin: 0;
	bottom: 125px;
	right: 300px;
	font-size: 12px;
	color: red;
}

.cover img {
	width: 300px;
	height: 130px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 150px;
	right: 0px;
}

.cover_s1 {
	width: 405px;
	position: absolute;
	padding: 5px 0 0 0;
	margin: 0;
                  top: 65px;
}

.cover_s2 {
	width: 350px;
	height: 80px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 38px;
	right: 0;
}

.cover_s3 {
        width: 88px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 5px;
        right: 632px;
        font-size: 11px;
	font-weight: bold;
        line-height: 28px;
        text-align: right;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;
}

ul.cover_s4 {
        width: 632px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        bottom: 5px;
        right: 0;
        line-height: 28px;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;

}

ul.cover_s4 li {
        display: inline-block;
        -ms-display: inline-block;
        position: relative;
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 11px;

}

ul.cover_s4 li a {
        display: block;
        text-decoration: none;
}

ul.cover_s4 li a:hover {
        text-decoration: underline;
}

.cover_s9 {
        width: 375px;
        height: 16px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 69px;
        left: 25px;
        font-size: 11px;
	font-weight: bold;
}

table.cov1 {
	width: 350px;
	border-collapse: collapse;
}

table.cov1 tr {
	height: 22px;
}

table.cov1 tr th {
    width: 80px;
	background: #ffffcc;
	text-align: center;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

table.cov1 tr td {
	width: 95px;
	padding: 0 0 0 10px;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

.cover dl {
	padding: 0;
	margin: 0;
}

.cover dt {
	width: 300px;
	height: 16px;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.cover dd {
	width: 375px;
	height: 15px;
	padding: 0 0 0 30px;
	margin: 0;
    font-size: 11px;
    line-height: 13px;
}

/* --------------------------------------------------------------------
	コネクタ表紙書式2
--------------------------------------------------------------------- */

.cover2 {
	width: 720px;
	height: 245px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover2 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding:  0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover2 h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover2 h3 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 10px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: red;     
}

.cover2 h4 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 0;
	margin: 0;
	bottom: 90px;
	right: 300px;
	font-size: 12px;
	color: red;
}

.cover2 img {
	width: 300px;
	height: 130px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 110px;
	right: 0px;
}

.cover_s5 {
	width: 405px;
	position: absolute;
	padding: 5px 0 0 0;
	margin: 0;
                  top: 65px;
}

.cover_s6 {
	width: 350px;
	height: 80px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 3px;
	right: 0;
}

.cover_s7 {
        width: 88px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 5px;
        right: 632px;
        font-size: 11px;
	font-weight: bold;
        line-height: 28px;
        text-align: right;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;
}


table.cov2 {
	width: 350px;
	border-collapse: collapse;
}

table.cov2 tr {
	height: 22px;
}

table.cov2 tr th {
    width: 80px;
	background: #ffffcc;
	text-align: center;
	font-size: 10px;

	border: 1px solid #cdcdcd;
}

table.cov2 tr td {
	width: 95px;
	padding: 0 0 0 6px;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

.cover2 dl {
	padding: 0;
	margin: 0;
}

.cover2 dt {
	width: 300px;
	height: 16px;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.cover2 dd {
	width: 375px;
	height: 15px;
	padding: 0 0 0 30px;
	margin: 0;
    font-size: 11px;
    line-height: 13px;
}

/* --------------------------------------------------------------------
	コネクタ表紙書式3
--------------------------------------------------------------------- */

.cover3 {
	width: 720px;
	height: 115px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover3 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding:  0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover3 h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover3 h3 {
	width: 420px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #656565;
}

.cover3 h4 {
	width: 400px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 88px;
    left: 0;
    font-size: 12px;
    color: blue;
}
.cover3 h5 {
	width: 400px;
	height: 15px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 68px;
    left: 0;
    font-size: 12px;
    color: #656565;
}
.cover3 img {
	width: 300px;
	height: 115px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0px;
	right: 0px;
}

/* --------------------------------------------------------------------
	コネクタ表紙書式4
--------------------------------------------------------------------- */

.cover4 {
	width: 720px;
	height: 165px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover4 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding:  0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover4 h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover4 h3 {
	width: 350px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #656565;
}

.cover4 h4 {
	width: 400px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 88px;
    left: 0;
    font-size: 12px;
    color: blue;
}

.cover4 img {
	width: 300px;
	height: 115px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 50px;
	right: 0px;
}

.cover4_s3 {
        width: 88px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 5px;
        right: 632px;
        font-size: 11px;
	font-weight: bold;
        line-height: 28px;
        text-align: right;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;
}

ul.cover4_s4 {
        width: 632px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        bottom: 5px;
        right: 0;
        line-height: 28px;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;

}

ul.cover4_s4 li {
        display: inline-block;
        -ms-display: inline-block;
        position: relative;
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 11px;

}

ul.cover4_s4 li a {
        display: block;
        text-decoration: none;
}

ul.cover4_s4 li a:hover {
        text-decoration: underline;
}

/* --------------------------------------------------------------------
	コネクタ表紙書式5
--------------------------------------------------------------------- */

.cover5 {
	width: 720px;
	height: 225px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover5 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding:  0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover5 h2 {
	width: 300px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover5 h3 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 0 10px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: red;     
}

.cover5 h4 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 0;
	margin: 0;
	bottom: 75px;
	right: 300px;
	font-size: 12px;
	color: red;
}

.cover5 img {
	width: 300px;
	height: 135px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 90px;
	right: 0px;
}

.cover5_s1 {
	width: 405px;
	position: absolute;
	padding: 5px 0 0 0;
	margin: 0;
                  top: 65px;
}

.cover5_s2 {
	width: 350px;
	height: 70px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
}

.cover5_s8 {
        width: 375px;
        height: 16px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 10px;
        left: 25px;
        font-size: 11px;
	font-weight: bold;
}
ul.cover5_s4 {
        width: 632px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        bottom: 0;
        right: 0;
        line-height: 28px;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;

}

ul.cover5_s4 li {
        display: inline-block;
        -ms-display: inline-block;
        position: relative;
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 11px;

}

ul.cover5_s4 li a {
        display: block;
        text-decoration: none;
}

ul.cover5_s4 li a:hover {
        text-decoration: underline;
}
table.cov5 {
	width: 350px;
	border-collapse: collapse;
}

table.cov5 tr {
	height: 22px;
}

table.cov5 tr th {
    width: 80px;
	background: #ffffcc;
	text-align: center;
	font-size: 10px;

	border: 1px solid #cdcdcd;
}

table.cov5 tr td {
	width: 95px;
	padding: 0 0 0 10px;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

.cover5 dl {
	padding: 0;
	margin: 0;
}

.cover5 dt {
	width: 300px;
	height: 16px;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.cover5 dd {
	width: 375px;
	height: 15px;
	padding: 0 0 0 30px;
	margin: 0;
    font-size: 11px;
    line-height: 13px;
}

/* --------------------------------------------------------------------
	多治見商品詳細テーブル書式
--------------------------------------------------------------------- */

.tmw1_ h1 {
        margin: 0 0 5px 2px;
        font-size: 14px;
        color: #125e03;     
}

table.tmw1_ {
        width: 700px;
	margin: 0 0 0 20px;
	border-collapse: collapse; 
}

table.tmw1_ tr {
	height: 28px;
}

table.tmw1_ th {
	background: #125e03;
	border:1px solid #dcdcdc;
	padding: 0 0 0 15px;
        font-weight: bold;
        color: #ffffff;
} 

table.tmw1_ td {
	background: #fff;
        padding: 0 0 0 15px;
        border:1px solid #dcdcdc;
}

/* --------------------------------------------------------------------
	TMWコネクタ表紙書式
--------------------------------------------------------------------- */

.cover_tmw {
	width: 720px;
	height: 280px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #27cc06, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #27cc06, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #27cc06, #FFF 25%, #FFF );
}

.cover_tmw h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding: 0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover_tmw h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover_tmw h3 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 0 10px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: red;     
}

.cover_tmw h4 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 0;
	margin: 0;
	bottom: 125px;
	right: 300px;
	font-size: 12px;
	color: red;
}

.cover_tmw img {
	width: 300px;
	height: 130px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 150px;
	right: 0px;
}

.cover_tmw_s1 {
	width: 405px;
	position: absolute;
	padding: 5px 0 0 0;
	margin: 0;
                  top: 65px;
}

.cover_tmw_s2 {
	width: 350px;
	height: 80px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 38px;
	right: 0;
}

.cover_tmw_s3 {
        width: 88px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 5px;
        right: 632px;
        font-size: 11px;
	font-weight: bold;
        line-height: 28px;
        text-align: right;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;
}

ul.cover_tmw_s4 {
        width: 632px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        bottom: 5px;
        right: 0;
        line-height: 28px;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;

}

ul.cover_tmw_s4 li {
        display: inline-block;
        -ms-display: inline-block;
        position: relative;
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 11px;

}

ul.cover_tmw_s4 li a {
        display: block;
        text-decoration: none;
}

ul.cover_tmw_s4 li a:hover {
        text-decoration: underline;
}

table.cov_tmw1 {
	width: 350px;
	border-collapse: collapse;
}

table.cov_tmw1 tr {
	height: 22px;
}

table.cov_tmw1 tr th {
    width: 80px;
	background: #ffffcc;
	text-align: center;
	font-size: 10px;

	border: 1px solid #cdcdcd;
}

table.cov_tmw1 tr td {
	width: 95px;
	padding: 0 0 0 10px;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

.cover_tmw dl {
	padding: 0;
	margin: 0;
}

.cover_tmw dt {
	width: 300px;
	height: 16px;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.cover_tmw dd {
	width: 375px;
	height: 15px;
	padding: 0 0 0 30px;
	margin: 0;
    font-size: 11px;
    line-height: 13px;
}


/* --------------------------------------------------------------------
	TMWコネクタ表紙書式2
--------------------------------------------------------------------- */

.cover_tmw2 {
	width: 720px;
	height: 245px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #27cc06, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #27cc06, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #27cc06, #FFF 25%, #FFF );
}

.cover_tmw2 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover_tmw2 h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 0;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover_tmw2 h3 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 10px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: red;     
}

.cover_tmw2 h4 {
	width: 50px;
	height: 13px;
	position: absolute;
	padding: 0 0 5px 0;
	margin: 0;
	bottom: 90px;
	right: 300px;
	font-size: 12px;
	color: red;
}

.cover_tmw2 img {
	width: 300px;
	height: 130px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 110px;
	right: 0px;
}

.cover_tmw_s5 {
	width: 405px;
	position: absolute;
	padding: 5px 0 0 0;
	margin: 0;
                  top: 65px;
}

.cover_tmw_s6 {
	width: 350px;
	height: 80px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 3px;
	right: 0;
}

.cover_tmw_s7 {
        width: 88px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        bottom: 5px;
        right: 632px;
        font-size: 11px;
	font-weight: bold;
        line-height: 28px;
        text-align: right;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;
}


table.cov_tmw2 {
	width: 350px;
	border-collapse: collapse;
}

table tr.cov_tmw2 {
	height: 22px;
}

table tr th.cov_tmw2 {
    width: 80px;
	background: #ffffcc;
	text-align: center;
	font-size: 10px;

	border: 1px solid #cdcdcd;
}

table tr td.cov_tmw2 {
	width: 95px;
	padding: 0 0 0 6px;
	font-size: 10px;
	border: 1px solid #cdcdcd;
}

.cover_tmw2 dl {
	padding: 0;
	margin: 0;
}

.cover_tmw2 dt {
	width: 200px;
	height: 16px;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.cover_tmw2 dd {
	width: 375px;
	height: 15px;
	padding: 0 0 0 30px;
	margin: 0;
    font-size: 11px;
    line-height: 13px;
}

/* --------------------------------------------------------------------
	TMWコネクタ表紙書式3
--------------------------------------------------------------------- */

.cover_tmw3 {
	width: 720px;
	height: 115px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #27cc06, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #27cc06, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #27cc06, #FFF 25%, #FFF );
}

.cover_tmw3 h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding: 0 0 0 4px;
	margin: 0;
	top: 0;
	left: 0;
	font-size: 10px;
}

.cover_tmw3 h2 {
	width: 250px;
	height: 25px;
	position: absolute;
	padding: 4px 0 0 4px;
	margin: 0;
    top: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bolder;
}

.cover_tmw3 h3 {
	width: 420px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 50px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #656565;
}

.cover_tmw3 h4 {
	width: 400px;
	height: 20px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 88px;
    left: 0;
    font-size: 12px;
    color: blue;
}
.cover_tmw3 h5 {
	width: 400px;
	height: 15px;
	position: absolute;
	padding: 0 0 5px 20px;
	margin: 0;
    top: 68px;
    left: 0;
    font-size: 12px;
    color: #656565;
}
.cover_tmw3 img {
	width: 300px;
	height: 115px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0px;
	right: 0px;
}

/* --------------------------------------------------------------------
	表紙一般書式
--------------------------------------------------------------------- */

.cover_g {
	width: 720px;
	height: 160px;
	position: relative;
        font-family: "メイリオ";
        background: -moz-linear-gradient(top left, #ccccff, #FFF 25%, #FFF);
        background: -webkit-linear-gradient(top left, #ccccff, #FFF 25, #FFF);
        background: linear-gradient(to bottom right, #ccccff, #FFF 25%, #FFF );
}

.cover_g h1 {
	width: 280px;
	height: 15px;
	position: absolute;
	padding: 0;
	margin: 4px 0 0 4px;
	top: 15px;
	left: 0;
        font-size: 20px;
        font-weight: bolder;
}


.cover_g img {
	width: 300px;
	height: 130px;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 30px;
	right: 0px;
}

.cover_g_s1 {
	width: 390px;
	position: absolute;
	padding: 5px 0 0 20px;
	margin: 0;
        top: 40px;
}


ul.cover_g_s2 {
        width: 632px;
        height: 28px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        bottom: 5px;
        right: 0;
        line-height: 28px;
        border-top: 2px solid #e0efff;
        border-bottom: 2px solid #e0efff;

}

ul.cover_g_s2 li {
        display: inline-block;
        -ms-display: inline-block;
        position: relative;
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 11px;

}

ul.cover_g_s2 li a {
        display: block;
        text-decoration: none;
}

ul.cover_g_s2 li a:hover {
        text-decoration: underline;
}

/* --------------------------------------------------------------------
	同軸ケーブル　代表商品
--------------------------------------------------------------------- */

.c3060 {
	width: 720px;
	position: relative;
}
.c3060 h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 0 20px;
	line-height: 1;
}
.c3060 h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 30px;
}
.c3060 h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 30px;	
}
table.c3060  {
	width: 500px;
	margin: 5px 0 0 70px;
	border-collapse: collapse;
}
table.c3060 tr th {
	width: 200px;
	padding: 5px 0 15px 0;
}
table.c3060 tr td {
	width: 300px;
	font-size: 14px;
	padding: 5px 0 15px 0;
}
.a_item {
	color: #000000 !important;
	font-size: 16px;
	font-weight: bold;
}
.a_item:hover {
	color: #a0a0a0 !important;
	text-decoration: none;
	transition: 0.4s ease;
		-o-transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		-webkit-transition: 0.4s ease;
}
p.c3060 {
	position: relative;
	margin: 5px 0 0 60px;
	font-size: 13px;
	font-style: arial;
}
table.c3060_lineup{
	width: 610px;
	margin: 10px 0 20px 70px;
	border-collapse:collapse;
}
table.c3060_lineup tr th {
	font-size: 20px;
	font-weight: bold;
}
table.c3060_lineup tr td {
	padding:0;
	vertical-align: top;
}
p.c3060_lineup_1{
	margin: 0;
	font-weight: bold;
}
p.c3060_lineup_2{
	margin: 0 0 0 12px;
}
.c3060 img{
	width: 250px;
	height: 100px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
	right: 0px;
}

/* --------------------------------------------------------------------
        数量ランク
--------------------------------------------------------------------- */

.lank {
	width: 380px;
	position: relative;
}
.lank_s1 {
	font-weight: bold;
	padding: 0 0 0 6px;
}
table.lank {
	width: 350px;
	margin: 0 0 0 30px;
	border-collapse:collapse;
}
table.lank tr th {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0 10px;
}
table.lank tr th:first-child {
	font-weight: bold;
}
table.lank tr td {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0 20px;
}
table.lank tr td:nth-child(3) {
	font-weight: bold;
        color: #cc3300;
}

/* --------------------------------------------------------------------
        数量ランク　訂正
--------------------------------------------------------------------- */

.rank {
	width: 380px;
	position: relative;
}
.rank p {
	font-weight: bold;
        color: #003366;
	padding: 0 0 0 6px;
}
.rank table {
	width: 350px;
	margin: 0 0 0 30px;
	border-collapse:collapse;
}
.rank table tr th {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0 10px;
}
.rank table tr th:first-child {
	font-weight: bold;
}
.rank table tr td {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0 20px;
}
.rank table tr td:nth-child(3) {
	font-weight: bold;
        color: #cc3300;
}

/* --------------------------------------------------------------------
        同軸ケーブル　テンプレート
--------------------------------------------------------------------- */

.c3060_g {
	width: 720px;
	height: 120px;
	position: relative;
	margin: 0;
	}	
p.c3060_g_g {
	color: #13366f;
	margin: 0 0 0 5px;
	}
p.c3060_g_p1 {
	color: #c4320d;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 13px;
	}
p.c3060_g_p2 {
	color:black;
	margin: 0;
	margin: 0 0 0 16px;
	}
p.c3060_g_s {
	position: absolute;
	top: 8px;
	left: 20px;
	font-weight: bold;
	}
.c3060_g_img {
	width: 320px;
	height: 90px;
	position: absolute;
	bottom: 0px;
	left:5px;
	}
table.c3060_g {
	position: absolute;
	width: 370px;
	top: 0px;
	right: 0px;
	}
table.c3060_g tr th {
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #a0a0a0;
	}
table.c3060_g tr td {
	}

