@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;
}

.suggestSubMenuArea {
	display: none;
	position: absolute;
	top: 60px;
	left: 600px;
	width: 400px;
	background-color:white;
	z-index:auto;
	opacity:1.0;
	border: 1px solid #ccc;
    letter-spacing: -0.1em;

    position:relative;	//
}
.suggestSubMenuArea p {
	clear: left;
}
.suggestSubMenuGoods,
.suggestSubMenuCategory {
/*	margin-bottom: 10px;*/
	margin: 6px;
}
.suggestSubMenuGoods li,
.suggestSubMenuCategory li {
	color:black;
    float: left;
    width: 16.6%;
    height: 65px;
    padding: 2px;
    overflow: hidden;
}
.suggestSubMenuGoods li a,
.suggestSubMenuCategory li a {
	width: 100%;
}
.suggestSubMenuGoods li a img,
.suggestSubMenuCategory li a img {
	float: left;
	width:100%;
	height:100%;
	border: 1px solid gray;
}
.suggestSubMenuGoods li a img:hover,
.suggestSubMenuCategory li a img:hover {
	border: 2px solid #b9cee7;
}
.suggestSubMenuMaker li {
    float: left;
    width: 33.3%;
    padding: 10px;
    color: #333;
}
/* リンク表示はproject.common.csのほうに合わせる */
.suggestSubMenuMaker li a:visited {
    color: #004390 !important;
}
.suggestSubMenuMaker li a:link {
    color: #004390 !important;
}
.subSuggestTitle{
    margin: 10px 10px 0px 10px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 2px 0px 2px 5px;
/*    font-size: 1.1em;*/
    font-weight: bold;
    border-left: solid 5px #516ab6;/*左線*/
}

/* --サジェスト下部に追加されるカテゴリメニュー-- */
.suggestCategoryTitle{
	display: none;
	text-align: center;
	width: 58px;
    font-size: 0.9em;
    margin-right: 5px;
	background-color: #004390;
	color: #fff;
}
.suggestPlusMinusButton,
.goodsClassCode3LinkIcon,
.digiKeyLogo{
	margin-bottom: 5px;
	margin-left: 5px;
}
/* サジェスト用カテゴリ開閉+-ボタン、定格表アイコン、デジキーアイコン（すべてテンプレート用途） */
.suggestPlusMinusButton,
.suggestRatedList,
.suggestDigiKeyLogo {
	display: none;
}
li.suggestCategoryLevel1,
li.suggestCategoryLevel2
{
	display: none;
	background:url(../../contents/shop/marutsu/img/common/tree_list_line.png) no-repeat left top;
	padding:0 0 0 12px;
}
li.suggestCategoryLevel1
{
	margin:0 0 1px 15px;
}
li.suggestCategoryLevel2
{
	margin:0 0 1px 25px;
}
li.suggestCategoryLevel1Last,
li.suggestCategoryLevel2Last{
	background:url(../../contents/shop/marutsu/img/common/tree_list_line_last.png) no-repeat left top;
}

/* --サジェスト右部に追加される「よく利用されている商品・カテゴリ・メーカー」（すべてテンプレート用途）-- */
.suggestOftenUsedGoods,
.suggestOftenUsedCategory,
.suggestOftenUsedMaker {
	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: 40px;
    overflow: hidden;
    width: 683px;
}