/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
*	{
	font-family: Verdana,"ＭＳ Ｐゴシック";
}
/*------------------------------------------------------------------------------
	共通(幅)
------------------------------------------------------------------------------*/
.wd_35	{
	width: 35px;
}

.wd_50	{
	width: 50px;
}

.wd_65	{
	width: 65px;
}

.wd_85	{
	width: 85px;
}

.wd_90	{
	width: 90px;
}

.wd_100	{
	width: 100px;
}

.wd_150	{
	width: 150px;
}

.wd_170	{
	width: 170px;
}

.wd_200	{
	width: 200px;
}

.wd_210	{
	width: 210px;
}

.wd_300	{
	width: 300px;
}

.wd_335	{
	width: 335px;
}

.wd_385	{
	width: 385px;
}

.wd_400	{
	width: 400px;
}

.wd_435	{
	width: 435px;
}

.wd_450	{
	width: 450px;
}

.wd_500	{
	width: 500px;
}

.wd_535	{
	width: 535px;
}

.wd_550	{
	width: 550px;
}

.wd_560	{
	width: 560px;
}

.wd_585	{
	width: 585px;
}

.wd_735	{
	width: 735px;
}

.wd_750	{
	width: 750px;
}

.wd_950	{
	width: 950px;
}

.wd_960	{
	width: 960px;
}
/*------------------------------------------------------------------------------
	共通(高さ)
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
	共通(マージン)
------------------------------------------------------------------------------*/
.mt_3	{
	margin-top: 3px;
}

.mt_5	{
	margin-top: 5px;
}

.mb_5	{
	margin-bottom: 5px;
}

.mv_5	{
	margin-top: 5px;
	margin-bottom: 5px;
}

.mt_10	{
	margin-top: 10px;
}

.mb_10	{
	margin-bottom: 10px;
}

