@charset "utf-8";
  #container #wrapper{
    width: auto;
  }
    #wrapper .memberTab,
    #wrapper .premiumTab{
          height: 70px;
    }
    .only_sp {
      display: none !important;
    }


  @media screen and (max-width:667px) { 
    #wrapper img {
        width: 100%;
    }
    .contentInner {
    width: auto;
    }
    #wrapper .memberTab,
    #wrapper .premiumTab{
          height: auto;
    }
    #wrapper .memberTab img,
    #wrapper .premiumTab img{
      max-width: 100%;
      height:auto;
    }
    .only_sp {
      display: block !important;
    }
    .titleWrap{
      padding:20px 10px 8px;
      border-bottom:2px solid #f2d368;}

    h2 span.titleBase{
      display:block;
      font-size:17px;
      color:#c76413;
      margin:0 0 5px;
    }
    .contentInner .specialBlocks li .left {
        float:none;
        width: auto;
        margin-right: 0;
    }
    .contentInner .specialBlocks li .left .label img {
        width: 100%;
    }
    .contentInner .specialBlocks li .right {
        float: none;
        width: auto;
    }
    
  }

/*190522追記分*/
#wrapper a:link {
	color: #D71C58;
	text-decoration: underline;
}

#wrapper a:visited {
	color: #D71C58;
}

#wrapper a:hover {
	color: #F60;
	text-decoration: none;
}

.MrgT0 {
	margin-top:0px !important;
}
.MrgT10 {
	margin-top:10px !important;
}
.MrgB0 {
	margin-bottom:0px !important;
}
.MrgL1em {
	margin-left:1em !important;
}
.MrgL20 {
	margin-left:20px !important;
}

/* バナー設置追記20190913*/
.bnrArea {
	margin: -40px 0 0;
}


@media screen and (max-width:667px) { 
.bnrArea {
	margin: 0;
}
.bnrArea img {
	width: 100%;
}
}