@charset "UTF-8";

.spSet {display: none !important;}
.pcSet {display: block !important;}

a img, .easing {
    transition: .3s ease-in-out;
    border: none;
    outline: none;
}
a img:hover {
    opacity: .75 !important;
}
/* 
上流でこれに囲まれている
div#container {
	width: 100%;
    min-width: 1000px;
	margin: 0 auto;
	position: relative;
}
*/

.headerMenuListArea{
    margin-bottom:0;
}
/*Bread crumb*/
.bredContents {
    width: 1000px;
    margin: auto;
}
.mainTitle {
    overflow: hidden;
    width: 1000px;
    margin: 20px auto auto auto;
}
.mainTitle h1 {
    display: block;
    float: left;
    font-size: 24px;
}
.mainTitle .tire_firstBtn {
    float: right;
}
.mainTitle .tire_firstBtn a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: solid 1px #ccc;
    text-align: center;
    color: #333;
    display: block;
    padding: 0 20px;
    position: relative;
}
.mainTitle .tire_firstBtn a:hover {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    text-decoration: none;
}

/* ------- 入口設置20190419 ------- */
.tire_firstBtn {
    margin: auto;
    width: ;
}

.tire_firstBtn a:hover {
    opacity: 0.7;
}

/*.tire_firstBtn a:before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #ff6e00;
    border-right: 2px solid #ff6e00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 185px;
    margin: auto;
    content: "";
    vertical-align: middle;
}*/

/* --------------- 大メニュー --------------- */
#searchMenu{
    width:1000px;
    margin:0 auto;
    text-align:left;
    padding:0;
}
#searchMenu .inner{
    padding:15px 0;
}
#searchMenu .inner dl{
    width:306px;
    float:left;
    margin-right:41px;
}
#searchMenu .inner dl:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#searchMenu .inner dl:last-child{
    margin-right:0;
}
#searchMenu .inner dt{
    width:100%;
    border-bottom:1px solid #4d4d4d;
    font-size:14px;
    font-weight:bold;
    line-height:1;
    padding:0 0 3px 0;
}
#searchMenu .inner dd{
    width:145px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    height:35px;
    line-height:35px;
    font-size:14px;
    margin:7px 0 0 0;
}
#searchMenu .inner dd:nth-child(odd){
    float:right;
}
#searchMenu .inner dd:nth-child(even){
    float:left;
}
#searchMenu .inner dd a{
    display:block;
    color:#333;
    border:1px solid #ccc;
    background-color:#fff;
}
#searchMenu .inner dd a:hover{
    color:#333;
    background-color:#eee;
    text-decoration:none;
}
#searchMenu .inner dd a{
    transition: .2s ease-in-out;
}
#searchMenu .inner dd a.stay{
    color:#fff;
    background-color:#4d4d4d;
    font-weight:bolder;
}
/* --------------- top --------------- */
#tireSearch{
    width:100%;
    margin:0;
    padding:0;
    min-height:200px;
    text-align:left;
}
#tireSearch.bg01{
    background: url("/webfront/tire_search/_img_bg/bg01.jpg") center center no-repeat;
    background-size: cover;
}
#tireSearch.bg02{
    background: url("/webfront/tire_search/_img_bg/bg02.jpg") top center no-repeat;
    background-size: cover;
}
#tireSearch.bg03{
    background: url("/webfront/tire_search/_img_bg/bg03.jpg") bottom center no-repeat;
    background-size: cover;
}
#tireSearch .inner{
    position:relative;
    width:1000px;
    margin:0 auto;
    padding:30px 0 ;
}
/* --------------- 左 --------------- */
#tireSearch .howSearch{
    width:400px;
    float:left;
    min-height:200px;
}
#tireSearch .howSearch h2{
    color:#fff;
    font-size:40px;
    font-weight:bolder;
    padding:0;
    margin:0 0 10px 0;
    line-height:1;
}
#tireSearch .howSearch ul{
    list-style-type:none;
}
#tireSearch .howSearch li{
    margin:0 0 15px 0;
    padding:0;
}
#tireSearch .howSearch li a{
    display:block;
    border:1px solid #ccc;
    color:#333;
    height:50px;
    line-height:50px;
    padding:0;
    font-size:18px;
    font-weight:bold;
    background:#fff url("/webfront/tire_search/_img_bg/arrow_rb.png") center right 15px no-repeat;
}
#tireSearch .howSearch li a:hover{
    text-decoration:none;
    color:#ff6e00;
    background:#fff url("/webfront/tire_search/_img_bg/arrow_rsty.png") center right 15px no-repeat;
}
.modelSvg{
    width:50px;
    vertical-align:middle;
    margin:0 10px;
    fill:#333;
}
.sizeSvg{
    width:40px;
    vertical-align:middle;
    margin:0 15px;
    fill:#333;
}
.makerSvg{
    width:40px;
    vertical-align:middle;
    margin:0 15px;
    fill:#333;
}
#tireSearch .howSearch li a:hover svg{
    fill:#ff6e00;
}
#tireSearch .howSearch li a.stay svg{
    fill:#fff;
}
#tireSearch .howSearch li a.stay{
    text-decoration:none;
    background-color:#ff6e00;
    border:1px solid #ff6e00;
    color:#fff;
    cursor:default;
    background:#ff6e00 url("/webfront/tire_search/_img_bg/arrow_rw.png") center right 15px no-repeat;
}
#tireSearch .inner .lastSelection{
    background-color: rgba(51,51,51,.7);
    bottom:30px;
    left:0;
    min-height:75px;
    padding:10px 0;
    position:absolute;
    width:400px;
}
#tireSearch .inner .lastSelection h4{
    color:#fff;
    font-size:15px;
    font-weight:bold;
    line-height:1.4;
    padding:0;
    text-align:center;
}
#tireSearch .inner .lastSelection p{
    color:#fff;
    font-size:14px;
    line-height:1.8;
    text-align:center;
    padding:5px 0;
}
.ReSearchBtn{
    background-color:#ff6e00;
    border-radius: 0;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding:0;
    width:230px;
}
.ReSearchBtn:hover{
    background-color:#ee9628;
}
/* --------------- 右 --------------- */
#tireSearch .popMenuBlock{
    width:500px;
    float:right;
    min-height:200px;
    background:rgba(255, 255, 255, 0.8);
}
#tireSearch .popMenuBlock dl{
    margin:10px 30px 0 30px;
}
#tireSearch .popMenuBlock .submitBtnBlock{
    margin:0 30px 0 30px;
    text-align:center;
    position:relative;
}
#submitMsg {
    height:30px;
}
#submitMsg p{
    display:none;
    text-align:center;
    font-size:13px;
    color:#ff1d25;
    height:30px;
    line-height:30px;
    /* background-color:#ffe; */
}
.submitBtnBlock .loading{
    position:absolute;
    top:23px;
    left:0;
    text-align:center;
    width:100%;
    height:50px;
    margin:0 auto;
    display:none;
}
.submitBtnBlock .loading #spinnerAnime{
    margin:0;
}
#tireSearch .submitBtnBlock .submitBtn0,
#tireSearch .submitBtnBlock .submitBtn1{
    width:100%;
}
.submitBtnBlock .loupeSvg{
    position:absolute;
    top:17px;
    left:140px;
    height:26px;
}
#tireSearch .popMenuBlock dt{
    font-size:16px;
    text-align:left;
    padding:15px 0 5px 0;
}
#tireSearch .popMenuBlock dd{
    padding:0;
    margin:0;
    text-align:left;
}
#tireSearch .popMenuBlock dd p{
    font-size:13px;
    margin:10px 0 0 0;
}
#tireSearch .popMenuBlock dd p a{
    color:#333;
    text-decoration:underline;
}
#tireSearch .popMenuBlock dd p a:hover{
    color:#333;
    text-decoration:none;
}

