@charset "Shift_JIS";
/* -------------------------------------
   LPアフィリエイト用 専用CSS
   (public/css/market/lp-affiliate.css)
------------------------------------- */



/* =========================================
   2026/06/30 追加・上書き分 (BIG-AE, above, header-100per)
   ========================================= */


/* マージン相殺（Margin collapse）を防ぐため、BFCを生成する */
.mv-1125px-Main-form {
    display: flow-root;
}

.Auto-Estimate#BIG-AE {
    width: 410px;/*上書き*/
    margin: 0 0;/*上書き*/
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10 !important;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
.Auto-Estimate#BIG-AE {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        position: static;
    }
}




@media screen and (max-width: 1125px)  {
.mv-1125px-lp{
  width: 1125px;
  margin:0 auto;
  height:auto;
  }
}
@media screen and (max-width: 640px)  {
.mv-1125px-lp{
  width: 100%;
  height:auto;
  position: static;
  margin:0 auto;
  }
}

.mv-100per-Main-form
 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #111;
    margin-top: 68px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .mv-100per-Main-form {
        margin-top: 70px;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}



.AE-enter#BIG-AE-E {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
    .AE-enter#BIG-AE-E {
        width: 98%;
        margin: 0 auto;
    }
}

select.wide80-1-lineBOLD-Detail {
    width: 95%;
    margin: 0 auto;
    height: 42px;
    font-size: 115%;
    background-color: #fff;
    color: #111;
    padding: 7px 30px 5px 15px;
    font-weight: bold;
}

select.wide80-1-line-Detail {
    width: 95%;
    margin: 0 auto;
    height: 37px;
    font-size: 108%;
    background-color: #fff;
    color: #111;
    padding: 6px 30px 4px 15px;
}
.Auto-Estimate p {
    color: #aaa;
    font-size: 12px;
    line-height: 0%;
    padding: 10px 30px 12px 25px;
    margin: 0;
    text-align: right;
}@media screen and (max-width: 640px) {
    .Auto-Estimate p {
        width: 94%;
        margin: 0 auto;
        padding: 10px 0px 20px 10px;
    }
}

select:disabled
 {
    color: #777;
    background-color: #dadada !important;
    opacity: 0.96;
}

.Auto-Estimate p.market-transition
 {
    display:none;
}
/* =========================================
   メインアニメーション部分
   ========================================= */
img.mv-copy{
position:absolute;
top:105px;
left:450px;
width:auto;
z-index:5;
}
@media screen and (max-width: 640px)  {
img.mv-copy{
width:38%;
position:absolute;
top:37%;
left:3%;
opacity: 0;/* 透明 */
-webkit-animation-duration: 1s;
-webkit-animation-delay:0.9s;
-webkit-animation-name: slidein-RealPrice-SP ;
animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
animation-fill-mode: forwards; /*これで値を保持*/
overflow:hidden;
  }
}


img.mv-arrow01{
position:absolute;
top:168px;
left:410px;
width:auto;
z-index:2;
}

img.mv-sateii{
position:absolute;
top:208px;
left:465px;
width:auto;
z-index:3;
}

img.mv-booking{
  position:absolute;
  top: 520px;
  left:460px;
  z-index:3;
  cursor:pointer;
  }

img.mv-yara-name{
position:absolute;
top:222px;
left:790px;
width:auto;
z-index:4;
}
@media screen and (max-width: 640px)  {
img.mv-yara-name{
position: absolute;
top: 78%;
left: 54%;
width: 45%;
z-index: 4;
  }
}

img.mv-arrow02{
display:none;
}
@media screen and (max-width: 640px)  {
img.mv-arrow02{
display:block;
position: absolute;
top: 32%;
left: 0%;
width: 88%;
z-index:2;
  }
}

img.mv-booking {
    display:none;;
}