.mv_10	{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ml_10	{
	margin-left: 10px;
}

.mt_20	{
	margin-top: 20px;
}

.mb_20	{
	margin-bottom: 20px;
}

.ml_20	{
	margin-left: 20px;
}

.mt_30	{
	margin-top: 30px;
}

.mb_30	{
	margin-bottom: 30px;
}

.mg_center	{
	margin: 0px auto;
}
/*------------------------------------------------------------------------------
	共通(パディング)
------------------------------------------------------------------------------*/
.pd_none	{
	padding: 0px !important;
}

.ph_none	{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pd_5	{
	padding: 5px;
}

.pt_5	{
	padding-top: 5px;
}

.pv_5	{
	padding-top: 5px;
	padding-bottom: 5px;
}

.pd_10	{
	padding: 10px;
}

.pt_10	{
	padding-top: 10px;
}

.ph_10	{
	padding: 0px 10px;
}

.pl_10	{
	padding-left: 10px;
}

.pd_20	{
	padding: 20px;
}

.pl_20	{
	padding-left: 20px;
}
/*------------------------------------------------------------------------------
	共通(罫線)
------------------------------------------------------------------------------*/
.bd_1	{
	border: solid 1px #C0C0C0;
}

.bd_none	{
	border: 0px !important;
}

.bt_none	{
	border-top: 0px !important;
}
/*------------------------------------------------------------------------------
	共通(文字サイズ)
------------------------------------------------------------------------------*/
.fs_8	{
	font-size: 8px;
}

.fs_9	{
	font-size: 9px;
}

.fs_10	{
	font-size: 10px;
}

.fs_12	{
	font-size: 12px;
}

.fs_14	{
	font-size: 14px;
}

.fs_16	{
	font-size: 16px;
}

.fs_24	{
	font-size: 24px;
}
/*------------------------------------------------------------------------------
	共通(文字装飾)
------------------------------------------------------------------------------*/
.fw_bold	{
	font-weight: bold;
}

.fw_normal	{
	font-weight: normal;
}

.fs_italic	{
	font-style: italic;
}
/*------------------------------------------------------------------------------
	共通(文字寄せ)
------------------------------------------------------------------------------*/
.ta_l	{
	text-align: left;
}

.ta_c	{
	text-align: center;
}

.ta_r	{
	text-align: right;
}
/*------------------------------------------------------------------------------
	共通(前景色)
------------------------------------------------------------------------------*/
.fg_black	{
	color: #333333;
}

.fg_white	{
	color: white;
}

.fg_gray	{
	color: gray;
}

.fg_silver	{
	color: silver;
}

.fg_red	{
	color: red;
}

.fg_blue	{
	color: blue;
}

.fg_orange	{
	color: #FF6600;
}
/*------------------------------------------------------------------------------
	共通(背景色)
------------------------------------------------------------------------------*/
.bg_clear	{
	background-color: transparent !important;
}

.bg_black	{
	background-color: black;
}

.bg_white	{
	background-color: white;
}

.bg_gray	{
	background-color: gray;
}

.bg_silver	{
	background-color: silver;
}

.bg_red	{
	background-color: red;
}

.bg_green	{
	background-color: green;
}

.bg_blue	{
	background-color: blue;
}

.bg_navy	{
	background-color: navy;
}

.bg_lgreen	{
	background-color: #F0F6D9;
}

.bg_lgray	{
	background-color: #F0F0F0;
}

.bg_lgray2	{
	background-color: #D9D9F7
}

.bg_pink	{
	background-color: #FED0E0;
}

.bg_orange	{
	background-color: #FF6600;
}

.bg_highlight	{
	background-color: #FFFACD;
}
/*------------------------------------------------------------------------------
	共通(フロート)
------------------------------------------------------------------------------*/
.fl_left	{
	float: left;
}

.fl_right	{
	float: right;
}

.fl_clear	{
	clear: both;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.tb_custom	{
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.tb_custom	th	{
	padding: 5px;
	background-color: #555555;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #FFFFFF;
	word-break: break-all;
}

.tb_custom	td	{
	padding: 5px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #333333;
	word-break: break-all;
}

.tb_custom	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.tb_custom_nb	{
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.tb_custom_nb	th	{
	padding: 5px;
	background-color: #555555;
	border: 0px !important;
	color: #FFFFFF;
	word-break: break-all;
}

.tb_custom_nb	td	{
	padding: 5px;
	border: 0px !important;
	color: #333333;
	word-break: break-all;
}

.tb_extra	td	{
	background-color: #F0F0F0;
}

.tb_layout_fix	{
	border-collapse: collapse;
	table-layout: fixed;
}

.tb_layout_auto	{
	border-collapse: collapse;
	table-layout: auto;
}
/*------------------------------------------------------------------------------
	共通(リストマーク)
------------------------------------------------------------------------------*/
.link_1	{
	padding-left: 18px;
	background-image: url(../image/listmark/ar01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link_2	{
	padding-left: 18px;
	background-image: url(../image/listmark/ar02.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link_3	{
	padding-left: 18px;
	background-image: url(../image/listmark/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link_4	{
	padding-left: 12px;
	background-image: url(../image/listmark/ar04.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

.link_5	{
	padding-left: 18px;
	background-image: url(../image/listmark/sq01.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
/*------------------------------------------------------------------------------
	プレビュー
------------------------------------------------------------------------------*/
.preview_cart_in	{
	padding: 20px;
	background-color: #F0F0F0;
	border: solid 1px #705B35;
}

.preview_tiny_image	{
	width: 64px;
	height: 64px;
	border: solid 1px #C0C0C0;
}

.preview_stock_dialog	{
	width: 300px;
	padding: 20px;
	background-color: #F0F0F0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	font-size: 12px;
	position: absolute;
	display: none;
}

.pricelist	{
	width: 300px;
	padding: 20px;
	background-color: #FFFFFF;
	background: url(../image/default/search/pricelist.gif) repeat-y;
	border: solid 1px #808080;
	position: absolute;
	display: none;
}

.pricelist	th	{
	background-color: #FFFFFF;
	border-color: #808080 !important;
	color: #333333;
}

.pricelist	td	{
	background-color: #FFFFFF;
	border-color: #808080 !important;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
}

.item_qa	{
	list-style: circle;
	padding: 0;
	margin: 0 0 0 1.5em;
}
/*------------------------------------------------------------------------------
	共通(その他)
------------------------------------------------------------------------------*/
.hide	{
	display: none;
}

.invisible	{
	visibility: hidden;
}

.absolute	{
	position: absolute;
}

.pointer	{
	cursor: pointer;
}

.title	{
	margin-bottom: 10px;
	padding: 0px 0px 5px 15px;
	background-image: url(../image/listmark/bar05.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border-bottom: solid 1px #6495ED;
	color: #6495ED;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px !important;
}