.backBtn01{
    display:block;
    font-size:13px;
    color:#333;
    padding:10px 0 4px 0;
}
.backBtn01:hover{
    color:#999;
}

/* --------------- formの部品 --------------- */
.submitBtn0{
    border: none;
    color: #fff;
    cursor: default;
    font-size: 20px;
    font-weight:bolder;
    text-align:center;
    border-radius: 0;
    height:60px;
    padding:0;
    background-color:#ccc;
}
.submitBtn1{
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight:bolder;
    text-align:center;
    border-radius: 0;
    height:60px;
    padding:0;
    background-color:#ff6e00;
}
.submitBtn1:hover{
    background-color:#ff994c;
}
.submitBtn2{
    line-height:1;
    cursor:pointer;
    border:none;
    color:#fff;
    background-color:#777;
    font-size:16px;
    border-radius: 0;
    padding:0.5em 2em;
}
.submitBtn2:hover{
    background-color:#999;
}

.submitBtn3{
    line-height:1;
    cursor:pointer;
    border:1px solid #777;
    color:#555;
    background-color:#fff;
    font-size:16px;
    border-radius: 0;
    padding:4px 0.5em;
}
.submitBtn3:hover{
    background-color:#999;
}

.submitLink{
    cursor:pointer;
    border:none;
    color:#333;
    background-color:transparent;
    font-size:13px;
    border-radius: 0;
    padding:0;
}
.submitLink:hover{
    color:#888;
}

select.popMenu::-ms-expand {
    display: none;
}
.popMenu{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-align:left;
    margin:0;
    border:1px #ccc solid;
    padding:5px 50px 5px 10px;
    border-radius: 0;
    cursor:pointer;
    height:40px;
    line-height:1.4;
    background:#fff url("/webfront/tire_search/_img_bg/bg_pmenu3.png") right 8px  center no-repeat;
    background-size:20px;
    color:#000;
    overflow:hidden;
}
.popMenuBlock .popMenu{
    width:100%;
    font-size:16px;
}
.fldtxA{
    text-align:left;
    margin:1px 2px;
    background-color: #ffffff;
    border:1px #ccc solid;
    padding:2px 5px;
    border-radius: 3px;
    font-size:16px;
}
.fldtxA:focus{
    background-color: #ffffe7;
    border:1px #76b6a0 solid;
}
.fldtxR{
    text-align:right;
    margin:0;
    background-color: #ffffff;
    border:1px #ccc solid;
    padding:3px;
    border-radius: 1px;
    font-size:16px;
}
.fldtxR:focus{
    background-color: #ffffe7;
    border:1px #76b6a0 solid;
}







/* ========  下半分の静的コンテンツここまで ========  */