#Tel-UnderlineLP{
display:block;
position:absolute;
top:64px;
left:-100px;
width:300px;
height:2px;
z-index:0 !important;
-webkit-animation-duration: 1.5s;
-webkit-animation-delay:2.5s;
-webkit-animation-name: slidein-Tel-Underline ;
animation-iteration-count: 2;/* アニメーションの繰り返し（無限）*/
overflow:hidden;
}
@keyframes slidein-Tel-Underline {
  from {
    margin-left: 150%;
    width: auto; 
  }

  to {
    margin-left: -10px;
  }
}
@media screen and (max-width: 640px)  {
#Tel-UnderlineLP{
display:none;
  }
}
/* -------------------------------------
   LPアフィリエイト専用：セレクトボックスの上下余白（操作性と見た目向上）
------------------------------------- */
ul.AE-input li.One-Line-1-Detail {
    padding: 15px 0 10px 0;
}
ul.AE-input li.One-Line-Detail{
    padding: 10px 0 5px 0;
}
ul.AE-input li.Before_OPEN_TAB {
    padding: 12px 0 2px 0;
}

@media screen and (max-width: 640px) {
    ul.AE-input li.One-Line-1-Detail {
        width: auto !important;
        padding: 6px 5px 14px 5px;
    }
}
@media screen and (max-width: 640px) {
    ul.AE-input li.One-Line-Detail {
        height: 35px;
        padding: 7px 5px 6px 5px;
    }
}
@media screen and (max-width: 640px) {
    ul.AE-input li.Before_OPEN_TAB {
        padding: 8px 5px 2px 5px;
    }
}





/* -------------------------------------
   SP版でのメインビジュアル左要素(mv-left100 / mv-left-52)のフロート解除と幅100%化
   (index.htmでの修正と同様の手順)
------------------------------------- */
@media screen and (max-width: 640px) {
    .mv-left100,
    .mv-left-52 {
        float: none !important;
        width: 100% !important;
        margin: 0 auto !important;
        position: relative;
        z-index: 10;
    }
}





.accordion-menu dt {
    width: 88%;
    padding: 12px 5px 12px 61px;
}
@media screen and (max-width: 640px)  {
.accordion-menu dt {
    font-size: 23px;
    width:91%;
	background-position: right 7% center;
    text-align: center;
	padding: 13px 5px 11px 5px;
    font-weight: 600;
    margin-top:15px;
  }
}
@media screen and (max-width: 410px)  {
.accordion-menu dt {
    font-size:22px;
  }
}
@media screen and (max-width: 390px)  {
.accordion-menu dt {
    font-size:21px;
  }
}
@media screen and (max-width: 370px)  {
.accordion-menu dt {
    font-size:20px;
  }
}
.accordion-menu dt:hover {
    background-color:crimson;
    cursor:pointer;
}
.accordion-menu dt.active {
    width: 88%;
  	padding: 12px 5px 12px 61px;
	border:2px solid #770E00;
	border-radius:5px;
    /*background-color: #b81a1a;*/
    background-color: #ed264e;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 rgba(255,255,255,0.1);
	background-image:url(../../image/market-foldable-up.png);
	background-size:20px;
	background-repeat:no-repeat;
	background-position: right 13% center;
	box-sizing: border-box;
}
@media screen and (max-width: 640px)  {
.accordion-menu dt.active {
    font-size: 23px;
    width:91%;
	background-position: right 6% center;
    text-align: center;
	padding: 13px 0px 11px 0px;
    margin-top:15px;
  }
}
@media screen and (max-width: 410px)  {
.accordion-menu dt.active {
    font-size:22px;
  }
}
@media screen and (max-width: 390px)  {
.accordion-menu dt.active {
    font-size:21px;
  }
}
@media screen and (max-width: 370px)  {
.accordion-menu dt.active {
    font-size:20px;
  }
}

.BikeForAEsp{
  display:block;
  }



.Auto-Estimate p.form-subject-TOP{
padding: 10px 10px 12px 9%;
}
@media screen and (max-width: 640px)  {
.Auto-Estimate p.form-subject-TOP{
padding: 10px 0px 10px 5%;
  }
}

