@charset "utf-8";

/* !background
---------------------------------------------------------- */
#header + div {
	background-color: #fff;
}

/* !common
---------------------------------------------------------- */
#header .ico {
	margin-left: 5px;
	vertical-align: baseline;
}

/* !header
---------------------------------------------------------- */
#header {
	padding-top: 30px;
	width: 100%;
	min-width: 980px;
	background-color: #fff;
	color: #333;
	text-align: left;
}
	#header a {
		color: #333;
	}
	#headerContent {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		display: block;
		min-height: 1%;
	}
	#headerContent:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
		#headerLogo {
			float: left;
		}
		#headerSearch {
			width: 100%;
			/* height: 35px; */
			position: relative;
		}
			#headerSearch input {
				/* position: absolute;
				top: 0; */
				outline: none;
      }
      /* #headerSearch #SS_searchSubmi{
        position:absolute;
      } */
			#headerSearch input[type=text] {
				padding: 10px;
        width: 100%;
        height: 50px;
				line-height: 15px;
				background-color: #ffffff;
				border: 1px solid #707070;
        left: 0;
        box-sizing: border-box;
        font-size: 16px;
			}
			#headerSearch input[type=submit] {
        position :absolute;
        top:0;
        bottom:0;
				right: 0px;
				width: 45px;
				height: 45px;
				text-indent: -9999px;
        background: url(/common/images/header/btn_header_search03_2x.png) no-repeat;
        background-size: 70%;
        background-position: center;
				border: none;
        cursor: pointer;
        margin: auto;
      }
      .headerSearch-wrap {
        display: none;
        width: 100%;
        background-color: #f5f5f5;
        position:absolute;
        top:0;
        z-index: 9;
      }
      .headerSearch-inner {
        width: 980px;
        padding: 20px 0 12px;
        margin: 0px auto;
      }
      .headerSearch-close:link{
        text-decoration: none;
      }
      .headerSearch-close-wrap{
        margin-top: 10px;
        text-align: center;
        font-size: 21px;
      }

		#headerLinks {
			float: right;
			width: 390px;
			display: block;
      min-height: 1%;
      position:relative;
      z-index: 9;
		}
		#headerLinks:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#headerLinks li {
				float: right;
        padding: 0 0px 0 15px;
        margin-left: 20px;
				background: url(/common/images/header/ico_header_arrow01.png) no-repeat left 0.45em;
				line-height: 1.5;
			}
				#headerLinks li a {
					font-size: 85.71%;
					text-decoration: none;
				}
				#headerLinks li a:hover,
				#headerLinks li a:focus {
					text-decoration: underline;
				}
	#headerMenuBtn,
	#dropMenuWrap_sp #headerLinks_sp {
		display: none;	
	}
/* is-fixed */
#header.is-fixed:not(.is-rw) {
    height: 51px;
    padding: 0;
    position: fixed;
    top: -150px;
    z-index: 10000;
}
#header.is-fixed.minHeader:not(.is-rw) {
  top:0;
}
    #header.is-fixed:not(.is-rw) #headerContent {
        position: relative;
    }
    #header.is-fixed:not(.is-rw) #headerLogo {
        margin-top: 12px;
        position: relative;
        z-index: 9;
    }
        #header.is-fixed:not(.is-rw) #headerLogo img {
            width: 120px;
            height:auto;
        }
        #header.is-fixed #headerLogo img,
        #header.is-fixed #headerLinks li {
                display: none;
        }
        #header.is-fixed #headerLogo img:first-child {
          display:inline-block;
        }
		#header.is-fixed:not(.is-rw) #headerLinks {
            width:auto;
        }
		
		#header.is-fixed:not(.is-rw) #headerLinks li:first-child + li + li {
            display: block;
            margin: 14px 67px 0 0;
            padding-right: 0;
		}
            #header.is-fixed:not(.is-rw) #headerLinks li:first-child + li + li a {
                font-size: 79%;
            }
        .js-search-trigger-rw {
            display: none;
        }