/* ----------------------- ここから商品一覧ページ ------------------------------------- */
#tireSearchRes{
    width:1000px;
    padding:0;
    margin:0 auto;
    text-align:left;
    /* background:#ffc; */
}
#tireSearchRes::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#ResList{
    width:750px;
    min-height:200px;
    margin:0 0 70px 0;;
    padding:0;
    float:right;
}
#ResList .pageTtl{
    font-size:25px;
    font-weight:normal;
    line-height:1;
    padding:0 0 12px 0;
}

.notResMsg{
    font-size:18px;
    padding:10px 0 15px;
    color:#888;
}

/* --------------- 左カラムメニュー群 --------------- */
#Refineby{
    position:relative;
    width:250px;
    min-height:200px;
    margin:0 0 70px 0;
    padding:0;
    float:left;
}
#Refinner{
    width:220px;
    min-height:200px;
}
.RefinnerFix {
    position:fixed;
    top:0;
}
#Refinner .newH{
    font-size:16px;
    color:#888;
    border-bottom:1px solid #888;
    padding:0 0 8px 0;
    line-height:1;
    font-weight:normal;
}
#Refinner ul{
    margin:10px 0 20px 0;
}
#Refinner li{
    font-size:13px;
    color:#333;
    padding:0 0 3px 0;
    cursor:pointer;
}
#Refinner li a{
    display:block;
    color:#777;
}
#Refinner ul li ul{
    margin:0;
}
#Refinner ul li ul li a{
    font-size:13px;
    color:#4d4d4d;
}

#Refinner .prRange span{
    display:inline-block;
    width:70px;
    margin:0 5px 0 0;
}
#Refinner .prRange span input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}
#Refinner .prRange i{
    display:inline-block;
    max-width:23px;
    text-decoration:none;
    font-style:normal;
    font-size:12px;
    white-space:nowrap;
}
.clrBtn{
    line-height:1;
    cursor:pointer;
    border:1px solid #999;
    color:#555;
    background-color:#fff;
    font-size:14px;
    width:20px;
    height:20px;
    line-height:14px;
    text-align:center;
    border-radius: 20px;
    padding:0;
    color:#fff;
    background-color:#999;
}
.clrBtn:hover{
    background-color:#bbb;
}

#Refinner li q{
    font-size:12px;
    color:#ccc;
    padding-right:1px;
}


/* --------------- 現在選択中情報 750 --------------- */
#ResList .selectInfo{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ResList .selMsgW2T{
    width:100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight:normal;
}

#ResList .selectData1{
    width:100%;
    height:auto;
    margin:0 0 25px 0;
    background-color:#efefef;
}
#ResList .selectData2{
    position:relative;
    width:270px;
    height:auto;
    margin:0 0 25px 0;
    background-color:#efefef;
}
#ResList .selectWheelData{
    position:relative;
    width:440px;
    height:auto;
    margin:0 0 25px 0;
    background-color:#efefef;
}
#ResList .selectData1 dt,
#ResList .selectData2 dt,
#ResList .selectWheelData dt{
    font-size:16px;
    padding:10px 10px 5px 15px;
}
#ResList .selectData1 dd{
    position:relative;
    min-height:40px;
    font-size:13px;
    padding:0 230px 10px 15px ;
}
#ResList .selectData1 dd p{
    position:absolute;
    bottom:15px;
    right:15px;
}

#ResList .selectData2 dd{
    min-height:70px;
    font-size:13px;
    padding:0 15px;
}
#ResList .selectData2 dd p{
    position:absolute;
    bottom:10px;
    right:15px;
    width:100%;
    text-align:right;
}

#ResList .selectWheelData dd{
    font-size:13px;
    padding:0 15px 5px 15px;
}
#ResList .selectWheelData dd span{
    display:block;
    width:140px;
    min-height:140px;
    float:left;
    margin:0 15px 10px 0;
    border:1px solid #ccc;
}
#ResList .selectWheelData dd img{
    width:100%;
}
#ResList .selectWheelData dd p{
    position:absolute;
    bottom:10px;
    right:15px;
    width:100%;
    text-align:right;
}

/* --------------- 現在選択中情報END --------------- */

/* --------------- ソートエリア仮 --------------- */
#sortListBlock {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px 0;
    position: relative;
}
#sortListBlock .sortPop{
    float:left;
}
#sortListBlock .sortPop .kensuu{
    display:inline-block !important;
    font-size:14px;
    color:#555;
}
#sortListBlock .sortPop q{
    display:inline-block;
    padding:0 5px;
    font-size:18px;
    color:#333;
    font-weight:bold;
}
#sortListBlock .sortPop .selectMenuA{
    width:190px;
    font-size:15px;
    line-height:30px;
}
select.selectMenuA::-ms-expand {
    display: none;
}
.selectMenuA{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-align:left;
    margin:0;
    border:1px #ccc solid;
    padding:0 35px 0 15px;
    cursor:pointer;
    line-height:30px;
    background:#fff url(/webfront/oil_search/_img_bg/bg_pmenu2.png) right center no-repeat;
    color:#000;
    overflow:hidden;
    font-size:15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.viewSelBtn {
    float: right;
    text-align: left;
    padding-top:5px;
}
.viewSelBtn a {
    display:inline-block;
    width:22px;
    height:22px;
    background:#ddd;
    margin:0 4px;
}
.viewSelBtn a:first-child {
    border-right: 1px solid #808080;
    padding-left: 12px;
}
.viewSelBtn a#hc {
    background: url(/webfront/oil_search/_img_bg/catalog_view_.png) top left no-repeat;
    width: 22px;
    background-size: 22px;
}
.viewSelBtn a#hc.on, .viewSelBtn a#hc:hover {
    background: url(/webfront/oil_search/_img_bg/catalog_view.png) top left  no-repeat;
    width: 22px;
    background-size: 22px;
}
.viewSelBtn a#hs {
    background: url(/webfront/oil_search/_img_bg/list_view_.png) top left no-repeat;
    width: 22px;
    background-size: 22px;
}
.viewSelBtn a#hs.on, .viewSelBtn a#hs:hover {
    background: url(/webfront/oil_search/_img_bg/list_view.png) top left no-repeat;
    width: 22px;
    background-size: 22px;
}