.graph-100per {
    margin-top: -20px;
}

.graph-1125px {
    padding-top: 100px;
}

.HeadLine-AE2nd-oroginal {
    margin-top: 0px;
}


.mv-100per-Main-form.forINDEX  { margin-top: 68px !important; }
@media screen and (max-width: 640px)  {
.mv-100per-Main-form.forINDEX  { margin-top: 88px !important; }
}

.Auto-Estimate.forINDEX { margin-top: 20px !important; }
@media screen and (max-width: 640px)  {
.Auto-Estimate.forINDEX { margin-top: 0px !important; }
}
.model-name { color: #ffce19 !important; }

.AE-result { background-image: url(../../image/ae-red-bg-012.png); }




/* === Extracted from auto-satei.css for AE-price === */


.AE-result#wide60-t{
width:90%;
margin:0px auto;
margin-bottom:10px;
}

ul.AE-price{
  list-style-type: none;
  margin: 0px 10px 3px 10px;
  padding: 0;
  z-index:10;
  }
@media screen and (max-width: 640px)  {
ul.AE-price{
  list-style-type: none;
  margin: 0px 10px 3px 10px;
  }
}

ul.AE-price li.wide60-p:nth-child(2){
  font-size:36px;
  padding:8px 15px 8px 5px;
}

ul.AE-price li:last-child{
  font-weight:normal;
  font-size:18px;
  border-bottom:solid 0px #BB9800;
  padding: 16px 15px 7px 5px;
  text-shadow: 1px 1px 4px #000;
}

ul.AE-price li.wide60-p:last-child{
  font-size:18px;
}

