@CHARSET "UTF-8";
/*---------------------------------------------
clearfix - micro clearfix
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/*---------------------------------------------
  サジェスト
---------------------------------------------*/
.ui-state-focus,
.ui-state-selected {
	background: #b9cee7 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
}
.ui-menu-item > a{
	display: block;
}

.ui-menu-item{
	margin-left: 10px;
}

/* --サジェスト下部に追加されるカテゴリメニュー-- */
.suggestPlusMinusButton,
.goodsClassCode3LinkIcon,
.digiKeyLogo{
	margin-bottom: 5px;
	margin-left: 5px;
}
/* サジェスト用定格表アイコン、デジキーアイコン（すべてテンプレート用途） */
.suggestRatedList,
.suggestDigiKeyLogo {
	display: none;
}

/* トップページ以外でのヘッダ部共通表示 - shop\marutsu\assets\styles\styles.scss参照 */
@media screen and (min-width:737px) {
  .gHeader02_notTop .gHeader02_search {
    display: flex;
    display: -webkit-flex
  }
}

/* トップページ以外でのヘッダ部表示では「stickyHeader」のヘッダををダミーで表示させる（スクリプト対応） */
.dummy{
	height: 0px !important;
}

/*
 カートポップアップデザイン: Project.common.css より流用
 （トップページの時はProject.common.cssが参照されないため必要）
-----------------------------------------------*/
#main_header #topGroupName{
	position: absolute;
	top:120px;
	right:270px;
	z-index: 200;
	width:300px;
	border-radius: 10px 10px 10px 10px;
	border: 4px #ccc solid;       /* 枠線の装飾 */
	padding: 15px 10px 10px 10px;  /* 内側の余白 */
	background-color:#004390;
	font-size: 0.9em;
    font-weight: bold;
    display:none;
    color: #fff;
}

#main_header #topGroupName table {
	font-weight: normal;
	color: black;
    background-color: white;
}

#main_header #topGroupName .button a {
    color: #fff;
}

#main_header #topGroupName table a {
    text-decoration: none;
    color: #004390;
}

header #main_header #topGroupName table a:hover {
    text-decoration: underline;
}

#main_header #topGroupName #totalAmt_innerId {
	position: absolute;
    right: 16px;
}

/* カテゴリーサジェスト */
.SuggestCategoryParts{
    text-decoration: underline !important;
}

.miniCart.imgTd {
	width:20%;
}
/** IE11対応 **/
.miniCart.imgTd .goodsImage {
	width:65px;
}
.miniCart.button {
	margin:10px 5px;
	background-color: red;
}
#main_header #topGroupName .miniCart.button a {
	width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

#main_header #topGroupName table th,
#main_header #topGroupName table td {
    border-right-style: none;
    border-left-style: none;
}

#main_header #topGroupName .goodsPriceRight {
    position: absolute;
    right: 16px;
}

#main_header #topGroupName .goodsInfo {
    text-align:left;
}

/** ミニカートの位置 **/
@media (max-width: 1700px) {
	#main_header #topGroupName{
		top:120px;
		right:110px;
	}
}

@media (max-width: 1500px) {
	#main_header #topGroupName{
		top:120px;
		left: calc(1240px - 300px);
	}
}


.backPunchout{
	padding: 4px 7px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
}

#main_header.gHeader02_notTop{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.gNav_delivery {
	padding: 12px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 10px;
	color: #fff;
	line-height: 1.8;
}

.gNav_delivery p {
	margin: 0;
}

.deliveryBanner {
	display: none;
	background: #fff1f2;
	font-size: 14px;
	position: relative;
	line-height: 1.5;
	padding: 5px;
}
@media (max-width:600px) {
	.deliveryBanner {
		font-size: 12px;
	}
}
.deliveryBanner a {
	text-decoration: none;
	color: #000;
}
.deliveryBanner a:visited {
	color: #000;
}

.deliveryBanner_link {
	color: #004390;
	text-decoration: underline;
}

.deliveryBanner_link:hover {
	opacity: 0.8;
}

.deliveryBanner_close {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: #999;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
}

#deliveryBannerClose {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: #c9c9c9;
	border: none;
	border-radius: 50%;
	width: 25px !important;
	height: 25px !important;
	min-width: 20px;
	min-height: 20px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	padding: 0 !important;
	box-sizing: border-box;
}

#searchBottomInclude {
	height: auto;
    /*overflow: hidden;*/
    width: 100%;
}