/* --------------- ソートエリア end --------------- */



/* --------------- ページング --------------- */
.pagengList{
    margin:15px 0;
    text-align:right;
}
.pagengList ul{
    margin:0;
    padding:0;
}
.pagengList li{
    display: inline-block;
    margin:0 2px;
    padding:0;
}
.pagengPrevBackBtn{
    cursor:pointer;
    border:none;
    color:#fff;
    background-color:#555;
    font-size:14px;
    border-radius: 0;
    text-align:center;
    width:50px;
    height:30px;
}
.pagengPrevBackBtn:hover{
    background-color:#777;
}
.pagengNumberBtn{
    cursor:pointer;
    border:none;
    color:#333;
    background-color:#fff;
    font-size:14px;
    border:1px solid #bbb;
    border-radius: 0;
    text-align:center;
    min-width:30px;
    max-width:40px;
    height:30px;
    line-height:1;
}
.pagengNumberBtn:hover{
    background-color:#eee;
}
.pagengCurrentBtn{
    cursor:default;
    border:none;
    color:#fff;
    background-color:#aaa;
    font-size:14px;
    border:1px solid #bbb;
    border-radius: 0;
    text-align:center;
    min-width:30px;
    max-width:40px;
    height:30px;
    line-height:1;
}
/* --------------- ページングEND --------------- */





/* --------------- 商品一覧 750 ------- */
#searchResult{
    display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}



/* ---------------  カタログ表示 --------------- */
.catalogView {
    width: 260px;
    margin: 20px 0 0 0;
    border-bottom:1px solid #ccc;
    padding:0 0 20px 0;
}

.catalogView:nth-child(3n) {
    width: 230px;
}
.catalogView dt{
    width:230px;
    min-height:230px;
}
.catalogView dt img{
    width:100%;
    text-align:left;
    vertical-align:bottom;
}
.catalogView dd{
    width:230px;
    font-size:14px;
    color:#4d4d4d;
    text-align:left;
    padding:0;
    margin:0;
}
.catalogView dd a{
    display:block;
}
.catalogView dd .name{
    font-size:14px;
    padding:5px 0;
}
.catalogView dd .name q{
    font-size:12px;
}
.catalogView dd .netSpValue,
.catalogView dd .netValue{
    font-size:11px;
}
.catalogView dd .netSpValue b{
    color:#f00;
}
.catalogView dd .netSpValue b,
.catalogView dd .netValue b{
    display:inline-block;
    padding:0 1px 0 3px;
    font-size:19px;
    font-weight:bold;
}





/* ----- icon ------- */
.catalogView .icons{
    width:220px;
}
.catalogView .icons div{
    float:left;
    /* min-height:1px;*/  /* これを外すと左寄せ */
}
.catalogView .icons div q{
    display:inline-block;
    color:#fff;
    font-size:12px;
    text-align:center;
    width:100%;
}
.specialprice{
    width:60px;
}
.runflat{
    width:90px;
    margin:0 5px;
}
.new{
    width:60px;
}
.specialprice q{
    background-color:#f04b4d;
}
.runflat q{
    background-color:#51a0b0;
}
.new q{
    background-color:#1253a2;
}


/* --------------- カテゴリ END --------------- */
/* ---------------  リスト仮 --------------- */
.listView {
    width: 100%;
    margin: 20px 0 0 0;
    border-bottom:1px solid #ccc;
    padding:0 0 20px 0;
}

.listView dt{
    width:160px;
    min-height:160px;
    float: left;
}
.listView dt img{
    width:100%;
    text-align:left;
    vertical-align:bottom;
}
.listView dd{
    float: left;
    color:#4d4d4d;
    text-align:left;
    padding:5px 0 0 20px;
    margin:0;
    min-width:500px;
    max-width:550px;
}
.listView dd a{
    display:block;
}
.listView dd .name{
    font-size:16px;
    padding:5px 0;
}
.listView dd .name q{
    display:block;
    font-size:14px;
}
.listView dd .name q.colsize{
    margin-top:5px;
}
.listView dd .netSpValue,
.listView dd .netValue{
    font-size:13px;
}
.listView dd .netSpValue b{
    color:#f00;
}
.listView dd .netSpValue b,
.listView dd .netValue b{
    display:inline-block;
    padding:0 1px 0 4px;
    font-size:21px;
    font-weight:bold;
}
/* ----- icon ------- */
.listView .icons{
    width:100%;
}
.listView .icons div{
    float:none;
    /* min-height:1px;*/  /* これを外すと左寄せ */
}
.listView .icons div q{
    display:inline-block;
    color:#fff;
    font-size:12px;
    text-align:center;
    width:100%;
}