/* !gNavi
---------------------------------------------------------- */
#gNavi {
	display: block;
	margin-top: 29px;
}
	#gNavi ul {
		display: block;
		margin: 0 auto;
		width: 980px;
		height: 49px;
		position: relative;
		z-index: 10001;
	}

		#gNavi li {
    overflow: hidden;
    position: relative;
    float: left;
    width: calc((100% - 18px * 6 - 35px) / 5);
    height: 49px;
    margin-left: 18px;
    }
    #gNavi li:last-child {
      width: 35px;
      height: 35px;
    }
			#gNavi li a {
     margin-right: 1px;
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     justify-content: center;
     height: 35px;
     padding-bottom: 10px;
     text-align: center;
     font-size: 15px;
     font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
     position: relative;
     text-decoration: none;
     line-height: 1.3;
			}
   #gNavi li.active a,
   #gNavi li a:hover {
     border-bottom:3px solid #FC0000;
     color: #fc0000;
   }
   #gNavi li.current a {
     position: relative;
     color: #fc0000;
   }
   #gNavi li.current a::after {
      content:"";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fc0000;
      position: absolute;
      left:0;
      bottom:-2px;
   }

/* is-fixed */
#header.is-fixed:not(.is-rw) #gNavi {
    width: 980px;
    margin: -31px auto 0;
    position:relative;
}
    #header.is-fixed:not(.is-rw) #gNavi ul {
        /* width: 546px; */
        width:calc(100% - 140px - 149px);
        height: 44px;
        margin-left: 140px;
        position: static;
    }
    #header.is-fixed:not(.is-rw) #gNavi ul:before,
    #header.is-fixed:not(.is-rw) #gNavi li:after {
       height: 35px;
}
        #header.is-fixed:not(.is-rw) #gNavi ul li {
            width: calc((100% - 18px * 6) / 5);
            height: 44px;
        }
			#header.is-fixed:not(.is-rw) #gNavi li a {
				height: 35px;
        padding-bottom: 5px;
        font-size: 12px;
      }
      #header.is-fixed:not(.is-rw) #gNavi ul li#searchNav{
        width: 35px;
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        margin: auto;
        z-index: 99;
      }
      #header.is-fixed:not(.is-rw) #gNavi ul li#searchNav a:hover{
        border-bottom: 0;
      }

