@charset "utf-8";

/************************************************
 import css
************************************************ */
/*@import url("ws_style.css");*/
@import url("ws.css");
@import url("BeyondCompare.css");
@import url("Lloyds.css");
@import url("avast.css");
@import url("Clarksons.css");
@import url("Gaussian.css");
@import url("highcharts.css");
@import url("IDA.css");
@import url("iText.css");
@import url("MAXQDA.css");
@import url("PDFtoDXF.css");
@import url("pdfxchange.css");
@import url("Stata.css");
@import url("TurboSuid.css");
@import url("guide_top.css");
@import url("footer_top.css");
@import url("pasoq.css");
@import url("nss_hihyouji.css");
@import url("alcohol.css");
/* ヘッダーのロゴサイズ調整 */
#logo_area img{
 width: 300px !important;
 max-height: none !important;
}

/* PC・SPのフロントの帯非表示 */
div.env_message{
 display:none !important;
}
div.env_message_blank{
 display:none !important;
}


/* ヘッダー　ナビ系　色変更 */
#gloval_navi {
  background-color: #00ace1 !important;
}

.entry_btn a,
.login_btn a {
  background: #00ace1 none repeat scroll 0% 0% !important;
  color: var(--char-color);
}

#gloval_navi ul li {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#gloval_navi ul li + li {
  border-right: 1px solid white;
  border-left: 0;
}


.btn input,
#calender_area table .month{
  background: #0051a2 !important;
}

table.law02 tr:nth-child(2n)
		{background-color:#effaf7 !important;}


/* TOPページ価格非表示（新着／最近チェックした商品） */
div.sale_price{
 display: none !important;
}
/* MYページお気に入りの価格
tr td.alignR.sale_price p {
	font-size:0;
}
tr td.alignR.sale_price p:before {
	font-size: 6px;
	content: "メーカーへの確認が必要な商品のため、金額の確認は見積依頼よりお願いします";
} */

/* LP内のリンクにアンダーライン */
.ws_underline {
 text-decoration: underline !important;
 color: blue !important;
}

/* MYページ購入履歴での出荷予定日非表示 */
div.raku2_mypage_order_list_hasso_date{
 display:none !important;
}

/* MYページ購入履歴のステータスラベル非表示 */
div.order_status{
 display:none !important;
}

/* 商品詳細送料無料ラベル非表示 */
dd.deliv_fee{
 display:none !important;
}
/* 商品詳細JANコード非表示 */
dl.rcatalog_id{
 display:none !important;
}