/* ---------------  リスト仮 END --------------- */


/* ------------- modal ------------- */
#backMaskBase {
	background: #000;
 	display: none;
	height: 100%;
	left: 0px;
	-moz-opacity: 0.5;
	filter: alpha(opacity=5);
    opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99991;
}
#modalWin {
	display: none;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 0;
	position: fixed;
	width: 100%;
	z-index: 99992;
}
#modalContent {
    display:none;
	position: relative;
	background-color: #FFF;
	box-shadow: 3px 3px 8px #000;
	-moz-box-shadow: 3px 3px 8px #000;
	-webkit-box-shadow: 3px 3px 8px #000;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 99993;
	text-align: center;
}
#modalContent.tireSize{
	width: 700px;
	height: 500px;
	margin: 70px auto 0 auto;
	padding: 0;
	color: #000;
    background-color:#fff;
}
#modalContent.tireSize h3{
    font-size:21px;
    font-weight:bold;
    text-align:center;
    padding:15px 0 25px 0;
}
#modalContent.tireSize h3 span{
    display:inline-block;
    border-bottom:1px solid #333;
    padding:0 20px 1px 20px;
}
#modalContent .closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 99994;
    cursor:pointer;
}
#modalContent .closeBtn img{
    width:100%;
}
.newWin:after{
content: url("../img/new_win_icon14x13.png");
padding-left:3px;
}
/* ------------- modal ここまで  ------------- */







/* --------------- フリップデスク バナー --------------- */
#banner_block{
    display: none;
}
#flipdesk_banner_sp{
    display:none;
}
#flipdesk_banner_pc{
    position:fixed;
    bottom:25px;
    right:50px;
    width:200px;
    height:270px;
    padding:0;
    margin:0;
    z-index:9999;
}
#flipdesk_banner_pc img{
    width:100%;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
}
#flipdesk_banner_pc img:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
}

#banner_block .closeBtn{
    position:absolute;
    top:-12px;
    right:-12px;
    width:25px;
    height:25px;
    background-color:#bbb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor:pointer;
    z-index:999;
    transition: all 300ms 0s ease;
}
#banner_block .closeBtn:hover{
    background-color:#ccc;
    transition: all 300ms 0s ease;
}
#banner_block .closeBtn div{
    display: inline-block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
}
#banner_block .closeBtn div:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
/* --------------- フリップデスク バナーここまで --------------- */
/* ------- 告知バナー20190725 ------- */
.tireNoticeBnr{
    width:1000px;
    height:100px;
    margin:15px auto 0 auto;
    background: url(/webfront/image/static_image/bnr/tire_notice_bnr_pc.png) no-repeat;
    background-size: 1000px 100px;
}
.tireNoticeBnr b{
    display:none;
}
/* ------------- */