/* !dropMenu
---------------------------------------------------------- */
#dropMenuWrap {
	margin-top: -1px;
	width: 100%;
	min-width: 980px;
	background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom:1px solid #e5e5e5;
	position: absolute;
  z-index: 10000;
  box-shadow: 0 0 5px #ebebeb inset;
  
}
	#dropMenu {
		display: none;
		margin: 0 auto;
    width: 980px;
	}
		#dropMenu > li {
			display: none;
			padding: 32px 0;
      min-height: 1%;
      
		}
		#dropMenu > li:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#dropMenu .dropMenuHeader01 {
				margin-bottom: 35px;
				display: block;
				min-height: 1%;
			}
			#dropMenu .dropMenuHeader01:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#dropMenu .dropMenuHeader01 .category {
					float: left;
					padding-left: 40px;
					background: url(/common/images/header/ico_dropmenu_01.gif) no-repeat left center;
					color: #fff;
					font-size: 142.85%;
          font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
          background-size: 12%;
				}
				#dropMenu #menu01 .dropMenuHeader01 .category { background-image: url(/common/images/header/ico_dropmenu_category01_tire.png); }
				#dropMenu #menu02 .dropMenuHeader01 .category { background-image: url(/common/images/header/ico_dropmenu_category02.png); }
				#dropMenu #menu03 .dropMenuHeader01 .category { background-image: url(/common/images/header/ico_dropmenu_category03.png); }
				#dropMenu #menu04 .dropMenuHeader01 .category { background-image: url(/common/images/header/ico_dropmenu_04.gif); }
				#dropMenu #menu05 .dropMenuHeader01 .category { background-image: url(/common/images/header/ico_dropmenu_05.gif); }
					#dropMenu .dropMenuHeader01 .category a {
						padding-left: 18px;
						background: url(/common/images/header/ico_header_arrow02.png) no-repeat left center;
						color: #4B4B4B;
						text-decoration: none;
					}
					#dropMenu .dropMenuHeader01 .category a:hover,
					#dropMenu .dropMenuHeader01 .category a:focus {
						text-decoration: underline;
					}
				#dropMenu .dropMenuHeader01 .close {
					float: right;
					cursor: pointer;
				}
					#dropMenu .dropMenuHeader01 .close img {
						width: 31px;
						height: 32px;
					}
			#dropMenu .dropMenuContent01 {
				display: block;
				min-height: 1%;
			}
			#dropMenu .dropMenuContent01:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#dropMenu .dropMenuContent01 > li {
					float: left;
          width:calc((100% - 20px * 3) / 4);
        }
        #dropMenu .dropMenuContent01 > li + li {
          margin-left: 20px;
        }
				#dropMenu .dropMenuContent01 > li.colspan2 { width: 480px !important; }
				#dropMenu .dropMenuContent01 > li.colspan3 { width: 730px !important; }
			#dropMenu .btnBox01 {
				display: block;
        text-decoration: none;
        font-size: 0;
        border:1px solid #d1d1d1;
			}
			#dropMenu .dropMenuContent01 > .listGroup {
				width: 500px !important;
				margin-right: 0;
			}
			#dropMenu .dropMenuContent01 > .listGroup .listGroupItem {
				width: 230px !important;
				float: left;
				margin-right: 20px;
			}
			#dropMenu .groupTitle {
        margin: 0;
				padding: 10px 5px 9px 10px;
				color: #fff;
				font-weight: bold;
				background-color: #858585;
			}
			#dropMenu .groupTitle.type01 {
				box-sizing: border-box;
				width: 480px;
			}
			#dropMenu .groupTitle.type01 + .listGroupItem {
				margin-top: 15px;
			}

			#dropMenu .btnBox01 img {
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1;
			}
			#dropMenu .btnBox01:hover img {
				filter: alpha(opacity=85);
				-moz-opacity: 0.85;
				opacity: 0.85;
			}
				#dropMenu .btnBox01 .txtBox {
					display: inline-block;
					width: calc(100% - 90px);
					background-color: #fff;
          color: #4B4B4B;
          font-size: 14px;
          box-sizing: border-box;
        }
        #dropMenu .btnBox01.type01 .txtBox {
          width: 100%;
        }
					#dropMenu .btnBox01 .txtBox .inner {
						display: table-cell;
						padding: 0 0 0 10px;
						vertical-align: middle;
					}
						#dropMenu .btnBox01 .inner .tit {
							padding: 2px 0 0 14px;
							background: url(/common/images/header/ico_header_arrow02.png) no-repeat left 54%;
							/* font-size: 114.28%; */
            }
            #dropMenu .btnBox01 .inner .tit-small{
              font-size: 78.57142857142857%;
            }
						/* #dropMenu #menu03 .btnBox01 .inner .tit {
							font-size: 87.5%;
						} */
						#dropMenu .btnBox01 .inner .titM  { font-size: 100%;}
						#dropMenu .btnBox01 .inner .titM  span { font-size: 80%;}
						#dropMenu .btnBox01 .inner .titM  .ico { margin-left: 0;}
						#dropMenu .btnBox01 .inner .txt {
							font-size: 85.71%;
							margin: 16px 0 0 16px;
						}
					#dropMenu .btnBox01.type01 .inner {
						height: 51px;
          }
				#dropMenu .btnBox01.type02 {
					margin-top: 20px;
					position:relative;
				}
				#dropMenu .btnBox01.type02:first-child {
					margin-top: 0;
				}
					#dropMenu .btnBox01.type02 .img {
						/* position: absolute;
						left: 0;
            top: 0; */
            display: inline-block;
            vertical-align: top;
					}
					#dropMenu .btnBox01.type02 .inner {
						/* padding-left: 98px; */
						height: 90px;
					}
					#dropMenu .colspan3 .btnBox01.type02 .inner {
						padding-left: 312px;
						height: 200px;
					}
						#dropMenu .btnBox01.type02 .inner .tit {
							/* color: #e5e5e5; */
							/* font-size: 87.5%; */
						}
						#dropMenu #menu04 .btnBox01.type02 .inner .tit {
							font-size: 114.28%;
						}
						#dropMenu li.colspan3 .btnBox01.type02 .inner .tit {
							color: #fff;
						}		
				#dropMenu .list01 li {
					display: table;
					padding: 14px 0 11px 24px;
					width: 100%;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					border-bottom: 1px solid #666;
					background: url(/common/images/header/ico_header_arrow02.png) no-repeat 10px 53%;
					font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
				}
				#dropMenu .list01 li:first-child {
					border-top: 1px solid #666;
        }
        #dropMenu .list01 li  + li{
          margin-top: 15px;
        }
				#dropMenu .list01.no-borderTop li:first-child {
					border-top: 0;
				}
				#dropMenu .list01 + .groupTitle {
					margin-top: 42px;
				}
					#dropMenu .list01 li a {
						display: table-cell;
						vertical-align: middle;
						color: #4B4B4B;
						text-decoration:none;
					}
					#dropMenu .list01 li:hover {
            /* background-color: #444; */
            opacity:0.7;
					}
