/* Scss Document */


  
#sscontain .saleCateTitle {
  clear: both; }
#sscontain a {
  transition: 0.5s; }
  #sscontain a:hover {
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none; }
#sscontain img {
  max-width: 100%; }
#sscontain .saleCateTitle {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 20px;
  background: black;
  color: white; }
#sscontain .category {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none; }
  
  
  .layout_table {
    display: table;
    margin-top: 50px;
}
  .contents{
	  position:relative;
  }


	
#sscontain .saleItembox{
	width: 47%;
    height: auto;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 80px;
	}


    #sscontain .category > li:nth-of-type(3n) {
      margin-right: 0; }
    #sscontain .category > li:nth-of-type(3n+1) {
      clear: both; }
    #sscontain .salePhotobox {
      margin: 0 0 10px;
      padding: 0;
      position: relative; }
      #sscontain .salePhotobox img {
        max-width: 100%;
        vertical-align: bottom; }
      #sscontain .saleFs {
        position: absolute;
        left: 0;
        bottom: 0;
        color: white;
        background: #840002;
        padding: 5px;
        font-size: 14px; }
      #sscontain .saleOffPer {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        border-radius: 50%;
        background: rgba(153,0,0,0.6);
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 3px; }
        #sscontain .salePhotobox .saleOffPer .saleOffPerInner {
          margin: 0;
          padding: 5px;
          font-size: 20px; }
          #sscontain .salePhotobox .saleOffPer .saleOffPerInner span {
            font-size: 14px; }
          #sscontain .salePhotobox .saleOffPer .saleOffPerInner br {
            display: none; }
    #sscontain .sale_itemName {
      margin-bottom: 20px;
      font-size: 13px; }
    #sscontain .saleItemInfo {
      font-weight: bold;
	  font-size:1.5em;
      color: #840002; }
	  
	  #sscontain .nomalprice {
	  font-size:0.5em;
      color:#666 }

@media screen and (max-width: 320px) {
  #sscontain .saleCateTitle {
    padding: 5px 0; }
  #sscontain .category {
    clear: both;
    margin: 0;
    padding: 0 2%;
    box-sizing: border-box;
    list-style: none; }
    #sscontain {
      width: 48%;
      height: auto;
      margin-right: 4%;
      float: left;
      margin-bottom: 40px; }
      #sscontain .category > li:nth-of-type(3n+1) {
        clear: none; }
      #sscontain .category > li:nth-of-type(3n) {
        margin-right: 4%; }
      #sscontain .category > li:nth-of-type(2n) {
        margin-right: 0; }
      #sscontain .category > li:nth-of-type(2n+1) {
        clear: both; }
      #sscontain .sale_itemName {
        display: none; }
      #sscontain .saleOffPer {
        display:; } }

/* カウントダウンタイマー文字設定 */
#CDT {
    text-align: center;
    font-size: 3.5em;
    color: red;
    line-height: 2em;
    padding: 10px 0;
    font-weight: bold;}

/* カウントダウンタイマー　スマホページ用文字設定 */	
#CDTS {
    text-align: center;
    font-size: 2.5em;
    color: red;
    line-height: 1.5em;
    padding: 10px 0;
    font-weight: bold;}

/*  カテゴリページ内リンクボタン  */

#ssCategoryListTitle{
	background-color:#060606;
	padding:1%;
	font-size:130%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;	
}

#ssCategoryList{
	width:100%;
	padding:0;
	margin-bottom:1em;
}

#ssCategoryList div{
	float:left;
	width:42%;
	margin:5px 1% 5px 2%;
	padding:8px 2%;
	border:#CCC 1px solid;
	background-color:#F9F9F9;
	line-height:150%;

}


#ssCategoryList div a{
	display:block;
	text-decoration:none;
	color:inherit;
}

#ojyukenmama {
padding-top: 120px !important; 
margin-top: -120px !important;
}


#ssCoupon div{
	float:left;
	width:43%;
		margin:5px 2%;
	display:block;
	line-height:150%;

}

.saleCoupon {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 20px;
  background: red;
  color: white; }