/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width:767px){

/*
    上流でこれに囲まれている
    div#container {
        width: 100%;
        min-width: 0;
        margin: 0 auto;
        position: relative;
        margin-top:100px;
    }
*/
    .spSet {display: block !important;}
    .pcSet {display: none !important;}

    /*Bread crumb*/
    .bredContents {
        width: 100%;
        margin: auto;
    }

    .mainTitle {
        overflow: hidden;
        width: 100%;
        margin: 6vw auto auto auto;
    }
    .mainTitle h1 {
        display: block;
        float: none;
        font-size: 5.5vw;
        text-align: center;
        line-height: 1.2;
        padding: 0 1vw;
    }
    .mainTitle .tire_firstBtn {
        float: none;
    }
    .mainTitle .tire_firstBtn a {
        height: auto;
        line-height: 1;
        font-size: 3.3vw;
        border: none;
        text-align: right;
        color: #333;
        display: block;
        padding: 0 2vw 0 0;
        position: relative;
        text-decoration: underline;
    }
    .mainTitle .tire_firstBtn a:hover {
        border: 1px solid #e6e6e6;
        background-color: #e6e6e6;
        text-decoration: none;
    }

    /* ------- 入口設置20190419 ------- */
    .tire_firstBtn {
        margin: 5% auto 8%;
        width: 100%;
    }

    .tire_firstBtn a {
        white-space: nowrap;
        font-size: auto;
        padding: auto;
        background-color: none;
    }

    .tire_firstBtn a:before{
        width: 10px;
        height: 10px;
        top: 0px;
        right: 3%;
    }

    /* --------------- 大メニュー --------------- */
    #searchMenu{
        width:100%;
        margin:-11px 0 0 0;
        padding:0;
    }
    #searchMenu.spbg01{
        background: url("/webfront/tire_search/_img_bg/bg01s.jpg") center center no-repeat;
        background-size: cover;
    }
    #searchMenu.spbg02{
        background: url("/webfront/tire_search/_img_bg/bg02s.jpg") center center no-repeat;
        background-size: cover;
    }
    #searchMenu.spbg03{
        background: url("/webfront/tire_search/_img_bg/bg03s.jpg") center center no-repeat;
        background-size: cover;
    }

    
    #searchMenu h3{
        background-color:#ccc;
        border-top:1px solid #fff;
        text-align:center;
        font-size:4.5vw;
        font-weight:normal;
        line-height:9.5vw;
    }
    #searchMenu .inner{
        padding:0 2vw 2vw 2vw;
    }
    #searchMenu .inner dl{
        width:100%;
        float:none;
        margin:0;
        padding:0 0 4vw 0;
        border-bottom:1px solid #fff;
    }
    #searchMenu .inner dl:last-child{
        border-bottom:none;
    }
    #searchMenu .inner dt{
        width:100%;
        font-size:5vw;
        color:#fff;
        font-weight:bolder;
        line-height:1;
        padding:4vw 0 2.5vw 0;
        border-bottom:none;
        text-align:center;
    }
    #searchMenu .inner dd{
        width:46vw;
        text-align:center;
        height:8vw;
        line-height:8vw;
        font-size:4vw;
        margin:0;
    }
    #searchMenu .inner dd a{
        background-color:#fff;
        border:1px solid #eee;
    }
    #searchMenu .inner dd a:hover{
        background-color:#ff8e00;
    }
    #searchMenu .inner dd a.stay{
        background-color:#ff6e00;
        border:1px solid #ff6e00;
    }
    /* ---------------  --------------- */
    #tireSearch.bg01,
    #tireSearch.bg02,
    #tireSearch.bg03{
        background:transparent;
    }
    #tireSearch .inner{
        position:relative;
        width:100%;
        margin:0 0 0 4vw 0;
        padding:0;
    }
    #tireSearch .inner .msg{
        background-color:#ccc;
        text-align:center;
        font-size:4.5vw;
        font-weight:normal;
        line-height:9.5vw;
        /* margin-bottom:44vw; */
    }
    /* --------------- 上 --------------- */
    #tireSearch .howSearch{
        width:100%;
        float:none;
        min-height:10vw;
    }
    #tireSearch .howSearch li{
        margin: 4vw 2vw;
    }
    #tireSearch .howSearch li a,
    #tireSearch .howSearch li a:hover{
        height:12vw;
        line-height:12vw;
        padding:0;
        font-size:4vw;
        background-position:center right 3vw;
    }
    .modelSvg{
        width:13vw;
        margin:0 3vw;
    }
    .sizeSvg{
        width:8vw;
        margin:0 5.5vw;
    }
    .makerSvg{
        width:8vw;
        margin:0 5.5vw;
    }
    #tireSearch .howSearch li a.stay{
        background-position:center right 3vw;
    }
    
    #tireSearch .inner .lastSelection{
        position:absolute;
        left:0px;
        margin:0 0 0 2vw;
        min-height:31vw;
        max-height:31vw;
        padding:2vw 0;
        top:14vw;
        bottom:auto;
        width:96vw;
        z-index:9999;
        background-color: rgba(51,51,51,0.7);
    }
    #tireSearch .inner .lastSelection h4{
        font-size:4.5vw;
        padding:0;
    }
    #tireSearch .inner .lastSelection p{
        font-size:3.3vw;
        padding:1vw;
    }
    .ReSearchBtn{
        height:8vw;
        line-height:8vw;
        font-size:4.5vw;
        width:60vw;
    }
    /* --------------- 下 --------------- */
    #tireSearch .popMenuBlock{
        width:100%;
        float:none;
        min-height:10vw;
        margin-bottom:4vw;
        background:rgba(255, 255, 255, 1);
    }
    #tireSearch .popMenuBlock dl{
        margin:3vw 2vw 0 2vw;
    }
    #tireSearch .popMenuBlock .submitBtnBlock{
        margin:0 2vw 0 2vw;
    }
    #submitMsg {
        height:8vw;
    }
    #submitMsg p{
        font-size:3.5vw;
        color:#ff1d25;
        height:8vw;
        line-height:8vw;
    }
    .submitBtnBlock .loupeSvg{
        position:absolute;
        top:4vw;
        left:32vw;
        height:6vw;
    }
    #tireSearch .popMenuBlock dt{
        font-size:4vw;
    }
    #tireSearch .popMenuBlock dd p{
        font-size:3.3vw;
        margin:5vw 0 0 4vw;
    }
    
    /* --------------- formの部品 --------------- */
    .submitBtn0{
        font-size: 5vw;
        height:14vw;
    }
    .submitBtn1{
        font-size: 5vw;
        height:14vw;
    }
    .popMenu{
        padding:0 7vw 0 3vw;
        height:10vw;
        background-position: right 2vw  center no-repeat;
        background-size:6vw;
    }



    /* ======== ここから商品一覧ページ  =================== */
    #tireSearchRes{
        width:100%;
        margin:0;
    }
    #ResList{
        width:auto;
        margin:5vw 2vw;
        float:none;
    }
    #ResList .pageTtl{
        font-size:6.5vw;
        padding:0 0 3vw 0;
    }
    .notResMsg{
        font-size:4.5vw;
        padding:7vw 0 3vw 0;
    }

    /* ------------ 左カラムのメニュー群 ---------- */
    #Refineby{
        margin:0;
        padding:0;
        float:none;
        display:none;
    }

    #RefinebySP{
        width:auto;
        margin:4vw 0;
    }
    #RefinebySP .switch{
        margin:0;
    }
    #RefinebySP .switch p{
        font-size:3.5vw;
        text-align:center;
        border:1px solid #777;
        width:46vw;
        margin:0 0;
        line-height:8vw;
        padding:0;
        cursor:pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #refItem{
        float:left;
    }
    #refPrice{
        float:right;
    }
    #RefinebySP .switch .bg1{
        background: url("/webfront/tire_search/_img_bg/bg_arrow1.png") center right 1vw no-repeat;
    }
    #RefinebySP .switch .bg2{
        background:#eee url("/webfront/tire_search/_img_bg/bg_arrow2.png") center right 1vw no-repeat;
    }
    #refItemBlock{
        display:none;
        margin:-1px 0 0 0;
        border:1px solid #777;
        padding:3vw;
        min-height:100px;
    }
    #refPriceBlock{
        display:none;
        margin:-1px 0 0 0;
        border:1px solid #777;
        min-height:100px;
    }
    
    #refPriceBlock .newH{
        font-size:3.5vw;
        color:#888;
        padding:2vw;
        line-height:1;
        font-weight:normal;
    }

    #Refinner ul{
        margin:0;
    }
    #Refinner li{
        font-size:4vw;
        padding: 0;
    }
    #refPriceBlock .prRange{
        text-align:center;
    }
    
    #refPriceBlock .prRange #facet_min_price_sp,
    #refPriceBlock .prRange #facet_max_price_sp{
        font-size:16px;
        width:27vw;
        height:6vw;
        margin:0 1vw 0 3vw;
    }
    #refPriceBlock .prRange i{
        display:inline-block;
        max-width:4vw;
        text-decoration:none;
        font-style:normal;
        font-size:3.5vw;
        white-space:nowrap;
    }
    #refPriceBlock .clrBtn{
        cursor:pointer;
        border:1px solid #999;
        color:#555;
        background-color:#fff;
        font-size:4vw;
        width:6vw;
        height:6vw;
        line-height:5vw;
        text-align:center;
        border-radius: 6vw;
        padding:0;
        color:#fff;
        background-color:#999;
        margin:0 0 0 3vw;
    }
    #refPriceBlock .prBtn {
        text-align:center;
        margin:5vw 0 3vw 0;
    }
    
    #refItemBlock .refTtl{
        color:#777;
        font-size:3.5vw;
        margin:0 0 1px 0;
        font-weight:normal;
    }
    #refItemBlock .selectMenuA{
        width:100%;
        font-size:16px;
        margin:0 0 3vw 0;
    }
    optgroup.optgrp{
        background-color:#fcc;
    }


    /* --------------- 現在選択中情報 --------------- */
    #ResList .selectInfo{
        width:100%;
        height:auto;
        display: block;
    }
    #ResList .selMsgW2T{
        text-align: center;
        margin-bottom: 3vw;
        font-size: 4vw;
    }
    #ResList .selectData1,
    #ResList .selectData2{
        width:100%;
        margin:0 0 2vw 0;
    }
    #ResList .selectData1 dt,
    #ResList .selectData2 dt,
    #ResList .selectWheelData dt{
        font-size:4vw;
        padding:3vw 1vw 0 1vw;
        text-align:center;
    }
    #ResList .selectData1 dd,
    #ResList .selectData2 dd{
        position:static;
        font-size:3.5vw;
        padding:2vw;
        text-align:center;
    }
    #ResList .selectData1 dd p,
    #ResList .selectData2 dd p{
        position:static;
        margin:2vw 3vw 1vw 1vw;
        text-align:right;
    }
    #ResList .submitLink{
        font-size:3.5vw;
    }
    #ResList .selectWheelData{
        position:static;
        width:100%;
        margin:0 0 7vw 0;
    }
    #ResList .selectWheelData dd{
        font-size:3.5vw;
        padding:2vw;
    }
    #ResList .selectWheelData dd span{
        width:27vw;
        min-height:27vw;
        margin:0 3vw 1vw 0;
    }
    #ResList .selectWheelData dd p{
        clear:both;
        position:static;
        width:auto;
        margin:2vw 0 0 0;
        text-align:right;
    }
    /* --------------- 現在選択中情報END --------------- */

    /* --------------- ソートエリア仮 --------------- */
    #sortListBlock .sortPop .kensuu{
        font-size:3.3vw;
    }
    #sortListBlock .sortPop q{
        padding:0;
        font-size:4.3vw;
    }
    #sortListBlock .sortPop .selectMenuA{
        width:33vw;
        font-size:16px;
        padding:0 30px 0 2vw;
        cursor:pointer;
        line-height:30px;
        background:#fff url(/webfront/oil_search/_img_bg/bg_pmenu2.png) right center no-repeat;
    }
    .viewSelBtn a {
        margin:0 2vw;
    }
    .viewSelBtn a:first-child {
        padding-left: 4vw;
    }
    /* --------------- ソートエリア end --------------- */

    /* --------------- ページング --------------- */
    .pagengList{
        text-align:center;
    }
    .pagengList li{
        margin:0 1.3vw;
        text-align:center;
    }
    .pagengPrevBackBtn,
    .pagengNumberBtn,
    .pagengCurrentBtn{
        font-size:4vw;
        min-width:6.5vw;
        max-width:6.5vw;
        width:6.5vw;
        height:6.5vw;
    }

    /* --------------- 商品一覧 ------- */

    /* ---------------  カタログ表示 --------------- */
    .catalogView {
        width: 46vw;
        margin: 5vw 1vw 0 1vw;
        border-bottom:1px solid #ccc;
        padding:0 0 5vw 0;
        overflow:hidden;
    }
    .catalogView:nth-child(3n) {
        width: 46vw;
    }
    .catalogView dt{
        width:auto;
        min-height:30vw;
        text-align:center;
    }
    .catalogView dt img{
        width:90%;
        text-align:center;
        vertical-align:bottom;
    }
    .catalogView dd,
    .catalogView dd .name{
        font-size:3.5vw;
    }
    .catalogView dd .netSpValue,
    .catalogView dd .netValue,
    .catalogView dd .name q{
        font-size:2.5vw;
    }
    .catalogView dd .netSpValue b,
    .catalogView dd .netValue b{
        font-size:3.5vw;
        padding:0;
    }
    
    /* ----- icon ------- */
    .catalogView .icons{
        width:44vw;
    }
    .catalogView .icons div q{
        font-size:3vw;
    }
    .specialprice{
        width:11vw;
    }
    .runflat{
        width:21vw;
        margin:0 0.5vw;
    }
    .new{
        width:11vw;
    }