/* !mobile-menu
---------------------------------------------------------- */
.mobile-menu {
    font-size: 125%;
    position: fixed;
    z-index: 10001;
    padding-top: 0 !important;
    padding-bottom: 20px;
    font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
    height: calc(100% - 45px);
    width: 100%;
    background-color: #fff !important;
    overflow-y: auto;
    display: none;
  }
  @media screen and (min-width: 980px) {
    .mobile-menu {
      display: none !important;
    }
  }
.mobile-menu + div {
    background-color: #fff;
  }
  .mobile-menu.header-fixed {
    top: 90px;
  }
  .mobile-menu.open {
    right: 0;
  }
  .mobile-menu .mobile-menu-container {
    overflow: hidden;
    overflow-y: auto;
    background: #333;
    text-align: left;
 }
  .mobile-menu .mobile-menu-container::-webkit-scrollbar {
    right: 0;
    width: 3px;
  }
  
  .mobile-menu .mobile-menu-container::-webkit-scrollbar-thumb:window-inactive{
    background: rgba(0,0,0,0.0);
  }
  .mobile-menu .mobile-menu-container::-webkit-scrollbar-corner{
    background: rgba(0,0,0,0.0);
  }
  .mobile-navigation {
    background: #fff !important;
    width: 100%;
    overflow: hidden;
    border-top:1px solid #707070;
    /* border-bottom: solid 1px #707070; */
    /* position:fixed; */
    z-index:99999;
    /* display: none; */
  }
  @media screen and (min-width: 980px) {
    .mobile-navigation {
      display: none !important;
    }
  }
  .mobile-navigation ul {
    list-style-type: none;
    margin: 20px auto;
    padding: 0 1.25em;
  }
  .mobile-navigation ul li {
    display: block;
  }
  .mobile-navigation ul li.js-mobile-menu a{
    margin: 0;
  }
  .mobile-navigation ul li.js-mobile-menu a span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/common/images/header/ico_menu_close_gray01.png") no-repeat 32px top;
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
  }
  .mobile-navigation ul li a{
    position: relative;
    width: 55px;
    height: 38px;
    padding: 0;
  }
  .mobile-menu-container .brand-list {
    background-position: 96% 8% !important;
  }
  .mobile-navigation #SS_searchSubmit {
    margin-top: 0;
    background: url('/common/images/header/btn_header_search03_2x.png') no-repeat 50%;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }
 #brand-list-cover{
    overflow: hidden;
    margin: 15px 10px;
    width: 250px;
  }
  #brand-list-cover  span{
    display: inline-block;
    float: left;
    width: 124px;
    height: 45px;
    margin-bottom: 1px;
  }
  #brand-list-cover  span:nth-child(odd){
      margin-right: 1px;
  }
  #brand-list-cover  span a{
    padding: 0;
    width: 124px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
  }
  #brand-list-cover  span img{
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
  }
  #brand-list-cover  span img{
    width: 124px;
    height: auto;

  }
  .mobile-menu .mobile-menu-close {
    background: url("/common/images/header/ico_menu_close_gray01.png") no-repeat 93% 50%;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    background-color: #333333;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  .mobile-menu .mobile-menu-close a {
    display: block;
    padding-left: 10px;
    color: white;
  }
  .mobile-menu .mobile-menu-close:hover {
    color: #ff0000;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel-root > li {
    border-bottom: 1px solid #777;
    background: url("/common/images/header/ico_arrow_mobile_gray01.png") no-repeat 96% 50%;
    background-color: #333333;
    -webkit-background-size: 11px 10px;
    background-size: 11px 10px;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel li.brand-list >  a {
    border-bottom: 1px solid #4f4f4f;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel > li {
    border-bottom: 1px solid #777;
    background: url("/common/images/header/ico_arrow_mobile_red01.png") no-repeat 96% 50%;
    background-color: #333333;
    -webkit-background-size: 11px 14px;
    background-size: 11px 14px;
  }
  .mobile-menu .mobile-menu-container ul li.current-list {
    background-color: #666666;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel li.current-list {
    border-bottom: solid 2px #777;
  }
  .mobile-menu .mobile-menu-container ul li.current,
  .mobile-menu .mobile-menu-container ul div.current {
    /* border-bottom: 1px solid #777; */
    background: url("/common/images/header/ico_arrow_mobile_red01.png") no-repeat 96% 50%;
    background-color: #333333;
    -webkit-background-size: 11px 14px;
    background-size: 11px 14px;
  }
  .mobile-menu .mobile-menu-container ul div.current {
      background-position: 91% 50%;
  }
  .mobile-menu-container ul li a {
    display: block;
    font-size: 16px;
    padding: 11.5px 1.25em;
    color: #333;
    font-weight: normal;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel li a {
    padding: 21px 30px;
  }
  .mobile-menu .mobile-menu-container ul li#home-title {
    border-bottom: 2px solid #777;
    background: url("/common/images/header/ico_arrow_mobile_red01.png") no-repeat 96% 50%;
    -webkit-background-size: 11px 14px;
    background-size: 11px 14px;
    background-color: #222 !important;
  }
  .mobile-menu .mobile-menu-container ul li a.menu-title {
    font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  }
  .mobile-menu .mobile-menu-container ul.menu-panel > li .sub-list {
    border-top: 1px solid #4f4f4f;
    padding-left: 40px;
    margin-top: -1px;
  }
    .mobile-menu .mobile-menu-container ul.menu-panel > li .sub-list > span {
      display: block;
      border-bottom: 1px solid #4f4f4f;
      background: url("/common/images/header/ico_arrow_mobile_red01.png") no-repeat 96% 50%;
      -webkit-background-size: 11px 14px;
      background-size: 11px 14px;
    }
    .mobile-menu .mobile-menu-container ul.menu-panel > li .sub-list > span.blank {
        background-image: url("/common/images/header/ico_external_link_red01.png");
        -webkit-background-size: 11px 10px;
                background-size: 11px 10px;
    }
    .mobile-menu .mobile-menu-container ul.menu-panel > li .sub-list > span:last-child {
      border-bottom: none;
    }
        .mobile-menu .mobile-menu-container ul.menu-panel > li .sub-list > span a {
          padding-left: 8px;
        }
  .bg-shadow-box {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: -100;
  }
 #menu {
    width: 100%;
    margin: 0 auto;
    background: #333;
    position: relative;
    border-bottom:1px solid #aaa;
  }
  .menu-title{
    display: block;
    color: #3366CC;
    text-decoration: none;
    background: #fff;
    border-top: 1px solid #aaa;
    position:relative;
  }
  #menu .tab:after{
    content:"";
    margin:auto;
    width: 0px;
    height: 0px;
    border-top:7px solid #333;
    border-right:5px solid transparent;
    border-bottom:0px solid transparent;
    border-left:5px solid transparent;
    right:30px;
    display: block;
    position:absolute;
    top:0;
    bottom:0;
    transition:all 0.3s ease 0s;
  }
  #menu .tab.is-active{
    color: #fc0000;
  }
  #menu .tab.is-active:after{
    border-bottom:7px solid #fc0000;
    border-top:0px solid transparent;
  }
  
  #menu .external-link:after{
    content:"";
    margin:auto;
    width: 11px;
    height: 10px;
    display: inline-block;
    background: url('/common/images/header/ico_header_external01.png') no-repeat center;
    background-size: contain;
    margin-left: 5px;
  }
  #menu .harf .external-link:after{
    position:absolute;
    top:0;
    bottom:0;
    right:30px;
  }
  .menu-content{
    display: none;
    border-top:1px solid #eee;
  }
  .menu-content .menu-item{
    background-color: #ffffff;
    text-decoration:none;
    padding-left: 3.25em;
    color: #fc0000;
  }
  .menu-content li:first-child .menu-item{
    padding-left: 2.25em;
  }
  .menu-content li + li .menu-item{
    border-top:1px solid #eee;
  }
  .mobile-search {
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    position: fixed;
    z-index: 1001;
    top: 91px;
    left: 480px;
    color: #333333;
    background-color: white;
    width: 480px;
    font-size: 112.5%;
    padding: 2em 0;
    text-align: center;
  }

  .mobile-search.open {
    left: 0;
  }
  .mobile-search .search-input {
    display: table;
    margin-left: 1.5em;
    border: 1px solid #333333;
    font-size:16px;
  }
  .mobile-search .search-input input[type="text"] {
    font-size: 143.75%;
    width: 350px;
    padding-left: 8px;
    font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
    height: 2em;
  }
  .mobile-search .search-input span {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    line-height: 1em;
    border-left: 1px solid #333333;
    height: 2em;
  }


  .mobile-search .search-input input[type="submit"] {
    display: inline-block;
    text-indent: -9999px;
  }
  .mobile-search-mini .search-input {
    border: 1px solid #4f4f4f;
    background: #fff;
    color: #999;
    font-size:12px;
    position:relative;
  }
  .mobile-search-mini .search-input input[type="text"] {
    display: block;
    font-size: 12px;
    width: calc(100% - 49px);
    padding: 0 8px 0 9px;
    font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
    height: 38px;
    line-height: 1.2;
    color: #333 !important;
    border: none;
    -webkit-appearance: none;
    box-sizing: border-box;
  }
  .mobile-search-mini .search-input span {
    width: 50px;
    vertical-align: middle;
    line-height: 1em;
  }
  .mobile-search-mini .search-input input[type="submit"] {
    width: 50px;
    height: 38px;
    display: inline-block;
    text-indent: -9999px;
    -webkit-appearance: button;
    cursor: pointer;
    border: none;

  }
  .mobile-search-mini .SS_searchQuery {
    color: #999;
  }
  .search-input-btn{
    position:absolute;
    top:0;
    right:0;
    background-color: #ffffff;
  }

  /*4分割*/
  .mobile-menu .mobile-menu-container ul li.harf {
    background-color: #222;
    overflow: hidden;
    background-image: none;
  }
  .mobile-menu .mobile-menu-container ul li.harf div {
    float: left;
    width: 50%;
    background-color: #222;
    border-right: 1px solid #aaa;
    /* border-bottom: 1px solid #aaa; */ */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-menu .mobile-menu-container ul li.harf div:nth-child(even) {
    border-right: none;
  }
  .mobile-menu .mobile-menu-container ul li.harf div.end {
    border-bottom: none;
  }
  .mobile-menu .mobile-menu-container ul li.harf div.line2 a {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    line-height: 1.25;
  }
  /* .mobile-menu .mobile-menu-container ul li a {
    display: block;
    font-size: 12px;
    padding: 21px 30px;
    color: white;
    font-weight: normal;
  } */
  .mobile-menu .mobile-menu-container ul li.harf a {
    padding: 11.5px 15px;
  }
  .mobile-menu .mobile-menu-container ul li.blank,
  .mobile-menu .mobile-menu-container ul div.blank {
    background-image: url("/common/images/header/ico_external_link_red01.png");
    -webkit-background-size: 11px 10px;
            background-size: 11px 10px;
  }