ul.AE-price li{
  color:yellow;
  text-align:right;
  font-weight:bold;
  font-size: 34px;
  padding:8px 15px 3px 5px;
  text-shadow: 0px 0px 5px #111;
  /*box-shadow: 0 2px 2px -1.5px #c40c0c;For Old BG Crimson*/
  box-shadow: 0 2px 2px -1.5px #040c0c;
  border-bottom:solid 2px;
  border-image: linear-gradient(to right, #3d0202, #870909, #6f0101) 1;
  clear:both;
  position:relative;
  height:60px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li{
  font-size:44px;
  height:62px;/*平均金額をの文字を大きくする場合は59px*/
  }
}
@media screen and (max-width: 410px)  {
ul.AE-price li{
  font-size:42px;
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li{
  font-size:40px;
  }
}
@media screen and (max-width: 370px)  {
ul.AE-price li{
  font-size:38px;
  }
}
@media screen and (max-width: 350px)  {
ul.AE-price li{
  font-size:36px;
  }
}

ul.AE-price li.Boder2nd-AE-detail{
  border-image: linear-gradient(to right, #4d0202, #b70909, #6f0101) 1;
}


.AE-price-absolute{
  position:absolute;
  top:auto;/*Top:37px*/
  bottom:-7px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute{
  bottom:-8px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute{
  top:27px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute{
  top:29px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute{
  top:31px;
  }
}
@media screen and (max-width: 350px)  {
.AE-price-absolute{
  top:33px;
  }
}
*/

.AE-price-absolute02{
  position:absolute;
  top:auto;/*Top:39px*/
  bottom:-5px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute02{
  bottom:-7px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute02{
  top:26px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute02{
  top:28px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute02{
  top:30px;
  }
}
@media screen and (max-width: 350px)  {
.AE-price-absolute02{
  top:28px;
  }
}
*/

.AE-price-absolute03{
  position:absolute;
  top:auto;/*Top:25px*/
  bottom:-4px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute03{
  bottom:-2px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute03{
  top:27px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute03{
  top:29px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute03{
  top:31px;
  }
}
*/

.AE-price-absolute04{
  position:absolute;
  top:19px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute04{
  top:19px;
  }
}

.AE-price-absolute-article{
  position:absolute;
  top:auto;/*top:42px*/
  bottom:-8px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-article{
  bottom:-8px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute-article{
  top:25px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute-article{
  top:27px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute-article{
  top:29px;
  }
}
*/

.AE-price-absolute-article02{
  position:absolute;
  top:auto;/*top:41px*/
  bottom:-6px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-article02{
  bottom:-6px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute-article02{
  top:26px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute-article02{
  top:28px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute-article02{
  top:30px;
  }
}
*/

.AE-price-absolute-article03{
  position:absolute;
  top:auto;/*top:34px;*/
  bottom:-3px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-article03{
  bottom:-3px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute-article03{
  top:31px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute-article03{
  top:33px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute-article03{
  top:35px;
  }
}
*/

.AE-price-absolute-Market{
  position:absolute;
  top:auto;/*top:44px;*/
  bottom:-8px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-Market{
  bottom:-7px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute-Market{
  top:28px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute-Market{
  top:30px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute-Market{
  top:32px;
  }
}
*/

.AE-price-absolute-Market02{
  position:absolute;
  top:auto;/*top:42px;*/
  bottom:-8px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-Market02{
  bottom:-6px;
  }
}
/*
@media screen and (max-width: 410px)  {
.AE-price-absolute-Market02{
  top:30px;
  }
}
@media screen and (max-width: 390px)  {
.AE-price-absolute-Market02{
  top:32px;
  }
}
@media screen and (max-width: 370px)  {
.AE-price-absolute-Market02{
  top:34px;
  }
}
*/

.AE-price-absolute-Market04{
  position:absolute;
  top:19px;
  right:14px;
  z-index:5;
}
@media screen and (max-width: 640px)  {
.AE-price-absolute-Market04{
  top:19px;
  }
}



ul.AE-price li.wide60-p{
  font-size:25px;
  padding:8px 15px 8px 5px;
  position:relative;
  height:49px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.wide60-p{
font-size:30px;
  height:43px;/*For Price Position Absolute*/
  }
}
@media screen and (max-width: 410px)  {
ul.AE-price li.wide60-p{
font-size:28px;
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li.wide60-p{
font-size:26px;
  }
}
@media screen and (max-width: 370px)  {
ul.AE-price li.wide60-p{
font-size:24px;
  }
}

ul.AE-price li.LowPriceOnOff{
  display:none;
  font-size:22px;
  padding:8px 15px 8px 5px;
  position:relative;
  height:64px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.LowPriceOnOff{
  display:block;
font-size:30px;
  height:67px;/*For Price Position Absolute*/
  }
}
@media screen and (max-width: 410px)  {
ul.AE-price li.LowPriceOnOff{
font-size:28px;
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li.LowPriceOnOff{
font-size:26px;
  }
}
@media screen and (max-width: 370px)  {
ul.AE-price li.LowPriceOnOff{
font-size:24px;
  }
}

ul.AE-price li.LowPriceOnOffActive{
  display:block;
  font-size:25px;
  padding:8px 15px 5px 5px;
  height:68px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.LowPriceOnOffActive{
  display:block;
  font-size:28px;
  height:67px;/*For Price Position Absolute*/
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li.LowPriceOnOffActive{
font-size:26px;
  }
}
@media screen and (max-width: 370px)  {
ul.AE-price li.LowPriceOnOffActive{
font-size:24px;
  }
}

ul.AE-price li:nth-child(4){
  font-size:18px;
  padding:18px 15px 8px 5px;
  color: #e8b610;
  height:22px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li:nth-child(4){
  font-size:20px;
  }
}
@media screen and (max-width: 410px)  {
ul.AE-price li:nth-child(4){
  font-size:19px;
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li:nth-child(4){
  font-size:18px;
  }
}

ul.AE-price li:nth-child(2){
  font-size:32px;
  font-weight:bolder;
  padding:5px 15px 3px 5px;
  position:relative;
  height:63px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li:nth-child(2){
  font-size:40px;
  height:60px;/*For Price Position Absolute*/
  }
}
@media screen and (max-width: 410px)  {
ul.AE-price li:nth-child(2){
  font-size:38px;
  }
}
@media screen and (max-width: 390px)  {
ul.AE-price li:nth-child(2){
  font-size:36px;
  }
}
@media screen and (max-width: 370px)  {
ul.AE-price li:nth-child(2){
  font-size:34px;
  }
}
@media screen and (max-width: 350px)  {
ul.AE-price li:nth-child(2){
  font-size:32px;
  }
}

ul.AE-price li.ArticleHeight01{
  height:64px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.ArticleHeight01{
  height:62px;/*For Price Position Absolute*/
  }
}

ul.AE-price li.ArticleHeight02{
  height:64px;/*For Price Position Absolute*/
  border-image: linear-gradient(to right, #5d0202, #b70909, #5f0101) 1;
}
@media screen and (max-width: 640px)  {
ul.AE-price li.ArticleHeight02{
  height:59px;/*For Price Position Absolute*/
  }
}

ul.AE-price li.ArticleHeight03{
  height:49px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.ArticleHeight03{
  height:43px;/*For Price Position Absolute*/
  }
}

ul.AE-price li.MarketHeight01{
  height:67px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.MarketHeight01{
  height:63px;/*For Price Position Absolute*/
  }
}

ul.AE-price li.MarketHeight02{
  height:67px;/*For Price Position Absolute*/
  border-image: linear-gradient(to right, #5d0202, #b70909, #6f0101) 1;
}
@media screen and (max-width: 640px)  {
ul.AE-price li.MarketHeight02{
  height:63px;/*For Price Position Absolute*/
  }
}

ul.AE-price li.MarketHeight03{
  height:22px;/*For Price Position Absolute*/
}
@media screen and (max-width: 640px)  {
ul.AE-price li.MarketHeight03{
  height:22px;/*For Price Position Absolute*/
  }
}

.HighPricePaddingAE{
  margin-left:-2px;
}
@media screen and (max-width: 640px)  {
.HighPricePaddingAE{
  margin-left:-4px;
  }
}
.AvePricePaddingAE{
  font-size: 16px;
}
.LowPricePaddingAE{
  margin-left:2px;
}
@media screen and (max-width: 640px)  {
.LowPricePaddingAE{
  margin-left:4px;
  }
}

.HighPricePaddingArticle{
  margin-left:-2px;
}
@media screen and (max-width: 640px)  {
.HighPricePaddingArticle{
  margin-left:-4px;
  }
}
.AvePricePaddingArticle{
  font-size: 16px;
}
.LowPricePaddingArticle{
  margin-left:2px;
}
@media screen and (max-width: 640px)  {
.LowPricePaddingArticle{
  margin-left:5px;
  }
}

.HighPricePaddingMarket{
  margin-left:-2px;
}
@media screen and (max-width: 640px)  {
.HighPricePaddingMarket{
  margin-left:-4px;
  }
}
.AvePricePaddingMarket{
  font-size: 16px;
}

.Auto-Estimate p.market-transition {
    text-align:center;
    font-size: 15px;
    padding: 15px 5px 5px 5px;
    margin:0px;
}
@media screen and (max-width: 640px)  {
.Auto-Estimate p.market-transition {
    padding: 13px 5px 5px 5px;
  }
}
.Auto-Estimate p.market-transition a {
    color: #D4AF37;
}
.Auto-Estimate p.market-transition a:link {
    text-decoration:none;
}
.Auto-Estimate p.market-transition a:hover {
    color: #D4AF37;
    text-decoration:underline #D4AF37;
}

.Adjust-Margin-ToGraph {
    margin-bottom:15px !important;
    margin-top:5px !important;
}
@media screen and (max-width: 640px)  {
.Adjust-Margin-ToGraph {
    margin-bottom:12px !important;
    margin-top:2px !important;
  }
}

.Auto-Estimate p.market-transitionTOP {
    text-align:center;
    font-size: 12px;
    padding: 3px 5px 5px 5px;
    margin:0px;
}
@media screen and (max-width: 640px)  {
.Auto-Estimate p.market-transitionTOP {
    padding: 3px 5px 5px 5px;
  }
}
.Auto-Estimate p.market-transitionTOP a {
    color: #D4AF37;
}
.Auto-Estimate p.market-transitionTOP a:link {
    text-decoration:none;
}
.Auto-Estimate p.market-transitionTOP a:hover {
    color: #D4AF37;
    text-decoration:underline #D4AF37;
}

ul.AE-price li.AE-price-pc{
  display:block;
}

.ae_price_no_data a:link{
  color:#FFF000;
  font-size:22px;
  text-decoration:none;
  }
@media screen and (max-width: 640px)  {
.ae_price_no_data a:link{
  font-size:24px;
  }
}

.ae_price_no_data a:hover{
  color:#eee;
  text-decoration:underline;
  }

.ae_price_no_data a:visited{
  color:#FFF000;
  text-decoration:none;
  }


.AE-category{
  float:left;
  width:120px;
  margin:0px 15px 4px 5px;
  text-align:left;
  color:#f6f6f6;
  font-size:15px;
  line-height:125%;
  text-shadow: 1px 1px 5px #111;
  position: absolute;
  z-index: 5;
  }

.AE-category-more{
  float:left;
  width:130px;
  margin:1px 5px 4px 5px;
  text-align:left;
  color:#f6f6f6;
  font-size:16px;
  line-height:125%;
  }

.AE-categoryTop{
/*  float:left;	*/
  width:120px;
  margin:4px 5px 2px 5px;
  text-align:left;
  color:#f6f6f6;
  font-size:15px;
  line-height:125%;
  text-shadow: 0px 0px 5px #222;
  position: absolute;
  z-index: 5;
  }

.AE-categoryTop-more{
  float:left;
  width:130px;
  margin:6px 5px 4px 5px;
  text-align:left;
  color:#f6f6f6;
  font-size:18px;
  line-height:125%;
  }

.AE-category img{
  float:right;
  padding:0px 10px 0px 1px;
  margin:0px;
}

.AE-category-more img{
  float:right;
  padding:1px 10px 0px 1px;
  margin:0px;
}

.AE-categoryTop img{
  float:right;
  padding:0px 10px 0px 1px;
  margin:0px;
}

.AE-categoryTop-more img{
  float:right;
  padding:1px 10px 0px 1px;
  margin:0px;
}


ul.AE-putout{
  float:none;
  width:95%;
  border-radius:2px;
  transform: rotate(135deg);  
}

.ae_price{
  line-height:60%; 
  padding-top: 2px; 
}

ul.AE_HeaderFixed_2nd{
  width:1125px;
}
@media screen and (max-width: 640px) {
  ul.AE_HeaderFixed_2nd{
    width:100%;
  }
}

.WavyLineHighPrice{
  font-size:22px;
  margin: 0 -1px 0 -1px;
}
@media screen and (max-width: 640px)  {
.WavyLineHighPrice{
  margin: 0 0px 0 0px;
  }
}

.WavyLineAvePrice{
  font-size:24px;
  margin: 0 -2px 0 -2px;
}
@media screen and (max-width: 640px)  {
.WavyLineAvePrice{
  font-size:23px;
  margin: 0 0px 0 0px;
  }
}

.WavyLineLowPrice{
  font-size:18px;
  margin: 0 0px 0 0px;
}
@media screen and (max-width: 640px)  {
.WavyLineLowPrice{
  }
}

.FooterWavyLineHighPrice{
  font-size:22px;
  margin: 0 -3px 0 -3px;
}
@media screen and (max-width: 640px)  {
.FooterWavyLineHighPrice{
  font-size:15px;
  }
}

.FooterWavyLineAvePrice{
  font-size:23px;
  margin: 0 -3px 0 -3px;
}
@media screen and (max-width: 640px)  {
.FooterWavyLineAvePrice{
  font-size:15px;
  }
}

/* === End of Extracted CSS === */

img.SP-spacer {
    display: none;
}
@media screen and (max-width: 640px) {
    img.SP-spacer {
        display: block;
        width: 100%;
        z-index: 1;
    }
}

.above-adjust-position {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    margin-top: -18px;
}

/*competition OverRide*/

h1{
  color: #222222;
  font-size: 21px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #f6f6f6;
  padding: 15px 8px 15px 35px;
  margin:30px 20px 20px 20px;
  background-color:#333333;
  background-image:url(../../image/h1-bg-lft.png),url(../../image/h1-bg-body.png);
  background-repeat:no-repeat,no-repeat;
  background-position:top left,top left;
  background-size:40px,cover;
  
  border-bottom: solid 0px;
    border-top: solid 0px;
    border-left: solid 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
@media screen and (max-width: 640px) {
h1{
  color: #110500;
  font-size: 18px;
  text-shadow: 1px 1px 1px #f2f2f2;
  padding: 10px 0 10px 22px;
  margin:30px 0px 20px 0px;
  border-bottom: 2px solid #552500 !important;
  background-image:url(../../image/h1-bg-lft-sp.png),url(../../image/h1-bg-body-sp.png);
  background-repeat:no-repeat,no-repeat;
  background-position:top left,top left;
  background-size:33px,cover;
  }
}

.contents-100per {
    background-color: #222;
    z-index: 5;
}

body {
    background-color: #222;
}

.KH-BOX-LF {
    border: solid 2px #111;
}
@media screen and (max-width: 640px) {
  .KH-BOX-LF {
    border-radius: 0px;
  }
}

.KH-BOX-RT {
    border: solid 2px #111;
}

@media screen and (max-width: 640px) {
  .KH-BOX-RT {
    border: solid 0px #666;
  }
}

p {
  color: #b6b6b6;
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  margin: 20px 20px 20px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  p {
    margin: 20px 3% 20px 3%;
    line-height: 160%;
  }
}


h2{
  text-align:left;
  font-size:20px;
  line-height:150%;
  margin:30px 0px 20px 0px;
  border-bottom: solid 1px #4c4c4c;
  border-top: solid 1px #4c4c4c;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  padding:12px 10px 12px 15px;
  }
@media screen and (max-width: 640px) {
h2{
  font-size:18px;
  margin:10px 3% 15px 3%;
  }
}

ul.Purchase{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  width:96%;
  margin:0 auto;
  list-style-type: none;
  margin-top:10px; 
  margin-bottom:10px; 
  padding: 0; 
  }
@media screen and (max-width: 640px) {
ul.Purchase{
  width:98%;
  margin:0 auto;
  padding-top:0px;
  }
}

ul.Purchase#PaddingT-50{ 
  padding-top: 50px; 
  }
@media screen and (max-width: 640px) {
ul.Purchase#PaddingT-50{
  padding-top:20px;
  }
}

ul.Purchase li{
  float:left;
  width:24%;
  margin-right:1%;
  display:inline;
  position: relative;
  background-color:#fff;
  box-shadow: rgba(102, 102, 102, 0.9) 5px 5px 5px 0px;
    -webkit-box-shadow: rgba(102, 102, 102, 0.9) 5px 5px 5px 0px;
    -moz-box-shadow: rgba(102, 102, 102, 0.9) 5px 5px 5px 0px;
  border-top: 3px solid #666;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  box-sizing: border-box;
  margin-bottom:20px;
  border-radius:3px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
ul.Purchase li{
  width:49%;
  }
}

ul.Purchase li:first-child{
  margin-left:0%;
}
@media screen and (max-width: 640px) {
ul.Purchase li:first-child{
  margin-left:0%;
  }
}
ul.Purchase li:last-child{
  margin-right:0%;
}
@media screen and (max-width: 640px) {
ul.Purchase li:last-child{
  float:right;
  margin-right:0%;
  }
}
ul.Purchase li:nth-child(even){
}
@media screen and (max-width: 640px) {
ul.Purchase li:nth-child(even){
  float:right;
  margin-right:0%;
  }
}

ul.Purchase li img{
  width:100%;
  margin-top:0px;
}
@media screen and (max-width: 640px) {
ul.Purchase li img{
  }
}

ul.Purchase li a:hover{
  opacity:0.9;
  filter:alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
	position: relative;
	top: 1px;
  background-color:none;
}
@media screen and (max-width: 640px) {
ul.Purchase li a:hover{
  }
}

    
ul.Purchase li.SalePic{
  border-top: 3px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
ul.Purchase li.SalePic{
  }
}

ul.Purchase li.SalePic img{
  width:98%;
}
@media screen and (max-width: 640px) {
ul.Purchase li.SalePic img{
  }
}

.Purchase-category{
  margin:-4px 0px 0px 0px;
  color:#1a1a1a;
  text-align:left;
  font-size:16px;
  font-weight:bold;
  line-height:120%;
    background-image: url(../../image/bg-li-hanbai-model.png);
    background-repeat: repeat;
    background-size: cover;
    color: #111;
    text-shadow: 1px 1px 1px #D4D4D4;
    padding: 12px 0px 10px 10px;
    border-bottom: 1px solid #8c6239;
  border-top: solid 1px #eee;
  min-height: 38px;
  }
@media screen and (max-width: 640px) {
.Purchase-category{
  font-size:15px;
  padding: 8px 2% 8px 3%;
  min-height:36px;
  }
}

p.kaitori-price {
  text-align: left;
  height: 15px;
  margin: 0px;
  padding: 1px 4px 5px 0px;
  font-size: 12px;
  color: #FFD933;
  font-weight: bold;
}

p.kaitori-price {
  text-align: left;
  height: 15px;
  margin: 0px;
  padding: 1px 4px 5px 0px;
  font-size: 12px;
  color: #FFD933;
  font-weight: bold;
}

.Price-category{
  margin:0px 0px 0px 0px;
  color:#eee;
   text-shadow: 1px 1px 1px #444;
  text-align:right;
  font-size:16px;
  font-weight:bold;
  line-height:115%;
  border-bottom: solid 1px #555;
  border-top: solid 1px #333;
  background-color:#FF4000;/*#FF5000*/
  padding:5px 10px 5px 15px;
  /*background-image:url(../../image/mid-li-exhaust-bg.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;*/
  }
@media screen and (max-width: 640px) {
.Price-category{
  font-size:15px;
  padding:4px 10px 6px 5px;
  }
}

.P-eee{
  color:#eee;
  }

.BD-yellow{
  border-left: solid 7px #FCEE21;
  }

.BG-pic-blk{
  background-image:url(../../image/bg-blk-002.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  }

a {
  color: #f7931e;
  text-decoration: underline #f7931e;
}

a:link {
  text-decoration: underline #777;
}

a:hover {
  color: orange;
  text-decoration: underline;
  text-decoration-color: yellow;
  /*background-color:#2f2f2f; */
}

h3{
  color:#333333;
  text-align:left;
  font-size:18px;
  line-height:150%;
  margin:30px 0px 20px 0px;
  border-bottom: solid 1px #444;
  border-top: solid 1px #444;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  padding:10px 10px 10px 15px;
  }
@media screen and (max-width: 640px) {
h3{
  margin:30px 15px 15px 15px;
  }
}

.inquiry-100per {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.BaseFloor-100per {
    width: 100%;
    margin: 0 auto;
    color: #e6e6e6;
    background-color: #f6f6f6;
    margin-top: 0px;
    display: block;
}

@media screen and (max-width: 640px) {
    img.footer-tel-sp {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding-top: 15px;
        margin-bottom: 0px;
    }
}