/* --------------- カタログ表示 END --------------- */

/* ---------------  リスト表示 --------------- */
.listView {
    margin: 15px 0 0 0;
    padding:0 0 15px 0;
}
.listView dt{
    width:30vw;
    min-height:30vw;
}
.listView dd{
    padding:0 0 0 4vw;
    min-width:55vw;
    max-width:61vw;
}
.listView dd .name{
    font-size:3.8vw;
    padding:0;
}
.listView dd .name q{
    font-size:3.3vw;
}
.listView dd .name q.colsize{
    margin-top:1vw;
}
.listView dd .netSpValue,
.listView dd .netValue{
    font-size:3vw;
}
.listView dd .netSpValue b,
.listView dd .netValue b{
    padding:0 0.5vw;
    font-size:4.5vw;
}









    /* --------------- formの部品 --------------- */
    .submitBtn2{
        font-size: 4vw;
        padding:1.5vw 1.5em;
    }
    .submitBtn3{
        font-size: 3.8vw;
        padding:1vw 0.5em;
    }

    /* ------------- modal ------------- */
    #modalContent.tireSize{
        width: 95%;
        height: auto;
    }
    #modalContent.tireSize h3{
        font-size:5vw;
        padding:2vw 0 3vw 0;
    }
    #modalContent.tireSize img{
        width:100%;
        margin:0 0 7vw 0;
    }
    #modalContent .closeBtn {
        top: 1vw;
        right: 1vw;
        width: 8vw;
        height: 8vw;
    }
    

    /* --------------- フリップデスク バナーKT --------------- */
    #flipdesk_banner_pc{
        display:none;
    }
    #flipdesk_banner_sp{
        display:block;
        position:fixed;
        bottom:25px;
        right:0;
        width:100%;
        z-index:999;
    }
    #flipdesk_banner_sp .inner{
        width: calc(100% - 50px);
        padding:10px;
        margin:0 auto;
        text-align:center;
    }
    #flipdesk_banner_sp img{
        width:100%;
    }
    #banner_block .closeBtn{
        position:absolute;
        top:-4px;
        right:8px;
        width:25px;
        height:25px;
        background-color:#aaa;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor:pointer;
    }
    /* --------------- フリップデスク バナーここまで --------------- */
    /* ------- 告知バナー20190725 ------- */
    .tireNoticeBnr{
        width:100vw;
        height:18.26vw;
        margin:1vh auto 0 auto;
        background: url(/webfront/image/static_image/bnr/tire_notice_bnr_sp.png) no-repeat;
        background-size: cover;
}

}/* スマホここまで */

