@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;
}

#searchBottomInclude {
	height: auto;
    /*overflow: hidden;*/
    width: 100%;
}