/* --------- loading アニメ -------- */
/*
<p id="spinnerAnime" class="spinner-loader">Loading&#8230;</p>
*/

#spinnerAnime{
    text-align:center;
    margin:0 0;
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
    -moz-animation: spinner-loader 2000ms infinite linear;
    -webkit-animation: spinner-loader 2000ms infinite linear;
    animation: spinner-loader 2000ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: rgba(128, 128, 128, 0.5) 1.5em 0 0 0, rgba(128, 128, 128, 0.5) 1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) 0 1.5em 0 0, rgba(128, 128, 128, 0.5) -1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) -1.5em 0 0 0, rgba(128, 128, 128, 0.5) -1.1em -1.1em 0 0, rgba(128, 128, 128, 0.5) 0 -1.5em 0 0, rgba(128, 128, 128, 0.5) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(128, 128, 128, 0.5) 1.5em 0 0 0, rgba(128, 128, 128, 0.5) 1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) 0 1.5em 0 0, rgba(128, 128, 128, 0.5) -1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) -1.5em 0 0 0, rgba(128, 128, 128, 0.5) -1.1em -1.1em 0 0, rgba(128, 128, 128, 0.5) 0 -1.5em 0 0, rgba(128, 128, 128, 0.5) 1.1em -1.1em 0 0;
    box-shadow: rgba(128, 128, 128, 0.5) 1.5em 0 0 0, rgba(128, 128, 128, 0.5) 1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) 0 1.5em 0 0, rgba(128, 128, 128, 0.5) -1.1em 1.1em 0 0, rgba(128, 128, 128, 0.5) -1.5em 0 0 0, rgba(128, 128, 128, 0.5) -1.1em -1.1em 0 0, rgba(128, 128, 128, 0.5) 0 -1.5em 0 0, rgba(128, 128, 128, 0.5) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 12px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;
}
